summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD15
-rw-r--r--arno-iptables-firewall.patch8
3 files changed, 4 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3e3f89ee560..57bc3d85a5dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = arno-iptables-firewall
pkgdesc = A secure stateful firewall for both single and multi-homed machine
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/arno-iptables-firewall/aif/
arch = any
license = GPL
- makedepends = patch
depends = iptables
depends = iproute2
backup = etc/arno-iptables-firewall/firewall.conf
@@ -32,9 +31,7 @@ pkgbase = arno-iptables-firewall
backup = etc/arno-iptables-firewall/plugins/transparent-dnat.conf
backup = etc/arno-iptables-firewall/plugins/transparent-proxy.conf
source = arno-iptables-firewall-2.1.1.tar.gz::https://github.com/arno-iptables-firewall/aif/archive/2.1.1.tar.gz
- source = arno-iptables-firewall.patch
sha256sums = 6f5ae0e671b8ded8eb80efa48d4d0aa50324acde6ffdc4b3d34c7f8cc4fce598
- sha256sums = fbac95bced8565b00f5ff7b403579b1aaf7d386deb61c0f4a9acf50408a8200d
pkgname = arno-iptables-firewall
diff --git a/PKGBUILD b/PKGBUILD
index b2e31e23a344..686653e9c93d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
pkgname=arno-iptables-firewall
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A secure stateful firewall for both single and multi-homed machine"
arch=('any')
url="https://github.com/arno-iptables-firewall/aif/"
license=('GPL')
depends=('iptables' 'iproute2')
-makedepends=('patch')
backup=(etc/${pkgname}/firewall.conf
etc/${pkgname}/custom-rules
etc/${pkgname}/plugins/dmz-dnat.conf
@@ -33,16 +32,8 @@ backup=(etc/${pkgname}/firewall.conf
etc/${pkgname}/plugins/traffic-shaper.conf
etc/${pkgname}/plugins/transparent-dnat.conf
etc/${pkgname}/plugins/transparent-proxy.conf)
-source=($pkgname-$pkgver.tar.gz::https://github.com/arno-iptables-firewall/aif/archive/${pkgver}.tar.gz
- $pkgname.patch)
-sha256sums=('6f5ae0e671b8ded8eb80efa48d4d0aa50324acde6ffdc4b3d34c7f8cc4fce598'
- 'fbac95bced8565b00f5ff7b403579b1aaf7d386deb61c0f4a9acf50408a8200d')
-
-prepare() {
- cd "${srcdir}"/aif-${pkgver}
-
- patch -Np0 -i "${srcdir}"/${pkgname}.patch
-}
+source=($pkgname-$pkgver.tar.gz::https://github.com/arno-iptables-firewall/aif/archive/${pkgver}.tar.gz)
+sha256sums=('6f5ae0e671b8ded8eb80efa48d4d0aa50324acde6ffdc4b3d34c7f8cc4fce598')
package() {
cd "${srcdir}"/aif-${pkgver}
diff --git a/arno-iptables-firewall.patch b/arno-iptables-firewall.patch
deleted file mode 100644
index 404f4b24aff7..000000000000
--- a/arno-iptables-firewall.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- etc/arno-iptables-firewall/firewall.conf.orig 2015-10-01 16:58:12.000000000 +0200
-+++ etc/arno-iptables-firewall/firewall.conf 2015-11-14 13:05:29.748859879 +0100
-@@ -235 +235 @@
--ENV_FILE="/usr/local/share/arno-iptables-firewall/environment"
-+ENV_FILE="/usr/share/arno-iptables-firewall/environment"
-@@ -239 +239 @@
--PLUGIN_BIN_PATH="/usr/local/share/arno-iptables-firewall/plugins"
-+PLUGIN_BIN_PATH="/usr/share/arno-iptables-firewall/plugins"