mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02:00
Add exclusion manpage
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5002 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
b2c32ccc99
commit
6974a45f54
@ -86,6 +86,7 @@ fi
|
|||||||
%attr(0444,root,root) %{_mandir}/man5/shorewall-blacklist.5.gz
|
%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.conf.5.gz
|
||||||
%attr(0444,root,root) %{_mandir}/man5/shorewall-ecn.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-hosts.5.gz
|
||||||
%attr(0444,root,root) %{_mandir}/man5/shorewall-interfaces.5.gz
|
%attr(0444,root,root) %{_mandir}/man5/shorewall-interfaces.5.gz
|
||||||
%attr(0444,root,root) %{_mandir}/man5/shorewall-maclist.5.gz
|
%attr(0444,root,root) %{_mandir}/man5/shorewall-maclist.5.gz
|
||||||
@ -111,6 +112,8 @@ fi
|
|||||||
%doc COPYING changelog.txt releasenotes.txt
|
%doc COPYING changelog.txt releasenotes.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 25 2006 Tom Eastep tom@shorewall.net
|
||||||
|
- Added shorewall-exclusion(5)
|
||||||
* Sun Nov 19 2006 Tom Eastep tom@shorewall.net
|
* Sun Nov 19 2006 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 3.3.5-1
|
- Updated to 3.3.5-1
|
||||||
* Sun Oct 29 2006 Tom Eastep tom@shorewall.net
|
* Sun Oct 29 2006 Tom Eastep tom@shorewall.net
|
||||||
|
@ -33,7 +33,11 @@ Shorewall 3.3.6
|
|||||||
|
|
||||||
Problems Corrected in 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
|
Other Changes in 3.3.6
|
||||||
|
|
||||||
@ -44,11 +48,11 @@ Other Changes in 3.3.6
|
|||||||
information in the man pages.
|
information in the man pages.
|
||||||
|
|
||||||
2) Prior to this release, on firewall systems with Shorewall Lite
|
2) Prior to this release, on firewall systems with Shorewall Lite
|
||||||
installed, the local modules file is used to load kernel
|
installed, the local modules file is used to determine which kernel
|
||||||
modules. Beginning with this release, if there is a 'modules' file
|
modules to load. Beginning with this release, if there is a
|
||||||
in the CONFIG_PATH when the firewall script is compiled, then that
|
'modules' file in the CONFIG_PATH when the firewall script is
|
||||||
file will be copied into the compiled script and used on the
|
compiled, then that file will be copied into the compiled script
|
||||||
firewall system.
|
and used on the firewall system.
|
||||||
|
|
||||||
Migration Considerations:
|
Migration Considerations:
|
||||||
|
|
||||||
|
@ -226,6 +226,7 @@ fi
|
|||||||
%attr(0444,root,root) %{_mandir}/man5/shorewall-blacklist.5.gz
|
%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.conf.5.gz
|
||||||
%attr(0444,root,root) %{_mandir}/man5/shorewall-ecn.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-hosts.5.gz
|
||||||
%attr(0444,root,root) %{_mandir}/man5/shorewall-interfaces.5.gz
|
%attr(0444,root,root) %{_mandir}/man5/shorewall-interfaces.5.gz
|
||||||
%attr(0444,root,root) %{_mandir}/man5/shorewall-maclist.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
|
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 25 2006 Tom Eastep tom@shorewall.net
|
||||||
|
- Added shorewall-exclusion(5)
|
||||||
* Sun Nov 19 2006 Tom Eastep tom@shorewall.net
|
* Sun Nov 19 2006 Tom Eastep tom@shorewall.net
|
||||||
- Updated to 3.3.5-1
|
- Updated to 3.3.5-1
|
||||||
* Sat Nov 18 2006 Tom Eastep tom@shorewall.net
|
* Sat Nov 18 2006 Tom Eastep tom@shorewall.net
|
||||||
|
Loading…
x
Reference in New Issue
Block a user