diff --git a/Shorewall-common/fallback.sh b/Shorewall-common/fallback.sh index a30bf6411..4a00dd932 100755 --- a/Shorewall-common/fallback.sh +++ b/Shorewall-common/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.2.5 +VERSION=4.3.6 usage() # $1 = exit status { diff --git a/Shorewall-common/install.sh b/Shorewall-common/install.sh index 48f9aea78..b46c4a7c0 100755 --- a/Shorewall-common/install.sh +++ b/Shorewall-common/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.2.6 +VERSION=4.3.6 usage() # $1 = exit status { diff --git a/Shorewall-common/shorewall-common.spec b/Shorewall-common/shorewall-common.spec index 647a499ae..2c2bfc5c8 100644 --- a/Shorewall-common/shorewall-common.spec +++ b/Shorewall-common/shorewall-common.spec @@ -1,5 +1,5 @@ %define name shorewall-common -%define version 4.2.6 +%define version 4.3.6 %define release 0base Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -177,6 +177,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples swping swping.init isusable %changelog +* Fri Feb 06 2009 Tom Eastep tom@shorewall.net +- Updated to 4.3.6-0base * Thu Feb 05 2009 Tom Eastep tom@shorewall.net - Add 'restored' script * Wed Feb 04 2009 Tom Eastep tom@shorewall.net diff --git a/Shorewall-common/uninstall.sh b/Shorewall-common/uninstall.sh index 7e920ddee..306577366 100755 --- a/Shorewall-common/uninstall.sh +++ b/Shorewall-common/uninstall.sh @@ -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.2.5 +VERSION=4.3.6 usage() # $1 = exit status { diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh index 5b9c16407..0d1c8516c 100755 --- a/Shorewall-lite/fallback.sh +++ b/Shorewall-lite/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.2.5 +VERSION=4.3.6 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index b4dd7d4ba..866a71f98 100755 --- a/Shorewall-lite/install.sh +++ b/Shorewall-lite/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.2.5 +VERSION=4.3.6 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 3c8b91c74..c8879363b 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -1,5 +1,5 @@ %define name shorewall-lite -%define version 4.2.5 +%define version 4.3.6 %define release 0base Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. @@ -98,6 +98,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Fri Feb 06 2009 Tom Eastep tom@shorewall.net +- Updated to 4.3.6-0base * Tue Jan 06 2009 Tom Eastep tom@shorewall.net - Updated to 4.2.5-0base * Thu Dec 25 2008 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 24aa97d10..b0409c925 100755 --- a/Shorewall-lite/uninstall.sh +++ b/Shorewall-lite/uninstall.sh @@ -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.2.5 +VERSION=4.3.6 usage() # $1 = exit status { diff --git a/Shorewall-perl/Shorewall/Config.pm b/Shorewall-perl/Shorewall/Config.pm index 7f9394380..4b4e3ad22 100644 --- a/Shorewall-perl/Shorewall/Config.pm +++ b/Shorewall-perl/Shorewall/Config.pm @@ -300,7 +300,7 @@ sub initialize( $ ) { LOGPARMS => '', TC_SCRIPT => '', EXPORT => 0, - VERSION => "4.2.5", + VERSION => "4.3.6", CAPVERSION => 40205 , ); diff --git a/Shorewall-perl/install.sh b/Shorewall-perl/install.sh index 50273175d..bde7e5fb4 100755 --- a/Shorewall-perl/install.sh +++ b/Shorewall-perl/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.2.5 +VERSION=4.3.6 usage() # $1 = exit status { diff --git a/Shorewall-perl/shorewall-perl.spec b/Shorewall-perl/shorewall-perl.spec index ad4f1eb61..8ea26054c 100644 --- a/Shorewall-perl/shorewall-perl.spec +++ b/Shorewall-perl/shorewall-perl.spec @@ -1,5 +1,5 @@ %define name shorewall-perl -%define version 4.2.5 +%define version 4.3.6 %define release 0base Summary: Shoreline Firewall Perl-based compiler. @@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING releasenotes.txt %changelog +* Fri Feb 06 2009 Tom Eastep tom@shorewall.net +- Updated to 4.3.6-0base * Tue Jan 06 2009 Tom Eastep tom@shorewall.net - Updated to 4.2.5-0base * Thu Dec 25 2008 Tom Eastep tom@shorewall.net diff --git a/Shorewall-shell/install.sh b/Shorewall-shell/install.sh index 6569d71b8..42e0ae7e2 100755 --- a/Shorewall-shell/install.sh +++ b/Shorewall-shell/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.2.5 +VERSION=4.3.6 usage() # $1 = exit status { diff --git a/Shorewall-shell/shorewall-shell.spec b/Shorewall-shell/shorewall-shell.spec index 8b9f3db50..6cdd14417 100644 --- a/Shorewall-shell/shorewall-shell.spec +++ b/Shorewall-shell/shorewall-shell.spec @@ -1,5 +1,5 @@ %define name shorewall-shell -%define version 4.2.5 +%define version 4.3.6 %define release 0base Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -81,6 +81,8 @@ fi %doc COPYING INSTALL %changelog +* Fri Feb 06 2009 Tom Eastep tom@shorewall.net +- Updated to 4.3.6-0base * Tue Jan 06 2009 Tom Eastep tom@shorewall.net - Updated to 4.2.5-0base * Thu Dec 25 2008 Tom Eastep tom@shorewall.net diff --git a/Shorewall6-lite/fallback.sh b/Shorewall6-lite/fallback.sh index 5b9c16407..0d1c8516c 100755 --- a/Shorewall6-lite/fallback.sh +++ b/Shorewall6-lite/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.2.5 +VERSION=4.3.6 usage() # $1 = exit status { diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index b01a81efd..98118cb2e 100755 --- a/Shorewall6-lite/install.sh +++ b/Shorewall6-lite/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.2.5 +VERSION=4.3.6 usage() # $1 = exit status { diff --git a/Shorewall6-lite/shorewall6-lite.spec b/Shorewall6-lite/shorewall6-lite.spec index 1a7c62b0d..047d6a0d5 100644 --- a/Shorewall6-lite/shorewall6-lite.spec +++ b/Shorewall6-lite/shorewall6-lite.spec @@ -1,5 +1,5 @@ %define name shorewall6-lite -%define version 4.2.5 +%define version 4.3.6 %define release 0base Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems. @@ -89,6 +89,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Fri Feb 06 2009 Tom Eastep tom@shorewall.net +- Updated to 4.3.6-0base * Tue Jan 06 2009 Tom Eastep tom@shorewall.net - Updated to 4.2.5-0base * Thu Dec 25 2008 Tom Eastep tom@shorewall.net diff --git a/Shorewall6-lite/uninstall.sh b/Shorewall6-lite/uninstall.sh index dd10dc01a..afae2215a 100755 --- a/Shorewall6-lite/uninstall.sh +++ b/Shorewall6-lite/uninstall.sh @@ -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.2.5 +VERSION=4.3.6 usage() # $1 = exit status { diff --git a/Shorewall6/fallback.sh b/Shorewall6/fallback.sh index 795a5ab0b..c8a2aa3b8 100755 --- a/Shorewall6/fallback.sh +++ b/Shorewall6/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.2.5 +VERSION=4.3.6 usage() # $1 = exit status { diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh index 01606187d..3965393d8 100755 --- a/Shorewall6/install.sh +++ b/Shorewall6/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.2.6 +VERSION=4.3.6 usage() # $1 = exit status { diff --git a/Shorewall6/shorewall6.spec b/Shorewall6/shorewall6.spec index 289f4fa35..a8e37d783 100644 --- a/Shorewall6/shorewall6.spec +++ b/Shorewall6/shorewall6.spec @@ -1,5 +1,5 @@ %define name shorewall6 -%define version 4.2.6 +%define version 4.3.6 %define release 0base Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. @@ -142,6 +142,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6 %changelog +* Fri Feb 06 2009 Tom Eastep tom@shorewall.net +- Updated to 4.3.6-0base * Wed Feb 05 2009 Tom Eastep tom@shorewall.net - Added 'restored' script * Wed Feb 04 2009 Tom Eastep tom@shorewall.net diff --git a/Shorewall6/uninstall.sh b/Shorewall6/uninstall.sh index e6dd3423d..83375c490 100755 --- a/Shorewall6/uninstall.sh +++ b/Shorewall6/uninstall.sh @@ -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.2.5 +VERSION=4.3.6 usage() # $1 = exit status { diff --git a/manpages/shorewall-hosts.xml b/manpages/shorewall-hosts.xml index 3944f6285..8a0fb2db9 100644 --- a/manpages/shorewall-hosts.xml +++ b/manpages/shorewall-hosts.xml @@ -1,4 +1,6 @@ + shorewall-hosts @@ -192,9 +194,10 @@ broadcast - Used when you want to include limited broadcasts - (destination IP address 255.255.255.255) from the firewall to - this zone. Only necessary when: + (Only supported by Shorewall-perl). Used when you want + to include limited broadcasts (destination IP address + 255.255.255.255) from the firewall to this zone. Only + necessary when: @@ -215,10 +218,10 @@ destonly - Normally used with the Multi-cast IP address range - (224.0.0.0/4). Specifies that traffic will be sent to the - specified net(s) but that no traffic will be received from the - net(s). + (Only supported by Shorewall-perl). Normally used with + the Multi-cast IP address range (224.0.0.0/4). Specifies that + traffic will be sent to the specified net(s) but that no + traffic will be received from the net(s). @@ -272,4 +275,4 @@ vpn ppp+:192.168.3.0/24 shorewall-tcrules(5), shorewall-tos(5), shorewall-tunnels(5), shorewall-zones(5) - \ No newline at end of file +