aboutsummaryrefslogtreecommitdiffstats
path: root/main/libtasn1/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libtasn1/APKBUILD')
-rw-r--r--main/libtasn1/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/libtasn1/APKBUILD b/main/libtasn1/APKBUILD
index 315cd9f69f1..a679643f696 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"