forked from extern/shorewall_code
Update for 2.1.7
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1586 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
17e437b1cf
commit
0875484d8f
@ -28,7 +28,7 @@
|
||||
# shown below. Simply run this script to revert to your prior version of
|
||||
# Shoreline Firewall.
|
||||
|
||||
VERSION=2.1.6
|
||||
VERSION=2.1.7
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
||||
#
|
||||
|
||||
VERSION=2.1.6
|
||||
VERSION=2.1.7
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
Shorewall 2.1.6
|
||||
Shorewall 2.1.7
|
||||
|
||||
----------------------------------------------------------------------
|
||||
Problems Corrected since 2.0.3
|
||||
@ -31,6 +31,11 @@ Problems Corrected since 2.1.4
|
||||
1) Per-interface options like 'norfc1918' are not applied to requests
|
||||
that have been unencrypted as a result of an entry in the SPD.
|
||||
|
||||
Problems corrected since 2.1.6
|
||||
|
||||
1) Dynamic zones marked as 'ipsec' in /etc/shorewall/ipsec now work
|
||||
correctly.
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
Issues when migrating from Shorewall 2.0 to Shorewall 2.1:
|
||||
|
||||
@ -402,5 +407,13 @@ New Features:
|
||||
#INTERFACE SUBNET ADDRESS PROTO
|
||||
eth0 10.0.0.0/8 192.0.2.44:7000-8000 udp
|
||||
|
||||
12) You may now account by user/group ID for outbound traffic from the
|
||||
firewall itself with entries in /etc/shorewall/accounting. Such
|
||||
accounting rules must be placed in the OUTPUT chain.
|
||||
|
||||
See the comments at the top of /etc/shorewall/accounting for
|
||||
details.
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define name shorewall
|
||||
%define version 2.1.6
|
||||
%define version 2.1.7
|
||||
%define release 1
|
||||
%define prefix /usr
|
||||
|
||||
@ -128,6 +128,8 @@ fi
|
||||
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel
|
||||
|
||||
%changelog
|
||||
* Fri Aug 27 2004 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.1.7-1
|
||||
* Fri Aug 20 2004 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.1.6-1
|
||||
* Wed Aug 18 2004 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 Seattle Firewall
|
||||
|
||||
VERSION=2.1.6
|
||||
VERSION=2.1.7
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user