From 68d1c60d32bbd547cdce13d3dc4fb34323b1904e Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 4 Mar 2006 18:16:33 +0000 Subject: [PATCH] Update version to 3.1.9 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3623 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/fallback.sh | 2 +- Shorewall/install.sh | 2 +- Shorewall/shorecap | 2 +- Shorewall/shorewall.spec | 6 ++++-- Shorewall/uninstall.sh | 2 +- docs/CompiledPrograms.xml | 10 ++++++++-- 6 files changed, 16 insertions(+), 8 deletions(-) diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index 1568d6278..0488792a3 100755 --- a/Shorewall/fallback.sh +++ b/Shorewall/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=3.1.8 +VERSION=3.1.9 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index c5d694df3..424d0ad11 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=3.1.8 +VERSION=3.1.9 usage() # $1 = exit status { diff --git a/Shorewall/shorecap b/Shorewall/shorecap index 7d2d90c34..f9923916c 100755 --- a/Shorewall/shorecap +++ b/Shorewall/shorecap @@ -44,7 +44,7 @@ # used during firewall compilation, then the generated firewall program will likewise not # require Shorewall to be installed. -VERSION=3.1.8 +VERSION=3.1.9 # # Suppress all output for a command diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index dc3944409..f5b9e71d0 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,5 +1,5 @@ %define name shorewall -%define version 3.1.8 +%define version 3.1.9 %define release 1 %define prefix /usr @@ -175,7 +175,9 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %changelog -* Web Mar 01 2006 Tom Eastep tom@shorewall.net +* Sat Mar 04 2006 Tom Eastep tom@shorewall.net +- Updated to 3.1.9-1 +* Wed Mar 01 2006 Tom Eastep tom@shorewall.net - Moved shorecap to /usr/share/shorewall * Fri Feb 24 2006 Tom Eastep tom@shorewall.net - Updated to 3.1.8-1 diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 52b5fa028..be4df724e 100755 --- a/Shorewall/uninstall.sh +++ b/Shorewall/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=3.1.8 +VERSION=3.1.9 usage() # $1 = exit status { diff --git a/docs/CompiledPrograms.xml b/docs/CompiledPrograms.xml index aa1efc212..a0d47da9a 100644 --- a/docs/CompiledPrograms.xml +++ b/docs/CompiledPrograms.xml @@ -15,7 +15,7 @@ - 2006-02-27 + 2006-02-28 2006 @@ -160,9 +160,15 @@ ENHANCED_REJECT=Yes # Extended REJECT may be copied to /usr/bin on a remote system then run as follows:
- shorecap > capabilities + [ IPTABLES=<iptables binary> ] [ + MODULESDIR=<kernel modules directory> ] shorecap > + capabilities
+ The IPTABLES and MODULESDIR options have their usual Shorewall default + values. + The capabilities file may then be copied to a system with Shorewall installed and used when compiling firewall programs to run on the remote system.