- detect forged signatures - CVE-2006-4790 (#206411), patch from upstream
This commit is contained in:
parent
4e49f8ea07
commit
7baf89faa4
@ -1,7 +1,7 @@
|
|||||||
Summary: A TLS protocol implementation.
|
Summary: A TLS protocol implementation.
|
||||||
Name: gnutls
|
Name: gnutls
|
||||||
Version: 1.4.1
|
Version: 1.4.1
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRequires: libgcrypt-devel >= 1.2.2, gettext
|
BuildRequires: libgcrypt-devel >= 1.2.2, gettext
|
||||||
@ -16,6 +16,7 @@ Source0: %{name}-%{version}-nosrp.tar.bz2
|
|||||||
Source1: libgnutls-config
|
Source1: libgnutls-config
|
||||||
Patch0: gnutls-1.4.0-nosrp.patch
|
Patch0: gnutls-1.4.0-nosrp.patch
|
||||||
Patch1: gnutls-1.4.1-enable-psk.patch
|
Patch1: gnutls-1.4.1-enable-psk.patch
|
||||||
|
Patch3: gnutls-1.4.2-cve-2006-4790.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Requires: libgcrypt >= 1.2.2
|
Requires: libgcrypt >= 1.2.2
|
||||||
|
|
||||||
@ -25,6 +26,7 @@ Group: Development/Libraries
|
|||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: libgcrypt-devel
|
Requires: libgcrypt-devel
|
||||||
Requires: zlib-devel
|
Requires: zlib-devel
|
||||||
|
Requires: pkgconfig
|
||||||
|
|
||||||
%package utils
|
%package utils
|
||||||
Summary: Command line tools for TLS protocol.
|
Summary: Command line tools for TLS protocol.
|
||||||
@ -54,6 +56,7 @@ manipulation tools.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .nosrp
|
%patch0 -p1 -b .nosrp
|
||||||
%patch1 -p1 -b .enable-psk
|
%patch1 -p1 -b .enable-psk
|
||||||
|
%patch3 -p1 -b .no-params
|
||||||
|
|
||||||
for i in auth_srp_rsa.c auth_srp_sb64.c auth_srp_passwd.c auth_srp.c gnutls_srp.c ext_srp.c; do
|
for i in auth_srp_rsa.c auth_srp_sb64.c auth_srp_passwd.c auth_srp.c gnutls_srp.c ext_srp.c; do
|
||||||
touch lib/$i
|
touch lib/$i
|
||||||
@ -119,6 +122,10 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 14 2006 Tomas Mraz <tmraz@redhat.com> 1.4.1-2
|
||||||
|
- detect forged signatures - CVE-2006-4790 (#206411), patch
|
||||||
|
from upstream
|
||||||
|
|
||||||
* Tue Jul 18 2006 Tomas Mraz <tmraz@redhat.com> - 1.4.1-1
|
* Tue Jul 18 2006 Tomas Mraz <tmraz@redhat.com> - 1.4.1-1
|
||||||
- upgrade to new upstream version, only minor changes
|
- upgrade to new upstream version, only minor changes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user