From 2f02bc7f5785389fb0c0cc36af4373031eab4cdf Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 21 Oct 2019 07:23:04 -0300 Subject: main/gnutls: remove workaround for TEXTRELS on x86 Not required anymore since the bug was fixed upstream. See: https://gitlab.com/gnutls/gnutls/issues/818 Closes !580 --- main/gnutls/APKBUILD | 6 ------ 1 file changed, 6 deletions(-) (limited to 'main/gnutls/APKBUILD') diff --git a/main/gnutls/APKBUILD b/main/gnutls/APKBUILD index cbbf5504b6..234fc2a618 100644 --- a/main/gnutls/APKBUILD +++ b/main/gnutls/APKBUILD @@ -18,12 +18,6 @@ case $pkgver in esac source="https://www.gnupg.org/ftp/gcrypt/gnutls/v$_v/gnutls-$pkgver.tar.xz" -if [ "$CARCH" = x86 ]; then - # Know bug upstream waiting to be fixed - # https://gitlab.com/gnutls/gnutls/issues/818 - options="$options textrels" -fi - # secfixes: # 3.6.7-r0: # - CVE-2019-3836 -- cgit v1.2.3