update gnutls

This commit is contained in:
Mark Brand 2019-12-03 15:04:03 +01:00
parent 000b5b7d65
commit 51c4e54740
2 changed files with 5 additions and 5 deletions

View File

@ -60,7 +60,7 @@ diff --git a/configure.ac b/configure.ac
index 1111111..2222222 100644
--- a/configure.ac
+++ b/configure.ac
@@ -532,26 +532,19 @@ idna_support=no
@@ -549,26 +549,19 @@ idna_support=no
with_libidn2=no
if test "$try_libidn2" = yes;then
@ -123,7 +123,7 @@ diff --git a/configure.ac b/configure.ac
index 1111111..2222222 100644
--- a/configure.ac
+++ b/configure.ac
@@ -997,17 +997,6 @@ AC_DEFINE_UNQUOTED([INI_START_COMMENT_PREFIXES], [";#"], [The comment prefixes])
@@ -1023,17 +1023,6 @@ AC_DEFINE_UNQUOTED([INI_START_COMMENT_PREFIXES], [";#"], [The comment prefixes])
AC_CONFIG_FILES([guile/pre-inst-guile], [chmod +x guile/pre-inst-guile])
AC_CONFIG_FILES([
Makefile

View File

@ -3,8 +3,8 @@
PKG := gnutls
$(PKG)_WEBSITE := https://www.gnu.org/software/gnutls/
$(PKG)_DESCR := GnuTLS
$(PKG)_VERSION := 3.6.10
$(PKG)_CHECKSUM := b1f3ca67673b05b746a961acf2243eaae0ffe658b6a6494265c648e7c7812293
$(PKG)_VERSION := 3.6.11.1
$(PKG)_CHECKSUM := fbba12f3db9a55dbf027e14111755817ec44b57eabec3e8089aac8ac6f533cf8
$(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION)
$(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://gnupg.org/ftp/gcrypt/gnutls/v3.6/$($(PKG)_FILE)
@ -13,7 +13,7 @@ $(PKG)_DEPS := cc gettext gmp libidn2 libtasn1 libunistring nettle zlib
define $(PKG)_UPDATE
$(WGET) -q -O- https://gnupg.org/ftp/gcrypt/gnutls/v3.6/ | \
$(SED) -n 's,.*gnutls-\([1-9]\+\.[0-9]\+.[0-9]\+\)\..*,\1,p' | \
$(SED) -n 's,.*gnutls-\([1-9]\+\(\.[0-9]\+\)\+\)\..*,\1,p' | \
$(SORT) -V | \
tail -1
endef