|
@@ -3,8 +3,8 @@
|
|
|
Summary: GNU TLS Library
|
|
|
Summary(ja): GNU TLS ライブラリ
|
|
|
Name: gnutls
|
|
|
-Version: 3.2.20
|
|
|
-Release: 3%{?_dist_release}
|
|
|
+Version: 3.3.17
|
|
|
+Release: 2%{?_dist_release}
|
|
|
License: GPLv3+ and LGPLv2+
|
|
|
# The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
|
|
|
Group: System Environment/Libraries
|
|
@@ -17,16 +17,16 @@ Patch1: gnutls-3.2.7-rpath.patch
|
|
|
Patch3: gnutls-3.1.11-nosrp.patch
|
|
|
|
|
|
# Vine Patches
|
|
|
-Patch100: gnutls-3.2.10_guile_build.patch
|
|
|
+# Patch100: gnutls-3.2.10_guile_build.patch
|
|
|
|
|
|
# Security
|
|
|
-Patch1000: gnutls-3.2.20_SA-2015-3.patch
|
|
|
+# Patch1000: gnutls-3.2.20_SA-2015-3.patch
|
|
|
|
|
|
# Security fixes
|
|
|
# Nothing...
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
-BuildRequires: libtasn1-devel >= 3.1
|
|
|
+BuildRequires: libtasn1-devel >= 3.9
|
|
|
BuildRequires: gmp-devel
|
|
|
BuildRequires: gettext readline-devel libtool
|
|
|
BuildRequires: guile-devel >= 1.8.6
|
|
@@ -156,7 +156,7 @@ This package contains Guile bindings for the library.
|
|
|
%patch3 -p1 -b .nosrp
|
|
|
|
|
|
# %patch100 -p1
|
|
|
-%patch1000 -p1 -b .SA-2015-3
|
|
|
+# %patch1000 -p1 -b .SA-2015-3
|
|
|
|
|
|
%build
|
|
|
export LDFLAGS="-Wl,--no-add-needed"
|
|
@@ -240,7 +240,7 @@ fi
|
|
|
%files -f gnutls.lang
|
|
|
%defattr(-,root,root,-)
|
|
|
%{_libdir}/libgnutls.so.28*
|
|
|
-%{_libdir}/libgnutls-xssl.so.0*
|
|
|
+# %{_libdir}/libgnutls-xssl.so.0*
|
|
|
%doc README AUTHORS NEWS THANKS
|
|
|
|
|
|
%files devel
|
|
@@ -276,7 +276,7 @@ fi
|
|
|
%files -n compat32-%{name}
|
|
|
%defattr(-,root,root,-)
|
|
|
%{_libdir}/libgnutls.so.28*
|
|
|
-%{_libdir}/libgnutls-xssl.so.0*
|
|
|
+# %{_libdir}/libgnutls-xssl.so.0*
|
|
|
|
|
|
%files -n compat32-%{name}-devel
|
|
|
%defattr(-,root,root,-)
|
|
@@ -290,6 +290,18 @@ fi
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Aug 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-2
|
|
|
+- BR: libtasn1-devel >= 3.9
|
|
|
+
|
|
|
+* Fri Aug 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-1
|
|
|
+- built for release
|
|
|
+
|
|
|
+* Tue Aug 18 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-0.2
|
|
|
+- rm libgnutls-xssl.so.0* in files list
|
|
|
+
|
|
|
+* Mon Aug 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.17-0.1
|
|
|
+- for test
|
|
|
+
|
|
|
* Mon Aug 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.2.20-3
|
|
|
- add patch1000 for fix SA-2015-3
|
|
|
|