mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/shorewall6: Updated for version 5.1.10.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
7065d07d0b
commit
ad3eebfafb
3 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=shorewall6
|
||||
VERSION=${VERSION:-5.0.15.3}
|
||||
VERSION=${VERSION:-5.1.10.2}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -64,6 +64,9 @@ DESTDIR=$PKG \
|
|||
chmod 0755 $PKG/{etc,usr/share,var/lib}/shorewall6
|
||||
chmod 0644 $PKG/etc/shorewall6/*
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING INSTALL *.txt tunnel ipsecvpn Samples6 $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="shorewall6"
|
||||
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/shorewall6-5.0.15.3.tar.bz2"
|
||||
MD5SUM="fb2b8169ff462671d5fe7dc2d0553779"
|
||||
DOWNLOAD="http://www.shorewall.net/pub/shorewall/5.1/shorewall-5.1.10/shorewall6-5.1.10.2.tar.bz2"
|
||||
MD5SUM="5c8f05a012186c161842939194f52c47"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="shorewall-core"
|
||||
|
|
Loading…
Reference in a new issue