From 6f306fd873b010c0cbdb0c230f3a5c0c5a7fa734fab0294a3942269a7caaa07e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 7 Feb 2013 09:20:28 +0000 Subject: [PATCH] Accepting request 151314 from Base:System - Updated to GnuTLS 3.0.28 - libgnutls: Fixes in server side of DTLS-0.9. - libgnutls: Corrected gnutls_cipher_decrypt2() when used with AEAD ciphers (i.e., AES-GCM). - libgnutls: Fixes in record padding parsing to prevent a timing attack. Issue reported by Kenny Patterson and Nadhem Alfardan. bnc#802184 - libgnutls: DN variable 'T' was expanded to 'title'. - Updated to GnuTLS 3.0.27 - libgnutls: Fixed record padding parsing issue. - libgnutls: Stricter RSA PKCS #1 1.5 encoding. - libgnutls-guile: Fixed parallel compilation issue. - API and ABI modifications: No changes since last version. OBS-URL: https://build.opensuse.org/request/show/151314 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=56 --- gnutls-3.0.26.tar.xz | 3 --- gnutls-3.0.28.tar.xz | 3 +++ gnutls.changes | 21 +++++++++++++++++++++ gnutls.spec | 6 +++--- 4 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 gnutls-3.0.26.tar.xz create mode 100644 gnutls-3.0.28.tar.xz diff --git a/gnutls-3.0.26.tar.xz b/gnutls-3.0.26.tar.xz deleted file mode 100644 index 4634f0d..0000000 --- a/gnutls-3.0.26.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a80b55fd9b2fc7c5c7bca4f9fac2caff17880412849823e314393a905bd50ed3 -size 4659768 diff --git a/gnutls-3.0.28.tar.xz b/gnutls-3.0.28.tar.xz new file mode 100644 index 0000000..ef6f599 --- /dev/null +++ b/gnutls-3.0.28.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba12ae7a3eb122f1d5ee897ed910abd5a1a84b84dc0333ef977f0b1692d1993 +size 4636572 diff --git a/gnutls.changes b/gnutls.changes index 876c8aa..de8b886 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Feb 5 17:03:26 UTC 2013 - meissner@suse.com + +- Updated to GnuTLS 3.0.28 + - libgnutls: Fixes in server side of DTLS-0.9. + - libgnutls: Corrected gnutls_cipher_decrypt2() when used with AEAD + ciphers (i.e., AES-GCM). + - libgnutls: Fixes in record padding parsing to prevent a timing + attack. Issue reported by Kenny Patterson and Nadhem Alfardan. + bnc#802184 + - libgnutls: DN variable 'T' was expanded to 'title'. + +------------------------------------------------------------------- +Thu Jan 24 10:14:13 UTC 2013 - meissner@suse.com + +- Updated to GnuTLS 3.0.27 + - libgnutls: Fixed record padding parsing issue. + - libgnutls: Stricter RSA PKCS #1 1.5 encoding. + - libgnutls-guile: Fixed parallel compilation issue. + - API and ABI modifications: No changes since last version. + ------------------------------------------------------------------- Tue Nov 27 20:31:26 UTC 2012 - crrodriguez@opensuse.org diff --git a/gnutls.spec b/gnutls.spec index 53a3531..95b8fa2 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -1,7 +1,7 @@ # # spec file for package gnutls # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,13 @@ %define gnutls_ossl_sover 27 Name: gnutls -Version: 3.0.26 +Version: 3.0.28 Release: 0 Summary: The GNU Transport Layer Security Library License: LGPL-3.0+ and GPL-3.0+ Group: Productivity/Networking/Security Url: http://www.gnutls.org/ -Source0: http://ftp.gnu.org/gnu/gnutls/%{name}-%{version}.tar.xz +Source0: ftp://ftp.gnutls.org/gcrypt/gnutls/v3.0/%{name}-%{version}.tar.xz Source1: baselibs.conf # suse specific, add support for certificate directories -- lnussel Patch1: gnutls-implement-trust-store-dir.diff