Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2013-08-01 17:15:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnutls (Old)
 and      /work/SRC/openSUSE:Factory/.gnutls.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnutls"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes    2013-07-29 
17:41:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes       2013-08-01 
17:15:15.000000000 +0200
@@ -1,0 +2,34 @@
+Thu Aug  1 13:42:11 UTC 2013 - [email protected]
+
+- Updated to 3.2.3
+  ** libgnutls: Fixes in parsing of priority strings. Patch by Stefan
+     Buehler.
+
+  ** libgnutls: Solve issue with received TLS packets that exceed 2^14.
+     (this fixes a bug that was accidentally introduced in 3.2.2)
+
+  ** libgnutls: Removed gnulib modules under LGPLv3 that could possibly
+     be used by the library.
+
+  ** libgnutls: Fixes in gnutls_record_send_range(). Report and initial
+     fix by Alfredo Pironti.
+
+- Updated to 3.2.2
+  ** libgnutls: Several optimizations in the related to packet processing
+     subsystems.
+
+  ** libgnutls: DTLS replay detection can now be disabled (to be used
+     in certain transport layers like SCTP).
+
+  ** libgnutls: Fixes in SRTP extension generation when MKI is being used.
+
+  ** libgnutls: Added ability to set hooks before or
+     after sending or receiving any handshake message with
+     gnutls_handshake_set_hook_function().
+
+- gnutls-3.2.3-noecc.patch: updated to disable ECC.
+- automake-1.12.patch: upstream, dropped
+- gnutls-32bit.patch: upstream, dropped
+- gnutls-3.2.1-pkcs11.diff: upstream, dropped
+
+-------------------------------------------------------------------

Old:
----
  automake-1.12.patch
  gnutls-3.2.1-noecc.patch
  gnutls-3.2.1-pkcs11.diff
  gnutls-3.2.1.tar.xz
  gnutls-3.2.1.tar.xz.sig
  gnutls-32bit.patch

New:
----
  gnutls-3.2.3-noecc.patch
  gnutls-3.2.3.tar.xz
  gnutls-3.2.3.tar.xz.sig

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

Other differences:
------------------
++++++ gnutls.spec ++++++
--- /var/tmp/diff_new_pack.D9qjYi/_old  2013-08-01 17:15:16.000000000 +0200
+++ /var/tmp/diff_new_pack.D9qjYi/_new  2013-08-01 17:15:16.000000000 +0200
@@ -21,7 +21,7 @@
 %define gnutls_ossl_sover 27
 
 Name:           gnutls
-Version:        3.2.1
+Version:        3.2.3
 Release:        0
 Summary:        The GNU Transport Layer Security Library
 License:        LGPL-2.1+ and GPL-3.0+
@@ -32,20 +32,12 @@
 Source1:        
ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/%{name}-%{version}.tar.xz.sig
 Source2:        %name.keyring
 Source3:        baselibs.conf
-# 
https://gitorious.org/gnutls/gnutls/commit/7613c3251430a212fe5d6001863045f20eca7563
-# PATCH-UPSTREAM [email protected] -- fix reading ca-certificates # via pkcs11 
interface
-Patch1:         gnutls-3.2.1-pkcs11.diff
 
-Patch2:         automake-1.12.patch
 # PATCH-FIX-OPENSUSE gnutls-3.0.26-skip-test-fwrite.patch 
[email protected] -- skip a failing test
 Patch3:         gnutls-3.0.26-skip-test-fwrite.patch
 
-# 
https://gitorious.org/gnutls/gnutls/commit/b12040aeab5fbaf02677571db1d8bf1995bd5ee0?format=patch
-# PATCH-UPSTREAM gnutls-32bit.patch [email protected] -- avoid dates after 2037 
with 32bit time_t
-Patch4:         gnutls-32bit.patch
-
 # Disable elliptic curves for reasons. - meissner&cfarrell
-Patch5:         gnutls-3.2.1-noecc.patch
+Patch5:         gnutls-3.2.3-noecc.patch
 Patch6:         gnutls-implement-trust-store-dir.diff
 
 BuildRequires:  automake
@@ -143,10 +135,7 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
 %patch3
-%patch4 -p1
 %patch5 -p1
 %patch6 -p1
 

++++++ gnutls-3.2.1-noecc.patch -> gnutls-3.2.3-noecc.patch ++++++
++++ 621 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/gnutls/gnutls-3.2.1-noecc.patch
++++ and /work/SRC/openSUSE:Factory/.gnutls.new/gnutls-3.2.3-noecc.patch

++++++ gnutls-3.2.1.tar.xz -> gnutls-3.2.3.tar.xz ++++++
++++ 109032 lines of diff (skipped)

++++++ gnutls-implement-trust-store-dir.diff ++++++
--- /var/tmp/diff_new_pack.D9qjYi/_old  2013-08-01 17:15:19.000000000 +0200
+++ /var/tmp/diff_new_pack.D9qjYi/_new  2013-08-01 17:15:19.000000000 +0200
@@ -1,8 +1,8 @@
-Index: gnutls-3.2.1/configure.ac
+Index: gnutls-3.2.3/configure.ac
 ===================================================================
---- gnutls-3.2.1.orig/configure.ac
-+++ gnutls-3.2.1/configure.ac
-@@ -398,6 +398,25 @@ if test "$with_default_trust_store_file"
+--- gnutls-3.2.3.orig/configure.ac
++++ gnutls-3.2.3/configure.ac
+@@ -418,6 +418,25 @@ if test "$with_default_trust_store_file"
    with_default_trust_store_file=""
  fi
  
@@ -28,7 +28,7 @@
  AC_ARG_WITH([default-crl-file],
    [AS_HELP_STRING([--with-default-crl-file=FILE],
      [use the given CRL file as default])])
-@@ -407,6 +426,11 @@ if test "x$with_default_trust_store_file
+@@ -427,6 +446,11 @@ if test "x$with_default_trust_store_file
      ["$with_default_trust_store_file"], [use the given file default trust 
store])
  fi
  
@@ -40,7 +40,7 @@
  if test "x$with_default_crl_file" != x; then
    AC_DEFINE_UNQUOTED([DEFAULT_CRL_FILE],
      ["$with_default_crl_file"], [use the given CRL file])
-@@ -683,6 +707,7 @@ AC_MSG_NOTICE([System files:
+@@ -704,6 +728,7 @@ AC_MSG_NOTICE([System files:
  
    Trust store pkcs:     $with_default_trust_store_pkcs11
    Trust store file:     $with_default_trust_store_file
@@ -48,10 +48,10 @@
    CRL file:             $with_default_crl_file
    DNSSEC root key file: $unbound_root_key_file
  ])
-Index: gnutls-3.2.1/lib/system.c
+Index: gnutls-3.2.3/lib/system.c
 ===================================================================
---- gnutls-3.2.1.orig/lib/system.c
-+++ gnutls-3.2.1/lib/system.c
+--- gnutls-3.2.3.orig/lib/system.c
++++ gnutls-3.2.3/lib/system.c
 @@ -385,7 +385,45 @@ const char *home_dir = getenv ("HOME");
    return 0;
  }


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to