summaryrefslogtreecommitdiff
path: root/main/iptables/APKBUILD
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-06-10 15:33:34 +0000
committerpsykose <alice@ayaya.dev>2023-06-10 17:38:05 +0200
commitc6be6ae362935156c6b5487964b0d29c546a3726 (patch)
tree22885d6a9d0a5a5f29b0b5de0ff6c752b55df2ef /main/iptables/APKBUILD
parentdc795d4292c33443aa238c64fc2ea23963863468 (diff)
downloadaports-c6be6ae362935156c6b5487964b0d29c546a3726.zip
main/iptables: remove pre-upgrade workaround
since it's pre-upgrade, it will be before the accompanying init.d changes are present (most likely), so it will just run the non-failure- handling save that truncates rules
Diffstat (limited to 'main/iptables/APKBUILD')
-rw-r--r--main/iptables/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD
index eb75cf11436..0d6f174c254 100644
--- a/main/iptables/APKBUILD
+++ b/main/iptables/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iptables
pkgver=1.8.9
-pkgrel=5
+pkgrel=6
pkgdesc="Linux kernel firewall, NAT and packet mangling tools"
url="https://www.netfilter.org/projects/iptables/index.html"
arch="all"
license="GPL-2.0-or-later"
depends_dev="linux-headers"
-install="$pkgname.pre-upgrade $pkgname.post-upgrade"
+install="$pkgname.post-upgrade"
makedepends="$depends_dev libnftnl-dev bison flex autoconf automake"
subpackages="
iptables-legacy