* Sun Mar 24 2013 Kai Engert <kaie@redhat.com> - 3.14.3-11
- Update expired test certificates (fixed in upstream bug 852781)
This commit is contained in:
parent
21e8668243
commit
c3a3134be3
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,6 +4,9 @@ blank-secmod.db
|
||||
blank-cert9.db
|
||||
blank-key4.db
|
||||
PayPalEE.cert
|
||||
TestCA.ca.cert
|
||||
TestUser50.cert
|
||||
TestUser51.cert
|
||||
/nss-pem-20120811.tar.bz2
|
||||
/dummy-sources-for-testing
|
||||
/nss-3.14.3-stripped.tar.bz2
|
||||
|
BIN
TestCA.ca.cert
Normal file
BIN
TestCA.ca.cert
Normal file
Binary file not shown.
BIN
TestUser50.cert
Normal file
BIN
TestUser50.cert
Normal file
Binary file not shown.
BIN
TestUser51.cert
Normal file
BIN
TestUser51.cert
Normal file
Binary file not shown.
11
nss.spec
11
nss.spec
@ -19,7 +19,7 @@
|
||||
Summary: Network Security Services
|
||||
Name: nss
|
||||
Version: 3.14.3
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
License: MPLv2.0
|
||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||
Group: System Environment/Libraries
|
||||
@ -71,6 +71,9 @@ Source8: system-pkcs11.txt
|
||||
Source9: setup-nsssysinit.sh
|
||||
Source10: PayPalEE.cert
|
||||
Source12: %{name}-pem-20120811.tar.bz2
|
||||
Source17: TestCA.ca.cert
|
||||
Source18: TestUser50.cert
|
||||
Source19: TestUser51.cert
|
||||
|
||||
Patch2: add-relro-linker-option.patch
|
||||
Patch3: renegotiate-transitional.patch
|
||||
@ -160,6 +163,9 @@ low level services.
|
||||
%prep
|
||||
%setup -q
|
||||
%{__cp} %{SOURCE10} -f ./mozilla/security/nss/tests/libpkix/certs
|
||||
%{__cp} %{SOURCE17} -f ./mozilla/security/nss/tests/libpkix/certs
|
||||
%{__cp} %{SOURCE18} -f ./mozilla/security/nss/tests/libpkix/certs
|
||||
%{__cp} %{SOURCE19} -f ./mozilla/security/nss/tests/libpkix/certs
|
||||
%setup -q -T -D -n %{name}-%{version} -a 12
|
||||
|
||||
%patch2 -p0 -b .relro
|
||||
@ -673,6 +679,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Mar 24 2013 Kai Engert <kaie@redhat.com> - 3.14.3-11
|
||||
- Update expired test certificates (fixed in upstream bug 852781)
|
||||
|
||||
* Fri Mar 08 2013 Kai Engert <kaie@redhat.com> - 3.14.3-10
|
||||
- Fix incorrect post/postun scripts. Fix broken links in posttrans.
|
||||
|
||||
|
5
sources
5
sources
@ -3,7 +3,10 @@ a5ae49867124ac75f029a9a33af31bad blank-cert8.db
|
||||
73bc040a0542bba387e6dd7fb9fd7d23 blank-secmod.db
|
||||
691e663ccc07b7a1eaa6f088e03bf8e2 blank-cert9.db
|
||||
2ec9e0606ba40fe65196545564b7cc2a blank-key4.db
|
||||
bf47cecad861efa77d1488ad4a73cb5b PayPalEE.cert
|
||||
838b7b6e0c3563059f6e77d149666448 PayPalEE.cert
|
||||
f998b70c1be25e8bb9f5fdb5d50eb6f2 TestCA.ca.cert
|
||||
1b7b6808cd77d5df29bf5bb9e5fac967 TestUser50.cert
|
||||
ab0b56dd505a995425c03e5266f7c8d6 TestUser51.cert
|
||||
2a06bf7b815d1a666cc3587b895506ce nss-pem-20120811.tar.bz2
|
||||
0be54f196b5da7e9008eb13a71bc2cb0 dummy-sources-for-testing
|
||||
43be35fcc852361748b59ba8ecd2e239 nss-3.14.3-stripped.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user