Shorewall 4.4.4.2

This commit is contained in:
Tom Eastep 2009-12-06 08:48:09 -08:00
parent 61b3afb3c6
commit db6280d780
18 changed files with 34 additions and 16 deletions

View File

@ -28,7 +28,7 @@
# shown below. Simply run this script to revert to your prior version of
# Shoreline Firewall.
VERSION=4.4.4.1
VERSION=4.4.4.2
usage() # $1 = exit status
{

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
VERSION=4.4.4.1
VERSION=4.4.4.2
usage() # $1 = exit status
{

View File

@ -1,6 +1,6 @@
%define name shorewall-lite
%define version 4.4.4
%define release 1
%define release 2
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
Name: %{name}
@ -100,6 +100,8 @@ fi
%doc COPYING changelog.txt releasenotes.txt
%changelog
* Sun Dec 06 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.4-2
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.4-1
* Fri Nov 13 2009 Tom Eastep tom@shorewall.net

View File

@ -26,7 +26,7 @@
# You may only use this script to uninstall the version
# shown below. Simply run this script to remove Shorewall Firewall
VERSION=4.4.4.1
VERSION=4.4.4.2
usage() # $1 = exit status
{

View File

@ -327,7 +327,7 @@ sub initialize( $ ) {
TC_SCRIPT => '',
EXPORT => 0,
UNTRACKED => 0,
VERSION => "4.4.4.1",
VERSION => "4.4.4.2",
CAPVERSION => 40402 ,
);

View File

@ -8,6 +8,8 @@ Changes in Shorewall 4.4.4.1
4) Improve IPv6 address validation and range checking.
5) Correct Shorewall6 capabilities detection.
Changes in Shorewall 4.4.4
1) Change STARTUP_LOG and LOG_VERBOSITY in default shorewall6.conf.

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
VERSION=4.4.4.1
VERSION=4.4.4.2
usage() # $1 = exit status
{

View File

@ -183,6 +183,14 @@ Shorewall 4.4.4 Patch Release 1
that iptables-restore errors could occur. Port 0 is now flagged as
an error.
----------------------------------------------------------------------------
P R O B L E M S C O R R E C T E D I N 4 . 4 . 4 . 2
----------------------------------------------------------------------------
1) The Shorewall6-lite shorecap program was including the wrong
library. Also, Shorewall6 is determining the availablity of the
mangle table before it ensures that ip6tables is installed.
----------------------------------------------------------------------------
P R O B L E M S C O R R E C T E D I N 4 . 4 . 4 . 1
----------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
%define name shorewall
%define version 4.4.4
%define release 1
%define release 2
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
Name: %{name}
@ -106,6 +106,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
%changelog
* Sun Dec 06 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.4-2
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.4-1
* Fri Nov 13 2009 Tom Eastep tom@shorewall.net

View File

@ -26,7 +26,7 @@
# You may only use this script to uninstall the version
# shown below. Simply run this script to remove Shorewall Firewall
VERSION=4.4.4.1
VERSION=4.4.4.2
usage() # $1 = exit status
{

View File

@ -28,7 +28,7 @@
# shown below. Simply run this script to revert to your prior version of
# Shoreline Firewall.
VERSION=4.4.4.1
VERSION=4.4.4.2
usage() # $1 = exit status
{

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
VERSION=4.4.4.1
VERSION=4.4.4.2
usage() # $1 = exit status
{

View File

@ -1,6 +1,6 @@
%define name shorewall6-lite
%define version 4.4.4
%define release 1
%define release 2
Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems.
Name: %{name}
@ -91,6 +91,8 @@ fi
%doc COPYING changelog.txt releasenotes.txt
%changelog
* Sun Dec 06 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.4-2
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.4-1
* Fri Nov 13 2009 Tom Eastep tom@shorewall.net

View File

@ -26,7 +26,7 @@
# You may only use this script to uninstall the version
# shown below. Simply run this script to remove Shorewall Firewall
VERSION=4.4.4.1
VERSION=4.4.4.2
usage() # $1 = exit status
{

View File

@ -28,7 +28,7 @@
# shown below. Simply run this script to revert to your prior version of
# Shoreline Firewall.
VERSION=4.4.4.1
VERSION=4.4.4.2
usage() # $1 = exit status
{

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
VERSION=4.4.4.1
VERSION=4.4.4.2
usage() # $1 = exit status
{

View File

@ -1,6 +1,6 @@
%define name shorewall6
%define version 4.4.4
%define release 1
%define release 2
Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems.
Name: %{name}
@ -95,6 +95,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6
%changelog
* Sun Dec 06 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.4-2
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.4-1
* Fri Nov 13 2009 Tom Eastep tom@shorewall.net

View File

@ -26,7 +26,7 @@
# You may only use this script to uninstall the version
# shown below. Simply run this script to remove Shorewall Firewall
VERSION=4.4.4.1
VERSION=4.4.4.2
usage() # $1 = exit status
{