diff options
author | adam <adam@pkgsrc.org> | 2007-11-27 08:27:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-11-27 08:27:06 +0000 |
commit | 5122da6e72887518f6bb25b6af316f9f120b0766 (patch) | |
tree | 1825c8623a4193f67a6d7516286a3d65284234a0 /security/pam-ldap/Makefile | |
parent | d2dab65ff805cd1542c3247d59f55934a25495ce (diff) | |
download | pkgsrc-5122da6e72887518f6bb25b6af316f9f120b0766.tar.gz |
Changes 184:
* fix for BUG 312: pam_ldap does not try to reconnect
when LDAP server closed the connection
Diffstat (limited to 'security/pam-ldap/Makefile')
-rw-r--r-- | security/pam-ldap/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/pam-ldap/Makefile b/security/pam-ldap/Makefile index c4c38d7582f..8b37435504c 100644 --- a/security/pam-ldap/Makefile +++ b/security/pam-ldap/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.27 2007/01/15 03:24:03 taca Exp $ -# +# $NetBSD: Makefile,v 1.28 2007/11/27 08:27:06 adam Exp $ -DISTNAME= pam_ldap-183 +DISTNAME= pam_ldap-184 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= security -MASTER_SITES= ftp://ftp.padl.com/pub/ -MASTER_SITES+= http://www.padl.com/download/ +MASTER_SITES= ftp://ftp.padl.com/pub/ \ + http://www.padl.com/download/ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.padl.com/pam_ldap.html |