Accepting request 313607 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/313607 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nss?expand=0&rev=105
This commit is contained in:
commit
c300477d1a
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 24 12:45:09 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
- as the .chk files are contained in libfreebl3 and libsoftokn
|
||||||
|
directly, provide the -hmac alias names to help :42 building.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 23 06:00:13 UTC 2015 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- update to 3.19.2
|
||||||
|
* required for Firefox 39.0
|
||||||
|
* No new functionality is introduced in this release. This release
|
||||||
|
addresses a backwards compatibility issue with the NSS 3.19.1
|
||||||
|
release.
|
||||||
|
* In NSS 3.19.1, the minimum key sizes that the freebl cryptographic
|
||||||
|
implementation (part of the softoken cryptographic module used
|
||||||
|
by default by NSS) was willing to generate or use was increased
|
||||||
|
- for RSA keys, to 512 bits, and for DH keys, 1023 bits. This
|
||||||
|
was done as part of a security fix for Bug 1138554 / CVE-2015-4000.
|
||||||
|
Applications that requested or attempted to use keys smaller
|
||||||
|
then the minimum size would fail. However, this change in behaviour
|
||||||
|
unintentionally broke existing NSS applications that need to
|
||||||
|
generate or use such keys, via APIs such as
|
||||||
|
SECKEY_CreateRSAPrivateKey or SECKEY_CreateDHPrivateKey.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 31 13:22:47 UTC 2015 - wr@rosenauer.org
|
Sun May 31 13:22:47 UTC 2015 - wr@rosenauer.org
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ BuildRequires: mozilla-nspr-devel >= 4.10.8
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Version: 3.19.1
|
Version: 3.19.2
|
||||||
Release: 0
|
Release: 0
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
@ -36,8 +36,8 @@ Summary: Network Security Services
|
|||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.mozilla.org/projects/security/pki/nss/
|
Url: http://www.mozilla.org/projects/security/pki/nss/
|
||||||
Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_19_1_RTM/src/nss-%{version}.tar.gz
|
Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_19_2_RTM/src/nss-%{version}.tar.gz
|
||||||
# hg clone https://hg.mozilla.org/projects/nss nss-3.19.1/nss ; cd nss-3.19.1/nss ; hg up NSS_3_19_1_RTM
|
# hg clone https://hg.mozilla.org/projects/nss nss-3.19.2/nss ; cd nss-3.19.2/nss ; hg up NSS_3_19_2_RTM
|
||||||
#Source: nss-%{version}.tar.gz
|
#Source: nss-%{version}.tar.gz
|
||||||
Source1: nss.pc.in
|
Source1: nss.pc.in
|
||||||
Source3: nss-config.in
|
Source3: nss-config.in
|
||||||
@ -126,6 +126,7 @@ any system or user configured modules.
|
|||||||
%package -n libfreebl3
|
%package -n libfreebl3
|
||||||
Summary: Freebl library for the Network Security Services
|
Summary: Freebl library for the Network Security Services
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Provides: libfreebl3-hmac
|
||||||
|
|
||||||
%description -n libfreebl3
|
%description -n libfreebl3
|
||||||
Network Security Services (NSS) is a set of libraries designed to
|
Network Security Services (NSS) is a set of libraries designed to
|
||||||
@ -141,6 +142,7 @@ This package installs the freebl library from NSS.
|
|||||||
Summary: Network Security Services Softoken Module
|
Summary: Network Security Services Softoken Module
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libfreebl3 = %{version}-%{release}
|
Requires: libfreebl3 = %{version}-%{release}
|
||||||
|
Provides: libsoftokn3-hmac
|
||||||
|
|
||||||
%description -n libsoftokn3
|
%description -n libsoftokn3
|
||||||
Network Security Services (NSS) is a set of libraries designed to
|
Network Security Services (NSS) is a set of libraries designed to
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b7be709551ec13206d8e3e8c065b894fa981c11573115e9478fa051029c52fff
|
|
||||||
size 6953537
|
|
3
nss-3.19.2.tar.gz
Normal file
3
nss-3.19.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1306663e8f61d8449ad8cbcffab743a604dcd9f6f34232c210847c51dce2c9ae
|
||||||
|
size 6953657
|
Loading…
Reference in New Issue
Block a user