From 6974a45f54886dded40501da6fd018b9cb0b5861 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 25 Nov 2006 18:11:21 +0000 Subject: [PATCH] Add exclusion manpage git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5002 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-lite/shorewall-lite.spec | 3 +++ Shorewall/releasenotes.txt | 16 ++++++++++------ Shorewall/shorewall.spec | 3 +++ 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index b9d361e4a..60f8beb66 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -86,6 +86,7 @@ fi %attr(0444,root,root) %{_mandir}/man5/shorewall-blacklist.5.gz %attr(0444,root,root) %{_mandir}/man5/shorewall.conf.5.gz %attr(0444,root,root) %{_mandir}/man5/shorewall-ecn.5.gz +%attr(0444,root,root) %{_mandir}/man5/shorewall-exclusion.5.gz %attr(0444,root,root) %{_mandir}/man5/shorewall-hosts.5.gz %attr(0444,root,root) %{_mandir}/man5/shorewall-interfaces.5.gz %attr(0444,root,root) %{_mandir}/man5/shorewall-maclist.5.gz @@ -111,6 +112,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Sat Nov 25 2006 Tom Eastep tom@shorewall.net +- Added shorewall-exclusion(5) * Sun Nov 19 2006 Tom Eastep tom@shorewall.net - Updated to 3.3.5-1 * Sun Oct 29 2006 Tom Eastep tom@shorewall.net diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 1a160952f..e3ff0f7bb 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -33,7 +33,11 @@ Shorewall 3.3.6 Problems Corrected in 3.3.6 -None. +1) Handling of saved ipsets in /etc/shorewall/ipsets is broken when + used on a system running Shorewall Lite. If there is a file named + 'ipsets' on the CONFIG_PATH when the firewall script is compiled, + then the compiled script attempts to restore the ipsets from that + file (which may not exist on the firewall system). Other Changes in 3.3.6 @@ -44,11 +48,11 @@ Other Changes in 3.3.6 information in the man pages. 2) Prior to this release, on firewall systems with Shorewall Lite - installed, the local modules file is used to load kernel - modules. Beginning with this release, if there is a 'modules' file - in the CONFIG_PATH when the firewall script is compiled, then that - file will be copied into the compiled script and used on the - firewall system. + installed, the local modules file is used to determine which kernel + modules to load. Beginning with this release, if there is a + 'modules' file in the CONFIG_PATH when the firewall script is + compiled, then that file will be copied into the compiled script + and used on the firewall system. Migration Considerations: diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 79d2bf637..6fad120ef 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -226,6 +226,7 @@ fi %attr(0444,root,root) %{_mandir}/man5/shorewall-blacklist.5.gz %attr(0444,root,root) %{_mandir}/man5/shorewall.conf.5.gz %attr(0444,root,root) %{_mandir}/man5/shorewall-ecn.5.gz +%attr(0444,root,root) %{_mandir}/man5/shorewall-exclusion.5.gz %attr(0444,root,root) %{_mandir}/man5/shorewall-hosts.5.gz %attr(0444,root,root) %{_mandir}/man5/shorewall-interfaces.5.gz %attr(0444,root,root) %{_mandir}/man5/shorewall-maclist.5.gz @@ -251,6 +252,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %changelog +* Sat Nov 25 2006 Tom Eastep tom@shorewall.net +- Added shorewall-exclusion(5) * Sun Nov 19 2006 Tom Eastep tom@shorewall.net - Updated to 3.3.5-1 * Sat Nov 18 2006 Tom Eastep tom@shorewall.net