forked from extern/shorewall_code
Merge branch '4.4.14'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
commit
6a3216deb5
@ -23,7 +23,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=4.4.14-RC1
|
VERSION=4.4.14
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
@ -285,11 +285,8 @@ fi
|
|||||||
if [ -z "$DESTDIR" ]; then
|
if [ -z "$DESTDIR" ]; then
|
||||||
if [ -n "$first_install" ]; then
|
if [ -n "$first_install" ]; then
|
||||||
if [ -n "$DEBIAN" ]; then
|
if [ -n "$DEBIAN" ]; then
|
||||||
if [ -x /sbin/insserv ]; then
|
|
||||||
insserv /etc/init.d/shorewall-init
|
update-rc.d shorewall-init defaults
|
||||||
else
|
|
||||||
ln -sf ../init.d/shorewall-init /etc/rcS.d/S38shorewall-init
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Shorewall Init will start automatically at boot"
|
echo "Shorewall Init will start automatically at boot"
|
||||||
else
|
else
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall-init
|
%define name shorewall-init
|
||||||
%define version 4.4.14
|
%define version 4.4.14
|
||||||
%define release 0RC1
|
%define release 0base
|
||||||
|
|
||||||
Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall).
|
Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall).
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -99,6 +99,8 @@ fi
|
|||||||
%doc COPYING changelog.txt releasenotes.txt
|
%doc COPYING changelog.txt releasenotes.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 23 2010 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.14-0base
|
||||||
* Wed Oct 06 2010 Tom Eastep tom@shorewall.net
|
* Wed Oct 06 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.14-0RC1
|
- Updated to 4.4.14-0RC1
|
||||||
* Fri Oct 01 2010 Tom Eastep tom@shorewall.net
|
* Fri Oct 01 2010 Tom Eastep tom@shorewall.net
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
# You may only use this script to uninstall the version
|
# You may only use this script to uninstall the version
|
||||||
# shown below. Simply run this script to remove Shorewall Firewall
|
# shown below. Simply run this script to remove Shorewall Firewall
|
||||||
|
|
||||||
VERSION=4.4.14-RC1
|
VERSION=4.4.14
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=4.4.14-RC1
|
VERSION=4.4.14
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
@ -355,6 +355,8 @@ if [ -z "$DESTDIR" ]; then
|
|||||||
if [ -n "$DEBIAN" ]; then
|
if [ -n "$DEBIAN" ]; then
|
||||||
run_install $OWNERSHIP -m 0644 default.debian /etc/default/shorewall-lite
|
run_install $OWNERSHIP -m 0644 default.debian /etc/default/shorewall-lite
|
||||||
|
|
||||||
|
update-rc.d shorewall-lite defaults
|
||||||
|
|
||||||
if [ -x /sbin/insserv ]; then
|
if [ -x /sbin/insserv ]; then
|
||||||
insserv /etc/init.d/shorewall-lite
|
insserv /etc/init.d/shorewall-lite
|
||||||
else
|
else
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall-lite
|
%define name shorewall-lite
|
||||||
%define version 4.4.14
|
%define version 4.4.14
|
||||||
%define release 0RC1
|
%define release 0base
|
||||||
|
|
||||||
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
|
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -102,6 +102,8 @@ fi
|
|||||||
%doc COPYING changelog.txt releasenotes.txt
|
%doc COPYING changelog.txt releasenotes.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 23 2010 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.14-0base
|
||||||
* Wed Oct 06 2010 Tom Eastep tom@shorewall.net
|
* Wed Oct 06 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.14-0RC1
|
- Updated to 4.4.14-0RC1
|
||||||
* Fri Oct 01 2010 Tom Eastep tom@shorewall.net
|
* Fri Oct 01 2010 Tom Eastep tom@shorewall.net
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
# You may only use this script to uninstall the version
|
# You may only use this script to uninstall the version
|
||||||
# shown below. Simply run this script to remove Shorewall Firewall
|
# shown below. Simply run this script to remove Shorewall Firewall
|
||||||
|
|
||||||
VERSION=4.4.14-RC1
|
VERSION=4.4.14
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -347,7 +347,7 @@ sub initialize( $ ) {
|
|||||||
EXPORT => 0,
|
EXPORT => 0,
|
||||||
STATEMATCH => '-m state --state',
|
STATEMATCH => '-m state --state',
|
||||||
UNTRACKED => 0,
|
UNTRACKED => 0,
|
||||||
VERSION => "4.4.14-RC1",
|
VERSION => "4.4.14",
|
||||||
CAPVERSION => 40413 ,
|
CAPVERSION => 40413 ,
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -3438,7 +3438,7 @@ sub generate_aux_config() {
|
|||||||
emit '}';
|
emit '}';
|
||||||
}
|
}
|
||||||
|
|
||||||
my $fn = find_file 'dumpfilter';
|
$fn = find_file 'dumpfilter';
|
||||||
|
|
||||||
if ( -f $fn ) {
|
if ( -f $fn ) {
|
||||||
emit( '',
|
emit( '',
|
||||||
|
@ -21,6 +21,14 @@ Changes in Shorewall 4.4.14
|
|||||||
|
|
||||||
10) Change value of FORWARD_CLEAR_MARK in *.conf.
|
10) Change value of FORWARD_CLEAR_MARK in *.conf.
|
||||||
|
|
||||||
|
11) Use update-rc.d to install init symlinks.
|
||||||
|
|
||||||
|
12) Fix split_list().
|
||||||
|
|
||||||
|
13) Fix 10+ TC Interfaces.
|
||||||
|
|
||||||
|
14) Insure that VERBOSITY=0 when interrogating compiled script's version
|
||||||
|
|
||||||
Changes in Shorewall 4.4.13
|
Changes in Shorewall 4.4.13
|
||||||
|
|
||||||
1) Allow zone lists in rules SOURCE and DEST.
|
1) Allow zone lists in rules SOURCE and DEST.
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=4.4.14-RC1
|
VERSION=4.4.14
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
@ -887,11 +887,7 @@ if [ -z "$DESTDIR" -a -n "$first_install" -a -z "${CYGWIN}${MAC}" ]; then
|
|||||||
if [ -n "$DEBIAN" ]; then
|
if [ -n "$DEBIAN" ]; then
|
||||||
install_file default.debian /etc/default/shorewall 0644
|
install_file default.debian /etc/default/shorewall 0644
|
||||||
|
|
||||||
if [ -x /sbin/insserv ]; then
|
update-rc.d shorewall defaults
|
||||||
insserv /etc/init.d/shorewall
|
|
||||||
else
|
|
||||||
ln -s ../init.d/shorewall /etc/rcS.d/S40shorewall
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "shorewall will start automatically at boot"
|
echo "shorewall will start automatically at boot"
|
||||||
echo "Set startup=1 in /etc/default/shorewall to enable"
|
echo "Set startup=1 in /etc/default/shorewall to enable"
|
||||||
|
@ -1 +1 @@
|
|||||||
There are no known problems in Shorewall 4.4.14-RC1
|
There are no known problems in Shorewall 4.4.14
|
||||||
|
@ -34,6 +34,10 @@ get_script_version() { # $1 = script
|
|||||||
local version
|
local version
|
||||||
local ifs
|
local ifs
|
||||||
local digits
|
local digits
|
||||||
|
local verbosity
|
||||||
|
|
||||||
|
verbosity="$VERBOSITY"
|
||||||
|
VERBOSITY=0
|
||||||
|
|
||||||
temp=$( $SHOREWALL_SHELL $1 version | sed 's/-.*//' )
|
temp=$( $SHOREWALL_SHELL $1 version | sed 's/-.*//' )
|
||||||
|
|
||||||
@ -54,6 +58,8 @@ get_script_version() { # $1 = script
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $version
|
echo $version
|
||||||
|
|
||||||
|
VERBOSITY="$verbosity"
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
S H O R E W A L L 4 . 4 . 1 4
|
S H O R E W A L L 4 . 4 . 1 4
|
||||||
R C 1
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
I. PROBLEMS CORRECTED IN THIS RELEASE
|
I. PROBLEMS CORRECTED IN THIS RELEASE
|
||||||
@ -83,6 +82,30 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
install the sample configurations and FORWARD_CLEAR_MARK will
|
install the sample configurations and FORWARD_CLEAR_MARK will
|
||||||
default to Yes on systems with MARK support.
|
default to Yes on systems with MARK support.
|
||||||
|
|
||||||
|
10) The install scripts in the tarballs now correctly create init
|
||||||
|
symlinks on recent Ubuntu releases.
|
||||||
|
|
||||||
|
11) Previously, this entry in the OPTIONS column of
|
||||||
|
/etc/shorewall/interfaces incorrectly generated a syntax error.
|
||||||
|
|
||||||
|
nets=(1.2.3.0/24)
|
||||||
|
|
||||||
|
The error was:
|
||||||
|
|
||||||
|
ERROR: Invalid VLSM (24))
|
||||||
|
|
||||||
|
12) Previously, if 10 or more interfaces were configured in Complex
|
||||||
|
Traffic Shaping (/etc/shorewall/tcdevices), the following
|
||||||
|
compilation diagnostic was generated:
|
||||||
|
|
||||||
|
Argument "a" isn't numeric in sprintf at
|
||||||
|
/usr/share/shorewall/Shorewall/Config.pm line 893.
|
||||||
|
|
||||||
|
and an invalid TC configuration was generated.
|
||||||
|
|
||||||
|
13) If the current environment exported the VERBOSITY variable with a
|
||||||
|
non-zero value, startup would fail.
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
I I. K N O W N P R O B L E M S R E M A I N I N G
|
I I. K N O W N P R O B L E M S R E M A I N I N G
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall
|
%define name shorewall
|
||||||
%define version 4.4.14
|
%define version 4.4.14
|
||||||
%define release 0RC1
|
%define release 0base
|
||||||
|
|
||||||
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
|
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -108,6 +108,8 @@ fi
|
|||||||
%doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
|
%doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 23 2010 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.14-0base
|
||||||
* Wed Oct 06 2010 Tom Eastep tom@shorewall.net
|
* Wed Oct 06 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.14-0RC1
|
- Updated to 4.4.14-0RC1
|
||||||
* Fri Oct 01 2010 Tom Eastep tom@shorewall.net
|
* Fri Oct 01 2010 Tom Eastep tom@shorewall.net
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
# You may only use this script to uninstall the version
|
# You may only use this script to uninstall the version
|
||||||
# shown below. Simply run this script to remove Shorewall Firewall
|
# shown below. Simply run this script to remove Shorewall Firewall
|
||||||
|
|
||||||
VERSION=4.4.14-RC1
|
VERSION=4.4.14
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=4.4.14-RC1
|
VERSION=4.4.14
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
@ -351,11 +351,7 @@ if [ -z "$DESTDIR" ]; then
|
|||||||
if [ -n "$DEBIAN" ]; then
|
if [ -n "$DEBIAN" ]; then
|
||||||
run_install $OWNERSHIP -m 0644 default.debian /etc/default/shorewall6-lite
|
run_install $OWNERSHIP -m 0644 default.debian /etc/default/shorewall6-lite
|
||||||
|
|
||||||
if [ -x /sbin/insserv ]; then
|
update-rc.d shorewall6-lite defaults
|
||||||
insserv /etc/init.d/shorewall6-lite
|
|
||||||
else
|
|
||||||
ln -s ../init.d/shorewall6-lite /etc/rcS.d/S40shorewall6-lite
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Shorewall6 Lite will start automatically at boot"
|
echo "Shorewall6 Lite will start automatically at boot"
|
||||||
else
|
else
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall6-lite
|
%define name shorewall6-lite
|
||||||
%define version 4.4.14
|
%define version 4.4.14
|
||||||
%define release 0RC1
|
%define release 0base
|
||||||
|
|
||||||
Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems.
|
Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems.
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -93,6 +93,8 @@ fi
|
|||||||
%doc COPYING changelog.txt releasenotes.txt
|
%doc COPYING changelog.txt releasenotes.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 23 2010 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.14-0base
|
||||||
* Wed Oct 06 2010 Tom Eastep tom@shorewall.net
|
* Wed Oct 06 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.14-0RC1
|
- Updated to 4.4.14-0RC1
|
||||||
* Fri Oct 01 2010 Tom Eastep tom@shorewall.net
|
* Fri Oct 01 2010 Tom Eastep tom@shorewall.net
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
# You may only use this script to uninstall the version
|
# You may only use this script to uninstall the version
|
||||||
# shown below. Simply run this script to remove Shorewall Firewall
|
# shown below. Simply run this script to remove Shorewall Firewall
|
||||||
|
|
||||||
VERSION=4.4.14-RC1
|
VERSION=4.4.14
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=4.4.14-RC1
|
VERSION=4.4.14
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
@ -738,11 +738,7 @@ if [ -z "$DESTDIR" -a -n "$first_install" -a -z "${CYGWIN}${MAC}" ]; then
|
|||||||
if [ -n "$DEBIAN" ]; then
|
if [ -n "$DEBIAN" ]; then
|
||||||
run_install $OWNERSHIP -m 0644 default.debian /etc/default/shorewall6
|
run_install $OWNERSHIP -m 0644 default.debian /etc/default/shorewall6
|
||||||
|
|
||||||
if [ -x /sbin/insserv ]; then
|
update-rc.d shorewall6 defaults
|
||||||
insserv /etc/init.d/shorewall6
|
|
||||||
else
|
|
||||||
ln -s ../init.d/shorewall6 /etc/rcS.d/S40shorewall6
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "shorewall6 will start automatically at boot"
|
echo "shorewall6 will start automatically at boot"
|
||||||
echo "Set startup=1 in /etc/default/shorewall6 to enable"
|
echo "Set startup=1 in /etc/default/shorewall6 to enable"
|
||||||
|
@ -32,6 +32,10 @@ get_script_version() { # $1 = script
|
|||||||
local version
|
local version
|
||||||
local ifs
|
local ifs
|
||||||
local digits
|
local digits
|
||||||
|
local verbosity
|
||||||
|
|
||||||
|
verbosity="$VERBOSITY"
|
||||||
|
VERBOSITY=0
|
||||||
|
|
||||||
temp=$( $SHOREWALL_SHELL $1 version | sed 's/-.*//' )
|
temp=$( $SHOREWALL_SHELL $1 version | sed 's/-.*//' )
|
||||||
|
|
||||||
@ -52,6 +56,8 @@ get_script_version() { # $1 = script
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $version
|
echo $version
|
||||||
|
|
||||||
|
VERBOSITY="$verbosity"
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name shorewall6
|
%define name shorewall6
|
||||||
%define version 4.4.14
|
%define version 4.4.14
|
||||||
%define release 0RC1
|
%define release 0base
|
||||||
|
|
||||||
Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems.
|
Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems.
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -98,6 +98,8 @@ fi
|
|||||||
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6
|
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 23 2010 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 4.4.14-0base
|
||||||
* Wed Oct 06 2010 Tom Eastep tom@shorewall.net
|
* Wed Oct 06 2010 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 4.4.14-0RC1
|
- Updated to 4.4.14-0RC1
|
||||||
* Fri Oct 01 2010 Tom Eastep tom@shorewall.net
|
* Fri Oct 01 2010 Tom Eastep tom@shorewall.net
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
# You may only use this script to uninstall the version
|
# You may only use this script to uninstall the version
|
||||||
# shown below. Simply run this script to remove Shorewall Firewall
|
# shown below. Simply run this script to remove Shorewall Firewall
|
||||||
|
|
||||||
VERSION=4.4.14-RC1
|
VERSION=4.4.14
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user