mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-21 23:23:13 +01:00
Update for 4.4.4.3, if needed
This commit is contained in:
parent
b209986089
commit
305e97d154
@ -28,7 +28,7 @@
|
||||
# shown below. Simply run this script to revert to your prior version of
|
||||
# Shoreline Firewall.
|
||||
|
||||
VERSION=4.4.4.2
|
||||
VERSION=4.4.4.3
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
|
||||
VERSION=4.4.4.2
|
||||
VERSION=4.4.4.3
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name shorewall-lite
|
||||
%define version 4.4.4
|
||||
%define release 2
|
||||
%define release 3
|
||||
|
||||
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
|
||||
* Tue Dec 08 2009 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.4-3
|
||||
* Sun Dec 06 2009 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.4-2
|
||||
* Sat Nov 21 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.4.2
|
||||
VERSION=4.4.4.3
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -327,7 +327,7 @@ sub initialize( $ ) {
|
||||
TC_SCRIPT => '',
|
||||
EXPORT => 0,
|
||||
UNTRACKED => 0,
|
||||
VERSION => "4.4.4.2",
|
||||
VERSION => "4.4.4.3",
|
||||
CAPVERSION => 40402 ,
|
||||
);
|
||||
|
||||
|
@ -1,15 +1,23 @@
|
||||
Changes in Shorewall 4.4.4.3
|
||||
|
||||
1) Fix DONT_LOAD vs 'reload -c'
|
||||
|
||||
Changes in Shorewall 4.4.4.2
|
||||
|
||||
1) Disallow port 0
|
||||
|
||||
2) Improve IPv6 address validation and range checking.
|
||||
|
||||
3) Correct Shorewall6 capabilities detection.
|
||||
|
||||
4) Correct handling of DNS names in IPv6.
|
||||
|
||||
Changes in Shorewall 4.4.4.1
|
||||
|
||||
1) Fix 15-port change.
|
||||
|
||||
2) Fix handling of interfaces with the 'bridge' option.
|
||||
|
||||
3) Disallow port 0
|
||||
|
||||
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.
|
||||
|
@ -22,7 +22,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
|
||||
VERSION=4.4.4.2
|
||||
VERSION=4.4.4.3
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -37,9 +37,8 @@
|
||||
7) The command 'shorewall reload -c <host>' ignores the setting of
|
||||
DONT_LOAD, causing unwanted modules to be loaded.
|
||||
|
||||
This problem can be worked around on the firewall system by copying
|
||||
/usr/share/shorewall-lite/modules to /etc/shorewall-lite/ and then
|
||||
removing the unwanted modules from the copied file.
|
||||
This defect is corrected in Shorewall 4.4.4.3.
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -169,6 +169,14 @@ Shorewall 4.4.4 Patch Release 2
|
||||
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 . 4 . 3
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
1) The command 'shorewall reload -c <host>' ignored the DONT_LOAD
|
||||
setting with the result that unwanted modules could be loaded. The
|
||||
'reload' command without the '-c' option worked correctly.
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
P R O B L E M S C O R R E C T E D I N 4 . 4 . 4 . 2
|
||||
----------------------------------------------------------------------------
|
||||
@ -183,11 +191,7 @@ Shorewall 4.4.4 Patch Release 2
|
||||
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
|
||||
4) 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.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name shorewall
|
||||
%define version 4.4.4
|
||||
%define release 2
|
||||
%define release 3
|
||||
|
||||
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
|
||||
* Tue Dec 08 2009 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.4-3
|
||||
* Sun Dec 06 2009 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.4-2
|
||||
* Sat Nov 21 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.4.2
|
||||
VERSION=4.4.4.3
|
||||
|
||||
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.4.2
|
||||
VERSION=4.4.4.3
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
|
||||
VERSION=4.4.4.2
|
||||
VERSION=4.4.4.3
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name shorewall6-lite
|
||||
%define version 4.4.4
|
||||
%define release 2
|
||||
%define release 3
|
||||
|
||||
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
|
||||
* Tue Dec 08 2009 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.4-3
|
||||
* Sun Dec 06 2009 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.4-2
|
||||
* Sat Nov 21 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.4.2
|
||||
VERSION=4.4.4.3
|
||||
|
||||
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.4.2
|
||||
VERSION=4.4.4.3
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
|
||||
VERSION=4.4.4.2
|
||||
VERSION=4.4.4.3
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name shorewall6
|
||||
%define version 4.4.4
|
||||
%define release 2
|
||||
%define release 3
|
||||
|
||||
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
|
||||
* Tue Dec 08 2009 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.4-3
|
||||
* Sun Dec 06 2009 Tom Eastep tom@shorewall.net
|
||||
- Updated to 4.4.4-2
|
||||
* Sat Nov 21 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.4.2
|
||||
VERSION=4.4.4.3
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user