|
@@ -4,7 +4,7 @@ Summary: GNU TLS Library
|
|
Summary(ja): GNU TLS ライブラリ
|
|
Summary(ja): GNU TLS ライブラリ
|
|
Name: gnutls
|
|
Name: gnutls
|
|
Version: 2.12.23
|
|
Version: 2.12.23
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: GPLv3+ and LGPLv2+
|
|
License: GPLv3+ and LGPLv2+
|
|
# The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
|
|
# The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -23,6 +23,8 @@ Patch3: gnutls-2.12.2-nosrp.patch
|
|
# Skip tests that are expected to fail on libgcrypt build
|
|
# Skip tests that are expected to fail on libgcrypt build
|
|
Patch4: gnutls-2.12.7-dsa-skiptests.patch
|
|
Patch4: gnutls-2.12.7-dsa-skiptests.patch
|
|
|
|
|
|
|
|
+Patch100: fix_denial_of_service.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: libgcrypt-devel >= 1.2.2, zlib-devel libtasn1-devel gmp-devel
|
|
BuildRequires: libgcrypt-devel >= 1.2.2, zlib-devel libtasn1-devel gmp-devel
|
|
@@ -153,6 +155,8 @@ This package contains Guile bindings for the library.
|
|
%patch3 -p1 -b .nosrp
|
|
%patch3 -p1 -b .nosrp
|
|
%patch4 -p1 -b .skiptests
|
|
%patch4 -p1 -b .skiptests
|
|
|
|
|
|
|
|
+%patch100 -p1 -b .denial
|
|
|
|
+
|
|
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
|
|
done
|
|
done
|
|
@@ -278,6 +282,9 @@ fi
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jun 07 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-2
|
|
|
|
+- added Patch100 from upstream to fix CVE-2013-2116
|
|
|
|
+
|
|
* Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-1
|
|
* Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- fixed a day of the week in %%changelog
|
|
- fixed a day of the week in %%changelog
|