diff --git a/gnutls-1.4.4.tar.bz2 b/gnutls-1.4.4.tar.bz2 deleted file mode 100644 index aff9103..0000000 --- a/gnutls-1.4.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfcdcd622b80b00d28ee40881ee56fec771213110b7fc07048bce07df7cec035 -size 4048916 diff --git a/gnutls-1.6.1.tar.bz2 b/gnutls-1.6.1.tar.bz2 new file mode 100644 index 0000000..e65cfea --- /dev/null +++ b/gnutls-1.6.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7711a351913731db25e12b20bc6f51e488f28df9c2673efdfa6e35034884cb41 +size 4226536 diff --git a/gnutls.changes b/gnutls.changes index da76c46..35a2fd3 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jan 23 17:29:00 CET 2007 - mkoenig@suse.de + +- update to new stable branch 1.6.1: + * Fix the list of trusted CAs that server's send to clients. + * Fix gnutls_certificate_set_x509_crl to initialize the CRL + before using it. + * Encode UID fields in DN's as DirectoryString. + * Fix ./configure failure with non-GCC compilers. + * A GnuTLS C++ library is part of the official distribution. + * New APIs for custom push/pull function error reporting. + ------------------------------------------------------------------- Tue Oct 24 19:08:36 CEST 2006 - mkoenig@suse.de diff --git a/gnutls.spec b/gnutls.spec index 627ee46..f2fbe86 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -1,7 +1,7 @@ # -# spec file for package gnutls (Version 1.4.4) +# spec file for package gnutls (Version 1.6.1) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -12,9 +12,9 @@ Name: gnutls BuildRequires: gcc-c++ libgcrypt-devel libopencdk-devel lzo-devel -Version: 1.4.4 -Release: 10 -License: GNU General Public License (GPL) - all versions +Version: 1.6.1 +Release: 2 +License: GNU General Public License (GPL) BuildRoot: %{_tmppath}/%{name}-%{version}-build URL: http://www.gnutls.org/ Source0: %name-%version.tar.bz2 @@ -61,13 +61,14 @@ Authors: %build autoreconf -fi -CFLAGS="$RPM_OPT_FLAGS" ./configure \ - --prefix=%_prefix \ - --sysconfdir=%_sysconfdir \ - --libdir=%_libdir \ - --mandir=%_mandir --infodir=%_infodir \ - --localstatedir=%_localstatedir \ - --with-included-libtasn1 +./configure --prefix=%_prefix \ + --sysconfdir=%_sysconfdir \ + --libdir=%_libdir \ + --mandir=%_mandir --infodir=%_infodir \ + --localstatedir=%_localstatedir \ + --with-included-libtasn1 \ + CFLAGS="$RPM_OPT_FLAGS" \ + CXXFLAGS="$RPM_OPT_FLAGS" make %install @@ -119,7 +120,16 @@ rm -rf %buildroot %_infodir/%{name}* %doc doc/examples doc/gnutls.html doc/*.png doc/gnutls.pdf doc/reference/html/* -%changelog -n gnutls +%changelog +* Tue Jan 23 2007 - mkoenig@suse.de +- update to new stable branch 1.6.1: + * Fix the list of trusted CAs that server's send to clients. + * Fix gnutls_certificate_set_x509_crl to initialize the CRL + before using it. + * Encode UID fields in DN's as DirectoryString. + * Fix ./configure failure with non-GCC compilers. + * A GnuTLS C++ library is part of the official distribution. + * New APIs for custom push/pull function error reporting. * Tue Oct 24 2006 - mkoenig@suse.de - move developer related docs to devel package and remove binary stuff from docs [#212454]