- 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/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=282
This commit is contained in:
parent
4dc5341fd1
commit
0945bd4d97
@ -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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Release: 0
|
||||
%define underscore_version 3_44
|
||||
# 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.tar.gz
Normal file
3
nss-3.44.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5620e59b6eeedfd5a12c9298b50ad92e9898b223e214eb675e36f4ffb5b6aff
|
||||
size 23474704
|
Loading…
Reference in New Issue
Block a user