Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2013-07-04 10:11:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old)
 and      /work/SRC/openSUSE:Factory/.mozilla-nss.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozilla-nss"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes  2013-06-14 
16:46:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mozilla-nss.new/mozilla-nss.changes     
2013-07-04 10:11:57.000000000 +0200
@@ -1,0 +2,20 @@
+Wed Jul  3 11:55:58 UTC 2013 - w...@rosenauer.org
+
+- update to 3.15.1
+  * TLS 1.2 (RFC 5246) is supported. HMAC-SHA256 cipher suites
+    (RFC 5246 and RFC 5289) are supported, allowing TLS to be used
+    without MD5 and SHA-1.
+    Note the following limitations:
+      The hash function used in the signature for TLS 1.2 client
+      authentication must be the hash function of the TLS 1.2 PRF,
+      which is always SHA-256 in NSS 3.15.1.
+      AES GCM cipher suites are not yet supported.
+  * some bugfixes and improvements
+
+-------------------------------------------------------------------
+Fri Jun 28 09:27:24 UTC 2013 - lnus...@suse.de
+
+- require libnssckbi instead of mozilla-nss-certs so p11-kit can
+  conflict with the latter (fate#314991)
+
+-------------------------------------------------------------------

Old:
----
  nss-3.15.tar.gz

New:
----
  nss-3.15.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mozilla-nss.spec ++++++
--- /var/tmp/diff_new_pack.EVhSD8/_old  2013-07-04 10:11:58.000000000 +0200
+++ /var/tmp/diff_new_pack.EVhSD8/_new  2013-07-04 10:11:58.000000000 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  sqlite-devel
 BuildRequires:  zlib-devel
-Version:        3.15
+Version:        3.15.1
 Release:        0
 # bug437293
 %ifarch ppc64
@@ -36,8 +36,8 @@
 License:        MPL-2.0
 Group:          System/Libraries
 Url:            http://www.mozilla.org/projects/security/pki/nss/
-# hg clone https://hg.mozilla.org/projects/nss; hg up NSS_3_15_RTM
-Source:         
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_15_RTM/src/nss-%{version}.tar.gz
+# hg clone https://hg.mozilla.org/projects/nss; hg up NSS_3_15_1_RTM
+Source:         
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_15_1_RTM/src/nss-%{version}.tar.gz
 Source1:        nss.pc.in
 Source3:        nss-config.in
 Source4:        %{name}-rpmlintrc
@@ -59,7 +59,11 @@
 PreReq:         mozilla-nspr >= %nspr_ver
 PreReq:         libfreebl3 >= %{nss_softokn_fips_version}
 PreReq:         libsoftokn3 >= %{nss_softokn_fips_version}
-Requires:       mozilla-nss-certs
+%if %{_lib} == lib64
+Requires:       libnssckbi.so()(64bit)
+%else
+Requires:       libnssckbi.so()
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define nssdbdir %{_sysconfdir}/pki/nssdb
 %ifnarch %sparc



++++++ nss-3.15.tar.gz -> nss-3.15.1.tar.gz ++++++
++++ 4127 lines of diff (skipped)

++++++ nss-disable-ocsp-test.patch ++++++
--- /var/tmp/diff_new_pack.EVhSD8/_old  2013-07-04 10:12:01.000000000 +0200
+++ /var/tmp/diff_new_pack.EVhSD8/_new  2013-07-04 10:12:01.000000000 +0200
@@ -1,14 +1,16 @@
-Index: security/nss/tests/chains/scenarios/scenarios
-===================================================================
-RCS file: /cvsroot/mozilla/security/nss/tests/chains/scenarios/scenarios,v
-retrieving revision 1.10
-diff -u -r1.10 scenarios
---- security/nss/tests/chains/scenarios/scenarios      7 Jan 2013 03:56:15 
-0000       1.10
-+++ nss/tests/chains/scenarios/scenarios       28 Jan 2013 18:11:16 -0000
-@@ -50,6 +50,5 @@
+diff --git a/tests/chains/scenarios/scenarios 
b/tests/chains/scenarios/scenarios
+--- a/tests/chains/scenarios/scenarios
++++ b/tests/chains/scenarios/scenarios
+@@ -45,12 +45,11 @@ mapping.cfg
+ mapping2.cfg
+ aia.cfg
+ bridgewithaia.cfg
+ bridgewithhalfaia.cfg
+ bridgewithpolicyextensionandmapping.cfg
  realcerts.cfg
  dsa.cfg
  revoc.cfg
 -ocsp.cfg
  crldp.cfg
  trustanchors.cfg
+ nameconstraints.cfg

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to