Commit Graph

7 Commits

Author SHA1 Message Date
lean
a01b1ac233 libunistring: add host build 2024-04-18 16:31:40 +08:00
John Audia
92da63e418 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>
2022-03-31 06:24:11 +00:00
Rosen Penev
c5c82b29d4 gnutls: update to 3.7.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-03-31 06:24:04 +00:00
Stijn Tintel
1970381d8d Revert "gnutls: update to 3.7.2"
Fixes #16083

This reverts commit 59a39d4c6fbe9c0179b16a714bf1a0c3afcbef5e.
2022-03-30 09:41:00 +00:00
Beginner
f5da0aa44c
gnutls: revert (#394)
* Revert "gnutls: disable zlib (#393)"

This reverts commit c872102fcf.

* Revert "gnutls: add build dependency on gettext-full/host"

This reverts commit 693a785ee3.

* Revert "gnutls: Update to 3.7.4"

This reverts commit 8f62def8a5.

* Revert " gnutls: don't run aclocal --install"

This reverts commit f161712d37.
2022-03-30 17:39:45 +08:00
John Audia
8f62def8a5 gnutls: Update to 3.7.4
Bump to latest upstream release.  Rebased existing patches.

This version introduced certificate compression support, and with that,
an optional dependency on zstd. When zstd is built, configure will pick
it up, and build will fail due to a missing dependency:

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

Disable zstd support to avoid that.

Signed-off-by: John Audia <graysky@archlinux.us>
[disable zstd]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-03-26 07:29:04 +08:00
lean
49b7495639 packages: merge upstream 2021-06-15 17:47:11 +08:00