This commit is contained in:
parent
74e8027827
commit
a93de495c1
BIN
PayPalEE.cert
Normal file
BIN
PayPalEE.cert
Normal file
Binary file not shown.
BIN
PayPalICA.cert
Normal file
BIN
PayPalICA.cert
Normal file
Binary file not shown.
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 09:03:17 CEST 2009 - wr@rosenauer.org
|
||||
|
||||
- renew Paypal certs to fix testsuite errors (bmo#491163)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 14:47:43 CEST 2009 - wr@rosenauer.org
|
||||
|
||||
|
@ -28,7 +28,7 @@ BuildRequires: sqlite3-devel
|
||||
%endif
|
||||
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
Version: 3.12.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: mozilla-nss-64bit
|
||||
@ -42,6 +42,8 @@ Source: nss-%{version}.tar.bz2
|
||||
Source1: nss.pc.in
|
||||
Source2: addon-certs.txt
|
||||
Source3: nss-config.in
|
||||
Source4: PayPalEE.cert
|
||||
Source5: PayPalICA.cert
|
||||
Patch1: nss-opt.patch
|
||||
Patch2: nss-sqlitename.patch
|
||||
Patch3: system-nspr.patch
|
||||
@ -172,6 +174,8 @@ export DOMSUF=" "
|
||||
export USE_IP=TRUE
|
||||
export IP_ADDRESS="127.0.0.1"
|
||||
cd tests
|
||||
# fix testsuite's certs
|
||||
cp %{SOURCE4} %{SOURCE5} libpkix/certs/
|
||||
./all.sh
|
||||
if grep "FAILED" ../../../tests_results/security/localhost.1/output.log ; then
|
||||
echo "Testsuite FAILED"
|
||||
@ -327,7 +331,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files -n libfreebl3
|
||||
%defattr(-, root, root)
|
||||
/%{_lib}/libfreebl3.so
|
||||
|
||||
%changelog
|
||||
* Thu May 21 2009 wr@rosenauer.org
|
||||
- renew Paypal certs to fix testsuite errors (bmo#491163)
|
||||
* Mon Apr 20 2009 wr@rosenauer.org
|
||||
- update to version 3.12.3 RTM
|
||||
* default behaviour changed slightly but can be set up
|
||||
|
Loading…
Reference in New Issue
Block a user