network/shorewall-core: Updated for version 5.0.15.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2017-02-23 08:46:36 +07:00 committed by Willy Sudiarto Raharjo
parent 5985657749
commit ff3ee1862d
3 changed files with 12 additions and 32 deletions

View File

@ -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.

View File

@ -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 \

View File

@ -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=""