From 005faebc102c4e78c251b31b98b0b4f9cdae8320 Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 15 Jan 2007 03:24:03 +0000 Subject: Update pam-ldap to 183. - Fix miscellaneous pkglint warnings. - Fix security problem; CAN-2006-5170. $Id: ChangeLog,v 1.212 2006/10/05 23:23:52 lukeh Exp $ =============================================================== 183 Luke Howard * fix for BUG#291: don't suppress password policy errors which should not be suppressed 182 Luke Howard * fix for BUG#269: compile time error in call to ldap_sasl_interactive_bind_s() 181 Luke Howard * fix for BUG#256: don't send password policy request control if pam_lookup_policy no specified * fix for BUG#254: check gethostbyname() result * fix for BUG#237: typo in ldap_get_lderrno() implementation * fix for BUG#207: if ldap_start_tls_s() fails return PAM_AUTHINFO_UNAVAIL * fix for BUG#261: sslpath example wrong * fix for BUG#268: POLICY_ERROR_CHANGE_AFTER_RESET should be handled as POLICY_ERROR_PASSWORD_EXPIRED, other password policy errors to be treated as fatal --- security/pam-ldap/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'security/pam-ldap/Makefile') diff --git a/security/pam-ldap/Makefile b/security/pam-ldap/Makefile index 9990c70da12..c4c38d7582f 100644 --- a/security/pam-ldap/Makefile +++ b/security/pam-ldap/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2006/05/31 18:22:26 ghen Exp $ +# $NetBSD: Makefile,v 1.27 2007/01/15 03:24:03 taca Exp $ # -DISTNAME= pam_ldap-180 +DISTNAME= pam_ldap-183 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.padl.com/pub/ MASTER_SITES+= http://www.padl.com/download/ @@ -21,7 +20,7 @@ CONFIGURE_ARGS+= --with-ldap-conf-file=${PKG_SYSCONFDIR}/pam_ldap.conf CONFIGURE_ARGS+= --with-ldap-secret-file=${PKG_SYSCONFDIR}/pam_ldap.secret CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} -MAKE_ENV+= SHLIBTOOL=$(SHLIBTOOL) +MAKE_ENV+= SHLIBTOOL=${SHLIBTOOL:Q} INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR} INSTALL_TARGET= install install-data -- cgit v1.2.3