summaryrefslogtreecommitdiffstats
path: root/network/shorewall
diff options
context:
space:
mode:
author ArTourter2020-06-20 02:15:55 +0200
committer Willy Sudiarto Raharjo2020-06-20 02:59:32 +0200
commit1b9c54cab3fa0dd5e9cfa2f32187345bffb122cd (patch)
tree714c6a277f0a55807b2ff949aedc1b6eeae1757b /network/shorewall
parent46eb2935f9581e73ec61f70a9be0f763ef79612b (diff)
downloadslackbuilds-1b9c54cab3fa0dd5e9cfa2f32187345bffb122cd.tar.gz
network/shorewall: Updated for version 5.2.5.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/shorewall')
-rw-r--r--network/shorewall/README15
-rw-r--r--network/shorewall/shorewall.SlackBuild2
-rw-r--r--network/shorewall/shorewall.info6
3 files changed, 13 insertions, 10 deletions
diff --git a/network/shorewall/README b/network/shorewall/README
index 4586b6a7d0..abb04663cf 100644
--- a/network/shorewall/README
+++ b/network/shorewall/README
@@ -1,13 +1,16 @@
Shorewall (IPv4 support package for shorewall)
-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.
+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:
-* shorewall-core, containing the common elements to both IPv4 and IPv6 components
+* shorewall-core, containing the common elements to both IPv4 and IPv6
+ components
* shorewall, the IPv4 component
* shorewall6, the IPv6 component
-The shorewall-core package is needed for both but now you can install the IPv6
-packages without needing the IPv4 one if you are on aIV6 network only.
+The shorewall-core package is needed for both but now you can install
+the IPv6 packages without needing the IPv4 one if you are on aIV6
+network only.
diff --git a/network/shorewall/shorewall.SlackBuild b/network/shorewall/shorewall.SlackBuild
index 2378dc944b..13acd59c98 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.2.4.5}
+VERSION=${VERSION:-5.2.5}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/shorewall/shorewall.info b/network/shorewall/shorewall.info
index 207b3463e2..e1e9b80162 100644
--- a/network/shorewall/shorewall.info
+++ b/network/shorewall/shorewall.info
@@ -1,8 +1,8 @@
PRGNAM="shorewall"
-VERSION="5.2.4.5"
+VERSION="5.2.5"
HOMEPAGE="https://shorewall.org"
-DOWNLOAD="https://shorewall.org/pub/shorewall/5.2/shorewall-5.2.4/shorewall-5.2.4.5.tar.bz2"
-MD5SUM="3585281b30733f55d0edaf79f42604c4"
+DOWNLOAD="https://shorewall.org/pub/shorewall/5.2/shorewall-5.2.5/shorewall-5.2.5.tar.bz2"
+MD5SUM="e4858cca28cfcdb972e939f96f6d00d4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="shorewall-core"