-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Change] update release version and copyright tags for 1.7.6-1
- Loading branch information
Showing
17 changed files
with
70 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ cat > .conf.apf <<EOF | |
# | ||
## | ||
# Advanced Policy Firewall (APF) v1.7.5 | ||
# (C) 2002-2014, R-fx Networks <[email protected]> | ||
# (C) 2014, Ryan MacDonald <[email protected]> | ||
# (C) 2002-2019, R-fx Networks <[email protected]> | ||
# (C) 2019, Ryan MacDonald <[email protected]> | ||
# This program may be freely redistributed under the terms of the GNU GPL v2 | ||
## | ||
# NOTE: This file should be edited with word/line wrapping off, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
- 1.7.5-2 | Sep 18 2017: | ||
[Fix] ipt/xt_recent detection for RAB w/ compressed kernel modules | ||
[Fix] el7.4 for some reason does not set CONFIG_MODULE_COMPRESSED_XZ=y in config-$(uname -r); addressed with more trivial check | ||
[Fix] rewrite mutex_lock to behave more like an actual mutex, with timeout on both entering the lock and clearing old lock files. | ||
This helps resolve race conditions and works to fix #16 | ||
[Fix] typo in sysctl.conf for setting tcp_tw_reuse=1 | ||
[Change] SET_REFRESH_MD5 hashing now performed on start calls instead of only on '-e|--refresh' | ||
[Change] if setting VF_ROUTE to disabled there should be no check whether interfaces are actually routed to something | ||
[Fix] wget fails when ipv6 is disabled on host | ||
[Fix] IP addresses interpreted as regex | ||
[Change] support for custom INSTALL_PATH during installation | ||
[Change] increased default conntrack limit from 65k to 128k | ||
[Change] increased default rule trim count from 200 to 250 | ||
[Change] added configuration options for adaptive conntrack tuning during | ||
start/restart/reload operations | ||
- 1.7.6-1 | Jun 18 2019: | ||
[New] add mitigation options for TCP SACK Panic vulnerability | ||
SYSCTL_TCP_NOSACK and BLK_TCP_SACK_PANIC added to conf.apf | ||
https://access.redhat.com/security/vulnerabilities/tcpsack | ||
[Change] updated autoconf template | ||
[Change] ignore value of BLK_TCP_SACK_PANIC when SYSCTL_TCP_NOSACK is set | ||
[Change] make init script LSB compliant for use with systemd; pr #26 | ||
[Fix] README typos; pr #28 | ||
[Fix] flush ip6tables rules on stop/flush if USE_IPV6 enabled; pr #28 | ||
[Fix] only the first nameserver in resolv.conf would be whitelisted when | ||
RESV_DNS_DROP is set enabled; issue #25 | ||
[Fix] change ipv4.ip_local_port_range to not emmit errors ref: | ||
Marco Padovan <evcz at evcz.tk> | ||
https://access.redhat.com/solutions/2887631 | ||
https://www.spinics.net/lists/netdev/msg330895.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Advanced Policy Firewall (APF) v1.7.5 | ||
(C) 2002-2014, R-fx Networks <[email protected]> | ||
(C) 2014, Ryan MacDonald <[email protected]> | ||
Advanced Policy Firewall (APF) v1.7.6 | ||
(C) 2002-2019, R-fx Networks <[email protected]> | ||
(C) 2019, Ryan MacDonald <[email protected]> | ||
|
||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/bin/bash | ||
## | ||
# Advanced Policy Firewall (APF) v1.7.5 | ||
# (C) 2002-2014, R-fx Networks <[email protected]> | ||
# (C) 2014, Ryan MacDonald <[email protected]> | ||
# Advanced Policy Firewall (APF) v1.7.6 | ||
# (C) 2002-2019, R-fx Networks <[email protected]> | ||
# (C) 2019, Ryan MacDonald <[email protected]> | ||
# This program may be freely redistributed under the terms of the GNU GPL v2 | ||
## | ||
### BEGIN INIT INFO | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version: 1.7.5-2 | ||
version: 1.7.6-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
#!/bin/bash | ||
# | ||
## | ||
# Advanced Policy Firewall (APF) v1.7.5 | ||
# (C) 2002-2014, R-fx Networks <[email protected]> | ||
# (C) 2014, Ryan MacDonald <[email protected]> | ||
# Advanced Policy Firewall (APF) v1.7.6 | ||
# (C) 2002-2019, R-fx Networks <[email protected]> | ||
# (C) 2019, Ryan MacDonald <[email protected]> | ||
# This program may be freely redistributed under the terms of the GNU GPL v2 | ||
## | ||
# | ||
VER="1.7.5-2" | ||
VER="1.7.6-1" | ||
CNF="/etc/apf/conf.apf" | ||
|
||
head() { | ||
echo "Advanced Policy Firewall (APF) v$VER <[email protected]>" | ||
echo " Copyright (C) 2002-2014, R-fx Networks <[email protected]>" | ||
echo " Copyright (C) 2014, Ryan MacDonald <[email protected]>" | ||
echo " Copyright (C) 2002-2019, R-fx Networks <[email protected]>" | ||
echo " Copyright (C) 2019, Ryan MacDonald <[email protected]>" | ||
echo "This program may be freely redistributed under the terms of the GNU GPL" | ||
echo "" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/bash | ||
# | ||
## | ||
# Advanced Policy Firewall (APF) v1.7.5 | ||
# (C) 2002-2014, R-fx Networks <[email protected]> | ||
# (C) 2014, Ryan MacDonald <[email protected]> | ||
# Advanced Policy Firewall (APF) v1.7.6 | ||
# (C) 2002-2019, R-fx Networks <[email protected]> | ||
# (C) 2019, Ryan MacDonald <[email protected]> | ||
# This program may be freely redistributed under the terms of the GNU GPL v2 | ||
## | ||
# NOTE: This file should be edited with word/line wrapping off, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/bash | ||
# | ||
## | ||
# Advanced Policy Firewall (APF) v1.7.5 | ||
# (C) 2002-2014, R-fx Networks <[email protected]> | ||
# (C) 2014, Ryan MacDonald <[email protected]> | ||
# Advanced Policy Firewall (APF) v1.7.6 | ||
# (C) 2002-2019, R-fx Networks <[email protected]> | ||
# (C) 2019, Ryan MacDonald <[email protected]> | ||
# This program may be freely redistributed under the terms of the GNU GPL v2 | ||
## | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/bash | ||
# | ||
## | ||
# Advanced Policy Firewall (APF) v1.7.5 | ||
# (C) 2002-2014, R-fx Networks <[email protected]> | ||
# (C) 2014, Ryan MacDonald <[email protected]> | ||
# Advanced Policy Firewall (APF) v1.7.6 | ||
# (C) 2002-2019, R-fx Networks <[email protected]> | ||
# (C) 2019, Ryan MacDonald <[email protected]> | ||
# This program may be freely redistributed under the terms of the GNU GPL v2 | ||
## | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/bash | ||
# | ||
## | ||
# Advanced Policy Firewall (APF) v1.7.5 | ||
# (C) 2002-2014, R-fx Networks <[email protected]> | ||
# (C) 2014, Ryan MacDonald <[email protected]> | ||
# Advanced Policy Firewall (APF) v1.7.6 | ||
# (C) 2002-2019, R-fx Networks <[email protected]> | ||
# (C) 2019, Ryan MacDonald <[email protected]> | ||
# This program may be freely redistributed under the terms of the GNU GPL v2 | ||
## | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/bash | ||
# | ||
## | ||
# Advanced Policy Firewall (APF) v1.7.5 | ||
# (C) 2002-2014, R-fx Networks <[email protected]> | ||
# (C) 2014, Ryan MacDonald <[email protected]> | ||
# Advanced Policy Firewall (APF) v1.7.6 | ||
# (C) 2002-2019, R-fx Networks <[email protected]> | ||
# (C) 2019, Ryan MacDonald <[email protected]> | ||
# This program may be freely redistributed under the terms of the GNU GPL v2 | ||
## | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# | ||
## | ||
# Advanced Policy Firewall (APF) v1.7.5 | ||
# (C) 2002-2014, R-fx Networks <[email protected]> | ||
# (C) 2014, Ryan MacDonald <[email protected]> | ||
# Advanced Policy Firewall (APF) v1.7.6 | ||
# (C) 2002-2019, R-fx Networks <[email protected]> | ||
# (C) 2019, Ryan MacDonald <[email protected]> | ||
# This program may be freely redistributed under the terms of the GNU GPL v2 | ||
## | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/bash | ||
# | ||
## | ||
# Advanced Policy Firewall (APF) v1.7.5 | ||
# (C) 2002-2014, R-fx Networks <[email protected]> | ||
# (C) 2014, Ryan MacDonald <[email protected]> | ||
# Advanced Policy Firewall (APF) v1.7.6 | ||
# (C) 2002-2019, R-fx Networks <[email protected]> | ||
# (C) 2019, Ryan MacDonald <[email protected]> | ||
# This program may be freely redistributed under the terms of the GNU GPL v2 | ||
## | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
# | ||
## | ||
# Advanced Policy Firewall (APF) v1.7.5 | ||
# Advanced Policy Firewall (APF) v1.7.6 | ||
# (C) 2002-2016, R-fx Networks <[email protected]> | ||
# (C) 2016, Ryan MacDonald <[email protected]> | ||
# This program may be freely redistributed under the terms of the GNU GPL v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
# | ||
## | ||
# Advanced Policy Firewall (APF) v1.7.5 | ||
# Advanced Policy Firewall (APF) v1.7.6 | ||
# (C) 2002-2016, R-fx Networks <[email protected]> | ||
# (C) 2016, Ryan MacDonald <[email protected]> | ||
# This program may be freely redistributed under the terms of the GNU GPL v2 | ||
|