mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
Update for 3.1.6
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3489 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
2f5eb26fcd
commit
6b30b3a709
@ -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=3.1.6
|
VERSION=3.1.7
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=3.1.6
|
VERSION=3.1.7
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -27,7 +27,7 @@ Note to users upgrading from Shorewall 2.x or 3.0
|
|||||||
Please see the "Migration Considerations" below for additional upgrade
|
Please see the "Migration Considerations" below for additional upgrade
|
||||||
information.
|
information.
|
||||||
|
|
||||||
Problems Corrected in 3.1.6
|
Problems Corrected in 3.1.7
|
||||||
|
|
||||||
1) Extra rules in maclist verification have been removed. The superfluous
|
1) Extra rules in maclist verification have been removed. The superfluous
|
||||||
rules were present when MACLIST_DISPOSITION=ACCEPT and
|
rules were present when MACLIST_DISPOSITION=ACCEPT and
|
||||||
@ -40,7 +40,7 @@ Problems Corrected in 3.1.6
|
|||||||
3) Log messages for "started", "restarted" and "restored" are once again
|
3) Log messages for "started", "restarted" and "restored" are once again
|
||||||
generated.
|
generated.
|
||||||
|
|
||||||
Other changes in 3.1.7
|
Other changes in 3.1.6
|
||||||
|
|
||||||
1) 'tcpsyn' has been changed to 'tcp:syn' (tcpsyn was added in 3.1.6).
|
1) 'tcpsyn' has been changed to 'tcp:syn' (tcpsyn was added in 3.1.6).
|
||||||
This new syntax is easier to extend in the future than was the old.
|
This new syntax is easier to extend in the future than was the old.
|
||||||
@ -105,8 +105,7 @@ New Features:
|
|||||||
|
|
||||||
1) A new 'shorewall compile' command has been added.
|
1) A new 'shorewall compile' command has been added.
|
||||||
|
|
||||||
shorewall compile [ -e ] [ -d <distro> ] [ <config directory> ] <script
|
shorewall compile [ -e ] [ -d <distro> ] [ <config directory> ] <script file>
|
||||||
file>
|
|
||||||
|
|
||||||
where:
|
where:
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
# used during firewall compilation, then the generated firewall program will likewise not
|
# used during firewall compilation, then the generated firewall program will likewise not
|
||||||
# require Shorewall to be installed.
|
# require Shorewall to be installed.
|
||||||
|
|
||||||
VERSION=3.1.6
|
VERSION=3.1.7
|
||||||
|
|
||||||
#
|
#
|
||||||
# Suppress all output for a command
|
# Suppress all output for a command
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name shorewall
|
%define name shorewall
|
||||||
%define version 3.1.6
|
%define version 3.1.7
|
||||||
%define release 1
|
%define release 1
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
|
|
||||||
@ -175,6 +175,8 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 10 2006 Tom Eastep tom@shorewall.net
|
* Fri Feb 10 2006 Tom Eastep tom@shorewall.net
|
||||||
|
- Updated to 3.1.7-1
|
||||||
|
* Fri Feb 10 2006 Tom Eastep tom@shorewall.net
|
||||||
- Added shorecap
|
- Added shorecap
|
||||||
- Updated to 3.1.6-1
|
- Updated to 3.1.6-1
|
||||||
* Fri Feb 03 2006 Tom Eastep tom@shorewall.net
|
* Fri Feb 03 2006 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=3.1.6
|
VERSION=3.1.7
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user