Skip to content

Commit ff6eec7

Browse files
committed
New upstream version 3.1.0
1 parent 458e06a commit ff6eec7

File tree

344 files changed

+59598
-1232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

344 files changed

+59598
-1232
lines changed

ChangeLog

+52
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
firehol (3.1.0) - 2016-11-28
2+
3+
* Common
4+
- Rework installation to make full use of autoconf results in all
5+
programs
6+
- Enabled unit tests on "make check", provided the user has
7+
unprivileged user namespaces enabled.
8+
9+
* FireHOL
10+
- Option to disable wizard (reduces required tools slightly) and
11+
other fixes for small systems e.g. OpenWRT
12+
- Emit help in syslog on failure if we are running with no terminal
13+
since otherwise when running via systemd a user cannot see full error.
14+
- Deprecated service ipv6error, not needed since 3.0.0. Moved ICMPv6
15+
RELATED matching earlier to stop user accidentally preventing them.
16+
17+
* VNetBuild
18+
- improve graphviz output
19+
20+
firehol (3.0.2) - 2016-11-22
21+
22+
* FireHOL
23+
- Fix transparent_proxy IPV6 output #164
24+
- sysctl commands for synproxy, did not specify read or write operation
25+
- added manual page for cthelper
26+
- added connlimit to blacklist and iptrap
27+
- added stateful option to blacklist
28+
- FIREHOL_DROP_ORPHAN_TCP_ACK_FIN fixed to match only ACK+FIN
29+
- FIREHOL_DROP_ORPHAN_TCP_ACK_RST added
30+
- FIREHOL_DROP_ORPHAN_TCP_ACK added
31+
- FIREHOL_DROP_ORPHAN_TCP_RST added
32+
- FIREHOL_DROP_ORPHAN_IPV4_ICMP_TYPE3 (orphan destination unreachable)
33+
- added the word BLOCKED to the log messages of INVALID packets dropped
34+
35+
* FireQOS
36+
- experimental ematch support #125
37+
- new functions #113
38+
39+
* VNetBuild
40+
- fix for not detecting running vhosts
41+
- added command comments on status output
42+
43+
* Link-Balancer
44+
- Detect if ping -6 should be used #126
45+
46+
* Update-IPsets
47+
- Various feed additions and fixes
48+
49+
* Common
50+
- Fix commit hook regex for newer perl
51+
- Documentation fixes
52+
153
firehol (3.0.1) - 2016-01-10
254

355
* FireHOL

Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ AUTOMAKE_OPTIONS = \
1111
AM_DISTCHECK_CONFIGURE_FLAGS = \
1212
--disable-maintainer-mode
1313

14-
SUBDIRS = sbin etc examples doc contrib html
14+
SUBDIRS = sbin etc examples doc contrib html tests
1515

1616
DIST_SUBDIRS = $(SUBDIRS) m4
1717

1818
EXTRA_DIST = autogen.sh README
1919

20-
if MAINTAINER_MODE
20+
if GIT_TREE
2121

2222
all-local: README
2323

0 commit comments

Comments
 (0)