commit mozilla-nss for openSUSE:12.3
Hello community, here is the log from the commit of package mozilla-nss for openSUSE:12.3 checked in at 2013-03-01 10:52:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/mozilla-nss (Old) and /work/SRC/openSUSE:12.3/.mozilla-nss.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "mozilla-nss", Maintainer is "gnome-maintainers@suse.de" Changes: -------- --- /work/SRC/openSUSE:12.3/mozilla-nss/mozilla-nss.changes 2013-01-31 01:27:31.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.mozilla-nss.new/mozilla-nss.changes 2013-03-01 10:52:43.000000000 +0100 @@ -1,0 +2,31 @@ +Thu Feb 28 21:55:49 UTC 2013 - wr@rosenauer.org + +- update to 3.14.3 + * No new major functionality is introduced in this release. This + release is a patch release to address CVE-2013-1620 (bmo#822365) + * "certutil -a" was not correctly producing ASCII output as + requested. (bmo#840714) + * NSS 3.14.2 broke compilation with older versions of sqlite that + lacked the SQLITE_FCNTL_TEMPFILENAME file control. NSS 3.14.3 now + properly compiles when used with older versions of sqlite + (bmo#837799) - remove system-sqlite.patch +- add aarch64 support + +------------------------------------------------------------------- +Tue Feb 5 12:51:56 UTC 2013 - wr@rosenauer.org + +- added system-sqlite.patch (bmo#837799) + * do not depend on latest sqlite just for a #define +- enable system sqlite usage again + +------------------------------------------------------------------- +Sat Feb 2 16:05:20 UTC 2013 - wr@rosenauer.org + +- update to 3.14.2 + * required for Firefox >= 20 + * removed obsolete nssckbi update patch +- disable system sqlite usage since we depend on 3.7.15 which is + not provided in any openSUSE distribution + * add nss-sqlitename.patch to avoid any name clash + +------------------------------------------------------------------- Old: ---- nss-3.14.1.tar.bz2 nssckbi-1.93.patch New: ---- nss-3.14.3.tar.bz2 nss-sqlitename.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozilla-nss.spec ++++++ --- /var/tmp/diff_new_pack.mlAp6U/_old 2013-03-01 10:52:44.000000000 +0100 +++ /var/tmp/diff_new_pack.mlAp6U/_new 2013-03-01 10:52:44.000000000 +0100 @@ -2,7 +2,7 @@ # spec file for package mozilla-nss # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c) 2006-2012 Wolfgang Rosenauer +# Copyright (c) 2006-2013 Wolfgang Rosenauer # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,9 +23,9 @@ BuildRequires: gcc-c++ BuildRequires: mozilla-nspr-devel BuildRequires: pkg-config -BuildRequires: sqlite3-devel +BuildRequires: sqlite-devel BuildRequires: zlib-devel -Version: 3.14.1 +Version: 3.14.3 Release: 0 # bug437293 %ifarch ppc64 @@ -54,7 +54,7 @@ Patch5: renegotiate-transitional.patch Patch6: malloc.patch Patch7: nss-disable-ocsp-test.patch -Patch8: nssckbi-1.93.patch +Patch8: nss-sqlitename.patch %define nspr_ver %(rpm -q --queryformat '%{VERSION}' mozilla-nspr) PreReq: mozilla-nspr >= %nspr_ver PreReq: libfreebl3 >= %{nss_softokn_fips_version} @@ -187,12 +187,11 @@ export NSPR_LIB_DIR=`nspr-config --libdir` export OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export LIBDIR=%{_libdir} -%ifarch x86_64 s390x ppc64 ia64 +%ifarch x86_64 s390x ppc64 ia64 aarch64 export USE_64=1 %endif -%if %suse_version > 1020 export NSS_USE_SYSTEM_SQLITE=1 -%endif +#export SQLITE_LIB_NAME=nsssqlite3 MAKE_FLAGS="BUILD_OPT=1 NSS_ENABLE_ECC=1" make nss_build_all $MAKE_FLAGS # run testsuite @@ -236,10 +235,8 @@ cp -L lib/libfreebl3.so \ lib/libfreebl3.chk \ $RPM_BUILD_ROOT/%{_lib} -%if %suse_version < 1030 -cp -L lib/libnsssqlite3.so \ - $RPM_BUILD_ROOT%{_libdir} -%endif +#cp -L lib/libnsssqlite3.so \ +# $RPM_BUILD_ROOT%{_libdir} # copy static libs cp -L lib/libcrmf.a \ lib/libnssb.a \ @@ -347,9 +344,7 @@ %{_libdir}/libnssutil3.so %{_libdir}/libsmime3.so %{_libdir}/libssl3.so -%if %suse_version < 1030 -%{_libdir}/libnsssqlite3.so -%endif +#%{_libdir}/libnsssqlite3.so %files devel %defattr(644, root, root, 755) ++++++ nss-3.14.1.tar.bz2 -> nss-3.14.3.tar.bz2 ++++++ ++++ 205782 lines of diff (skipped) ++++++ nss-disable-ocsp-test.patch ++++++ --- /var/tmp/diff_new_pack.mlAp6U/_old 2013-03-01 10:52:48.000000000 +0100 +++ /var/tmp/diff_new_pack.mlAp6U/_new 2013-03-01 10:52:48.000000000 +0100 @@ -1,16 +1,14 @@ Index: security/nss/tests/chains/scenarios/scenarios =================================================================== RCS file: /cvsroot/mozilla/security/nss/tests/chains/scenarios/scenarios,v -retrieving revision 1.9 -diff -u -p -6 -r1.9 scenarios ---- security/nss/tests/chains/scenarios/scenarios 9 Nov 2009 14:18:58 -0000 1.9 -+++ security/nss/tests/chains/scenarios/scenarios 25 Oct 2012 13:40:00 -0000 -@@ -46,8 +46,7 @@ aia.cfg - bridgewithaia.cfg - bridgewithhalfaia.cfg - bridgewithpolicyextensionandmapping.cfg +retrieving revision 1.10 +diff -u -r1.10 scenarios +--- security/nss/tests/chains/scenarios/scenarios 7 Jan 2013 03:56:15 -0000 1.10 ++++ security/nss/tests/chains/scenarios/scenarios 28 Jan 2013 18:11:16 -0000 +@@ -50,6 +50,5 @@ realcerts.cfg dsa.cfg revoc.cfg -ocsp.cfg crldp.cfg + trustanchors.cfg ++++++ nss-sqlitename.patch ++++++ Index: security/nss/lib/sqlite/manifest.mn =================================================================== RCS file: /cvsroot/mozilla/security/nss/lib/sqlite/manifest.mn,v retrieving revision 1.5 diff -u -r1.5 manifest.mn --- security/nss/lib/sqlite/manifest.mn 25 Apr 2012 14:50:11 -0000 1.5 +++ security/nss/lib/sqlite/manifest.mn 28 Jan 2013 20:48:22 -0000 @@ -6,9 +6,10 @@ MODULE = nss -LIBRARY_NAME = sqlite +LIBRARY_NAME = nsssqlite LIBRARY_VERSION = 3 MAPFILE = $(OBJDIR)/sqlite.def +MAPFILE_SOURCE = sqlite.def DEFINES += -DSQLITE_THREADSAFE=1 EXPORTS = \ -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de