Package: firehol / 1.297-1

Metadata

Package Version Patches format
firehol 1.297-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 wizard support vlan.patch | (download)

firehol.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 vlan interfaces support for the wizard
02 add wait feature.patch | (download)

firehol.sh | 40 40 + 0 - 0 !
1 file changed, 40 insertions(+)

 wait feature
03 debian default.patch | (download)

firehol.sh | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 introduce /etc/default/firehol handling
04 use awk.patch | (download)

firehol.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

  generic awk dependancy
05 fix msnport.patch | (download)

firehol.sh | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 rename msn to msnp and add msn with port 1863
06 add openvpn.patch | (download)

firehol.sh | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 openvpn service
09 use mktemp.patch | (download)

firehol.sh | 25 9 + 16 - 0 !
1 file changed, 9 insertions(+), 16 deletions(-)

 mktemp temporary directory handling
 Use mktemp instead of relying that $$-$RANDOM-$RANDOM does not exist.
 firehol-1.273-CVE-2008-4953.patch gentoo patch ( https://bugs.gentoo.org/246013 )
 slightly modified by Jerome Benoit <calculs@rezozer.net>.
10 discard nettools.patch | (download)

examples/home-adsl.conf | 2 1 + 1 - 0 !
firehol.sh | 8 4 + 4 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 use of ss and ip instead of netstat and ifconfig
 Original Red Hat patch (Bugzilla: #784520) by Jiri Popelka
 hardened by Phil Whineray to ensure ss gets same results
 in wizard as netstat.
11 temporary folder error handling.patch | (download)

firehol.sh | 18 16 + 2 - 0 !
1 file changed, 16 insertions(+), 2 deletions(-)

 temporary folder error handling
 Allow to left behind the temporary files generated by FireHOL in case of error.
 Backported from sanewall.
12 panic option rationalization.patch | (download)

firehol.sh | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 panic option rationalization
 Discard unnecessary DROP rules in NAT chain during panic.
13 mac filtering.patch | (download)

firehol.sh | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 iptables intrapositioned negation fixe for mac
 Fix iptables intrapositioned negation --mac-source.
 Thanks to Alexander Prokopyev for reporting the issue
 and suggesting a patch; thanks to Phil Whineray
 <phil@sanewall.org> for confirming the patch
 and backporting the Sanewall patch to FireHOL.
14 kernel versioning.patch | (download)

firehol.sh | 12 10 + 2 - 0 !
1 file changed, 10 insertions(+), 2 deletions(-)

 kernel versionning enhancement
 Fix kernel version detection so that it is more flexible and
 less error prone.
 Thanks to Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
 for reporting the issue and suggesting a patch.
 Patch slightly revisited by Jerome Benoit <calculus@rezozer.net>.
zz fix upstream manpages.patch | (download)

man/firehol.1 | 24 11 + 13 - 0 !
man/firehol.conf.5 | 26 13 + 13 - 0 !
2 files changed, 24 insertions(+), 26 deletions(-)

 upstream fixes for the man pages
zz debianization.patch | (download)

Makefile | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 debianization
 Meant to maintain a minimal debian/rules, to fix warnings,
 to address Debian specific stuff in general.