diff --git a/mozilla-nss.changes b/mozilla-nss.changes index e1a6fc5..6f77c1d 100644 --- a/mozilla-nss.changes +++ b/mozilla-nss.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Nov 11 22:11:57 UTC 2013 - wr@rosenauer.org + +- update to 3.15.3 (bnc#850148) + * CERT_VerifyCert returns SECSuccess (saying certificate is good) + even for bad certificates, when the CERTVerifyLog log parameter + is given (bmo#910438) + * NSS advertises TLS 1.2 ciphersuites in a TLS 1.1 ClientHello + (bmo#919677) + * fix CVE-2013-5605 + ------------------------------------------------------------------- Sat Sep 28 04:20:41 UTC 2013 - crrodriguez@opensuse.org diff --git a/mozilla-nss.spec b/mozilla-nss.spec index ca6d218..342911c 100644 --- a/mozilla-nss.spec +++ b/mozilla-nss.spec @@ -25,7 +25,7 @@ BuildRequires: mozilla-nspr-devel BuildRequires: pkg-config BuildRequires: sqlite-devel BuildRequires: zlib-devel -Version: 3.15.2 +Version: 3.15.3 Release: 0 # bug437293 %ifarch ppc64 @@ -36,8 +36,8 @@ Summary: Network Security Services License: MPL-2.0 Group: System/Libraries Url: http://www.mozilla.org/projects/security/pki/nss/ -# hg clone https://hg.mozilla.org/projects/nss; hg up NSS_3_15_1_RTM -Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_15_2_RTM/src/nss-%{version}.tar.gz +# hg clone https://hg.mozilla.org/projects/nss nss-3.15.3 ; cd nss-3.15.3 ; hg up NSS_3_15_3_RTM +Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_15_3_RTM/src/nss-%{version}.tar.gz Source1: nss.pc.in Source3: nss-config.in Source4: %{name}-rpmlintrc @@ -75,8 +75,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled server -applications. Applications built with NSS can support SSL v2 and v3, -TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 +applications. Applications built with NSS can support SSL v3, +TLS v1.0, v1.1, v1.2, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. @@ -95,11 +95,10 @@ Obsoletes: mozilla-nss-devel-64bit %description devel Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled server -applications. Applications built with NSS can support SSL v2 and v3, -TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 +applications. Applications built with NSS can support SSL v3, +TLS v1.0, v1.1, v1.2, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. - %package tools Summary: Tools for developing, debugging, and managing applications that use NSS Group: System/Management @@ -130,8 +129,8 @@ Group: System/Libraries %description -n libfreebl3 Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled server -applications. Applications built with NSS can support SSL v2 and v3, -TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 +applications. Applications built with NSS can support SSL v3, +TLS v1.0, v1.1, v1.2, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. This package installs the freebl library from NSS. @@ -145,8 +144,8 @@ Requires: libfreebl3 = %{version}-%{release} %description -n libsoftokn3 Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled server -applications. Applications built with NSS can support SSL v2 and v3, -TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 +applications. Applications built with NSS can support SSL v3, +TLS v1.0, v1.1, v1.2, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. Network Security Services Softoken Cryptographic Module diff --git a/nss-3.15.2.tar.gz b/nss-3.15.2.tar.gz deleted file mode 100644 index f802f5c..0000000 --- a/nss-3.15.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b2c80d18c49581edbdb509cbf7afd61d8c53658f2a38ff20e224c1909faeddc -size 6288669 diff --git a/nss-3.15.3.tar.gz b/nss-3.15.3.tar.gz new file mode 100644 index 0000000..1bf49e2 --- /dev/null +++ b/nss-3.15.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5f01f7d9f42cf8ad3f95c7f8921bde583df9297c83dc9062930462e3717a18 +size 6288990