summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-08-27 19:20:04 +0000
committermarcus <marcus@FreeBSD.org>2005-08-27 19:20:04 +0000
commitfe46fc0fdae44511da32228a479080069f6640ce (patch)
treea1cca5b15e4abb0ecce709e840d362e6a5bb7a15 /security
parenta39feb0ecfdcfe5a3b8fef3987ddc4b372f21dc9 (diff)
downloadFreeBSD-ports-fe46fc0fdae44511da32228a479080069f6640ce.zip
FreeBSD-ports-fe46fc0fdae44511da32228a479080069f6640ce.tar.gz
Update to 1.8.0.
Security: Fixes a security vulnerability described at http://www.kb.cert.org/vuls/id/778916 Requested by: simon Approved by: portmgr (implicit)
Diffstat (limited to 'security')
-rw-r--r--security/pam_ldap/Makefile2
-rw-r--r--security/pam_ldap/distinfo4
-rw-r--r--security/pam_ldap/files/patch-aa11
-rw-r--r--security/pam_ldap/pkg-message2
4 files changed, 8 insertions, 11 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile
index 727af65..9dd044d 100644
--- a/security/pam_ldap/Makefile
+++ b/security/pam_ldap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pam_ldap
-PORTVERSION= 1.7.8
+PORTVERSION= 1.8.0
CATEGORIES= security net
MASTER_SITES= http://www.padl.com/download/ \
ftp://ftp.padl.com/pub/
diff --git a/security/pam_ldap/distinfo b/security/pam_ldap/distinfo
index 6cbc367..b1be0c7 100644
--- a/security/pam_ldap/distinfo
+++ b/security/pam_ldap/distinfo
@@ -1,2 +1,2 @@
-MD5 (pam_ldap-178.tar.gz) = 222186c498d24a7035e8a7494fc0797d
-SIZE (pam_ldap-178.tar.gz) = 127074
+MD5 (pam_ldap-180.tar.gz) = 627f053fdffb8267ba73261394e0ecde
+SIZE (pam_ldap-180.tar.gz) = 127337
diff --git a/security/pam_ldap/files/patch-aa b/security/pam_ldap/files/patch-aa
index 3e34444..ce0f1a5 100644
--- a/security/pam_ldap/files/patch-aa
+++ b/security/pam_ldap/files/patch-aa
@@ -1,6 +1,6 @@
---- Makefile.in.orig Sun Jun 26 13:33:47 2005
-+++ Makefile.in Sun Jun 26 13:35:09 2005
-@@ -434,19 +434,15 @@
+--- Makefile.in.orig Sat Aug 20 18:44:27 2005
++++ Makefile.in Sat Aug 20 18:45:57 2005
+@@ -434,17 +434,13 @@
install-exec-local: pam_ldap.so
@$(NORMAL_INSTALL)
@@ -17,10 +17,7 @@
+ @if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf.dist; then \
$(mkinstalldirs) $(DESTDIR)$(sysconfdir); \
- $(INSTALL_DATA) -o root -g root $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf; \
-+ $(INSTALL_DATA) -o root -g wheel $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf.dist; \
++ $(INSTALL_DATA) -o root -g wheel $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf.dist; \
fi
-- $(INSTALL_DATA) -o root -g root $(srcdir)/pam_ldap.5 $(DESTDIR)$(mandir)/man5/pam_ldap.5
-+ $(INSTALL_DATA) -o root -g wheel $(srcdir)/pam_ldap.5 $(DESTDIR)$(mandir)/man5/pam_ldap.5
uninstall-local:
- @$(NORMAL_UNINSTALL)
diff --git a/security/pam_ldap/pkg-message b/security/pam_ldap/pkg-message
index 6c1949f..9d18006 100644
--- a/security/pam_ldap/pkg-message
+++ b/security/pam_ldap/pkg-message
@@ -2,7 +2,7 @@
Copy %%PREFIX%%/etc/ldap.conf.dist to %%PREFIX%%/etc/ldap.conf, then edit
%%PREFIX%%/etc/ldap.conf in order to use this module. Add a line similar to
the following to /etc/pam.conf on 4.X, or create an /etc/pam.d/ldap
-on 5.X with a line similar to the following:
+on 5.X and higher with a line similar to the following:
login auth sufficient %%PREFIX%%/lib/pam_ldap.so
================================================================================
OpenPOWER on IntegriCloud