summaryrefslogtreecommitdiff
path: root/system/libidn/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/libidn/APKBUILD')
-rw-r--r--system/libidn/APKBUILD22
1 files changed, 5 insertions, 17 deletions
diff --git a/system/libidn/APKBUILD b/system/libidn/APKBUILD
index 1222c499e..2cf6e7a1a 100644
--- a/system/libidn/APKBUILD
+++ b/system/libidn/APKBUILD
@@ -1,23 +1,17 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer:
pkgname=libidn
-pkgver=1.35
+pkgver=1.40
pkgrel=0
pkgdesc="Library for internationalized domain names"
url="https://www.gnu.org/software/libidn/"
arch="all"
license="(GPL-2.0+ OR LGPL-3.0+) AND GPL-3.0+"
-depends=
-makedepends=
+depends=""
checkdepends="diffutils"
-install=
+makedepends=""
subpackages="$pkgname-doc $pkgname-dev $pkgname-lang"
-source="https://ftp.gnu.org/gnu/libidn/$pkgname-$pkgver.tar.gz
- localename-test-fix.patch
- gnulib-tests-dont-require-gpg-passphrase.patch
- "
-
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://ftp.gnu.org/gnu/libidn/$pkgname-$pkgver.tar.gz"
# secfixes:
# 1.33-r0:
@@ -27,8 +21,6 @@ builddir="$srcdir/$pkgname-$pkgver"
# - CVE-2016-6263
build() {
- cd "$builddir"
-
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -40,15 +32,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="782260f73b1fd8ebea8a40e2b3a6866c4f67494b2b3df03748daa9c0f842a9578932e746eb4bbf2547fccb1d65d7fc99a7977759dbe58f87f2fdd26d0fe45a09 libidn-1.35.tar.gz
-ad470fa4015be1bfa61298cb0dafd3ca7f37d59308d371bd00449e9c899443d13c93f35a4c335d50ead489344f57fee2648a43a5f972a6d614e4a00b48fa3faf localename-test-fix.patch
-de8d47be61ac53364b5f8a7b12d1c16d5905805bd2405daf30a8022a3905a167cb6eddbe86faa518b98a3f315d8df8d541e6b248b46c539a4938e81a90b44852 gnulib-tests-dont-require-gpg-passphrase.patch"
+sha512sums="6588454c0a6153b76090057c0f3b97ef6cd78b3d7c84dd27cb9537556b7f6d2b4048485c3b82e33e9fb3c9b8d308c0899676ea92f92cf201a6454bd9af781f96 libidn-1.40.tar.gz"