]> git.pld-linux.org Git - packages/gnutls.git/commitdiff
- updated to 3.4.4.1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Sep 2015 17:07:37 +0000 (19:07 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 8 Apr 2017 05:34:00 +0000 (07:34 +0200)
- updated link patch

gnutls-link.patch
gnutls.spec

index 0e83dd34a5afa8260fa5ba5d89ce26fc10e1da03..d69b27ff4b2ebc95cd1e741464ae8382feae8ac0 100644 (file)
@@ -1,5 +1,5 @@
---- gnutls-3.4.2/gl/m4/lib-link.m4.orig        2008-05-17 07:44:04.000000000 +0200
-+++ gnutls-3.4.2/gl/m4/lib-link.m4     2011-04-02 11:29:18.159546509 +0200
+--- gnutls-3.4.2/m4/lib-link.m4.orig   2008-05-17 07:44:04.000000000 +0200
++++ gnutls-3.4.2/m4/lib-link.m4        2011-04-02 11:29:18.159546509 +0200
 @@ -322,7 +322,11 @@
            fi
            if test "X$found_dir" != "X"; then
              if test "X$found_so" != "X"; then
                dnl Linking with a shared library. We attempt to hardcode its
                dnl directory into the executable's runpath, unless it's the
---- gnutls-3.3.26/lib/Makefile.am.orig 2017-01-09 08:11:25.000000000 +0100
-+++ gnutls-3.3.26/lib/Makefile.am      2017-02-04 10:47:27.231553284 +0100
-@@ -149,7 +149,7 @@
- endif
+--- gnutls-3.4.4.1/configure.ac.orig   2015-09-08 18:38:30.228498005 +0200
++++ gnutls-3.4.4.1/configure.ac        2015-09-08 18:38:32.501831080 +0200
+@@ -515,6 +515,7 @@
+                  Trspi_Error_String(err);])],
+                 [AC_MSG_RESULT(yes)
+                  AC_SUBST([TSS_LIBS], [-ltspi])
++                 AC_SUBST([TSS_DL_LIBS], [-ldl])
+                  AC_SUBST([TSS_CFLAGS], [])
+                  AC_DEFINE([HAVE_TROUSERS], 1, [Enable TPM])
+                  with_tpm=yes],
+--- gnutls-3.4.4.1/lib/Makefile.am.orig        2015-07-21 11:42:08.000000000 +0200
++++ gnutls-3.4.4.1/lib/Makefile.am     2015-09-08 18:38:26.635165277 +0200
+@@ -137,7 +137,7 @@
+       auth/libgnutls_auth.la algorithms/libgnutls_alg.la \
+       extras/libgnutls_extras.la
+ thirdparty_libadd = $(LTLIBZ) $(LTLIBINTL) $(LIBSOCKET) $(LTLIBNSL) \
+-      $(LTLIBICONV) $(P11_KIT_LIBS) $(LIB_SELECT)
++      $(LTLIBICONV) $(P11_KIT_LIBS) $(LIB_SELECT) $(TSS_DL_LIBS)
  
- if ENABLE_TROUSERS
--thirdparty_libadd += $(LIBDL)
-+thirdparty_libadd += $(LTLIBDL)
- endif
- if ENABLE_OPENPGP
---- gnutls-3.3.26/configure.ac.orig    2017-01-09 07:42:13.000000000 +0100
-+++ gnutls-3.3.26/configure.ac 2017-02-04 10:47:15.884886746 +0100
-@@ -329,7 +329,7 @@
-     AC_DEFINE([ENABLE_FIPS140], 1, [Enable FIPS140-2 mode])
--    AC_SUBST([FIPS140_LIBS], $LIBDL)
-+    AC_SUBST([FIPS140_LIBS], $LTLIBDL)
-   else
-     enable_fips=no
-     AC_MSG_WARN([[
+ if HAVE_LIBIDN
+ thirdparty_libadd += $(LIBIDN_LIBS)
index aa2db97b0ba4c09504ad5b9266b0d3e9bf5828e6..d83b4ee785b0e28213a02c11bdb9d2ad45e6f898 100644 (file)
 Summary:       The GNU Transport Layer Security Library
 Summary(pl.UTF-8):     Biblioteka GNU TLS (Transport Layer Security)
 Name:          gnutls
-Version:       3.4.2
+Version:       3.4.4.1
 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.4/%{name}-%{version}.tar.lz
-# Source0-md5: 62537f59d8c6e01aec1066ff870109dd
+Source0:       ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/%{name}-%{version}.tar.xz
+# Source0-md5: 474efaba6fd6c6c6c0ebac2a3f431946
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-link.patch
 URL:           http://www.gnutls.org/
@@ -33,7 +33,6 @@ BuildRequires:        libidn-devel >= 0.5.6
 BuildRequires: libstdc++-devel
 BuildRequires: libtasn1-devel >= 4.3
 BuildRequires: libtool >= 2:2
-BuildRequires: lzip
 BuildRequires: nettle-devel >= 3.1
 # miniopencdk is included in sources and currently maintained
 # as part of gnutls, not external package
This page took 0.178973 seconds and 4 git commands to generate.