Accepting request 713969 from mozilla:Factory
- update to NSS 3.44.1 * required by Firefox 68.0 Bugs fixed * bmo#1554336 - Optimize away unneeded loop in mpi.c * bmo#1515342 - More thorough input checking * bmo#1540541 - Don't unnecessarily strip leading 0's from key material during PKCS11 import * bmo#1515236 - Add a SSLKEYLOGFILE enable/disable flag at build.sh * bmo#1546229 - Add IPSEC IKE support to softoken * bmo#1473806 - Fix SECKEY_ConvertToPublicKey handling of non-RSA keys * bmo#1546477 - Updates to testing for FIPS validation * bmo#1552208 - Prohibit use of RSASSA-PKCS1-v1_5 algorithms in TLS 1.3 * bmo#1551041 - Unbreak build on GCC < 4.3 big-endian - update to NSS 3.44 * required by Firefox 68.0 New functions * CERT_GetCertificateDer - Access the DER-encoded form of a CERTCertificate Notable changes * It is now possible to build NSS as a static library (bmo#1543545) * Initial support for building for iOS Bugs fixed * full list https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.44_release_notes - merge some baselibs fixes from SLE OBS-URL: https://build.opensuse.org/request/show/713969 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nss?expand=0&rev=145
This commit is contained in:
commit
c02833f6f9
@ -1,4 +1,5 @@
|
||||
mozilla-nss
|
||||
requires "mozilla-nspr-<targettype> >= 4.21"
|
||||
requires "libfreebl3-<targettype>"
|
||||
requires "libsoftokn3-<targettype>"
|
||||
requires "mozilla-nss-certs-<targettype>"
|
||||
@ -8,5 +9,6 @@ libsoftokn3
|
||||
+/usr/lib/libnssdbm3.chk
|
||||
libfreebl3
|
||||
+/lib/libfreebl3.chk
|
||||
+/lib/libfreeblpriv3.chk
|
||||
mozilla-nss-sysinit
|
||||
mozilla-nss-certs
|
||||
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 07:14:57 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- update to NSS 3.44.1
|
||||
* required by Firefox 68.0
|
||||
Bugs fixed
|
||||
* bmo#1554336 - Optimize away unneeded loop in mpi.c
|
||||
* bmo#1515342 - More thorough input checking
|
||||
* bmo#1540541 - Don't unnecessarily strip leading 0's from key material
|
||||
during PKCS11 import
|
||||
* bmo#1515236 - Add a SSLKEYLOGFILE enable/disable flag at build.sh
|
||||
* bmo#1546229 - Add IPSEC IKE support to softoken
|
||||
* bmo#1473806 - Fix SECKEY_ConvertToPublicKey handling of non-RSA keys
|
||||
* bmo#1546477 - Updates to testing for FIPS validation
|
||||
* bmo#1552208 - Prohibit use of RSASSA-PKCS1-v1_5 algorithms in TLS 1.3
|
||||
* bmo#1551041 - Unbreak build on GCC < 4.3 big-endian
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 21:38:18 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- update to NSS 3.44
|
||||
* required by Firefox 68.0
|
||||
New functions
|
||||
* CERT_GetCertificateDer - Access the DER-encoded form of a CERTCertificate
|
||||
Notable changes
|
||||
* It is now possible to build NSS as a static library (bmo#1543545)
|
||||
* Initial support for building for iOS
|
||||
Bugs fixed
|
||||
* full list
|
||||
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.44_release_notes
|
||||
- merge some baselibs fixes from SLE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 12:07:00 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
|
@ -18,15 +18,17 @@
|
||||
|
||||
|
||||
%global nss_softokn_fips_version 3.36
|
||||
%define NSPR_min_version 4.21
|
||||
|
||||
Name: mozilla-nss
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: mozilla-nspr-devel >= 4.21
|
||||
BuildRequires: mozilla-nspr-devel >= %{NSPR_min_version}
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: zlib-devel
|
||||
Version: 3.43
|
||||
Version: 3.44.1
|
||||
Release: 0
|
||||
%define underscore_version 3_44_1
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: mozilla-nss-64bit
|
||||
@ -36,8 +38,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_43_RTM/src/nss-%{version}.tar.gz
|
||||
# hg clone https://hg.mozilla.org/projects/nss nss-3.43/nss ; cd nss-3.43/nss ; hg up NSS_3_43_RTM
|
||||
Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_%{underscore_version}_RTM/src/nss-%{version}.tar.gz
|
||||
# hg clone https://hg.mozilla.org/projects/nss nss-%{version}/nss ; cd nss-%{version}/nss ; hg up NSS_%{underscore_version}_RTM
|
||||
#Source: nss-%{version}.tar.gz
|
||||
Source1: nss.pc.in
|
||||
Source3: nss-config.in
|
||||
@ -87,7 +89,7 @@ Summary: Network (Netscape) Security Services development files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libfreebl3
|
||||
Requires: libsoftokn3
|
||||
Requires: mozilla-nspr-devel >= 4.20
|
||||
Requires: mozilla-nspr-devel >= %{NSPR_min_version}
|
||||
Requires: mozilla-nss = %{version}-%{release}
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f30bc1b7330887b75de9fec37dbc173001758dc43fb095ffbc45dac4093fe2ca
|
||||
size 23466026
|
3
nss-3.44.1.tar.gz
Normal file
3
nss-3.44.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fce4cb80c989cde35416ecbe55920856015a35151c4f21be64470e4dd4de12f8
|
||||
size 75986343
|
Loading…
Reference in New Issue
Block a user