Update to NSS_3_13.4_BETA1
This commit is contained in:
parent
39b507ea3c
commit
89045d8452
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
nss-3.13.3-stripped.tar.bz2
|
|
||||||
nss-pem-20101125.tar.bz2
|
nss-pem-20101125.tar.bz2
|
||||||
blank-cert8.db
|
blank-cert8.db
|
||||||
blank-key3.db
|
blank-key3.db
|
||||||
@ -6,3 +5,4 @@ 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
|
||||||
|
14
nss.spec
14
nss.spec
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Name: nss
|
Name: nss
|
||||||
Version: 3.13.3
|
Version: 3.13.4
|
||||||
Release: 4%{?dist}
|
Release: 0.1%{?dist}.beta.1
|
||||||
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
|
||||||
@ -84,7 +84,9 @@ Patch32: Bug-800674-Unable-to-contact-LDAP-Server-during-winsync.patch
|
|||||||
# upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=734492
|
# upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=734492
|
||||||
Patch33: Bug-800682-Qpid-AMQP-daemon-fails-to-load-after-nss-update.patch
|
Patch33: Bug-800682-Qpid-AMQP-daemon-fails-to-load-after-nss-update.patch
|
||||||
|
|
||||||
# upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=734441
|
# upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=723740
|
||||||
|
# Fixed on freel for 3.13.4, disable the patch for now
|
||||||
|
# TODO: Remove patch when we verify that it's not needed
|
||||||
Patch34: Bug-800676-nss-workaround-for-freebl-bug-that-causes-openswan-to-drop-connections.patch
|
Patch34: Bug-800676-nss-workaround-for-freebl-bug-that-causes-openswan-to-drop-connections.patch
|
||||||
|
|
||||||
# Activate when verified in RHEL
|
# Activate when verified in RHEL
|
||||||
@ -182,7 +184,8 @@ low level services.
|
|||||||
%patch31 -p0 -b .gcc47
|
%patch31 -p0 -b .gcc47
|
||||||
%patch32 -p0 -b .800674
|
%patch32 -p0 -b .800674
|
||||||
%patch33 -p0 -b .800682
|
%patch33 -p0 -b .800682
|
||||||
%patch34 -p0 -b .800676
|
# disabling to test the fix
|
||||||
|
#%patch34 -p0 -b .800676
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -601,6 +604,9 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 01 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.4-0.1.beta1.1
|
||||||
|
- Update to NSS_3_13.4_BETA1
|
||||||
|
|
||||||
* Wed Mar 21 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.3-4
|
* Wed Mar 21 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.3-4
|
||||||
- Resolves: Bug 805723 - Library needs partial RELRO support added
|
- Resolves: Bug 805723 - Library needs partial RELRO support added
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,4 +1,3 @@
|
|||||||
3d211ab803585d449f94e67cbeca8502 nss-3.13.3-stripped.tar.bz2
|
|
||||||
e63cddf74c07f0d818d1052ecc6fbb1f nss-pem-20101125.tar.bz2
|
e63cddf74c07f0d818d1052ecc6fbb1f nss-pem-20101125.tar.bz2
|
||||||
a5ae49867124ac75f029a9a33af31bad blank-cert8.db
|
a5ae49867124ac75f029a9a33af31bad blank-cert8.db
|
||||||
9315689bbd9f28ceebd47894f99fccbd blank-key3.db
|
9315689bbd9f28ceebd47894f99fccbd blank-key3.db
|
||||||
@ -6,3 +5,4 @@ a5ae49867124ac75f029a9a33af31bad blank-cert8.db
|
|||||||
691e663ccc07b7a1eaa6f088e03bf8e2 blank-cert9.db
|
691e663ccc07b7a1eaa6f088e03bf8e2 blank-cert9.db
|
||||||
2ec9e0606ba40fe65196545564b7cc2a blank-key4.db
|
2ec9e0606ba40fe65196545564b7cc2a blank-key4.db
|
||||||
bf47cecad861efa77d1488ad4a73cb5b PayPalEE.cert
|
bf47cecad861efa77d1488ad4a73cb5b PayPalEE.cert
|
||||||
|
13717d6132b9cba15062ee34020ecd5a nss-3.13.4-stripped.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user