|
@@ -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.13
|
|
+Version: 3.4.14
|
|
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,13 +17,14 @@ 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.4-disable-test-with-expired-cert.patch
|
|
+# Nothing...
|
|
|
|
|
|
# Security fixes
|
|
# Security fixes
|
|
# Nothing...
|
|
# Nothing...
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: libtasn1-devel >= 4.3
|
|
BuildRequires: libtasn1-devel >= 4.3
|
|
|
|
+BuildRequires: datefudge
|
|
BuildRequires: gmp-devel
|
|
BuildRequires: gmp-devel
|
|
BuildRequires: gettext readline-devel libtool
|
|
BuildRequires: gettext readline-devel libtool
|
|
BuildRequires: guile-devel >= 1.8.6
|
|
BuildRequires: guile-devel >= 1.8.6
|
|
@@ -152,8 +153,6 @@ 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 -b .cert-test
|
|
|
|
-
|
|
|
|
%build
|
|
%build
|
|
export LDFLAGS="-Wl,--no-add-needed"
|
|
export LDFLAGS="-Wl,--no-add-needed"
|
|
# autoreconf -fi
|
|
# autoreconf -fi
|
|
@@ -286,6 +285,11 @@ fi
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jul 7 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.14-1
|
|
|
|
+- new upstream release 3.4.14.
|
|
|
|
+- dropped Patch100.
|
|
|
|
+- added BR: datefudge.
|
|
|
|
+
|
|
* Mon Jul 4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.13-1
|
|
* Mon Jul 4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.13-1
|
|
- new upstream release 3.4.13.
|
|
- new upstream release 3.4.13.
|
|
- added Patch100: workaround of failing cert-test (The certificate was expired).
|
|
- added Patch100: workaround of failing cert-test (The certificate was expired).
|