network/shorewall: Updated for version 4.5.10.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
e7acccb9aa
commit
c8903693f6
|
@ -24,19 +24,19 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=shorewall
|
||||
VERSION=${VERSION:-4.5.6}
|
||||
VERSION=${VERSION:-4.5.10}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
BASEVERS=4.5.6
|
||||
BASEVERS=4.5.10
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e # Exit on most errors
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -77,12 +77,12 @@ cp -a \
|
|||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
for NEW in $PKG/etc/shorewall/*.new;
|
||||
do
|
||||
do
|
||||
echo $NEW | sed 's/.*etc/config etc/' >> $PKG/install/doinst.sh
|
||||
done
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="shorewall"
|
||||
VERSION="4.5.6"
|
||||
VERSION="4.5.10"
|
||||
HOMEPAGE="http://www.shorewall.net"
|
||||
DOWNLOAD="http://www.shorewall.net/pub/shorewall/4.5/shorewall-4.5.6/base/shorewall-4.5.6.tar.bz2"
|
||||
MD5SUM="f756c3e257addc018119b15b03c7353a"
|
||||
DOWNLOAD="http://www.shorewall.net/pub/shorewall/4.5/shorewall-4.5.10/base/shorewall-4.5.10.tar.bz2"
|
||||
MD5SUM="147eaf549d98a82c8dcb46bbb04878bd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="shorewall-core"
|
||||
|
|
|
@ -5,15 +5,15 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
shorewall6: Shorewall (IPv4 support package for the Shoreline Firewall)
|
||||
shorewall6:
|
||||
shorewall6: The Shoreline Firewall, more commonly known as "Shorewall", is a
|
||||
shorewall6: Netfilter (iptables) based firewall that can be used on a dedicated
|
||||
shorewall6: firewall system, a multi-function gateway/router/server or on a
|
||||
shorewall6: standalone GNU/Linux system.
|
||||
shorewall6:
|
||||
shorewall6: This package provides the IPv4 components for shorewall.
|
||||
shorewall6:
|
||||
shorewall6: http://www.shorewall.net/
|
||||
shorewall6:
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
shorewall: Shorewall (IPv4 support package for the Shoreline Firewall)
|
||||
shorewall:
|
||||
shorewall: The Shoreline Firewall, more commonly known as "Shorewall", is a
|
||||
shorewall: Netfilter (iptables) based firewall that can be used on a dedicated
|
||||
shorewall: firewall system, a multi-function gateway/router/server or on a
|
||||
shorewall: standalone GNU/Linux system.
|
||||
shorewall:
|
||||
shorewall: This package provides the IPv4 components for shorewall.
|
||||
shorewall:
|
||||
shorewall: http://www.shorewall.net/
|
||||
shorewall:
|
||||
|
|
Loading…
Reference in New Issue