]> git.pld-linux.org Git - packages/gnutls.git/blobdiff - gnutls.spec
- updated to 3.5.10 (fixes GNUTLS-SA-2017-3, introduces IDNA2008 support via libidn2)
[packages/gnutls.git] / gnutls.spec
index 2608895cad98bc3e76bd76c5d7986455638ad7d6..c4bfb73c99ae8eb8f0a523958557fd12904e0870 100644 (file)
 Summary:       The GNU Transport Layer Security Library
 Summary(pl.UTF-8):     Biblioteka GNU TLS (Transport Layer Security)
 Name:          gnutls
-Version:       3.5.2
+Version:       3.5.10
 Release:       1
 License:       LGPL v2.1+ (libgnutls), LGPL v3+ (libdane), GPL v3+ (openssl library and tools)
 Group:         Libraries
 Source0:       ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/%{name}-%{version}.tar.xz
-# Source0-md5: 35129e99b589d0e01d2fef25d2fedbd9
+# Source0-md5: 336c03a71ba90184ffd0388075dde504
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-link.patch
 URL:           http://www.gnutls.org/
@@ -29,11 +29,12 @@ BuildRequires:      gmp-devel
 %{?with_doc:BuildRequires:     gtk-doc >= 1.1}
 BuildRequires: guile-devel >= 5:2.0
 BuildRequires: libcfg+-devel
-BuildRequires: libidn-devel >= 1.31
+BuildRequires: libidn2-devel
 BuildRequires: libstdc++-devel
-BuildRequires: libtasn1-devel >= 4.3
+BuildRequires: libtasn1-devel >= 4.9
+BuildRequires: libunistring-devel
 BuildRequires: libtool >= 2:2
-BuildRequires: nettle-devel >= 3.1
+BuildRequires: nettle-devel >= 3.3
 # miniopencdk is included in sources and currently maintained
 # as part of gnutls, not external package
 #BuildRequires:        opencdk-devel >= 0.6.6
@@ -68,9 +69,8 @@ grupę roboczą IETF TLS.
 Summary:       GnuTLS shared libraries
 Summary(pl.UTF-8):     Biblioteki współdzielone GnuTLS
 Group:         Libraries
-Requires:      libidn >= 1.31
-Requires:      libtasn1 >= 4.3
-Requires:      nettle >= 3.1
+Requires:      libtasn1 >= 4.9
+Requires:      nettle >= 3.3
 #Requires:     opencdk >= 0.6.6
 Requires:      p11-kit >= 0.23.1
 %{?with_tpm:Requires:  trousers-libs >= 0.3.11}
@@ -88,9 +88,10 @@ Summary(pl.UTF-8):   Pliki nagłówkowe i inne do gnutls
 License:       LGPL v2.1+ (libgnutls), GPL v3+ (openssl library)
 Group:         Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
-Requires:      libidn-devel >= 1.31
-Requires:      libtasn1-devel >= 4.3
-Requires:      nettle-devel >= 3.1
+Requires:      libidn2-devel
+Requires:      libtasn1-devel >= 4.9
+Requires:      libunistring-devel
+Requires:      nettle-devel >= 3.3
 #Requires:     opencdk-devel >= 0.6.6
 Requires:      p11-kit-devel >= 0.23.1
 %{?with_tpm:Requires:  trousers-devel >= 0.3.11}
@@ -256,7 +257,7 @@ Wiązania Guile do GnuTLS.
 %{__mv} build-aux/snippet{,.save}
 %{__libtoolize}
 %{__mv} build-aux/snippet{.save,}
-%{__aclocal} -I m4 -I gl/m4 -I src/libopts/m4 -I src/gl/m4
+%{__aclocal} -I m4 -I gl/m4 -I src/libopts/m4 -I src/gl/m4 -I lib/unistring/m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -287,6 +288,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/guile/2.0/guile-gnutls-*.a
 %endif
 
+# images for (not installed) htmlized infos - already packaged with infos
+%{__rm} $RPM_BUILD_ROOT%{_docdir}/gnutls/*.png
+
 %{__rm} -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 %find_lang %{name}
This page took 0.077371 seconds and 4 git commands to generate.