rpms/nss/F-11 nss.spec, 1.72, 1.73 sources, 1.25, 1.26 .cvsignore, 1.24, 1.25

Elio Maldonado emaldonado at fedoraproject.org
Tue Jun 23 02:23:10 UTC 2009


Author: emaldonado

Update of /cvs/extras/rpms/nss/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6756

Modified Files:
	nss.spec sources .cvsignore 
Log Message:
updated pem module incorporates fixes for rhbz's # 483855, 429175, 501080, 501118 501058, 500815, 500180, 501191


Index: nss.spec
===================================================================
RCS file: /cvs/extras/rpms/nss/F-11/nss.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -p -r1.72 -r1.73
--- nss.spec	9 Jun 2009 06:48:28 -0000	1.72
+++ nss.spec	23 Jun 2009 02:22:39 -0000	1.73
@@ -4,7 +4,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.12.3.99.3
-Release:          2.11.2%{?dist}
+Release:          2.11.3%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -28,14 +28,12 @@ Source3:          blank-cert8.db
 Source4:          blank-key3.db
 Source5:          blank-secmod.db
 Source8:          nss-prelink.conf
-Source12:         %{name}-pem-20080124.tar.bz2
+Source12:         %{name}-pem-20090622.tar.bz2
 Source13:         PayPalEE.cert
 Source14:         PayPalICA.cert
 
 Patch1:           nss-no-rpath.patch
 Patch2:           nss-nolocalsql.patch
-Patch4:           nss-pem-bug483855.patch
-Patch5:           nss-pem-bug429175.patch
 Patch6:           nss-enable-pem.patch
 Patch7:           nss-stubs-bug502133.patch
 
@@ -106,8 +104,6 @@ low level services.
 
 %patch1 -p0
 %patch2 -p0
-%patch4 -p0 -b .483855
-%patch5 -p0 -b .429175
 %patch6 -p0 -b .libpem
 %patch7 -p0 -b .502133
 
@@ -480,6 +476,16 @@ done
 
 
 %changelog
+* Mon Jun 22 2009 Elio Maldonado <emaldona at redhat.com> - 3.12.3.99.3-2.11.3
+- updated pem module incorporates various patches
+- fix off-by-one error when computing size to reduce memory leak, rhbz#483855
+- fix data type to work on x86_64 systems, rhbz #429175
+- fix various memory leaks and free internal objects on module unload, rhbz#501080
+- fix to not clone internal objects in collect_objects(), rhbz#501118
+- fix to not bypass initialization if module arguments are omitted, rhbz#501058
+- fix gcc warnings, rhbz#500815
+- fix to support arbitrarily long password while loading a private key, rhbz#500180
+- fix memory leak in make_key and memory leaks and return values in pem_mdSession_Login, rhbz#501191
 * Fri Jun 08 2009 Elio Maldonado <emaldona at redhat.com> - 3.12.3.99.3-2.11.2
 - correct version and release number in this log
 * Fri Jun 08 2009 Elio Maldonado <emaldona at redhat.com> - 2.11.2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nss/F-11/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- sources	5 Jun 2009 02:29:21 -0000	1.25
+++ sources	23 Jun 2009 02:22:39 -0000	1.26
@@ -1,2 +1,2 @@
-084675e4f793ed82e1ba78f76745ada8  nss-pem-20080124.tar.bz2
+bdac5df4a93c67222a60fabc121921c3  nss-pem-20090622.tar.bz2
 bf79d625096067fed3511c0bc6c64c27  nss-3.12.3.99.3-stripped.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nss/F-11/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- .cvsignore	5 Jun 2009 02:29:21 -0000	1.24
+++ .cvsignore	23 Jun 2009 02:22:39 -0000	1.25
@@ -1,2 +1,2 @@
-nss-pem-20080124.tar.bz2
+nss-pem-20090622.tar.bz2
 nss-3.12.3.99.3-stripped.tar.bz2




More information about the fedora-extras-commits mailing list