diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 15:49:59 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 16:38:02 +0100 |
commit | 5e8701ef0a84fe9416cd489f5ac3d947263f0c0f (patch) | |
tree | cbe0c224339dcf6b17cfb6eeeab6e9f92f4137df /main/libtasn1 | |
parent | b72037cb2a9bebd6131a3c951f1a90651d9aa1ef (diff) | |
download | aports-5e8701ef0a84fe9416cd489f5ac3d947263f0c0f.tar.bz2 aports-5e8701ef0a84fe9416cd489f5ac3d947263f0c0f.tar.xz |
main/libtasn1: upgrade to 4.15.0
Diffstat (limited to 'main/libtasn1')
-rw-r--r-- | main/libtasn1/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/main/libtasn1/APKBUILD b/main/libtasn1/APKBUILD index 315cd9f69f..a679643f69 100644 --- a/main/libtasn1/APKBUILD +++ b/main/libtasn1/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libtasn1 -pkgver=4.14 +pkgver=4.15.0 pkgrel=0 pkgdesc="The ASN.1 library used in GNUTLS" url="https://www.gnu.org/software/gnutls/" @@ -10,7 +10,7 @@ license="GPL-3.0 LGPL" makedepends="texinfo" checkdepends="diffutils" subpackages="$pkgname-dev $pkgname-doc" -source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" +source="http://ftp.gnu.org/gnu/libtasn1/libtasn1-$pkgver.tar.gz" # secfixes: # 4.14-r0: @@ -21,7 +21,6 @@ source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" # - CVE-2017-10790 build() { - cd "$builddir" CFLAGS="-Wno-error=inline" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -33,12 +32,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="efdcf3729e9e057cafbfdc9929f08531de03cf3b64e7db62cb53c26bf34c8db4d73786fd853620ab1a10dbafe55e119ad17bfeb40e191071945c7b4db9c9e223 libtasn1-4.14.tar.gz" +sha512sums="a8095aebf57a0b482027d06e0ee6978946f267b57bf2db3c891c4656ca35250cc1f72e2e90f4cc0ddbdf6cd2b1783881a62d495a57ad4a98684f8d037307552d libtasn1-4.15.0.tar.gz" |