forked from extern/shorewall_code
Shorewall 4.4.5.4
This commit is contained in:
parent
5f2f876019
commit
2826189e31
@ -28,7 +28,7 @@
|
||||
# shown below. Simply run this script to revert to your prior version of
|
||||
# Shoreline Firewall.
|
||||
|
||||
VERSION=4.4.5.2
|
||||
VERSION=4.4.5.4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
# 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
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name shorewall-lite
|
||||
%define version 4.4.5
|
||||
%define release 2
|
||||
%define release 4
|
||||
|
||||
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
|
||||
Name: %{name}
|
||||
@ -100,6 +100,10 @@ fi
|
||||
%doc COPYING changelog.txt releasenotes.txt
|
||||
|
||||
%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
|
||||
- Updated to 4.4.5-2
|
||||
* Sat Dec 19 2009 Tom Eastep tom@shorewall.net
|
||||
|
@ -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.5.2
|
||||
VERSION=4.4.5.4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -328,7 +328,7 @@ sub initialize( $ ) {
|
||||
TC_SCRIPT => '',
|
||||
EXPORT => 0,
|
||||
UNTRACKED => 0,
|
||||
VERSION => "4.4.5.3",
|
||||
VERSION => "4.4.5.4",
|
||||
CAPVERSION => 40406 ,
|
||||
);
|
||||
|
||||
|
@ -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
|
||||
|
||||
1) Yet another fix for the ^%$& ROUTE_FILTER mess.
|
||||
|
@ -22,7 +22,7 @@
|
||||
# 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
|
||||
{
|
||||
|
@ -39,6 +39,10 @@
|
||||
WARNING: Your capabilities file does not contain a Kernel
|
||||
Version -- using 2.6.30
|
||||
|
||||
These may be safely ignored and will be suppressed in Shorewall
|
||||
4.4.6.
|
||||
Corrected in 4.4.5.4.
|
||||
|
||||
5) The change in Shorewall 4.4.5.1 broke the 'forward' interface
|
||||
option in Shorewall6.
|
||||
|
||||
Corrected in 4.4.5.4.
|
||||
|
||||
|
@ -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
|
||||
@ -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),
|
||||
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
|
||||
----------------------------------------------------------------------------
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name shorewall
|
||||
%define version 4.4.5
|
||||
%define release 3
|
||||
%define release 4
|
||||
|
||||
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
|
||||
Name: %{name}
|
||||
@ -106,6 +106,10 @@ fi
|
||||
%doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
|
||||
|
||||
%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
|
||||
- Updated to 4.4.5-3
|
||||
* Sun Dec 20 2009 Tom Eastep tom@shorewall.net
|
||||
|
@ -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.5.3
|
||||
VERSION=4.4.5.4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -28,7 +28,7 @@
|
||||
# shown below. Simply run this script to revert to your prior version of
|
||||
# Shoreline Firewall.
|
||||
|
||||
VERSION=4.4.5.2
|
||||
VERSION=4.4.5.4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
# 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
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name shorewall6-lite
|
||||
%define version 4.4.5
|
||||
%define release 2
|
||||
%define release 4
|
||||
|
||||
Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems.
|
||||
Name: %{name}
|
||||
@ -91,6 +91,10 @@ fi
|
||||
%doc COPYING changelog.txt releasenotes.txt
|
||||
|
||||
%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
|
||||
- Updated to 4.4.5-2
|
||||
* Sat Dec 19 2009 Tom Eastep tom@shorewall.net
|
||||
|
@ -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.5.2
|
||||
VERSION=4.4.5.4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -28,7 +28,7 @@
|
||||
# shown below. Simply run this script to revert to your prior version of
|
||||
# Shoreline Firewall.
|
||||
|
||||
VERSION=4.4.5.2
|
||||
VERSION=4.4.5.4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
# 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
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name shorewall6
|
||||
%define version 4.4.5
|
||||
%define release 2
|
||||
%define release 4
|
||||
|
||||
Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems.
|
||||
Name: %{name}
|
||||
@ -95,6 +95,10 @@ fi
|
||||
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6
|
||||
|
||||
%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
|
||||
- Updated to 4.4.5-2
|
||||
* Sat Dec 19 2009 Tom Eastep tom@shorewall.net
|
||||
|
@ -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.5.2
|
||||
VERSION=4.4.5.4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user