- new upstream version fixes potential DOS attack
This commit is contained in:
parent
08b4472fe5
commit
1fc90fa0e5
@ -1 +1 @@
|
|||||||
gnutls-1.0.24-nosrp.tar.bz2
|
gnutls-1.0.25-nosrp.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A TLS implementation.
|
Summary: A TLS implementation.
|
||||||
Name: gnutls
|
Name: gnutls
|
||||||
Version: 1.0.24
|
Version: 1.0.25
|
||||||
Release: 2
|
Release: 1
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildPrereq: libgcrypt-devel
|
BuildPrereq: libgcrypt-devel
|
||||||
@ -12,7 +12,7 @@ URL: http://www.gnutls.org/
|
|||||||
#Source1: ftp://ftp.gnutls.org/pub/gnutls/devel/%{name}-%{version}.tar.gz.sig
|
#Source1: ftp://ftp.gnutls.org/pub/gnutls/devel/%{name}-%{version}.tar.gz.sig
|
||||||
# XXX patent tainted SRP code removed.
|
# XXX patent tainted SRP code removed.
|
||||||
Source0: %{name}-%{version}-nosrp.tar.bz2
|
Source0: %{name}-%{version}-nosrp.tar.bz2
|
||||||
Patch0: gnutls-1.0.20-nosrp.patch
|
Patch0: gnutls-1.0.25-nosrp.patch
|
||||||
Patch1: gnutls-1.0.24-version-script.patch
|
Patch1: gnutls-1.0.24-version-script.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
@ -74,6 +74,9 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 30 2005 Tomas Mraz <tmraz@redhat.com> 1.0.25-1
|
||||||
|
- new upstream version fixes potential DOS attack
|
||||||
|
|
||||||
* Sat Apr 23 2005 Tomas Mraz <tmraz@redhat.com> 1.0.24-2
|
* Sat Apr 23 2005 Tomas Mraz <tmraz@redhat.com> 1.0.24-2
|
||||||
- readd the version script dropped by upstream
|
- readd the version script dropped by upstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user