summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/cyrus-sasl2: Update to 2.1.28.Hajimu UMEMOTO2022-02-285-86/+5
| | | | | | PR: 262133 Relnotes: https://www.cyrusimap.org/sasl/sasl/release-notes/2.1/index.html#new-in-2-1-28 Security: CVE-2019-19906, CVE-2022-24407
* security/cyrus-sasl2-sql: Escape password for SQL insert/update commandsHajimu UMEMOTO2022-02-231-0/+66
| | | | | Obtained from: https://github.com/cyrusimap/cyrus-sasl/commit/2d2e97b0eb53fa7f87a3bf1529d8f712dd954480 Security: CVE-2022-24407
* security/cyrus-sasl2-gssapi: remove patch-plugins_gssapi.cHajimu UMEMOTO2021-11-281-117/+0
| | | | | | | PR: 260017 Reported by: Michael Osipov Discussed with: hrs MFH: 2021Q4
* security/cyrus-sasl2: Disable sphinx build.Hajimu UMEMOTO2021-08-221-1/+2
| | | | PR: 257877
* security/cyrus-sasl2: Respect CC.Hajimu UMEMOTO2021-08-071-0/+1
| | | | PR: 257566
* net/openldap24-server: Make SASL permanent for OpenLDAP port.Xin LI2021-08-011-1/+1
| | | | | | | PR: ports/257374 Reviewed by: obrien Approved by: portmgr (exp-run by antoine) Differential Revision: https://reviews.freebsd.org/D31301
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-6/+2
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-062-3/+0
|
* Repo. was moved.Hajimu UMEMOTO2020-04-121-2/+1
| | | | Reported by: Odhiambo Washington <odhiambo@gmail.com>
* Revert r15574.Hajimu UMEMOTO2020-02-282-9/+3
| | | | | | It was wrong, and was not approved by the maintainer. Reported by: jkim
* - Call gss_acquire_cred() before gss_init_sec_context()Hajimu UMEMOTO2020-02-241-4/+108
| | | | | | | | | | | | | in gssapi_client_mech_step() - Fix a bug which prevented the client from retrieving a credential from CCACHE. These patches were already merged into upstream. https://github.com/cyrusimap/cyrus-sasl/pull/575 https://github.com/cyrusimap/cyrus-sasl/pull/591 Submitted by: hrs
* bump PORTREVISION for my previous change.Hajimu UMEMOTO2020-01-161-1/+1
|
* check exit status of sasldblistusers2 when deinstallingHajimu UMEMOTO2020-01-161-1/+2
| | | | | | | cyrus-sasl2 package. PR: 243363 Reported by: hsakamt__at__tsnr.com
* security/cyrus-sasl2: unbreak building with stock OpenSSL for stable/11Eugene Grosbein2019-10-252-3/+9
| | | | | | | | | | | | | | | Sendmail bundled with FreeBSD has SASL support and the Handbook tells how to rebuild the Sendmail with SASL enabled if you have installed cyrus-sasl2 that links with OpenSSL's libcrypto. Sendmail uses old OpenSSL 1.0.2 API, so cyrus-sasl2 should be built with stock libcrypto even if newer OpenSSL is installed for Ports. This change adds new option SSL to the port (enabled by default). If disabled, cyrus-sasl2 is built witch stock libcrypto not depending on ports version of OpenSSL. PORTREVISION not changed as default build is not affected.
* Drop the ipv6 virtual category for s* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
|
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-2/+6
|
* Fix sanity for cyrus-sasl2 pluginsAntoine Brodin2019-05-251-2/+2
|
* Update to 2.1.27.Hajimu UMEMOTO2018-11-1725-3159/+64
|
* Update `databases/gdbm' to version 1.18.1, an important bugfix releaseAlexey Dokuchaev2018-11-111-1/+1
| | | | | | | | | | which restores compatibility with old databases (version 1.8) and some later versions which were built without mmap(2) support. Due to shlib version change, bump port revisions of the consumer ports. PR: 233059 Exp-run by: antoine Approved by: maintainer (johans, numerous timeouts)
* Fix build the saslauthd when the OPENLDAP option is enabled.Hajimu UMEMOTO2018-10-061-4/+41
| | | | | PR: 231871 Reported by: Nathan <ndowens [...] yahoo.com>
* Add OpenSSL 1.1.0 support for saslauthd.Hajimu UMEMOTO2018-09-241-0/+73
| | | | | | | | There are the patches to support OpenSSL 1.1.0 in cyrus-sasl2 port, already. But, it was incomplete for saslauthd. PR: 231647 Submitted by: dewayne [...] heuristicsystems.com.au (with some modifications)
* - Backport from 2.1.27-rc7 OpenSSL 1.1 fixesHajimu UMEMOTO2018-06-1612-1/+2707
| | | | | | | - Fix WWW PR: 225891 Submitted by: brnrd
* Make local DB-errors more descriptive.Hajimu UMEMOTO2018-01-132-1/+44
| | | | | | | This patch will be included into comming 2.1.27. PR: 198323 Submitted by: Mikhail Teterin
* Remove support for variables that have been deprecated for a while.Mathieu Arnold2018-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | variables deprecation revision WITHOUT_NLS 2013-12-13 r336337 WITH_/WITHOUT_ 2014-02-24 r345870 NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587 WITH_BDB_VER 2016-05-02 r414444 OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387 WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965 While there, add an ERROR variable that works like DEV_ERROR, but for user facing errors, and move NOPORTDOCS, NOPORTEXAMPLES and WITHOUT_NLS to it. Cleanup bsd.sanity.mk a bit. Fix fallout. PR: 224613 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13490
* security/cyrus-sasl2: separate sql plugins into security/cyrus-sasl2-sqlMahdi Mokhtari2017-08-113-28/+2
| | | | | | | | | | Fix circular-dependency problem happens after SASL/LDAP was added as plugin to mysql57-client in r446496 Reviewed by: bapt, mat (mentor), ume (maintainer) Approved by: mat (mentor), ume (maintainer) MFH: 2017Q3 Differential Revision: https://reviews.freebsd.org/D11805
* Unbreak, do not overwrite USESAntoine Brodin2017-03-151-1/+1
|
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+2
| | | | Sponsored by: Absolight
* Use USES=bdb and USES=mysql.Hajimu UMEMOTO2016-05-121-2/+2
|
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-2/+2
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-012-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Make it buildable with GDBM on.Hajimu UMEMOTO2016-03-221-0/+1
| | | | | PR: 208194 Reported by: vas__at__mpeks.tomsk.su
* Add the forgot patch at my previous commit.Hajimu UMEMOTO2016-03-021-0/+11
|
* - Make SASLdb excludable.Hajimu UMEMOTO2016-03-025-63/+65
| | | | | - Make SASLdb buildable with GDBM. - Make sure to disable the plugins where it is not required.
* Move PLIST_FILES for plugins into cyrus-sasl2/Makefile.common.Hajimu UMEMOTO2016-02-271-2/+7
|
* Move the common part of the cyrus-sasl2 separated ports intoHajimu UMEMOTO2016-02-272-114/+220
| | | | Makefile.common, to make further maintenance easier.
* Revert r409585 to avoid dependency loop.Hajimu UMEMOTO2016-02-261-14/+2
| | | | | | I've completely forgot this issue. PR: 207512
* OPTIONSfy ANONYMOUS authentication.Hajimu UMEMOTO2016-02-262-7/+10
| | | | On by default.
* Add OPTIONS for the separeted cyrus-sasl2 ports.Hajimu UMEMOTO2016-02-261-3/+14
|
* Add Cyrus SASL SRP authentication plugin.Hajimu UMEMOTO2016-02-241-0/+2
| | | | Requested by: Kyle Amon <amonk__at__backwatcher.com>
* Use OPTIONS helper.Hajimu UMEMOTO2015-11-121-3/+1
|
* r398691 placed the patch in the wrong directory, where it had no effect.Dag-Erling Smørgrav2015-10-071-0/+13
| | | | | | Move it to the master port and bump the subport again. Reviewed by: ume@
* Backout r398328 and r398370, they break packages depending on them.Mathieu Arnold2015-10-021-3/+4
| | | | | | With hat: portmgr MFH: 2015Q4 Sponsored by: Absolight, The FreeBSD Foundation
* Use SUB_FILES.Hajimu UMEMOTO2015-10-014-15/+4
|
* Fix DOCSDIR.Hajimu UMEMOTO2015-10-011-3/+1
|
* Sync package name with origin.Hajimu UMEMOTO2015-10-011-2/+3
| | | | PR: 202756
* Add CPE information.Hajimu UMEMOTO2015-04-091-1/+3
|
* fix option of pw.Hajimu UMEMOTO2015-04-021-1/+1
| | | | Spotted by: Sean Eric Fagan <sef__at__Kithrup.COM>
* Switch to USES=pgsqlChris Rees2014-11-221-1/+1
|
* Simplify plistBaptiste Daroussin2014-09-231-5/+0
|