diff --git a/gnutls-2.2.1.tar.bz2 b/gnutls-2.2.1.tar.bz2 deleted file mode 100644 index 46a5f76..0000000 --- a/gnutls-2.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2cb85e2d35dfb7dacce20737dec6f0e8c0eccf4062e44c8eeaa74e4cb6f9615 -size 4945945 diff --git a/gnutls-2.2.2.tar.bz2 b/gnutls-2.2.2.tar.bz2 new file mode 100644 index 0000000..4f412aa --- /dev/null +++ b/gnutls-2.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb0e76c28a8b8ee93d49e1fea4cb31549904d95cd8f488309126f7f5046d616 +size 4923519 diff --git a/gnutls.changes b/gnutls.changes index b8cc1c5..0fa4dcc 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Apr 3 17:40:32 CEST 2008 - mkoenig@suse.de + +- update to version 2.2.2 + * Cipher priority string handling now handle strings that + starts with NULL + * Corrected memory leaks in session resuming and DHE ciphersuites + * Increased the default certificate verification chain limits and + allowed for checks without limitation + * Corrected the behaviour of gnutls_x509_crt_get_subject_alt_name() + and gnutls_x509_crt_get_subject_alt_name() to not null terminate + binary strings and return the proper size + ------------------------------------------------------------------- Thu Jan 31 11:12:46 CET 2008 - mkoenig@suse.de diff --git a/gnutls.spec b/gnutls.spec index 46669e4..53b93ec 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -1,5 +1,5 @@ # -# spec file for package gnutls (Version 2.2.1) +# spec file for package gnutls (Version 2.2.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,9 +13,9 @@ Name: gnutls BuildRequires: gcc-c++ libgcrypt-devel libopencdk-devel -Version: 2.2.1 -Release: 2 -License: GPL v2 or later; LGPL v2.1 or later +Version: 2.2.2 +Release: 1 +License: GPL v3 or later; LGPL v2.1 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://www.gnutls.org/ Source0: %name-%version.tar.bz2 @@ -40,6 +40,7 @@ Authors: Andrew McDonald %package -n libgnutls26 +License: LGPL v2.1 or later Summary: The GNU Transport Layer Security Library Group: Productivity/Networking/Security @@ -58,6 +59,7 @@ Authors: Andrew McDonald %package -n libgnutls-extra26 +License: GPL v3 or later Summary: The GNU Transport Layer Security Library Group: Productivity/Networking/Security @@ -76,6 +78,7 @@ Authors: Andrew McDonald %package -n libgnutls-devel +License: LGPL v2.1 or later Summary: Development package for gnutls Group: Development/Libraries/C and C++ Requires: libgnutls26 = %version glibc-devel libopencdk-devel libgcrypt-devel @@ -94,6 +97,7 @@ Authors: Andrew McDonald %package -n libgnutls-extra-devel +License: GPL v3 or later Summary: The GNU Transport Layer Security Library Group: Productivity/Networking/Security Requires: libgnutls-extra26 = %version libgnutls-devel @@ -205,6 +209,16 @@ rm -rf %buildroot %_libdir/pkgconfig/gnutls-extra.pc %changelog +* Thu Apr 03 2008 mkoenig@suse.de +- update to version 2.2.2 + * Cipher priority string handling now handle strings that + starts with NULL + * Corrected memory leaks in session resuming and DHE ciphersuites + * Increased the default certificate verification chain limits and + allowed for checks without limitation + * Corrected the behaviour of gnutls_x509_crt_get_subject_alt_name() + and gnutls_x509_crt_get_subject_alt_name() to not null terminate + binary strings and return the proper size * Thu Jan 31 2008 mkoenig@suse.de - update to version 2.2.1 * Fixes the post_client_hello_function()