mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-08 22:58:50 +01:00
Update release notes and fix buildshorewall's patch generation
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9019 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
9799eb2481
commit
2cfbe946f6
@ -5,9 +5,21 @@ Shorewall 4.3.2
|
||||
----------------------------------------------------------------------------
|
||||
1) Support is included for IPv6.
|
||||
|
||||
Minimun system requirements:
|
||||
|
||||
- Kernel 2.6.20 or later with 2.6.25 or later strongly recommended.
|
||||
- iptables 1.4.0 or later with 1.4.1 strongly recommended.
|
||||
- Perl 5.10 if you wish to use DNS names in your IPv6 config files.
|
||||
In that case you will also have to install Perl Socket6 support.
|
||||
|
||||
Problems Corrected in 4.3.2
|
||||
|
||||
None.
|
||||
1) Typos in the macro.AllowICMPs file have been corrected.
|
||||
|
||||
2) IP_FORWARDING is now correctly recognized by Shorewall-perl.
|
||||
|
||||
3) A bug in processing of the routestopped file has been fixed. This
|
||||
bug also affected IPv4 configurations.
|
||||
|
||||
Other changes in 4.3.2
|
||||
|
||||
@ -22,7 +34,10 @@ Other changes in 4.3.2
|
||||
/etc/shorewall8/interfaces. The option drops incoming packets with
|
||||
a source address that is an anycast or multicast addreess.
|
||||
|
||||
4) Multi-ISP is now enabled in Shorewall8.
|
||||
4) Multi-ISP is now enabled in Shorewall6.
|
||||
|
||||
5) When running the 'ip' utility, Shorewall now unconditionally
|
||||
specifies the address family (-4 or -6).
|
||||
|
||||
Migration Issues.
|
||||
|
||||
|
@ -1056,9 +1056,9 @@ if [ -n "$OLDVERSION" ]; then
|
||||
progress_message "Creating patch-$VERSION ..."
|
||||
|
||||
[ -d shorewall-common-$VERSION ] && diff -Naur -X $(dirname $0)/exclude.txt shorewall-common-$OLDVERSION shorewall-common-$VERSION > patch-common-$VERSION || true
|
||||
[ -d shorewall6-$VERSION ] && diff -Naur -X $(dirname $0)/exclude.txt shorewall6-$OLDVERSION shorewall6-$VERSION > patch-common-$VERSION || true
|
||||
[ -d shorewall6-$VERSION ] && diff -Naur -X $(dirname $0)/exclude.txt shorewall6-$OLDVERSION shorewall6-$VERSION > patch-6-$VERSION || true
|
||||
[ -d shorewall-lite-$VERSION ] && diff -Naur -X $(dirname $0)/exclude.txt shorewall-lite-$OLDVERSION shorewall-lite-$VERSION > patch-lite-$VERSION || true
|
||||
[ -d shorewall6-lite-$VERSION ] && diff -Naur -X $(dirname $0)/exclude.txt shorewall6-lite-$OLDVERSION shorewall6-lite-$VERSION > patch-lite-$VERSION || true
|
||||
[ -d shorewall6-lite-$VERSION ] && diff -Naur -X $(dirname $0)/exclude.txt shorewall6-lite-$OLDVERSION shorewall6-lite-$VERSION > patch-6-lite-$VERSION || true
|
||||
[ -d shorewall-perl-$VERSION ] && diff -Naur -X $(dirname $0)/exclude.txt shorewall-perl-$OLDVERSION shorewall-perl-$VERSION > patch-perl-$VERSION || true
|
||||
[ -d shorewall-shell-$VERSION ] && diff -Naur -X $(dirname $0)/exclude.txt shorewall-shell-$OLDVERSION shorewall-shell-$VERSION > patch-shell-$VERSION || true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user