diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-31 20:45:55 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-31 20:53:26 +0200 |
commit | d935d45bc9764c78145fda540d1cd1e37fc11f6b (patch) | |
tree | dfb51a8dd614baa81963ec9253f74404809dfb68 | |
parent | bf98f5f50087d94d83e5107f2539d24e5ea806d9 (diff) | |
download | aports-d935d45bc9764c78145fda540d1cd1e37fc11f6b.tar.bz2 aports-d935d45bc9764c78145fda540d1cd1e37fc11f6b.tar.xz |
main/iptables: upgrade to 1.6.2
-rw-r--r-- | main/iptables/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD index df424fa881..43d61ee485 100644 --- a/main/iptables/APKBUILD +++ b/main/iptables/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iptables -pkgver=1.6.1 -pkgrel=1 +pkgver=1.6.2 +pkgrel=0 pkgdesc="Linux kernel firewall, NAT and packet mangling tools" url="http://www.netfilter.org/projects/iptables/index.html" arch="all" @@ -80,7 +80,7 @@ ip6tables() { install -m644 "$startdir"/ip6tables.confd "$subpkgdir"/etc/conf.d/ip6tables } -sha512sums="12280db6e6ef8e68da2537e9da59fc601790fd02b1ba38a37c90dbb56272018329dccb8be995f96ecd5d94fafa6043204f3e8f8ee96531685d9e3c55359d2ee8 iptables-1.6.1.tar.bz2 +sha512sums="04f22e969c794246b9aa28055b202638081cfb0bb4a5625c049a30c48ac84cdd41db12a53c5831398cfe47c8f5691aa02b30b0ae3b5afe0f20ec48cf86a799c0 iptables-1.6.2.tar.bz2 e79344cab67c4fa0449dfeef6d1504bcd41d16d595010a18a7d9e75eba46021617d31fbb79c62894fd35898ec643b542a6111b06d405c79ffff41a3078327b62 iptables-1.6.0-musl-fixes.patch 059b3bd8dd7dec60060ec5eb1e639fe8203207629f3a7dd4fdbe5ebca3f7e9b80df5592ebb27542e31830fd15a53cffac5772567053c104dfccf9b78613a31a1 iptables.initd cb7fecd5cab2c78bd3f215a41f39ec11c37eb360efbe83982378a0e647e0aa9dc0b7ec915a5b5081aa2f7747464787e69404aa15ba15a063c32cb8fb7dd13d1e iptables.confd |