rpms/nss/F-8 nss-pem-bug429175.patch,NONE,1.1 nss.spec,1.32,1.33

Kai Engert kengert at fedoraproject.org
Fri Aug 22 18:46:32 UTC 2008


Author: kengert

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

Modified Files:
	nss.spec 
Added Files:
	nss-pem-bug429175.patch 
Log Message:
* Fri Aug 22 2008 Kai Engert <kengert at redhat.com> - 3.12.0.3-0.8.3
- fix bug bug 429175 in libpem module


nss-pem-bug429175.patch:

--- NEW FILE nss-pem-bug429175.patch ---
diff -u --recursive mozilla.orig/security/nss/lib/ckfw/pem/pobject.c mozilla/security/nss/lib/ckfw/pem/pobject.c
--- mozilla.orig/security/nss/lib/ckfw/pem/pobject.c    2007-09-06 16:46:30.000000000 -0400
+++ mozilla/security/nss/lib/ckfw/pem/pobject.c 2008-08-13 21:08:43.000000000 -0400
@@ -160,7 +160,7 @@
     (void *) &ck_false, (PRUint32) sizeof(CK_BBOOL)
 };
 static const NSSItem pem_x509Item = {
-    (void *) &ckc_x509, (PRUint32) sizeof(CKC_X_509)
+    (void *) &ckc_x509, (PRUint32) sizeof(CK_ULONG)
 };
 static const NSSItem pem_rsaItem = {
     (void *) &ckk_rsa, (PRUint32) sizeof(CK_KEY_TYPE)


Index: nss.spec
===================================================================
RCS file: /cvs/extras/rpms/nss/F-8/nss.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- nss.spec	30 Jun 2008 16:56:19 -0000	1.32
+++ nss.spec	22 Aug 2008 18:46:02 -0000	1.33
@@ -4,7 +4,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.12.0.3
-Release:          0.8.2%{?dist}
+Release:          0.8.3%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -32,6 +32,7 @@
 
 Patch1:           nss-no-rpath.patch
 Patch2:           nss-nolocalsql.patch
+Patch5:           nss-pem-bug429175.patch
 Patch6:           nss-enable-pem.patch
 patch7:           nss-fix-tests.patch
 
@@ -87,6 +88,7 @@
 
 %patch1 -p0
 %patch2 -p0
+%patch5 -p0 -b .429175
 %patch6 -p0 -b .libpem
 %patch7 -p0 -b .prex
 
@@ -428,6 +430,8 @@
 
 
 %changelog
+* Fri Aug 22 2008 Kai Engert <kengert at redhat.com> - 3.12.0.3-0.8.3
+- fix bug bug 429175 in libpem module
 * Mon Jun 30 2008 Kai Engert <kengert at redhat.com> - 3.12.0.3-0.8.2
 - Update nss-config and nss.pc to include libnssutil
 * Mon Jun 02 2008 Kai Engert <kengert at redhat.com> - 3.12.0.3-0.8.1




More information about the fedora-extras-commits mailing list