diff -Naur -X /usr/local/bin/exclude.txt shorewall6-4.2.5/fallback.sh shorewall6-4.2.5.1/fallback.sh --- shorewall6-4.2.5/fallback.sh 2009-01-06 16:24:19.000000000 -0800 +++ shorewall6-4.2.5.1/fallback.sh 2009-01-30 21:16:14.000000000 -0800 @@ -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.2.5.1 usage() # $1 = exit status { diff -Naur -X /usr/local/bin/exclude.txt shorewall6-4.2.5/install.sh shorewall6-4.2.5.1/install.sh --- shorewall6-4.2.5/install.sh 2009-01-06 16:24:19.000000000 -0800 +++ shorewall6-4.2.5.1/install.sh 2009-01-30 21:16:14.000000000 -0800 @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.2.5 +VERSION=4.2.5.1 usage() # $1 = exit status { diff -Naur -X /usr/local/bin/exclude.txt shorewall6-4.2.5/Samples6/three-interfaces/shorewall6.conf shorewall6-4.2.5.1/Samples6/three-interfaces/shorewall6.conf --- shorewall6-4.2.5/Samples6/three-interfaces/shorewall6.conf 2008-12-20 08:00:29.000000000 -0800 +++ shorewall6-4.2.5.1/Samples6/three-interfaces/shorewall6.conf 2009-01-30 18:06:31.000000000 -0800 @@ -66,7 +66,7 @@ MODULESDIR= -CONFIG_PATH=/usr/share/shorewall6/configfiles:/usr/share/shorewall6:/usr/share/shorewall +CONFIG_PATH=/etc/shorewall6/:/usr/share/shorewall6:/usr/share/shorewall RESTOREFILE= diff -Naur -X /usr/local/bin/exclude.txt shorewall6-4.2.5/Samples6/two-interfaces/shorewall6.conf shorewall6-4.2.5.1/Samples6/two-interfaces/shorewall6.conf --- shorewall6-4.2.5/Samples6/two-interfaces/shorewall6.conf 2008-12-20 08:00:29.000000000 -0800 +++ shorewall6-4.2.5.1/Samples6/two-interfaces/shorewall6.conf 2009-01-30 18:06:31.000000000 -0800 @@ -66,7 +66,7 @@ MODULESDIR= -CONFIG_PATH=/usr/share/shorewall6/configfiles:/usr/share/shorewall6 +CONFIG_PATH=/etc/shorewall6/:/usr/share/shorewall6:/usr/share/shoreall/ RESTOREFILE= diff -Naur -X /usr/local/bin/exclude.txt shorewall6-4.2.5/shorewall6.spec shorewall6-4.2.5.1/shorewall6.spec --- shorewall6-4.2.5/shorewall6.spec 2009-01-06 16:24:19.000000000 -0800 +++ shorewall6-4.2.5.1/shorewall6.spec 2009-01-30 21:16:14.000000000 -0800 @@ -1,6 +1,6 @@ %define name shorewall6 %define version 4.2.5 -%define release 0base +%define release 1 Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -140,6 +140,8 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6 %changelog +* Fri Jan 30 2009 Tom Eastep tom@shorewall.net +- Updated to 4.2.5-1 * 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 -Naur -X /usr/local/bin/exclude.txt shorewall6-4.2.5/uninstall.sh shorewall6-4.2.5.1/uninstall.sh --- shorewall6-4.2.5/uninstall.sh 2009-01-06 16:24:19.000000000 -0800 +++ shorewall6-4.2.5.1/uninstall.sh 2009-01-30 21:16:14.000000000 -0800 @@ -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.2.5.1 usage() # $1 = exit status {