|
@@ -3,7 +3,7 @@
|
|
Summary: GNU TLS Library
|
|
Summary: GNU TLS Library
|
|
Summary(ja): GNU TLS ライブラリ
|
|
Summary(ja): GNU TLS ライブラリ
|
|
Name: gnutls
|
|
Name: gnutls
|
|
-Version: 3.4.9
|
|
+Version: 3.4.13
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_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+
|
|
@@ -17,7 +17,8 @@ Patch1: gnutls-3.2.7-rpath.patch
|
|
Patch3: gnutls-3.1.11-nosrp.patch
|
|
Patch3: gnutls-3.1.11-nosrp.patch
|
|
|
|
|
|
# Vine Patches
|
|
# Vine Patches
|
|
-# Patch100: gnutls-3.2.10_guile_build.patch
|
|
+Patch100: gnutls-3.4-disable-test-with-expired-cert.patch
|
|
|
|
+
|
|
# Security fixes
|
|
# Security fixes
|
|
# Nothing...
|
|
# Nothing...
|
|
|
|
|
|
@@ -151,8 +152,7 @@ This package contains Guile bindings for the library.
|
|
%patch1 -p1 -b .rpath
|
|
%patch1 -p1 -b .rpath
|
|
%patch3 -p1 -b .nosrp
|
|
%patch3 -p1 -b .nosrp
|
|
|
|
|
|
-# %patch100 -p1
|
|
+%patch100 -p1 -b .cert-test
|
|
-# %patch1000 -p1 -b .SA-2015-3
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
export LDFLAGS="-Wl,--no-add-needed"
|
|
export LDFLAGS="-Wl,--no-add-needed"
|
|
@@ -286,6 +286,10 @@ fi
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jul 4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.13-1
|
|
|
|
+- new upstream release 3.4.13.
|
|
|
|
+- added Patch100: workaround of failing cert-test (The certificate was expired).
|
|
|
|
+
|
|
* Sun Feb 14 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.9-1
|
|
* Sun Feb 14 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.9-1
|
|
- new upstream release 3.4.9
|
|
- new upstream release 3.4.9
|
|
|
|
|