rpms/nss/F-9 nss-pem-bug429175.patch,NONE,1.1 nss.spec,1.45,1.46

Kai Engert kengert at fedoraproject.org
Fri Aug 22 18:48:42 UTC 2008


Author: kengert

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

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.9.2
- 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-9/nss.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- nss.spec	2 Jun 2008 11:27:09 -0000	1.45
+++ nss.spec	22 Aug 2008 18:48:11 -0000	1.46
@@ -4,7 +4,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.12.0.3
-Release:          0.9.1%{?dist}
+Release:          0.9.2%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -30,6 +30,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
 
@@ -83,6 +84,7 @@
 
 %patch1 -p0
 %patch2 -p0
+%patch5 -p0 -b .429175
 %patch6 -p0 -b .libpem
 %patch7 -p0 -b .prex
 
@@ -440,6 +442,8 @@
 
 
 %changelog
+* Fri Aug 22 2008 Kai Engert <kengert at redhat.com> - 3.12.0.3-0.9.2
+- fix bug bug 429175 in libpem module
 * Mon Jun 02 2008 Kai Engert <kengert at redhat.com> - 3.12.0.3-0.9.1
 - Update to NSS_3_12_RC4
 * Mon Apr 14 2008 Kai Engert <kengert at redhat.com> - 3.12.0.1-1




More information about the fedora-extras-commits mailing list