summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/files/patch-saslauthd::configure (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-29Rename all patches that contain '::' as a path separator, and useAdam Weinberger1-54/+0
'__' instead. Notes: svn path=/head/; revision=363362
2013-01-06Use proper krb5-config when using HEIMDAL in ports.Hajimu UMEMOTO1-8/+16
Notes: svn path=/head/; revision=310000
2011-09-24Update to 2.1.25.Hajimu UMEMOTO1-43/+18
Notes: svn path=/head/; revision=282295
2008-05-21Oops, forgot to commit the fixKevin Lo1-12/+19
Notes: svn path=/head/; revision=213440
2005-05-17Update to 2.1.21.Hajimu UMEMOTO1-31/+15
LDAPDB auxprop plugin was added since this version. Unfortunately, we cannot simply enable it in ports tree to avoid dependency loop with OpenLDAP port. So, I'll add separete port for it later. Notes: svn path=/head/; revision=135490
2004-10-25Update to 2.1.20.Hajimu UMEMOTO1-37/+41
* Fixes to cram plugin to avoid attempting to canonify uninitialized data. * NTLM portability fixes. * Avoid potential attack using SASL_PATH when sasl is used in a setuid environment. * A trivial number of small bugfixes. Notes: svn path=/head/; revision=120142
2004-03-11Update to 2.1.18.Hajimu UMEMOTO1-12/+12
Notes: svn path=/head/; revision=103667
2004-01-17Support Berkeley DB 4.2.Hajimu UMEMOTO1-1/+29
Since our db42 requires to include db.h to use. existing configure script cannot detect our db42. AC_CHECK_LIB() simply test if a function exists. :( Requested by: Dmitry Sorokin <dmitry_sorokin@yahoo.ca> Notes: svn path=/head/; revision=98399
2003-12-04Update to 2.1.17.Hajimu UMEMOTO1-23/+31
Notes: svn path=/head/; revision=94902
2003-06-30Update to 2.1.14.Hajimu UMEMOTO1-15/+17
Notes: svn path=/head/; revision=83906
2003-04-17- The pidfile of saslauthd was changed.Hajimu UMEMOTO1-2/+2
- The configure script should select correct version of Berkeley DB. PR: ports/51041 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=79157
2003-04-16make configure script pickking up the Heimdal Kerberos that'sHajimu UMEMOTO1-0/+18
in FreeBSD's base. Submitted by: Graeme Mathieson <mathie@wossname.org.uk> Notes: svn path=/head/; revision=79095
2003-04-15add missing files which should be committed by previous committed.Hajimu UMEMOTO1-0/+20
Notes: svn path=/head/; revision=79022