Blob Blame History Raw
diff -Naur -X /usr/local/bin/exclude.txt shorewall-shell-4.0.9/install.sh shorewall-shell-4.0.9.1/install.sh
--- shorewall-shell-4.0.9/install.sh	2008-02-15 10:47:42.000000000 -0800
+++ shorewall-shell-4.0.9.1/install.sh	2008-03-02 09:35:31.000000000 -0800
@@ -22,7 +22,7 @@
 #       Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
 
-VERSION=4.0.9
+VERSION=4.0.9.1
 
 usage() # $1 = exit status
 {
diff -Naur -X /usr/local/bin/exclude.txt shorewall-shell-4.0.9/lib.actions shorewall-shell-4.0.9.1/lib.actions
--- shorewall-shell-4.0.9/lib.actions	2007-09-08 09:07:36.000000000 -0700
+++ shorewall-shell-4.0.9.1/lib.actions	2008-03-02 09:35:31.000000000 -0800
@@ -672,7 +672,7 @@
 	done < $TMP_DIR/$inputfile
     done
 
-    for action in $DROP_DEFAULT $REJECT_DEFAULT; do
+    for action in $DROP_DEFAULT $REJECT_DEFAULT $ACCEPT_DEFAULT $QUEUE_DEFAULT; do
 	case $action in
 	    none)
 		;;
diff -Naur -X /usr/local/bin/exclude.txt shorewall-shell-4.0.9/shorewall-shell.spec shorewall-shell-4.0.9.1/shorewall-shell.spec
--- shorewall-shell-4.0.9/shorewall-shell.spec	2008-02-15 10:47:42.000000000 -0800
+++ shorewall-shell-4.0.9.1/shorewall-shell.spec	2008-03-02 09:37:30.000000000 -0800
@@ -1,6 +1,6 @@
 %define name shorewall-shell
 %define version 4.0.9
-%define release 0base
+%define release 1
 
 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
 Name: %{name}
@@ -81,6 +81,8 @@
 %doc COPYING INSTALL 
 
 %changelog
+* Sun Mar 02 2008 Tom Eastep tom@shorewall.net
+- Updated to 4.0.9-1
 * Fri Feb 15 2008 Tom Eastep tom@shorewall.net
 - Updated to 4.0.9-0base
 * Sun Jan 06 2008 Tom Eastep tom@shorewall.net