From 4e49f8ea075f08aa74f22c60c2136ce6795eb1c5 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Jul 18 2006 16:26:10 +0000 Subject: - upgrade to new upstream version, only minor changes --- diff --git a/.cvsignore b/.cvsignore index 2b05b27..6a1fb62 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnutls-1.4.0-nosrp.tar.bz2 +gnutls-1.4.1-nosrp.tar.bz2 diff --git a/gnutls-1.4.1-enable-psk.patch b/gnutls-1.4.1-enable-psk.patch new file mode 100644 index 0000000..a139ba7 --- /dev/null +++ b/gnutls-1.4.1-enable-psk.patch @@ -0,0 +1,15 @@ +--- gnutls-1.4.1/configure.enable-psk 2006-07-14 12:01:10.000000000 +0200 ++++ gnutls-1.4.1/configure 2006-07-18 17:57:53.000000000 +0200 +@@ -11460,10 +11460,10 @@ + echo $ECHO_N "checking whether to disable PSK authentication support... $ECHO_C" >&6; } + # Check whether --enable-psk-authentication was given. + if test "${enable_psk_authentication+set}" = set; then +- enableval=$enable_psk_authentication; ac_enable_srp=no ++ enableval=$enable_psk_authentication; ac_enable_psk=no + fi + +-if test x$ac_enable_srp != xno; then ++if test x$ac_enable_psk != xno; then + { echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6; } + diff --git a/gnutls.spec b/gnutls.spec index 1d148bf..a455ceb 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -1,7 +1,7 @@ Summary: A TLS protocol implementation. Name: gnutls -Version: 1.4.0 -Release: 1.1 +Version: 1.4.1 +Release: 1 License: LGPL Group: System Environment/Libraries BuildRequires: libgcrypt-devel >= 1.2.2, gettext @@ -15,7 +15,7 @@ URL: http://www.gnutls.org/ Source0: %{name}-%{version}-nosrp.tar.bz2 Source1: libgnutls-config Patch0: gnutls-1.4.0-nosrp.patch -Patch1: gnutls-1.4.0-enable-psk.patch +Patch1: gnutls-1.4.1-enable-psk.patch BuildRoot: %{_tmppath}/%{name}-root Requires: libgcrypt >= 1.2.2 @@ -119,6 +119,9 @@ fi %{_mandir}/man1/* %changelog +* Tue Jul 18 2006 Tomas Mraz - 1.4.1-1 +- upgrade to new upstream version, only minor changes + * Wed Jul 12 2006 Jesse Keating - 1.4.0-1.1 - rebuild diff --git a/sources b/sources index 898a7bc..0218256 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -89be8819c829f48a32bdf7a9f267e698 gnutls-1.4.0-nosrp.tar.bz2 +6167d36f7c9d73008f3ca733901416bb gnutls-1.4.1-nosrp.tar.bz2