|
@@ -4,7 +4,7 @@ Summary: GNU TLS Library
|
|
|
Summary(ja): GNU TLS ライブラリ
|
|
|
Name: gnutls
|
|
|
Version: 3.2.20
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Release: 3%{?_dist_release}
|
|
|
License: GPLv3+ and LGPLv2+
|
|
|
# The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
|
|
|
Group: System Environment/Libraries
|
|
@@ -19,6 +19,9 @@ Patch3: gnutls-3.1.11-nosrp.patch
|
|
|
# Vine Patches
|
|
|
Patch100: gnutls-3.2.10_guile_build.patch
|
|
|
|
|
|
+# Security
|
|
|
+Patch1000: gnutls-3.2.20_SA-2015-3.patch
|
|
|
+
|
|
|
# Security fixes
|
|
|
# Nothing...
|
|
|
|
|
@@ -153,6 +156,7 @@ This package contains Guile bindings for the library.
|
|
|
%patch3 -p1 -b .nosrp
|
|
|
|
|
|
# %patch100 -p1
|
|
|
+%patch1000 -p1 -b .SA-2015-3
|
|
|
|
|
|
%build
|
|
|
export LDFLAGS="-Wl,--no-add-needed"
|
|
@@ -286,6 +290,9 @@ fi
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Aug 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.20-3
|
|
|
+- add patch1000 for fix SA-2015-3
|
|
|
+
|
|
|
* Sun Jan 25 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.2.20-2
|
|
|
- rebuilt with guile 2.0.11
|
|
|
|