diff options
author | J0WI <J0WI@users.noreply.github.com> | 2022-03-28 21:36:11 +0200 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-04-27 20:01:49 +0000 |
commit | 3a39138643dd52ab45caa3428a4a615c7e379e11 (patch) | |
tree | ac459af1555ed3bd2f7d6a35a9d0c3bc6fb30e9c /main/libgcrypt | |
parent | 303853a8faa3da490a51de86344b6d7402729eb2 (diff) | |
download | aports-3a39138643dd52ab45caa3428a4a615c7e379e11.zip |
main/libgcrypt: upgrade to 1.10.1
Diffstat (limited to 'main/libgcrypt')
-rw-r--r-- | main/libgcrypt/APKBUILD | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/main/libgcrypt/APKBUILD b/main/libgcrypt/APKBUILD index 1370fe60b85..fae24941637 100644 --- a/main/libgcrypt/APKBUILD +++ b/main/libgcrypt/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libgcrypt -pkgver=1.9.4 +pkgver=1.10.1 pkgrel=0 pkgdesc="General purpose crypto library based on the code used in GnuPG" url="https://www.gnupg.org/" @@ -8,8 +8,7 @@ arch="all" license="LGPL-2.1-or-later" makedepends="libgpg-error-dev texinfo" subpackages="$pkgname-static $pkgname-dev $pkgname-doc" -source="https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$pkgver.tar.bz2 - " +source="https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$pkgver.tar.bz2" # secfixes: # 1.9.4-r0: @@ -22,12 +21,6 @@ source="https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$pkgver.tar.bz2 # - CVE-2018-0495 build() { - local _arch_configure - case "$CARCH" in - x86) - _arch_configure="--disable-asm";; - esac - ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -35,8 +28,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --enable-static \ - $_arch_configure + --enable-static make } @@ -56,5 +48,5 @@ dev() { } sha512sums=" -d0e117ac73c94d70e9521ee1e6328691498cc8328f8c4e21338096908f5c04c7b838966eb63d59494565f4e19f506c07dab4f4d922150d75610d9f7b57abbf60 libgcrypt-1.9.4.tar.bz2 +e5ca7966624fff16c3013795836a2c4377f0193dbb4ac5ad2b79654b1fa8992e17d83816569a402212dc8367a7980d4141f5d6ac282bae6b9f02186365b61f13 libgcrypt-1.10.1.tar.bz2 " |