Update source tar to add support for PKCS#8 encoded PEM RSA private key files rhbz#614532
This commit is contained in:
parent
a3ec3dfe11
commit
37584d01a1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
nss-3.12.6-stripped.tar.bz2
|
nss-3.12.6-stripped.tar.bz2
|
||||||
nss-pem-20100412.tar.bz2
|
nss-pem-20100809.tar.bz2
|
||||||
blank-cert8.db
|
blank-cert8.db
|
||||||
blank-key3.db
|
blank-key3.db
|
||||||
blank-secmod.db
|
blank-secmod.db
|
||||||
|
BIN
nss-pem-20100809.tar.bz2
Normal file
BIN
nss-pem-20100809.tar.bz2
Normal file
Binary file not shown.
7
nss.spec
7
nss.spec
@ -6,7 +6,7 @@
|
|||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Name: nss
|
Name: nss
|
||||||
Version: 3.12.6
|
Version: 3.12.6
|
||||||
Release: 9%{?dist}
|
Release: 10%{?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,7 +37,7 @@ 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-20100412.tar.bz2
|
Source12: %{name}-pem-20100809.tar.bz2
|
||||||
|
|
||||||
Patch2: nss-nolocalsql.patch
|
Patch2: nss-nolocalsql.patch
|
||||||
Patch3: renegotiate-transitional.patch
|
Patch3: renegotiate-transitional.patch
|
||||||
@ -488,6 +488,9 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-10
|
||||||
|
- Add support for PKCS#8 encoded PEM RSA private key files (#614532)
|
||||||
|
|
||||||
* Fri Jul 31 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-9
|
* Fri Jul 31 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-9
|
||||||
- Fix nsssysinit to return userdb ahead of systemdb (#603313)
|
- Fix nsssysinit to return userdb ahead of systemdb (#603313)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,5 +1,5 @@
|
|||||||
3902499c8e02b02d4944f21d3c6a839f nss-3.12.6-stripped.tar.bz2
|
3902499c8e02b02d4944f21d3c6a839f nss-3.12.6-stripped.tar.bz2
|
||||||
f32d884d178082ce8201f01e21f0d050 nss-pem-20100412.tar.bz2
|
765fa031d5affa91ab824dd981777ddf nss-pem-20100809.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