OBS User unknown 2008-06-25 17:25:04 +00:00 committed by Git OBS Bridge
parent 1648c80240
commit 075362dcc5
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 23 10:53:20 CEST 2008 - mkoenig@suse.de
- disable SRP [bnc#65192]
-------------------------------------------------------------------
Wed May 21 16:32:26 CEST 2008 - mkoenig@suse.de

View File

@ -14,7 +14,7 @@
Name: gnutls
BuildRequires: gcc-c++ libgcrypt-devel libopencdk-devel
Version: 2.2.2
Release: 16
Release: 19
License: GPL v3 or later; LGPL v2.1 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.gnutls.org/
@ -137,6 +137,7 @@ autoreconf -fi
--localstatedir=%_localstatedir \
--with-included-libtasn1 \
--without-lzo \
--disable-srp-authentication \
CFLAGS="$RPM_OPT_FLAGS" \
CXXFLAGS="$RPM_OPT_FLAGS"
make
@ -178,7 +179,6 @@ rm -rf %buildroot
%_bindir/gnutls-cli
%_bindir/gnutls-cli-debug
%_bindir/gnutls-serv
%_bindir/srptool
%_bindir/psktool
%_mandir/man1/*
@ -213,6 +213,8 @@ rm -rf %buildroot
%_libdir/pkgconfig/gnutls-extra.pc
%changelog
* Mon Jun 23 2008 mkoenig@suse.de
- disable SRP [bnc#65192]
* Wed May 21 2008 mkoenig@suse.de
- fix three security bugs [bnc#392947]
CVE-2008-1948 GNUTLS-SA-2008-1-1