summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/files/patch-ah
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-09-19 02:59:29 +0000
committerAde Lovett <ade@FreeBSD.org>2000-09-19 02:59:29 +0000
commit636d1ebd70fd6825fbd4d30b41abf865213aa9ab (patch)
tree953ae4954ca6298cd0351b443730249166fc8d76 /security/cyrus-sasl2/files/patch-ah
parentUpdate to version 1.0 (diff)
Cyrus-SASL 1.5.24 sources changed on Aug 15th
-- changed a hard coded value to a variable. Kerberos IV detection fails due to double check on krb_mk_priv (with/without com_err), used cached value from first check for krb_mk_priv. Added addtional pwcheck methods (MySQL & LDAP Authentication). PR: 21383 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=32830
Diffstat (limited to 'security/cyrus-sasl2/files/patch-ah')
-rw-r--r--security/cyrus-sasl2/files/patch-ah9
1 files changed, 9 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/files/patch-ah b/security/cyrus-sasl2/files/patch-ah
new file mode 100644
index 000000000000..deb47e550737
--- /dev/null
+++ b/security/cyrus-sasl2/files/patch-ah
@@ -0,0 +1,9 @@
+--- lib/Makefile.am.orig Thu Jul 20 21:35:02 2000
++++ lib/Makefile.am Fri Sep 15 20:56:28 2000
+@@ -53,5 +53,5 @@
+ EXTRA_libsasl_la_SOURCES = db_none.c db_ndbm.c db_gdbm.c db_berkeley.c db_testw32.c
+ libsasl_la_LDFLAGS = -version-info $(sasl_version)
+ libsasl_la_DEPENDENCIES = $(SASL_DB_BACKEND) @LTLIBOBJS@
+-libsasl_la_LIBADD = @LTLIBOBJS@ $(SASL_DB_BACKEND) $(SASL_DB_LIB) $(SASL_DL_LIB) $(PLAIN_LIBS)
++libsasl_la_LIBADD = @LTLIBOBJS@ $(SASL_DB_BACKEND) $(SASL_DB_LIB) $(SASL_DL_LIB) $(PLAIN_LIBS) ${LIB_LDAP} ${LIB_MYSQL}
+ # PLAIN_LIBS are linked in for sasl_checkpass