Accepting request 52546 from mozilla:Factory
Accepted submit request 52546 from user wrosenauer OBS-URL: https://build.opensuse.org/request/show/52546 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nss?expand=0&rev=41
This commit is contained in:
commit
89db8e2ef9
BIN
PayPalEE.cert
Normal file
BIN
PayPalEE.cert
Normal file
Binary file not shown.
@ -1,9 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 9 08:51:51 UTC 2010 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- replaced expired PayPal test certificate (fixing testsuite)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 25 08:18:59 CEST 2010 - wr@rosenauer.org
|
Sat Sep 25 08:18:59 CEST 2010 - wr@rosenauer.org
|
||||||
|
|
||||||
- update to 3.12.8 RTM release
|
- update to 3.12.8 RTM release
|
||||||
* support TLS false start (needed for Firefox4) (bmo#525092)
|
* support TLS false start (needed for Firefox4) (bmo#525092)
|
||||||
* fix wildcard matching for IP addresses (bnc#637290, bmo#578697)
|
* fix wildcard matching for IP addresses (bnc#637290, bmo#578697)
|
||||||
(CVE-2010-3170)
|
(CVE-2010-3170)
|
||||||
* bugfixes
|
* bugfixes
|
||||||
|
|
||||||
@ -24,7 +29,7 @@ Fri Jul 9 16:32:33 UTC 2010 - jengelh@medozas.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 3 22:45:51 CEST 2010 - wr@rosenauer.org
|
Thu Jun 3 22:45:51 CEST 2010 - wr@rosenauer.org
|
||||||
|
|
||||||
- Use preloaded empty system database since creating with
|
- Use preloaded empty system database since creating with
|
||||||
modutil leaves database in nonusable state
|
modutil leaves database in nonusable state
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: sqlite3-devel
|
|||||||
%endif
|
%endif
|
||||||
License: GPLv2+ ; LGPLv2.1+ ; MPL
|
License: GPLv2+ ; LGPLv2.1+ ; MPL
|
||||||
Version: 3.12.8
|
Version: 3.12.8
|
||||||
Release: 1
|
Release: 2
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: mozilla-nss-64bit
|
Obsoletes: mozilla-nss-64bit
|
||||||
@ -49,6 +49,7 @@ Source6: setup-nsssysinit.sh
|
|||||||
Source7: cert9.db
|
Source7: cert9.db
|
||||||
Source8: key4.db
|
Source8: key4.db
|
||||||
Source9: pkcs11.txt
|
Source9: pkcs11.txt
|
||||||
|
Source10: PayPalEE.cert
|
||||||
Patch1: nss-opt.patch
|
Patch1: nss-opt.patch
|
||||||
Patch3: system-nspr.patch
|
Patch3: system-nspr.patch
|
||||||
Patch4: char.patch
|
Patch4: char.patch
|
||||||
@ -78,7 +79,7 @@ certificates, and other security standards.
|
|||||||
License: GPLv2+ ; LGPLv2.1+ ; MPL
|
License: GPLv2+ ; LGPLv2.1+ ; MPL
|
||||||
Summary: Network (Netscape) Security Services development files
|
Summary: Network (Netscape) Security Services development files
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: mozilla-nspr-devel
|
Requires: mozilla-nspr-devel
|
||||||
Requires: mozilla-nss = %{version}-%{release}
|
Requires: mozilla-nss = %{version}-%{release}
|
||||||
Requires: libfreebl3
|
Requires: libfreebl3
|
||||||
Requires: libsoftokn3
|
Requires: libsoftokn3
|
||||||
@ -137,7 +138,7 @@ This package installs the freebl library from NSS.
|
|||||||
|
|
||||||
%package -n libsoftokn3
|
%package -n libsoftokn3
|
||||||
License: GPLv2+ ; LGPLv2.1+ ; MPL
|
License: GPLv2+ ; LGPLv2.1+ ; MPL
|
||||||
Summary: Network Security Services Soktoken Module
|
Summary: Network Security Services Soktoken Module
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libfreebl3 = %{version}-%{release}
|
Requires: libfreebl3 = %{version}-%{release}
|
||||||
|
|
||||||
@ -148,7 +149,7 @@ applications. Applications built with NSS can support SSL v2 and v3,
|
|||||||
TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3
|
TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3
|
||||||
certificates, and other security standards.
|
certificates, and other security standards.
|
||||||
|
|
||||||
Network Security Services Softoken Cryptographic Module
|
Network Security Services Softoken Cryptographic Module
|
||||||
|
|
||||||
|
|
||||||
%package certs
|
%package certs
|
||||||
@ -157,7 +158,7 @@ Summary: CA certificates for NSS
|
|||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
|
|
||||||
%description certs
|
%description certs
|
||||||
This package contains the integrated CA root certificates from the
|
This package contains the integrated CA root certificates from the
|
||||||
Mozilla project.
|
Mozilla project.
|
||||||
|
|
||||||
|
|
||||||
@ -178,11 +179,12 @@ cd mozilla
|
|||||||
#make generate
|
#make generate
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export FREEBL_NO_DEPEND=1
|
|
||||||
cd mozilla/security/nss
|
cd mozilla/security/nss
|
||||||
|
cp %SOURCE10 tests/libpkix/certs/PayPalEE.cert
|
||||||
|
export FREEBL_NO_DEPEND=1
|
||||||
export NSPR_INCLUDE_DIR=`nspr-config --includedir`
|
export NSPR_INCLUDE_DIR=`nspr-config --includedir`
|
||||||
export NSPR_LIB_DIR=`nspr-config --libdir`
|
export NSPR_LIB_DIR=`nspr-config --libdir`
|
||||||
export OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
export LIBDIR=%{_libdir}
|
export LIBDIR=%{_libdir}
|
||||||
%ifarch x86_64 s390x ppc64 ia64
|
%ifarch x86_64 s390x ppc64 ia64
|
||||||
export USE_64=1
|
export USE_64=1
|
||||||
|
Loading…
Reference in New Issue
Block a user