summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author ArTourter2018-01-02 23:35:18 +0100
committer Willy Sudiarto Raharjo2018-01-06 00:55:23 +0100
commit7065d07d0b90d75cc0fdc10f537643d87e0cfec2 (patch)
treead3f8634bea7a8956f3fea34ac17bafbc29f2176 /network
parentff4a5a10e5dad0219620b7a3c51a5253acb41d2d (diff)
downloadslackbuilds-7065d07d0b90d75cc0fdc10f537643d87e0cfec2.tar.gz
network/shorewall: Updated for version 5.1.10.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/shorewall/README2
-rw-r--r--network/shorewall/doinst.sh2
-rw-r--r--network/shorewall/shorewall.SlackBuild2
-rw-r--r--network/shorewall/shorewall.info6
4 files changed, 6 insertions, 6 deletions
diff --git a/network/shorewall/README b/network/shorewall/README
index 22623e62c5..4586b6a7d0 100644
--- a/network/shorewall/README
+++ b/network/shorewall/README
@@ -4,7 +4,7 @@ The Shoreline Firewall, more commonly known as "Shorewall", is a Netfilter
(iptables) based firewall that can be used on a dedicated firewall system, a
multi-function gateway/router/server or on a standalone GNU/Linux system.
-As of version 4.5, shorewall consists of 3 packages:
+As of version 4.5, shorewall consists of 3 packages:
* shorewall-core, containing the common elements to both IPv4 and IPv6 components
* shorewall, the IPv4 component
* shorewall6, the IPv6 component
diff --git a/network/shorewall/doinst.sh b/network/shorewall/doinst.sh
index e59a7af5d6..1bf39b72c7 100644
--- a/network/shorewall/doinst.sh
+++ b/network/shorewall/doinst.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# vim: et ts=2 sw=2
+# vim: et ts=2 sw=2
config() {
NEW="$1"
diff --git a/network/shorewall/shorewall.SlackBuild b/network/shorewall/shorewall.SlackBuild
index 8be134f1e7..e8622c2448 100644
--- a/network/shorewall/shorewall.SlackBuild
+++ b/network/shorewall/shorewall.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=shorewall
-VERSION=${VERSION:-5.0.15.3}
+VERSION=${VERSION:-5.1.10.2}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/shorewall/shorewall.info b/network/shorewall/shorewall.info
index 234e340033..fe1adb6749 100644
--- a/network/shorewall/shorewall.info
+++ b/network/shorewall/shorewall.info
@@ -1,8 +1,8 @@
PRGNAM="shorewall"
-VERSION="5.0.15.3"
+VERSION="5.1.10.2"
HOMEPAGE="http://www.shorewall.net"
-DOWNLOAD="http://www.shorewall.net/pub/shorewall/5.0/shorewall-5.0.15/shorewall-5.0.15.3.tar.bz2"
-MD5SUM="b789a2c6897eb0d3759994c61c9f4bb6"
+DOWNLOAD="http://www.shorewall.net/pub/shorewall/5.1/shorewall-5.1.10/shorewall-5.1.10.2.tar.bz2"
+MD5SUM="8783088eb90010775f9acb6cf08cfcdb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="shorewall-core"