- upgrade to new upstream version, only minor changes
This commit is contained in:
parent
1b6a7df8a0
commit
4e49f8ea07
@ -1 +1 @@
|
||||
gnutls-1.4.0-nosrp.tar.bz2
|
||||
gnutls-1.4.1-nosrp.tar.bz2
|
||||
|
15
gnutls-1.4.1-enable-psk.patch
Normal file
15
gnutls-1.4.1-enable-psk.patch
Normal file
@ -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; }
|
||||
|
@ -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 <tmraz@redhat.com> - 1.4.1-1
|
||||
- upgrade to new upstream version, only minor changes
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.4.0-1.1
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user