- Update to 3.12.8

- Fix invalid %postun scriptlet (#639248)
This commit is contained in:
Elio Maldonado 2010-10-05 11:47:36 -07:00
parent cb9c7979b3
commit 5775837bbf
4 changed files with 15 additions and 15 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
nss-3.12.7-stripped.tar.bz2
nss-3.12.8-stripped.tar.bz2
nss-pem-20100809.tar.bz2
blank-cert8.db
blank-key3.db

View File

@ -1,12 +1,12 @@
%global nspr_version 4.8.6
%global nss_util_version 3.12.7
%global nss_softokn_version 3.12.7
%global nss_util_version 3.12.8
%global nss_softokn_version 3.12.8
%global unsupported_tools_directory %{_libdir}/nss/unsupported-tools
Summary: Network Security Services
Name: nss
Version: 3.12.7
Release: 9%{?dist}
Version: 3.12.8
Release: 1%{?dist}
License: MPLv1.1 or GPLv2+ or LGPLv2+
URL: http://www.mozilla.org/projects/security/pki/nss/
Group: System Environment/Libraries
@ -372,9 +372,9 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
%postun -p /sbin/ldconfig
%triggerpostun -n nss-sysinit -- nss-sysinit < 3.12.8-3
# Reverse unwanted disabling of sysinit by faulty preun sysinit scriplet
# from previous versions of nss.spec
%triggerpostun -n nss-sysinit -- nss-sysinit < 3.12.7-9
/usr/bin/setup-nsssysinit.sh on
@ -490,6 +490,10 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
%{_libdir}/libnssckfw.a
%changelog
* Tue Oct 05 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8-1
- Update to 3.12.8
- Fix invalid %postun scriptlet (#639248)
* Thu Sep 30 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.7-9
- Fix version on triggerpostun scriplet (#636787)

View File

@ -1,10 +1,6 @@
Index: ./mozilla/security/nss/lib/ssl/sslsock.c
===================================================================
RCS file: /cvsroot/mozilla/security/nss/lib/ssl/sslsock.c,v
retrieving revision 1.66
diff -u -p -r1.66 sslsock.c
--- ./mozilla/security/nss/lib/ssl/sslsock.c 26 Feb 2010 20:44:54 -0000 1.66
+++ ./mozilla/security/nss/lib/ssl/sslsock.c 1 Mar 2010 18:05:10 -0000
diff -up ./mozilla/security/nss/lib/ssl/sslsock.c.transitional ./mozilla/security/nss/lib/ssl/sslsock.c
--- ./mozilla/security/nss/lib/ssl/sslsock.c.transitional 2010-09-04 09:46:50.331327676 -0700
+++ ./mozilla/security/nss/lib/ssl/sslsock.c 2010-09-04 09:50:02.814325605 -0700
@@ -181,7 +181,7 @@ static sslOptions ssl_defaults = {
PR_FALSE, /* noLocks */
PR_FALSE, /* enableSessionTickets */
@ -12,5 +8,5 @@ diff -u -p -r1.66 sslsock.c
- 2, /* enableRenegotiation (default: requires extension) */
+ 3, /* enableRenegotiation (default: transitional) */
PR_FALSE, /* requireSafeNegotiation */
PR_FALSE, /* enableFalseStart */
};

View File

@ -1,4 +1,4 @@
8a44cbd25ca6705a08559c2bf4228eef nss-3.12.7-stripped.tar.bz2
248bc97cb3fd613b23d66fd1d9d8d60a nss-3.12.8-stripped.tar.bz2
765fa031d5affa91ab824dd981777ddf nss-pem-20100809.tar.bz2
a5ae49867124ac75f029a9a33af31bad blank-cert8.db
9315689bbd9f28ceebd47894f99fccbd blank-key3.db