diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-08-05 22:37:05 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2021-08-05 22:37:05 +0300 |
commit | 3d4e6b05146d54f461c7928bb55870fe82845ec4 (patch) | |
tree | 38fc2d08afa2f6c4272eb8a824a7d9886c73b483 | |
parent | db193797d3cf5795d5fd88a5ec3234600750700e (diff) |
Revert "gnutls: update to 3.7.2"
Fixes #16083
This reverts commit 59a39d4c6fbe9c0179b16a714bf1a0c3afcbef5e.
-rw-r--r-- | libs/gnutls/Makefile | 6 | ||||
-rw-r--r-- | libs/gnutls/patches/010-m4.patch | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index b57e2b5d4..f68671fcf 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnutls -PKG_VERSION:=3.7.2 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=3.7.1 +PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7 -PKG_HASH:=646e6c5a9a185faa4cea796d378a1ba8e1148dbb197ca6605f95986a25af2752 +PKG_HASH:=3777d7963eca5e06eb315686163b7b3f5045e2baac5e54e038ace9835e5cac6f PKG_FIXUP:=autoreconf gettext-version PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org> PKG_LICENSE:=LGPL-2.1-or-later diff --git a/libs/gnutls/patches/010-m4.patch b/libs/gnutls/patches/010-m4.patch index a1f38bb07..eb5d83c56 100644 --- a/libs/gnutls/patches/010-m4.patch +++ b/libs/gnutls/patches/010-m4.patch @@ -62,7 +62,7 @@ [AC_COMPILE_IFELSE( --- a/src/gl/m4/gnulib-comp.m4 +++ b/src/gl/m4/gnulib-comp.m4 -@@ -1164,7 +1164,7 @@ changequote([, ])dnl +@@ -1064,7 +1064,7 @@ changequote([, ])dnl gl_UNISTD_MODULE_INDICATOR([sleep]) AC_CHECK_DECLS_ONCE([alarm]) AC_REQUIRE([gt_TYPE_WCHAR_T]) |