network/shorewall-core: Updated for version 5.1.10.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
ecba256388
commit
ff4a5a10e5
|
@ -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
|
(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.
|
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-core, containing the common elements to both IPv4 and IPv6 components
|
||||||
* shorewall, the IPv4 component
|
* shorewall, the IPv4 component
|
||||||
* shorewall6, the IPv6 component
|
* shorewall6, the IPv6 component
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# vim: et ts=2 sw=2
|
# vim: et ts=2 sw=2
|
||||||
|
|
||||||
config() {
|
config() {
|
||||||
NEW="$1"
|
NEW="$1"
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=shorewall-core
|
PRGNAM=shorewall-core
|
||||||
VERSION=${VERSION:-5.0.15.3}
|
VERSION=${VERSION:-5.1.10.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="shorewall-core"
|
PRGNAM="shorewall-core"
|
||||||
VERSION="5.0.15.3"
|
VERSION="5.1.10.2"
|
||||||
HOMEPAGE="http://www.shorewall.net"
|
HOMEPAGE="http://www.shorewall.net"
|
||||||
DOWNLOAD="http://www.shorewall.net/pub/shorewall/5.0/shorewall-5.0.15/shorewall-core-5.0.15.3.tar.bz2"
|
DOWNLOAD="http://www.shorewall.net/pub/shorewall/5.1/shorewall-5.1.10/shorewall-core-5.1.10.2.tar.bz2"
|
||||||
MD5SUM="66fc22791bed2e9aebb9e7268bf0a93c"
|
MD5SUM="195a28795a5793688fa59e3a93f554b0"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue