From 563cf68233d9cc997b87081ddc51772671dc08ba13da718dee2056b6a3efb3b8 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sun, 12 Feb 2017 07:39:39 +0000 Subject: [PATCH 1/2] - update to NSS 3.28.2 This is a stability and compatibility release. Below is a summary of the changes. * Fixed a NSS 3.28 regression in the signature scheme flexibility that causes connectivity issues between iOS 8 clients and NSS servers with ECDSA certificates (bmo#1334114) * Fixed a possible crash on some Windows systems (bmo#1323150) * Fixed a compatibility issue with TLS clients that do not provide a list of supported key exchange groups (bmo#1330612) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=228 --- mozilla-nss.changes | 13 +++++++++++++ mozilla-nss.spec | 10 +++++----- nss-3.28.1.tar.gz | 3 --- nss-3.28.2.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 nss-3.28.1.tar.gz create mode 100644 nss-3.28.2.tar.gz diff --git a/mozilla-nss.changes b/mozilla-nss.changes index ea3b203..1b7d8c3 100644 --- a/mozilla-nss.changes +++ b/mozilla-nss.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Feb 12 07:31:29 UTC 2017 - wr@rosenauer.org + +- update to NSS 3.28.2 + This is a stability and compatibility release. Below is a summary of + the changes. + * Fixed a NSS 3.28 regression in the signature scheme flexibility that + causes connectivity issues between iOS 8 clients and NSS servers + with ECDSA certificates (bmo#1334114) + * Fixed a possible crash on some Windows systems (bmo#1323150) + * Fixed a compatibility issue with TLS clients that do not provide a + list of supported key exchange groups (bmo#1330612) + ------------------------------------------------------------------- Wed Jan 18 22:00:31 UTC 2017 - wr@rosenauer.org diff --git a/mozilla-nss.spec b/mozilla-nss.spec index 82cc782..aa19c67 100644 --- a/mozilla-nss.spec +++ b/mozilla-nss.spec @@ -2,7 +2,7 @@ # spec file for package mozilla-nss # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2006-2016 Wolfgang Rosenauer +# Copyright (c) 2006-2017 Wolfgang Rosenauer # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,11 +21,11 @@ Name: mozilla-nss BuildRequires: gcc-c++ -BuildRequires: mozilla-nspr-devel >= 4.13.1 +BuildRequires: mozilla-nspr-devel >= 4.13 BuildRequires: pkg-config BuildRequires: sqlite-devel BuildRequires: zlib-devel -Version: 3.28.1 +Version: 3.28.2 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/ -Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_28_1_RTM/src/nss-%{version}.tar.gz -# hg clone https://hg.mozilla.org/projects/nss nss-3.28.1/nss ; cd nss-3.28.1/nss ; hg up NSS_3_28_1_RTM +Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_28_21_RTM/src/nss-%{version}.tar.gz +# hg clone https://hg.mozilla.org/projects/nss nss-3.28.2/nss ; cd nss-3.28.2/nss ; hg up NSS_3_28_2_RTM #Source: nss-%{version}.tar.gz Source1: nss.pc.in Source3: nss-config.in diff --git a/nss-3.28.1.tar.gz b/nss-3.28.1.tar.gz deleted file mode 100644 index 42e71f4..0000000 --- a/nss-3.28.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58cc0c05c0ed9523e6d820bea74f513538f48c87aac931876e3d3775de1a82ad -size 7451477 diff --git a/nss-3.28.2.tar.gz b/nss-3.28.2.tar.gz new file mode 100644 index 0000000..32ac478 --- /dev/null +++ b/nss-3.28.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4249f65c2150b9a3f9e60cbe76ef0cb8e3ebed37848192611a1f0592f5db510e +size 7451885 From 241444f8ce01ce80e9b020fd4cd507ad22140ac70f795eb12c7366929869a9ce Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sun, 12 Feb 2017 13:16:09 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=229 --- mozilla-nss.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla-nss.spec b/mozilla-nss.spec index aa19c67..e7c8712 100644 --- a/mozilla-nss.spec +++ b/mozilla-nss.spec @@ -36,7 +36,7 @@ Summary: Network Security Services License: MPL-2.0 Group: System/Libraries Url: http://www.mozilla.org/projects/security/pki/nss/ -Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_28_21_RTM/src/nss-%{version}.tar.gz +Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_28_2_RTM/src/nss-%{version}.tar.gz # hg clone https://hg.mozilla.org/projects/nss nss-3.28.2/nss ; cd nss-3.28.2/nss ; hg up NSS_3_28_2_RTM #Source: nss-%{version}.tar.gz Source1: nss.pc.in