diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-24 15:16:36 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-24 15:53:09 +0100 |
commit | 58e74e8888824eacbceb6fab0e86a669b6f7b4a7 (patch) | |
tree | 18d5718fc2f82bc82c5357075697b9b5ebd41a0c | |
parent | f12a71f184542e4ea46edb8c2d5db149d54820d9 (diff) | |
download | aports-58e74e8888824eacbceb6fab0e86a669b6f7b4a7.tar.bz2 aports-58e74e8888824eacbceb6fab0e86a669b6f7b4a7.tar.xz |
main/gnutls: upgrade to 3.6.11.1
-rw-r--r-- | main/gnutls/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/main/gnutls/APKBUILD b/main/gnutls/APKBUILD index 234fc2a618..597f0d390c 100644 --- a/main/gnutls/APKBUILD +++ b/main/gnutls/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Michael Mason <ms13sp@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gnutls -pkgver=3.6.10 +pkgver=3.6.11.1 pkgrel=0 pkgdesc="A TLS protocol implementation" url="https://www.gnutls.org/" @@ -26,7 +26,6 @@ source="https://www.gnupg.org/ftp/gcrypt/gnutls/v$_v/gnutls-$pkgver.tar.xz" # - CVE-2017-7507 build() { - cd "$builddir" LIBS="-lgmp" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -43,8 +42,6 @@ build() { } check() { - cd "$builddir" - make check } @@ -65,4 +62,4 @@ xx() { mv "$pkgdir"/usr/lib/lib*xx.so.* "$subpkgdir"/usr/lib/ } -sha512sums="fe0481f9e4219e983b01b91e69ffd95819a4c0d0c09028509106d561967e9c5d900bc5e3a48140a34fa4467feda2a619085adf3fa8fdade96c8debf125e91ae8 gnutls-3.6.10.tar.xz" +sha512sums="55fbbf0ebc824fbc91ccd08d1708452c5b1c12af75e332f29414540eb2f81337fa605a693ce9f34319a927e9d71177e6e7ffea5c6747792d341fb740f68c9489 gnutls-3.6.11.1.tar.xz" |