gnutls: Update to 3.7.4 18112/head
authorJohn Audia <graysky@archlinux.us>
Sun, 20 Mar 2022 15:55:22 +0000 (11:55 -0400)
committerJohn Audia <graysky@archlinux.us>
Wed, 30 Mar 2022 10:18:45 +0000 (06:18 -0400)
commite305f1bcb9ea2be387b6ea096e006399d7f22f5a
treecc5bba4ade4586900b353690b4c7d7c097993bb2
parent7fe4a663d3530cad6eaca8f639972111c6fc6b4f
gnutls: Update to 3.7.4

Bump to latest upstream release.  Rebased existing patches.

This version introduces certificate compression support, and with that,
optional dependencies on zlib and zstd. When configure picks them up,
build will fail due to missing dependencies:

Package libgnutls is missing dependencies for the following libraries:
libz.so.1
libzstd.so.1

Disable zlib and zstd support to avoid that.

Signed-off-by: John Audia <graysky@archlinux.us>
[disable zlib and zstd]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
libs/gnutls/Makefile
libs/gnutls/patches/010-m4.patch
libs/gnutls/patches/020-dont-install-m4-files.patch