commit mozilla-nss for openSUSE:Factory
Hello community, here is the log from the commit of package mozilla-nss for openSUSE:Factory checked in at Thu Mar 26 23:24:58 CET 2009. -------- --- GNOME/mozilla-nss/mozilla-nss.changes 2009-01-07 11:08:00.000000000 +0100 +++ mozilla-nss/mozilla-nss.changes 2009-02-04 08:47:32.000000000 +0100 @@ -1,0 +2,13 @@ +Wed Feb 4 08:46:15 CET 2009 - wr@rosenauer.org + +- update to version 3.12.2 RTM (with CKBI 1.73) as in FF 3.0.6 + +------------------------------------------------------------------- +Tue Jan 13 09:10:29 CET 2009 - wr@rosenauer.org + +- update to version 3.12.2rc1 (as used by FF 3.0.5) + * NSS is now using system zlib (bmo#302670) +- create a system wide, sql based NSS database in /etc/pki/nssdb + (let previously created /etc/ssl/nssdb untouched) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- nss-3.12.0.tar.bz2 New: ---- nss-3.12.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozilla-nss.spec ++++++ --- /var/tmp/diff_new_pack.g19277/_old 2009-03-26 23:23:00.000000000 +0100 +++ /var/tmp/diff_new_pack.g19277/_new 2009-03-26 23:23:00.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package mozilla-nss (Version 3.12.0) +# spec file for package mozilla-nss (Version 3.12.2) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: mozilla-nss -BuildRequires: gcc-c++ mozilla-nspr-devel +BuildRequires: gcc-c++ mozilla-nspr-devel zlib-devel %if %suse_version == 1030 BuildRequires: sqlite-devel %endif @@ -27,8 +27,8 @@ BuildRequires: sqlite3-devel %endif License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL) -Version: 3.12.0 -Release: 55 +Version: 3.12.2 +Release: 1 # bug437293 %ifarch ppc64 Obsoletes: mozilla-nss-64bit @@ -51,7 +51,7 @@ Obsoletes: libnss3 <= %{version}-%{release} PreReq: mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}' mozilla-nspr) BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define nssdbdir %{_sysconfdir}/ssl/nssdb +%define nssdbdir %{_sysconfdir}/pki/nssdb %description Network Security Services (NSS) is a set of libraries designed to @@ -125,7 +125,7 @@ cd mozilla/security/nss export NSPR_INCLUDE_DIR=`nspr-config --includedir` export NSPR_LIB_DIR=`nspr-config --libdir` -export OPT_FLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing" +export OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export LIBDIR=%{_libdir} %ifarch x86_64 s390x ppc64 ia64 export USE_64=1 @@ -143,7 +143,7 @@ export IP_ADDRESS="127.0.0.1" cd tests ./all.sh -if grep "FAILED" ../../../tests_results/security/localhost.1/output.log /dev/null 2>&1 ; then +if grep "FAILED" ../../../tests_results/security/localhost.1/output.log ; then echo "Testsuite FAILED" exit 1 fi @@ -228,8 +228,8 @@ if [ ! -d "%{nssdbdir}" ] ; then mkdir -p "%{nssdbdir}" fi -if [ ! -f "%{nssdbdir}/secmod.db" ] ; then - modutil -force -dbdir "%{nssdbdir}" -create +if [ ! -f "%{nssdbdir}/pkcs11.txt" ] ; then + modutil -force -dbdir "sql:%{nssdbdir}" -create chmod 644 "%{nssdbdir}"/* fi @@ -253,8 +253,14 @@ %{_bindir}/* %{_libdir}/nss/ %exclude %{_bindir}/nss-config - %changelog +* Wed Feb 04 2009 wr@rosenauer.org +- update to version 3.12.2 RTM (with CKBI 1.73) as in FF 3.0.6 +* Tue Jan 13 2009 wr@rosenauer.org +- update to version 3.12.2rc1 (as used by FF 3.0.5) + * NSS is now using system zlib (bmo#302670) +- create a system wide, sql based NSS database in /etc/pki/nssdb + (let previously created /etc/ssl/nssdb untouched) * Wed Jan 07 2009 olh@suse.de - obsolete old -XXbit packages (bnc#437293) * Thu Oct 23 2008 maw@suse.de ++++++ nss-3.12.0.tar.bz2 -> nss-3.12.2.tar.bz2 ++++++ ++++ 36442 lines of diff (skipped) ++++++ nss.pc.in ++++++ --- /var/tmp/diff_new_pack.g19277/_old 2009-03-26 23:23:10.000000000 +0100 +++ /var/tmp/diff_new_pack.g19277/_new 2009-03-26 23:23:10.000000000 +0100 @@ -6,6 +6,6 @@ Name: NSS Description: Network Security Services Version: %VERSION% -Requires: nspr >= 4.7.1 +Requires: nspr >= 4.7.2 Libs: -Wl,-rpath-link,${libdir} -L${libdir} -lssl3 -lsmime3 -lnss3 -lnssutil3 Cflags: -I${includedir} ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- 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