Accepting request 618894 from mozilla:Factory
- update to NSS 3.37.3 * required by Firefox 61.0 Notable changes: * The TLS 1.3 implementation was updated to Draft 28. * Added HACL* Poly1305 32-bit * The code to support the NPN protocol has been fully removed. * NSS allows servers now to register ALPN handling callbacks to select a protocol. * NSS supports opening SQL databases in read-only mode. * On Linux, some build configurations can use glibc's function getentropy(), which uses the kernel's getrandom() function. * The CA list was updated to version 2.24, which removed the following CA certificates: - CN = S-TRUST Universal Root CA - CN = TC TrustCenter Class 3 CA II - CN = TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5 * Fix build on armv6/armv7 and other platforms (bmo#1459739) - Set USE_64 on riscv64 OBS-URL: https://build.opensuse.org/request/show/618894 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nss?expand=0&rev=137
This commit is contained in:
commit
00b9a0165f
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 23 14:08:46 UTC 2018 - wr@rosenauer.org
|
||||
|
||||
- update to NSS 3.37.3
|
||||
* required by Firefox 61.0
|
||||
Notable changes:
|
||||
* The TLS 1.3 implementation was updated to Draft 28.
|
||||
* Added HACL* Poly1305 32-bit
|
||||
* The code to support the NPN protocol has been fully removed.
|
||||
* NSS allows servers now to register ALPN handling callbacks to
|
||||
select a protocol.
|
||||
* NSS supports opening SQL databases in read-only mode.
|
||||
* On Linux, some build configurations can use glibc's function
|
||||
getentropy(), which uses the kernel's getrandom() function.
|
||||
* The CA list was updated to version 2.24, which removed the
|
||||
following CA certificates:
|
||||
- CN = S-TRUST Universal Root CA
|
||||
- CN = TC TrustCenter Class 3 CA II
|
||||
- CN = TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5
|
||||
* Fix build on armv6/armv7 and other platforms (bmo#1459739)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 19 15:00:43 UTC 2018 - schwab@suse.de
|
||||
|
||||
- Set USE_64 on riscv64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 12:30:44 UTC 2018 - wr@rosenauer.org
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: mozilla-nspr-devel >= 4.19
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: zlib-devel
|
||||
Version: 3.36.4
|
||||
Version: 3.37.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/
|
||||
Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_36_4_RTM/src/nss-%{version}.tar.gz
|
||||
# hg clone https://hg.mozilla.org/projects/nss nss-3.36.4/nss ; cd nss-3.36.4/nss ; hg up NSS_3_36_4_RTM
|
||||
Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_37_3_RTM/src/nss-%{version}.tar.gz
|
||||
# hg clone https://hg.mozilla.org/projects/nss nss-3.37.3/nss ; cd nss-3.37.3/nss ; hg up NSS_3_37_3_RTM
|
||||
#Source: nss-%{version}.tar.gz
|
||||
Source1: nss.pc.in
|
||||
Source3: nss-config.in
|
||||
@ -197,7 +197,7 @@ export NSPR_INCLUDE_DIR=`nspr-config --includedir`
|
||||
export NSPR_LIB_DIR=`nspr-config --libdir`
|
||||
export OPT_FLAGS="%{optflags} -fno-strict-aliasing"
|
||||
export LIBDIR=%{_libdir}
|
||||
%ifarch x86_64 s390x ppc64 ppc64le ia64 aarch64
|
||||
%ifarch x86_64 s390x ppc64 ppc64le ia64 aarch64 riscv64
|
||||
export USE_64=1
|
||||
%endif
|
||||
export NSS_USE_SYSTEM_SQLITE=1
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33de96b33dc9225d8f637debc3f62bd1fee6a4415cd97c9cf07d7e685779246a
|
||||
size 23030385
|
3
nss-3.37.3.tar.gz
Normal file
3
nss-3.37.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9af2bbb615d010bd866bb83f8c0bb22b0fa086171e93030ffb03da3da15cc5be
|
||||
size 23034239
|
Loading…
Reference in New Issue
Block a user