# HG changeset patch # User Carl Byington # Date 1450558378 28800 # Node ID 45e53c44c46caea8cfd2e0c1f1aa6c4bb2ab5fd9 # Parent d179292293ebff38e90df073503bc90d48492fb3 bump version diff -r d179292293eb -r 45e53c44c46c syslog2iptables.spec.in --- a/syslog2iptables.spec.in Sat Dec 19 12:45:31 2015 -0800 +++ b/syslog2iptables.spec.in Sat Dec 19 12:52:58 2015 -0800 @@ -3,7 +3,7 @@ Summary: Syslog to iptables dynamic firewall Name: @PACKAGE@ Version: @VERSION@ -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: System Environment/Daemons Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz @@ -72,6 +72,9 @@ %changelog +* Sat Dec 19 2015 Carl Byington - 1.16-2 +- fix default config regular expressions + * Sat Dec 19 2015 Carl Byington - 1.16-1 - good authentication prevents ip blocking for awhile diff -r d179292293eb -r 45e53c44c46c xml/syslog2iptables.in --- a/xml/syslog2iptables.in Sat Dec 19 12:45:31 2015 -0800 +++ b/xml/syslog2iptables.in Sat Dec 19 12:52:58 2015 -0800 @@ -98,7 +98,9 @@ With the default config file, you can manually unblock an ip address with logger -p authpriv.info "manual unblock - 1.2.3.4" + 1.2.3.4" and you can manually block an ip address with + logger -p authpriv.info "manual block 1.2.3.4" +