rpms/nss/devel nss.spec,1.111,1.112

Elio Maldonado emaldonado at fedoraproject.org
Sun Sep 6 20:39:23 UTC 2009


Author: emaldonado

Update of /cvs/extras/rpms/nss/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv546

Modified Files:
	nss.spec 
Log Message:
PEM module fixes to implement memory management for internal objects and fix crash when processing malformed key files : bz #509705, #51209


Index: nss.spec
===================================================================
RCS file: /cvs/extras/rpms/nss/devel/nss.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -p -r1.111 -r1.112
--- nss.spec	5 Sep 2009 23:09:42 -0000	1.111
+++ nss.spec	6 Sep 2009 20:39:23 -0000	1.112
@@ -6,7 +6,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.12.4
-Release:          2%{?dist}
+Release:          3%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -35,6 +35,7 @@ Source12:         %{name}-pem-20090622.t
 
 Patch2:           nss-nolocalsql.patch
 Patch6:           nss-enable-pem.patch
+Patch7:           nss-pem-509705.patch
 
 %description
 Network Security Services (NSS) is a set of libraries designed to
@@ -89,7 +90,7 @@ low level services.
 
 %patch2 -p0
 %patch6 -p0 -b .libpem
-
+%patch7 -p0 -b .509705
 
 %build
 
@@ -423,6 +424,10 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/ns
 
 
 %changelog
+* Sun Sep 06 2009 Elio Maldonado<emaldona at redhat.com> - 3.12.4-3
+- PEM module implements memory management for internal objects - 509705
+- PEM module doesn't crash when processing malformed key files - 512019
+
 * Sat Sep 05 2009 Elio Maldonado<emaldona at redhat.com> - 3.12.4-2
 - Remove symbolic links to shared libraries from devel - 521155
 - No rpath-link in nss-softokn-config




More information about the fedora-extras-commits mailing list