diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-27 11:46:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-27 11:56:59 +0000 |
commit | 67f6fad6acc541f8f1257d8e103ba1c26aeb154f (patch) | |
tree | 2d1697ea546324acc86fa2ceb98697aa7fa6e4c3 /testing/ipt-netflow-vanilla | |
parent | 9274a9a045c35ae1fe60622ead54da9925e72361 (diff) | |
download | aports-67f6fad6acc541f8f1257d8e103ba1c26aeb154f.tar.bz2 aports-67f6fad6acc541f8f1257d8e103ba1c26aeb154f.tar.xz |
testing/ipt-netflow-vanilla: upgrade to 2.3 and kernel 4.19.12
Diffstat (limited to 'testing/ipt-netflow-vanilla')
-rw-r--r-- | testing/ipt-netflow-vanilla/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/ipt-netflow-vanilla/APKBUILD b/testing/ipt-netflow-vanilla/APKBUILD index bfaf15c8ec..b56a7118fc 100644 --- a/testing/ipt-netflow-vanilla/APKBUILD +++ b/testing/ipt-netflow-vanilla/APKBUILD @@ -2,12 +2,12 @@ # when chaning _ver we *must* bump _rel _name=ipt-netflow -_ver=2.3_pre20180201 +_ver=2.3 _rel=0 _flavor=${FLAVOR:-vanilla} _kpkg=linux-$_flavor -_kver=4.14.89 +_kver=4.19.12 _krel=0 _kpkgver="$_kver-r$_krel" @@ -25,7 +25,7 @@ depends="$_kpkg=$_kpkgver" makedepends="$_kpkg-dev=$_kpkgver iptables-dev bash" install_if="$_kpkg=$_kpkgver ipt-netflow" #provides="${_name}-grsec=${pkgver}-r${pkgrel}" -source="ipt-netflow-$_ver.tar.xz::http://turtle.dereferenced.org/~kaniini/ipt-netflow-$_ver.tar.xz" +source="$pkgname-$pkgver.tar.gz::https://github.com/aabc/ipt-netflow/archive/v$_ver.tar.gz" builddir="$srcdir/$_name-$_ver" prepare() { @@ -53,4 +53,4 @@ package() { make -j1 minstall DEPMOD=: DESTDIR="$pkgdir" } -sha512sums="8216baf824380bceb9279c07a5314f7a3c21a140b82d83fdf31e123c11d7f8afdfc1942f7ac8a5d1af7fe980dc404c932a052b26839a01d99cc79334870c12b4 ipt-netflow-2.3_pre20180201.tar.xz" +sha512sums="e5ba66da9cae6fb9652e5532383233d433dd30dd16634734860f7e6910e46080e562e2d72c74584a86ead31156cffd4c5c44b438f617a9e5b3e5fdc1470045fc ipt-netflow-vanilla-4.19.12.tar.gz" |