rpms/nss/devel nss.spec,1.137,1.138

Elio Maldonado emaldonado at fedoraproject.org
Wed Jan 13 06:13:29 UTC 2010


Author: emaldonado

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

Modified Files:
	nss.spec 
Log Message:
Fix sigsegv on call to NSS_Initialize - rhbz #553638


Index: nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nss/devel/nss.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -p -r1.137 -r1.138
--- nss.spec	7 Jan 2010 02:37:35 -0000	1.137
+++ nss.spec	13 Jan 2010 06:13:28 -0000	1.138
@@ -7,7 +7,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.12.5
-Release:          1%{?dist}.13.2
+Release:          1.1%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -47,6 +47,7 @@ Patch9:           540387.patch
 Patch10:          545779.patch
 Patch11:          546221.patch
 Patch12:          547860.patch
+Patch13:          553638.patch
 
 %description
 Network Security Services (NSS) is a set of libraries designed to
@@ -119,6 +120,7 @@ low level services.
 %patch10 -p0 -b .545779
 %patch11 -p1 -b .546221
 %patch12 -p1 -b .547860
+%patch13 -p1 -b .553638
 
 %build
 
@@ -485,6 +487,9 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/ns
 
 
 %changelog
+* Tue Jan 12 2010 Elio Maldonado <emaldona at redhat.com> - 3.12.5-1.1
+- Fix SIGSEGV on call of NSS_Initialize (#553638)
+
 * Wed Jan 06 2010 Elio Maldonado<emaldona at redhat.com> - 3.12.5-1.13.2
 - New version of patch to allow root to modify ystem database (#547860)
 



More information about the scm-commits mailing list