rpms/nss_ldap/devel .cvsignore, 1.42, 1.43 nss_ldap-259-parse2.patch, 1.3, 1.4 nss_ldap.spec, 1.102, 1.103 pam_ldap-184-referral-passwd2.patch, 1.1, 1.2 sources, 1.43, 1.44 nss_ldap-253-netgroups.patch, 1.1, NONE

Nalin Dahyabhai nalin at fedoraproject.org
Wed Oct 29 21:20:49 UTC 2008


Author: nalin

Update of /cvs/pkgs/rpms/nss_ldap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14752

Modified Files:
	.cvsignore nss_ldap-259-parse2.patch nss_ldap.spec 
	pam_ldap-184-referral-passwd2.patch sources 
Removed Files:
	nss_ldap-253-netgroups.patch 
Log Message:
- update to 263, pulling in Luke's patch for #374 (#445972) which doesn't
  leak the result message, and the fix for #376 (#466794)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nss_ldap/devel/.cvsignore,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- .cvsignore	29 Oct 2008 18:28:42 -0000	1.42
+++ .cvsignore	29 Oct 2008 21:20:18 -0000	1.43
@@ -29,3 +29,4 @@
 nss_ldap-259.tar.gz
 nss_ldap-261.tar.gz
 nss_ldap-262.tar.gz
+nss_ldap-263.tar.gz

nss_ldap-259-parse2.patch:

Index: nss_ldap-259-parse2.patch
===================================================================
RCS file: /cvs/pkgs/rpms/nss_ldap/devel/nss_ldap-259-parse2.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nss_ldap-259-parse2.patch	17 Oct 2008 19:37:55 -0000	1.3
+++ nss_ldap-259-parse2.patch	29 Oct 2008 21:20:18 -0000	1.4
@@ -1,3 +1,5 @@
+GNU libc ignores malformed entries (those which don't parse correctly), so we
+should do that for entries we find using LDAP, upstream bug #248.
 diff -up nss_ldap-259/configure.in nss_ldap-259/configure.in
 --- nss_ldap-259/configure.in	2008-02-26 13:58:44.000000000 -0500
 +++ nss_ldap-259/configure.in	2008-02-26 13:34:06.000000000 -0500


Index: nss_ldap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nss_ldap/devel/nss_ldap.spec,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- nss_ldap.spec	29 Oct 2008 20:29:32 -0000	1.102
+++ nss_ldap.spec	29 Oct 2008 21:20:18 -0000	1.103
@@ -1,8 +1,8 @@
 %define pam_ldap_version 184
 Summary: NSS library and PAM module for LDAP
 Name: nss_ldap
-Version: 261
-Release: 5%{?dist}
+Version: 263
+Release: 1%{?dist}
 Source0: ftp://ftp.padl.com/pub/nss_ldap-%{version}.tar.gz
 Source1: ftp://ftp.padl.com/pub/pam_ldap-%{pam_ldap_version}.tar.gz
 Source3: nss_ldap.versions
@@ -23,7 +23,6 @@
 Patch15: nss_ldap-257-mozldap.patch
 Patch16: pam_ldap-184-referral-passwd2.patch
 Patch17: nss_ldap-259-res_init.patch
-Patch18: nss_ldap-253-netgroups.patch
 Patch19: pam_ldap-184-broken-sasl-rebind.patch
 
 URL: http://www.padl.com/
@@ -65,7 +64,6 @@
 %patch2 -p1 -b .parse2
 %patch8 -p1 -b .soname
 %patch17 -p1 -b .res_init
-%patch18 -p1 -b .netgroups
 autoreconf -f -i
 popd
 
@@ -192,6 +190,10 @@
 %doc pam_ldap-%{pam_ldap_version}/ns-pwd-policy.schema
 
 %changelog
+* Wed Oct 29 2008 Nalin Dahyabhai <nalin at redhat.com> - 263-1
+- update to 263, pulling in Luke's patch for #374 (#445972) which doesn't
+  leak the result message, and the fix for #376 (#466794)
+
 * Wed Oct 29 2008 Nalin Dahyabhai <nalin at redhat.com> - 261-5
 - pam_ldap: don't crash when we have to follow a referral while looking up
   information about the authenticating user and we're using SASL, which

pam_ldap-184-referral-passwd2.patch:

Index: pam_ldap-184-referral-passwd2.patch
===================================================================
RCS file: /cvs/pkgs/rpms/nss_ldap/devel/pam_ldap-184-referral-passwd2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam_ldap-184-referral-passwd2.patch	26 Feb 2008 20:56:55 -0000	1.1
+++ pam_ldap-184-referral-passwd2.patch	29 Oct 2008 21:20:18 -0000	1.2
@@ -1,7 +1,8 @@
 We need to hang on to the user's (old) password when the policy error is
 change-after-reset or password-expired, because at password-change time,
 we may need it to chase a referral during the update operation.  Revised
-patch attached to upstream #232.
+patch attached to upstream #232, also requires -broken-sasl-rebind.patch
+to fix #469061.
 
 Index: pam_ldap-184/pam_ldap.c
 ===================================================================


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nss_ldap/devel/sources,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- sources	15 Sep 2008 20:31:09 -0000	1.43
+++ sources	29 Oct 2008 21:20:18 -0000	1.44
@@ -1,3 +1,2 @@
-1057ce8b586c507f65657353bce97791  nss_ldap-261.tar.gz
+5c14e6cdbbdde2872cf78d56b39ae24c  nss_ldap-263.tar.gz
 01bf1ad8576f0d1b58d9eddc68987a47  pam_ldap-184.tar.gz
-ea26f67636d1ef91880465b453d338ff  nss_ldap-262.tar.gz


--- nss_ldap-253-netgroups.patch DELETED ---




More information about the scm-commits mailing list