aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ndisc6
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-06-05 20:52:33 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-06-05 20:52:57 +0000
commit8ecf7f3f3423e85da87a0f77a9f61b9cc363e2ce (patch)
tree2733749e3b1081fa7d2bd94b08fc3c88b7d61b04 /testing/ndisc6
parentbe25fbf4a52bf956e92054f8379024d49057f64d (diff)
testing/ndisc6: upgrade to 1.0.4
Diffstat (limited to 'testing/ndisc6')
-rw-r--r--testing/ndisc6/APKBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/testing/ndisc6/APKBUILD b/testing/ndisc6/APKBUILD
index c68e29cec91..39015e02e79 100644
--- a/testing/ndisc6/APKBUILD
+++ b/testing/ndisc6/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Tyler A <tylera@privatedemail.net>
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=ndisc6
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=0
pkgdesc="ndisc6 gathers a few diagnostic tools for IPv6 networks including"
url="https://www.remlab.net/ndisc6"
@@ -9,13 +9,13 @@ arch="all"
license="GPL-2.0-or-later"
depends="perl"
makedepends="linux-headers"
-install=""
subpackages="$pkgname-doc"
-source="https://www.remlab.net/files/ndisc6/ndisc6-$pkgver.tar.bz2"
+source="https://www.remlab.net/files/ndisc6/ndisc6-$pkgver.tar.bz2
+ remove-undef-gnu-source.patch
+ "
options="suid"
build() {
- cd "$builddir"
./configure \
--build=$BUILD \
--host=$CHOST \
@@ -26,13 +26,12 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="11dc9833edfc76650b46977d653686ed800dc1cc1dd069051410570f522d538ea9297b013a8d16b94aac3ebf33043cafdaee9fdccb5c02cc08b4c29ceaa96a54 ndisc6-1.0.3.tar.bz2"
+sha512sums="6f6cd939fb7079518db5c1bcd11353c722237d7735d229f9fd20d03e9f16b1ddf07c7c78c91364886148f2a82d6805eafe7e27da6b4e7c99b111603ec5fab842 ndisc6-1.0.4.tar.bz2
+d70c74f965308afbfc266071ec0d073d59cfd42f250e27c8f4f3e1c7b849a6bb9226407e74af30366d348e4213c7497791e8f2edc7b903703e611c036c250644 remove-undef-gnu-source.patch"