- Update pem source tar with fixes for 614532 and 596674
- Remove no longer needed patches
This commit is contained in:
parent
4c96b0e51a
commit
c45196731a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
nss-3.12.8-stripped.tar.bz2
|
nss-3.12.8-stripped.tar.bz2
|
||||||
nss-pem-20100809.tar.bz2
|
nss-pem-20101125.tar.bz2
|
||||||
blank-cert8.db
|
blank-cert8.db
|
||||||
blank-key3.db
|
blank-key3.db
|
||||||
blank-secmod.db
|
blank-secmod.db
|
||||||
|
14
nss.spec
14
nss.spec
@ -6,7 +6,7 @@
|
|||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Name: nss
|
Name: nss
|
||||||
Version: 3.12.8
|
Version: 3.12.8
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -37,13 +37,10 @@ Source7: blank-key4.db
|
|||||||
Source8: system-pkcs11.txt
|
Source8: system-pkcs11.txt
|
||||||
Source9: setup-nsssysinit.sh
|
Source9: setup-nsssysinit.sh
|
||||||
Source10: PayPalEE.cert
|
Source10: PayPalEE.cert
|
||||||
Source12: %{name}-pem-20100809.tar.bz2
|
Source12: %{name}-pem-20101125.tar.bz2
|
||||||
|
|
||||||
Patch3: renegotiate-transitional.patch
|
Patch3: renegotiate-transitional.patch
|
||||||
Patch6: nss-enable-pem.patch
|
Patch6: nss-enable-pem.patch
|
||||||
Patch7: nsspem-596674.patch
|
|
||||||
Patch9: 0001-Add-support-for-PKCS-8-encoded-private-keys.patch
|
|
||||||
Patch10: 0001-Do-not-define-SEC_SkipTemplate.patch
|
|
||||||
Patch11: nss-sysinit-fix-trustorder.patch
|
Patch11: nss-sysinit-fix-trustorder.patch
|
||||||
Patch12: nss-sysinit-userdb-first.patch
|
Patch12: nss-sysinit-userdb-first.patch
|
||||||
|
|
||||||
@ -116,9 +113,6 @@ low level services.
|
|||||||
|
|
||||||
%patch3 -p0 -b .transitional
|
%patch3 -p0 -b .transitional
|
||||||
%patch6 -p0 -b .libpem
|
%patch6 -p0 -b .libpem
|
||||||
%patch7 -p0 -b .596674
|
|
||||||
%patch9 -p1 -b .pkcs8privatekey
|
|
||||||
%patch10 -p1 -b .noskiptemplate
|
|
||||||
%patch11 -p1 -b .643134
|
%patch11 -p1 -b .643134
|
||||||
%patch12 -p0 -b .603313
|
%patch12 -p0 -b .603313
|
||||||
|
|
||||||
@ -492,6 +486,10 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
|
|||||||
%{_libdir}/libnssckfw.a
|
%{_libdir}/libnssckfw.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 25 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8-9
|
||||||
|
- Update pem source tar with fixes for 614532 and 596674
|
||||||
|
- Remove no longer needed patches
|
||||||
|
|
||||||
* Fri Nov 05 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8-8
|
* Fri Nov 05 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8-8
|
||||||
- Update PayPalEE.cert test certificate which had expired
|
- Update PayPalEE.cert test certificate which had expired
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,5 +1,5 @@
|
|||||||
248bc97cb3fd613b23d66fd1d9d8d60a nss-3.12.8-stripped.tar.bz2
|
248bc97cb3fd613b23d66fd1d9d8d60a nss-3.12.8-stripped.tar.bz2
|
||||||
765fa031d5affa91ab824dd981777ddf nss-pem-20100809.tar.bz2
|
e63cddf74c07f0d818d1052ecc6fbb1f nss-pem-20101125.tar.bz2
|
||||||
a5ae49867124ac75f029a9a33af31bad blank-cert8.db
|
a5ae49867124ac75f029a9a33af31bad blank-cert8.db
|
||||||
9315689bbd9f28ceebd47894f99fccbd blank-key3.db
|
9315689bbd9f28ceebd47894f99fccbd blank-key3.db
|
||||||
73bc040a0542bba387e6dd7fb9fd7d23 blank-secmod.db
|
73bc040a0542bba387e6dd7fb9fd7d23 blank-secmod.db
|
||||||
|
Loading…
Reference in New Issue
Block a user