Update to NSS_3_15_2_RTM

This commit is contained in:
Elio Maldonado 2013-09-27 09:50:45 -07:00
parent 33f25f5720
commit 8f6f357e88
3 changed files with 10 additions and 12 deletions

2
.gitignore vendored
View File

@ -7,5 +7,5 @@ PayPalEE.cert
TestCA.ca.cert
TestUser50.cert
TestUser51.cert
/nss-3.15.1-stripped.tar.bz2
/nss-pem-20130828.tar.bz2
/nss-3.15.2-stripped.tar.bz2

View File

@ -1,7 +1,7 @@
%global nspr_version 4.10
%global nss_util_version 3.15.1
%global nspr_version 4.10.1
%global nss_util_version 3.15.2
%global nss_softokn_fips_version 3.12.9
%global nss_softokn_version 3.15.1
%global nss_softokn_version 3.15.2
%global unsupported_tools_directory %{_libdir}/nss/unsupported-tools
%global allTools "certutil cmsutil crlutil derdump modutil pk12util pp signtool signver ssltap vfychain vfyserv"
@ -19,8 +19,8 @@
Summary: Network Security Services
Name: nss
Version: 3.15.1
Release: 7%{?dist}
Version: 3.15.2
Release: 1%{?dist}
License: MPLv2.0
URL: http://www.mozilla.org/projects/security/pki/nss/
Group: System Environment/Libraries
@ -110,8 +110,6 @@ Patch48: nss-versus-softoken-tests.patch
# TODO remove when we switch to building nss without softoken
Patch49: nss-skip-bltest-and-fipstest.patch
Patch50: iquote.patch
# Upstream: https://bugzilla.mozilla.org/show_bug_cgi?id=836477
Patch51: manpages-fixes.patch
%description
Network Security Services (NSS) is a set of libraries designed to
@ -206,9 +204,6 @@ low level services.
%patch48 -p0 -b .crypto
%patch49 -p0 -b .skipthem
%patch50 -p0 -b .iquote
pushd nss
%patch51 -p1 -b .948495
popd
#########################################################
# Higher-level libraries and test tools need access to
@ -760,6 +755,9 @@ fi
%changelog
* Thu Sep 26 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.2-1
- Update to NSS_3_15_2_RTM
* Wed Aug 28 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.1-7
- Update pem sources to pick up a patch applied upstream which a faulty merge had missed
- The pem module should not require unique file basenames

View File

@ -7,5 +7,5 @@ a5ae49867124ac75f029a9a33af31bad blank-cert8.db
f998b70c1be25e8bb9f5fdb5d50eb6f2 TestCA.ca.cert
1b7b6808cd77d5df29bf5bb9e5fac967 TestUser50.cert
ab0b56dd505a995425c03e5266f7c8d6 TestUser51.cert
ee649aa333d24c8e364140cc24860ff6 nss-3.15.1-stripped.tar.bz2
e82dd2b9520f9d0f5d101e7710d59656 nss-pem-20130828.tar.bz2
b402f7062b1c0c0ee9d0f223d03b4d6a nss-3.15.2-stripped.tar.bz2