diff options
author | ArTourter <artourter@gmail.com> | 2017-02-23 08:46:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-24 04:16:47 +0700 |
commit | ff3ee1862d6cd082d8bf86c0d65e17b4e58ddb9f (patch) | |
tree | 844865ffe0e26893ecd4e8e02bdee5de6ef36818 /network/shorewall-core | |
parent | 59856577498b51888ce678e065ccac1054be55d7 (diff) | |
download | slackbuilds-ff3ee1862d6cd082d8bf86c0d65e17b4e58ddb9f.tar.gz |
network/shorewall-core: Updated for version 5.0.15.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/shorewall-core')
-rw-r--r-- | network/shorewall-core/README | 18 | ||||
-rw-r--r-- | network/shorewall-core/shorewall-core.SlackBuild | 12 | ||||
-rw-r--r-- | network/shorewall-core/shorewall-core.info | 14 |
3 files changed, 12 insertions, 32 deletions
diff --git a/network/shorewall-core/README b/network/shorewall-core/README index 54d3ac3a2d..41ee44068c 100644 --- a/network/shorewall-core/README +++ b/network/shorewall-core/README @@ -1,19 +1,15 @@ -shorewall-core (Iptables Made Easy) +Shorewall-core (Iptables Made Easy) 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. +(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 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. -xtables-addons is an optional dependency to use the new per-IP accounting -feature. +xtables-addons is an optional dependency to use the new per-IP accounting feature. diff --git a/network/shorewall-core/shorewall-core.SlackBuild b/network/shorewall-core/shorewall-core.SlackBuild index 787f1446aa..e77954e036 100644 --- a/network/shorewall-core/shorewall-core.SlackBuild +++ b/network/shorewall-core/shorewall-core.SlackBuild @@ -1,5 +1,4 @@ #!/bin/sh -# vim: et ts=2 sw=2 # Slackware build script for shorewall-common @@ -24,11 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=shorewall-core -VERSION=${VERSION:-5.0.13.4} +VERSION=${VERSION:-5.0.15.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -BASEVERS=5.0.13 +BASEVERS=$VERSION ARCH=noarch @@ -47,13 +46,6 @@ tar xvf $CWD/$PRGNAM-$BASEVERS.tar.bz2 cd $TMP/$PRGNAM-$BASEVERS chown -R root:root . -# Patch the base against all the patchlevel patches in order if present -if [ $(ls $CWD/patch-core-$BASEVERS.* 2>/dev/null | wc -l) -gt 0 ]; then - for PATCH in $CWD/patch-core-$BASEVERS.* ; do - patch -p1 < $PATCH - done -fi - ./configure DESTDIR=$PKG \ diff --git a/network/shorewall-core/shorewall-core.info b/network/shorewall-core/shorewall-core.info index c66ab6a578..c0b423f6d1 100644 --- a/network/shorewall-core/shorewall-core.info +++ b/network/shorewall-core/shorewall-core.info @@ -1,16 +1,8 @@ PRGNAM="shorewall-core" -VERSION="5.0.13.4" +VERSION="5.0.15.3" HOMEPAGE="http://www.shorewall.net" -DOWNLOAD="http://www.shorewall.net/pub/shorewall/5.0/shorewall-5.0.13/base/shorewall-core-5.0.13.tar.bz2 \ - http://www.shorewall.net/pub/shorewall/5.0/shorewall-5.0.13/patch-core-5.0.13.1 \ - http://www.shorewall.net/pub/shorewall/5.0/shorewall-5.0.13/patch-core-5.0.13.2 \ - http://www.shorewall.net/pub/shorewall/5.0/shorewall-5.0.13/patch-core-5.0.13.3 \ - http://www.shorewall.net/pub/shorewall/5.0/shorewall-5.0.13/patch-core-5.0.13.4" -MD5SUM="055a6605072e20dc4361cf91bd45426b \ - ff571eca0fac893dc13591e96b85848e \ - 9bc5efe6033b11f764e1a501a88e51c7 \ - 2dac409d7d84ff14ed19426848d782e1 \ - a9d1fd0a39984de9ed44b5365ec8fab8" +DOWNLOAD="http://www.shorewall.net/pub/shorewall/5.0/shorewall-5.0.15/shorewall-core-5.0.15.3.tar.bz2" +MD5SUM="66fc22791bed2e9aebb9e7268bf0a93c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |