network/shorewall: Updated for version 4.5.17.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
015c26b744
commit
6fe8e6dcd5
|
@ -24,19 +24,19 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=shorewall
|
||||
VERSION=${VERSION:-4.5.10}
|
||||
VERSION=${VERSION:-4.5.17.1}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
BASEVERS=4.5.10
|
||||
BASEVERS=4.5.17
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e
|
||||
set -e # Exit on most errors
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="shorewall"
|
||||
VERSION="4.5.10"
|
||||
VERSION="4.5.17.1"
|
||||
HOMEPAGE="http://www.shorewall.net"
|
||||
DOWNLOAD="http://www.shorewall.net/pub/shorewall/4.5/shorewall-4.5.10/base/shorewall-4.5.10.tar.bz2"
|
||||
MD5SUM="147eaf549d98a82c8dcb46bbb04878bd"
|
||||
DOWNLOAD="http://www.shorewall.net/pub/shorewall/4.5/shorewall-4.5.17/base/shorewall-4.5.17.tar.bz2
|
||||
http://www.shorewall.net/pub/shorewall/4.5/shorewall-4.5.17/patch-4.5.17.1"
|
||||
MD5SUM="8f79f3f782f7a45017d6dd60ff8c0646
|
||||
b1128afc53454337df279483c4b992e1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="shorewall-core"
|
||||
|
|
|
@ -13,7 +13,7 @@ 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: This package provides the IPv4 components for shorewall.
|
||||
shorewall:
|
||||
shorewall: http://www.shorewall.net/
|
||||
shorewall:
|
||||
|
|
Loading…
Reference in New Issue