|
@@ -3,8 +3,8 @@
|
|
Summary: GNU TLS Library
|
|
Summary: GNU TLS Library
|
|
Summary(ja): GNU TLS ライブラリ
|
|
Summary(ja): GNU TLS ライブラリ
|
|
Name: gnutls
|
|
Name: gnutls
|
|
-Version: 3.3.17
|
|
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Version: 3.4.7
|
|
|
|
+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
|
|
@@ -18,20 +18,16 @@ Patch3: gnutls-3.1.11-nosrp.patch
|
|
|
|
|
|
# Vine Patches
|
|
# 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
|
|
|
|
-
|
|
|
|
# Security fixes
|
|
# Security fixes
|
|
# Nothing...
|
|
# Nothing...
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: libtasn1-devel >= 3.9
|
|
|
|
|
|
+BuildRequires: libtasn1-devel >= 4.3
|
|
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
|
|
-BuildRequires: p11-kit-devel >= 0.11
|
|
|
|
-BuildRequires: nettle-devel >= 2.7
|
|
|
|
|
|
+BuildRequires: p11-kit-devel >= 0.21.3
|
|
|
|
+BuildRequires: nettle-devel >= 3.1.1
|
|
BuildRequires: texinfo, autogen
|
|
BuildRequires: texinfo, autogen
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
Requires: zlib
|
|
Requires: zlib
|
|
@@ -239,7 +235,7 @@ fi
|
|
|
|
|
|
%files -f gnutls.lang
|
|
%files -f gnutls.lang
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%{_libdir}/libgnutls.so.28*
|
|
|
|
|
|
+%{_libdir}/libgnutls.so.30*
|
|
# %{_libdir}/libgnutls-xssl.so.0*
|
|
# %{_libdir}/libgnutls-xssl.so.0*
|
|
%doc README AUTHORS NEWS THANKS
|
|
%doc README AUTHORS NEWS THANKS
|
|
|
|
|
|
@@ -275,7 +271,7 @@ fi
|
|
%if %{build_compat32}
|
|
%if %{build_compat32}
|
|
%files -n compat32-%{name}
|
|
%files -n compat32-%{name}
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%{_libdir}/libgnutls.so.28*
|
|
|
|
|
|
+%{_libdir}/libgnutls.so.30*
|
|
# %{_libdir}/libgnutls-xssl.so.0*
|
|
# %{_libdir}/libgnutls-xssl.so.0*
|
|
|
|
|
|
%files -n compat32-%{name}-devel
|
|
%files -n compat32-%{name}-devel
|
|
@@ -290,6 +286,12 @@ fi
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jan 1 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.7-2
|
|
|
|
+- rebuilt to marge changelog
|
|
|
|
+
|
|
|
|
+* Tue Dec 29 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.7-1
|
|
|
|
+- new upstream release 3.4.7
|
|
|
|
+
|
|
* Tue Dec 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.17-3
|
|
* Tue Dec 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.17-3
|
|
- rebuild with nettls-3.1.1
|
|
- rebuild with nettls-3.1.1
|
|
|
|
|