changeset 67:45e53c44c46c

bump version
author Carl Byington <carl@five-ten-sg.com>
date Sat, 19 Dec 2015 12:52:58 -0800
parents d179292293eb
children 47db94733fe2
files syslog2iptables.spec.in xml/syslog2iptables.in
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <carl@five-ten-sg.com> - 1.16-2
+- fix default config regular expressions
+
 * Sat Dec 19 2015 Carl Byington <carl@five-ten-sg.com> - 1.16-1
 - good authentication prevents ip blocking for awhile
 
--- 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 @@
 
             <para>With the default config file, you can manually unblock an ip
             address with <command>logger -p authpriv.info "manual unblock
-            1.2.3.4"</command> </para>
+            1.2.3.4"</command> and you can manually block an ip address with
+            <command>logger -p authpriv.info "manual block 1.2.3.4"</command>
+            </para>
 
         </refsect1>