Update versions to 3.3

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4630 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-10-05 00:04:59 +00:00
parent ad16b96146
commit 2617133c03
117 changed files with 122 additions and 121 deletions

View File

@ -1,4 +1,4 @@
Shoreline Firewall (Shorewall) Version 3.2
Shoreline Firewall (Shorewall) Version 3.3
----- ----
-----------------------------------------------------------------------------

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Accounting File
# Shorewall version 3.3 - Accounting File
#
# /etc/shorewall/accounting
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Drop Action
# Shorewall version 3.3 - Drop Action
#
# /usr/share/shorewall/action.Drop
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Reject Action
# Shorewall version 3.3 - Reject Action
#
# /usr/share/shorewall/action.Reject
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Action Template
# Shorewall version 3.3 - Action Template
#
# /etc/shorewall/action.template
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Actions File
# Shorewall version 3.3 - Actions File
#
# /etc/shorewall/actions
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Actions.std File
# Shorewall version 3.3 - Actions.std File
#
# /usr/share/shorewall/actions.std
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Blacklist File
# Shorewall version 3.3 - Blacklist File
#
# /etc/shorewall/blacklist
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall Compiler - V3.2
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall Compiler - V3.3
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#
@ -3069,11 +3069,12 @@ process_tos() # $1 = name of tos file
stdchain=FORWARD
fi
progress_message2 "$DOING $1..."
strip_file tos $1
if [ -s $TMP_DIR/tos ] ; then
progress_message2 "$DOING $1..."
createmanglechain $chain
createmanglechain outtos
@ -4813,7 +4814,7 @@ __EOF__
local version=\$(cat \${SHAREDIR}/version)
if [ \${SHOREWALL_LIBVERSION:-0} -lt 30200 ]; then
fatal_error "This script requires Shorewall version 3.3.2 or later; current version is \$version"
fatal_error "This script requires Shorewall version 3.3.3 or later; current version is \$version"
fi
#
# These variables are required by the library functions called in this script

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Default Config Path
# Shorewall version 3.3 - Default Config Path
#
# /usr/share/shorewall/configpath
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Continue File
# Shorewall version 3.3 - Continue File
#
# /etc/shorewall/continue
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Ecn File
# Shorewall version 3.3 - Ecn File
#
# /etc/shorewall/ecn
#

View File

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

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V3.2
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V3.3
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Shorewall help subsystem - V3.2
# Shorewall help subsystem - V3.3
#
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Hosts file
# Shorewall version 3.3 - Hosts file
#
# /etc/shorewall/hosts
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Init File
# Shorewall version 3.3 - Init File
#
# /etc/shorewall/init
#

View File

@ -1,7 +1,7 @@
#!/bin/sh
RCDLINKS="2,S41 3,S41 6,K41"
#
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V3.2
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V3.3
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Initdone File
# Shorewall version 3.3 - Initdone File
#
# /etc/shorewall/initdone
#

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
#
VERSION=3.3.2
VERSION=3.3.3
usage() # $1 = exit status
{

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Interfaces File
# Shorewall version 3.3 - Interfaces File
#
# /etc/shorewall/interfaces
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Shorewall 3.2 -- /usr/share/shorewall/lib.accounting
# Shorewall 3.3 -- /usr/share/shorewall/lib.accounting
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Shorewall 3.2 -- /usr/share/shorewall/lib.actions
# Shorewall 3.3 -- /usr/share/shorewall/lib.actions
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Shorewall 3.2 -- /usr/share/shorewall/lib.base
# Shorewall 3.3 -- /usr/share/shorewall/lib.base
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Shorewall 3.2 -- /usr/share/shorewall/lib.config
# Shorewall 3.3 -- /usr/share/shorewall/lib.config
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Shorewall 3.2 -- /usr/share/shorewall/lib.dynamiczones
# Shorewall 3.3 -- /usr/share/shorewall/lib.dynamiczones
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Shorewall 3.2 -- /usr/share/shorewall/lib.tcrules
# Shorewall 3.3 -- /usr/share/shorewall/lib.tcrules
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Shorewall 3.2 -- /usr/share/shorewall/lib.nat
# Shorewall 3.3 -- /usr/share/shorewall/lib.nat
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Shorewall 3.2 -- /usr/share/shorewall/lib.providers
# Shorewall 3.3 -- /usr/share/shorewall/lib.providers
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Shorewall 3.2 -- /usr/share/shorewall/lib.proxyarp
# Shorewall 3.3 -- /usr/share/shorewall/lib.proxyarp
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Shorewall 3.2 -- /usr/share/shorewall/lib.tc
# Shorewall 3.3 -- /usr/share/shorewall/lib.tc
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Shorewall 3.2 -- /usr/share/shorewall/lib.tcrules
# Shorewall 3.3 -- /usr/share/shorewall/lib.tcrules
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Shorewall 3.2 -- /usr/share/shorewall/lib.tunnels
# Shorewall 3.3 -- /usr/share/shorewall/lib.tunnels
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Maclist file
# Shorewall version 3.3 - Maclist file
#
# /etc/shorewall/maclist
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - AllowICMPs Macro
# Shorewall version 3.3 - AllowICMPs Macro
#
# /usr/share/shorewall/macro.AllowICMPs
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Amanda Macro
# Shorewall version 3.3 - Amanda Macro
#
# /usr/share/shorewall/macro.Amanda
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Auth Macro
# Shorewall version 3.3 - Auth Macro
#
# /usr/share/shorewall/macro.Auth
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - BitTorrent Macro
# Shorewall version 3.3 - BitTorrent Macro
#
# /usr/share/shorewall/macro.BitTorrent
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - CVS Macro
# Shorewall version 3.3 - CVS Macro
#
# /usr/share/shorewall/macro.CVS
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - DNS Macro
# Shorewall version 3.3 - DNS Macro
#
# /usr/share/shorewall/macro.DNS
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Distcc Macro
# Shorewall version 3.3 - Distcc Macro
#
# /usr/share/shorewall/macro.Distcc
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Drop Macro
# Shorewall version 3.3 - Drop Macro
#
# /usr/share/shorewall/macro.Drop
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - DropDNSrep Macro
# Shorewall version 3.3 - DropDNSrep Macro
#
# /usr/share/shorewall/macro.DropDNSrep
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - DropUPnP Macro
# Shorewall version 3.3 - DropUPnP Macro
#
# /usr/share/shorewall/macro.DropUPnP
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Edonkey Macro
# Shorewall version 3.3 - Edonkey Macro
#
# /usr/share/shorewall/macro.Edonkey
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - FTP Macro
# Shorewall version 3.3 - FTP Macro
#
# /usr/share/shorewall/macro.FTP
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Finger Macro
# Shorewall version 3.3 - Finger Macro
#
# /usr/share/shorewall/macro.Finger
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Gnutella Macro
# Shorewall version 3.3 - Gnutella Macro
#
# /usr/share/shorewall/macro.Gnutella
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - HTTP Macro
# Shorewall version 3.3 - HTTP Macro
#
# /usr/share/shorewall/macro.HTTP
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - HTTPS Macro
# Shorewall version 3.3 - HTTPS Macro
#
# /usr/share/shorewall/macro.HTTPS
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - ICQ Macro
# Shorewall version 3.3 - ICQ Macro
#
# /usr/share/shorewall/macro.ICQ
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - IMAP Macro
# Shorewall version 3.3 - IMAP Macro
#
# /usr/share/shorewall/macro.IMAP
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - IMAPS Macro
# Shorewall version 3.3 - IMAPS Macro
#
# /usr/share/shorewall/macro.IMAPS
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - LDAP Macro
# Shorewall version 3.3 - LDAP Macro
#
# /usr/share/shorewall/macro.LDAP
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - LDAPS Macro
# Shorewall version 3.3 - LDAPS Macro
#
# /usr/share/shorewall/macro.LDAPS
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - MySQL Macro
# Shorewall version 3.3 - MySQL Macro
#
# /usr/share/shorewall/macro.MySQL
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 NNTP Macro
# Shorewall version 3.3 NNTP Macro
#
# /usr/share/shorewall/macro.NNTP
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 NNTPS Macro
# Shorewall version 3.3 NNTPS Macro
#
# /usr/share/shorewall/macro.NNTPS
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - NTP Macro
# Shorewall version 3.3 - NTP Macro
#
# /usr/share/shorewall/macro.NTP
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - NTPbrd Macro
# Shorewall version 3.3 - NTPbrd Macro
#
# /usr/share/shorewall/macro.NTPbrd
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - PCA Macro
# Shorewall version 3.3 - PCA Macro
#
# /usr/share/shorewall/macro.PCA
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - POP3 Macro
# Shorewall version 3.3 - POP3 Macro
#
# /usr/share/shorewall/macro.POP3
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - POP3S Macro
# Shorewall version 3.3 - POP3S Macro
#
# /usr/share/shorewall/macro.POP3S
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Ping Macro
# Shorewall version 3.3 - Ping Macro
#
# /usr/share/shorewall/macro.Ping
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - PostgreSQL Macro
# Shorewall version 3.3 - PostgreSQL Macro
#
# /usr/share/shorewall/macro.PostgreSQL
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Rdate Macro
# Shorewall version 3.3 - Rdate Macro
#
# /usr/share/shorewall/macro.Rdate
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Reject Macro
# Shorewall version 3.3 - Reject Macro
#
# /usr/share/shorewall/macro.Reject
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Rsync Macro
# Shorewall version 3.3 - Rsync Macro
#
# /usr/share/shorewall/macro.Rsync
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - SMB Macro
# Shorewall version 3.3 - SMB Macro
#
# /usr/share/shorewall/macro.SMB
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - SMB Bi-directional Macro
# Shorewall version 3.3 - SMB Bi-directional Macro
#
# /usr/share/shorewall/macro.SMBBI
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - SMBswat Macro
# Shorewall version 3.3 - SMBswat Macro
#
# /usr/share/shorewall/macro.SMBswat
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - SMTP Macro
# Shorewall version 3.3 - SMTP Macro
#
# /usr/share/shorewall/macro.SMTP
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - SMTPS Macro
# Shorewall version 3.3 - SMTPS Macro
#
# /usr/share/shorewall/macro.SMTPS
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - SNMP Macro
# Shorewall version 3.3 - SNMP Macro
#
# /usr/share/shorewall/macro.SNMP
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - SPAMD Macro
# Shorewall version 3.3 - SPAMD Macro
#
# /usr/share/shorewall/macro.SPAMD
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - SSH Macro
# Shorewall version 3.3 - SSH Macro
#
# /usr/share/shorewall/macro.SSH
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - SVN Macro
# Shorewall version 3.3 - SVN Macro
#
# /usr/share/shorewall/macro.SVN
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Submission Macro
# Shorewall version 3.3 - Submission Macro
#
# /usr/share/shorewall/macro.Submission
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Syslog Macro
# Shorewall version 3.3 - Syslog Macro
#
# /usr/share/shorewall/macro.Syslog
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Telnet Macro
# Shorewall version 3.3 - Telnet Macro
#
# /usr/share/shorewall/macro.Telnet
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Telnet Macro
# Shorewall version 3.3 - Telnet Macro
#
# /usr/share/shorewall/macro.Telnets
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Time Macro
# Shorewall version 3.3 - Time Macro
#
# /usr/share/shorewall/macro.Time
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 -Trcrt Macro
# Shorewall version 3.3 -Trcrt Macro
#
# /usr/share/shorewall/macro.Trcrt
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - VNC Macro
# Shorewall version 3.3 - VNC Macro
#
# /usr/share/shorewall/macro.VNC
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 -VNCL Macro
# Shorewall version 3.3 -VNCL Macro
#
# /usr/share/shorewall/macro.VNCL
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Web Macro
# Shorewall version 3.3 - Web Macro
#
# /usr/share/shorewall/macro.Web
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Webmin Macro
# Shorewall version 3.3 - Webmin Macro
#
# /usr/share/shorewall/macro.Webmin
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Whois Macro
# Shorewall version 3.3 - Whois Macro
#
# /usr/share/shorewall/macro.Whois
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Macro Template
# Shorewall version 3.3 - Macro Template
#
# /usr/share/shorewall/macro.template
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Masq file
# Shorewall version 3.3 - Masq file
#
# /etc/shorewall/masq
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Modules File
# Shorewall version 3.3 - Modules File
#
# /usr/share/shorewall/modules
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Nat File
# Shorewall version 3.3 - Nat File
#
# /etc/shorewall/nat
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Netmap File
# Shorewall version 3.3 - Netmap File
#
# /etc/shorewall/netmap
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Params File
# Shorewall version 3.3 - Params File
#
# /etc/shorewall/params
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Policy File
# Shorewall version 3.3 - Policy File
#
# /etc/shorewall/policy
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Generated by the Shoreline Firewall (Shorewall) Packet Filtering Firewall - V3.2
# Generated by the Shoreline Firewall (Shorewall) Packet Filtering Firewall - V3.3
#
# This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Providers File
# Shorewall version 3.3 - Providers File
#
# /etc/shorewall/providers
#

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Proxyarp File
# Shorewall version 3.3 - Proxyarp File
#
# /etc/shorewall/proxyarp
#

View File

@ -1,6 +1,6 @@
Shorewall 3.3.3
Note to users upgrading from Shorewall 3.0 or 3.2
Note to users upgrading from Shorewall 3.0 or 3.3
Most problems associated with upgrades come from two causes:
@ -35,7 +35,7 @@ Problems Corrected in 3.3.3
None.
Other changes in 3.3.2
Other changes in 3.3.3
1) For users whose kernel and iptables have Extended MARK Target
support, it is now possible to logically AND or OR a value into the

View File

@ -1,5 +1,5 @@
#
# Shorewall version 3.2 - Rfc1918 File
# Shorewall version 3.3 - Rfc1918 File
#
# /etc/shorewall/rfc1918
#

Some files were not shown because too many files have changed in this diff Show More