Shorewall 4.4.5.4

This commit is contained in:
Tom Eastep 2009-12-24 10:26:27 -08:00
parent 5f2f876019
commit 2826189e31
19 changed files with 60 additions and 19 deletions

View File

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

View File

@ -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.5.2 VERSION=4.4.5.4
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -1,6 +1,6 @@
%define name shorewall-lite %define name shorewall-lite
%define version 4.4.5 %define version 4.4.5
%define release 2 %define release 4
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}
@ -100,6 +100,10 @@ fi
%doc COPYING changelog.txt releasenotes.txt %doc COPYING changelog.txt releasenotes.txt
%changelog %changelog
* Thu Dec 24 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.5-4
* Thu Dec 24 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.5-4
* Sun Dec 20 2009 Tom Eastep tom@shorewall.net * Sun Dec 20 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.5-2 - Updated to 4.4.5-2
* Sat Dec 19 2009 Tom Eastep tom@shorewall.net * Sat Dec 19 2009 Tom Eastep tom@shorewall.net

View File

@ -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.5.2 VERSION=4.4.5.4
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -328,7 +328,7 @@ sub initialize( $ ) {
TC_SCRIPT => '', TC_SCRIPT => '',
EXPORT => 0, EXPORT => 0,
UNTRACKED => 0, UNTRACKED => 0,
VERSION => "4.4.5.3", VERSION => "4.4.5.4",
CAPVERSION => 40406 , CAPVERSION => 40406 ,
); );

View File

@ -1,3 +1,7 @@
Changes in Shorewall 4.4.5.4
1) Fix breakage in Shorewall6 'forward' interface option.
Changes in Shorewall 4.4.5.3 Changes in Shorewall 4.4.5.3
1) Yet another fix for the ^%$& ROUTE_FILTER mess. 1) Yet another fix for the ^%$& ROUTE_FILTER mess.

View File

@ -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.5.3 VERSION=4.4.5.4
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -39,6 +39,10 @@
WARNING: Your capabilities file does not contain a Kernel WARNING: Your capabilities file does not contain a Kernel
Version -- using 2.6.30 Version -- using 2.6.30
These may be safely ignored and will be suppressed in Shorewall Corrected in 4.4.5.4.
4.4.6.
5) The change in Shorewall 4.4.5.1 broke the 'forward' interface
option in Shorewall6.
Corrected in 4.4.5.4.

View File

@ -1,4 +1,4 @@
Shorewall 4.4.5 Patch Release 3. Shorewall 4.4.5 Patch Release 4.
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
R E L E A S E 4 . 4 H I G H L I G H T S R E L E A S E 4 . 4 H I G H L I G H T S
@ -169,6 +169,23 @@ Shorewall 4.4.5 Patch Release 3.
now, if the zone has <interface>:0.0.0.0/0 (even with exclusions), now, if the zone has <interface>:0.0.0.0/0 (even with exclusions),
then it may have no additional members in /etc/shorewall/hosts. then it may have no additional members in /etc/shorewall/hosts.
----------------------------------------------------------------------------
P R O B L E M S C O R R E C T E D I N 4 . 4 . 5 . 4
----------------------------------------------------------------------------
1) With Shorewall 4.4.5.3, using a capabilities file with Shorewall6
will result in the following warnings during compilation:
WARNING: Your capabilities file is out of date -- it does not
contain all of the capabilities defined by Shorewall6 version
4.4.5.3
WARNING: Your capabilities file does not contain a Kernel
Version -- using 2.6.30
2) The change in Shoreawll 4.4.5.1 broke the 'forward' interface
option in Shorewall6.
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
P R O B L E M S C O R R E C T E D I N 4 . 4 . 5 . 3 P R O B L E M S C O R R E C T E D I N 4 . 4 . 5 . 3
---------------------------------------------------------------------------- ----------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
%define name shorewall %define name shorewall
%define version 4.4.5 %define version 4.4.5
%define release 3 %define release 4
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}
@ -106,6 +106,10 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples %doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
%changelog %changelog
* Thu Dec 24 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.5-4
* Thu Dec 24 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.5-4
* Mon Dec 21 2009 Tom Eastep tom@shorewall.net * Mon Dec 21 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.5-3 - Updated to 4.4.5-3
* Sun Dec 20 2009 Tom Eastep tom@shorewall.net * Sun Dec 20 2009 Tom Eastep tom@shorewall.net

View File

@ -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.5.3 VERSION=4.4.5.4
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

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

View File

@ -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.5.2 VERSION=4.4.5.4
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -1,6 +1,6 @@
%define name shorewall6-lite %define name shorewall6-lite
%define version 4.4.5 %define version 4.4.5
%define release 2 %define release 4
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}
@ -91,6 +91,10 @@ fi
%doc COPYING changelog.txt releasenotes.txt %doc COPYING changelog.txt releasenotes.txt
%changelog %changelog
* Thu Dec 24 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.5-4
* Thu Dec 24 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.5-4
* Sun Dec 20 2009 Tom Eastep tom@shorewall.net * Sun Dec 20 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.5-2 - Updated to 4.4.5-2
* Sat Dec 19 2009 Tom Eastep tom@shorewall.net * Sat Dec 19 2009 Tom Eastep tom@shorewall.net

View File

@ -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.5.2 VERSION=4.4.5.4
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

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

View File

@ -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.5.2 VERSION=4.4.5.4
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -1,6 +1,6 @@
%define name shorewall6 %define name shorewall6
%define version 4.4.5 %define version 4.4.5
%define release 2 %define release 4
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}
@ -95,6 +95,10 @@ 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
* Thu Dec 24 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.5-4
* Thu Dec 24 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.5-4
* Sun Dec 20 2009 Tom Eastep tom@shorewall.net * Sun Dec 20 2009 Tom Eastep tom@shorewall.net
- Updated to 4.4.5-2 - Updated to 4.4.5-2
* Sat Dec 19 2009 Tom Eastep tom@shorewall.net * Sat Dec 19 2009 Tom Eastep tom@shorewall.net

View File

@ -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.5.2 VERSION=4.4.5.4
usage() # $1 = exit status usage() # $1 = exit status
{ {