Accepting request 233606 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/233606 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nss?expand=0&rev=92
This commit is contained in:
commit
01bbbc1e3d
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 8 05:46:17 UTC 2014 - wr@rosenauer.org
|
||||
|
||||
- update to 3.16.1
|
||||
* required for Firefox 31
|
||||
New functionality:
|
||||
* Added the "ECC" flag for modutil to select the module used for
|
||||
elliptic curve cryptography (ECC) operations.
|
||||
New Functions:
|
||||
* PK11_ExportDERPrivateKeyInfo/PK11_ExportPrivKeyInfo
|
||||
exports a private key in a DER-encoded ASN.1 PrivateKeyInfo type
|
||||
or a SECKEYPrivateKeyInfo structure. Only RSA private keys are
|
||||
supported now.
|
||||
* SECMOD_InternalToPubMechFlags
|
||||
converts from NSS-internal to public representation of mechanism
|
||||
flags
|
||||
New Types:
|
||||
* ssl_padding_xtn
|
||||
the value of this enum constant changed from the experimental
|
||||
value 35655 to the IANA-assigned value 21
|
||||
New Macros
|
||||
* PUBLIC_MECH_ECC_FLAG
|
||||
a public mechanism flag for elliptic curve cryptography (ECC)
|
||||
operations
|
||||
* SECMOD_ECC_FLAG
|
||||
an NSS-internal mechanism flag for elliptic curve cryptography
|
||||
(ECC) operations. This macro has the same numeric value as
|
||||
PUBLIC_MECH_ECC_FLAG.
|
||||
Notable Changes:
|
||||
* Imposed name constraints on the French government root CA ANSSI
|
||||
(DCISS).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 21:16:31 UTC 2014 - wr@rosenauer.org
|
||||
|
||||
|
@ -21,11 +21,11 @@
|
||||
|
||||
Name: mozilla-nss
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: mozilla-nspr-devel >= 4.9
|
||||
BuildRequires: mozilla-nspr-devel >= 4.10.5
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: zlib-devel
|
||||
Version: 3.16
|
||||
Version: 3.16.1
|
||||
Release: 0
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -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_16_RTM/src/nss-%{version}.tar.gz
|
||||
Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_1_RTM/src/nss-%{version}.tar.gz
|
||||
# hg clone https://hg.mozilla.org/projects/nss nss-3.16/nss ; cd nss-3.16/nss ; hg up NSS_3_16_RTM
|
||||
#Source: nss-%{version}.tar.gz
|
||||
Source1: nss.pc.in
|
||||
|
3
nss-3.16.1.tar.gz
Normal file
3
nss-3.16.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fab750f7d34c09cf34df25da1924a9a8f4c7f1768e2d456f8be767ecbbe84a6e
|
||||
size 6409506
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bb4faa200962caacf0454f1e870e74aa9a543809e5c440f7978bcce58e0bfe8
|
||||
size 6378110
|
Loading…
Reference in New Issue
Block a user