Update to 3.13.5
This commit is contained in:
parent
c38003c691
commit
a27d98a9ec
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,5 +4,5 @@ blank-secmod.db
|
|||||||
blank-cert9.db
|
blank-cert9.db
|
||||||
blank-key4.db
|
blank-key4.db
|
||||||
PayPalEE.cert
|
PayPalEE.cert
|
||||||
/nss-3.13.4-stripped.tar.bz2
|
/nss-3.13.5-stripped.tar.bz2
|
||||||
/nss-pem-20120402.tar.bz2
|
/nss-pem-20120402.tar.bz2
|
||||||
|
@ -7,5 +7,5 @@ Name: NSS
|
|||||||
Description: Network Security Services
|
Description: Network Security Services
|
||||||
Version: %NSS_VERSION%
|
Version: %NSS_VERSION%
|
||||||
Requires: nspr >= %NSPR_VERSION%, nss-util >= %NSSUTIL_VERSION%
|
Requires: nspr >= %NSPR_VERSION%, nss-util >= %NSSUTIL_VERSION%
|
||||||
Libs: -lssl3 -lsmime3 -lnss3
|
Libs: -L ${libdir}/nss3 -lssl3 -lsmime3 -lnss3
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
11
nss.spec
11
nss.spec
@ -1,13 +1,13 @@
|
|||||||
%global nspr_version 4.9
|
%global nspr_version 4.9
|
||||||
%global nss_util_version 3.13.4
|
%global nss_util_version 3.13.5
|
||||||
%global nss_softokn_fips_version 3.12.9
|
%global nss_softokn_fips_version 3.12.9
|
||||||
%global nss_softokn_version 3.13.4
|
%global nss_softokn_version 3.13.5
|
||||||
%global unsupported_tools_directory %{_libdir}/nss/unsupported-tools
|
%global unsupported_tools_directory %{_libdir}/nss/unsupported-tools
|
||||||
|
|
||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Name: nss
|
Name: nss
|
||||||
Version: 3.13.4
|
Version: 3.13.5
|
||||||
Release: 3%{?dist}
|
Release: 1%{?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
|
||||||
@ -583,6 +583,9 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 18 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.5-1
|
||||||
|
- Update to NSS_3_13_5_RTM
|
||||||
|
|
||||||
* Fri Apr 13 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.4-3
|
* Fri Apr 13 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.4-3
|
||||||
- Resolves: Bug 812423 - nss_Init leaks memory, fix from RHEL 6.3
|
- Resolves: Bug 812423 - nss_Init leaks memory, fix from RHEL 6.3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -5,4 +5,4 @@ a5ae49867124ac75f029a9a33af31bad blank-cert8.db
|
|||||||
2ec9e0606ba40fe65196545564b7cc2a blank-key4.db
|
2ec9e0606ba40fe65196545564b7cc2a blank-key4.db
|
||||||
bf47cecad861efa77d1488ad4a73cb5b PayPalEE.cert
|
bf47cecad861efa77d1488ad4a73cb5b PayPalEE.cert
|
||||||
d19159b7f91b94afaf7fa78bba006c13 nss-pem-20120402.tar.bz2
|
d19159b7f91b94afaf7fa78bba006c13 nss-pem-20120402.tar.bz2
|
||||||
74bbd7b520179c2e226a021fba8ff365 nss-3.13.4-stripped.tar.bz2
|
658daa72d8a79589ba9e3712591939e9 nss-3.13.5-stripped.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user