orion pushed to fail2ban (f20). "Update to 0.9.2"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 19 03:22:50 UTC 2015


From b11229974764a878b602343c17ded84cb02d23ea Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion at cora.nwra.com>
Date: Mon, 18 May 2015 21:22:40 -0600
Subject: Update to 0.9.2


diff --git a/.gitignore b/.gitignore
index 2c60b66..f5dfe4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ fail2ban-0.8.4.tar.bz2
 /fail2ban-0.9-1f1a561.tar.xz
 /fail2ban-0.9.tar.gz
 /fail2ban-0.9.1.tar.gz
+/fail2ban-0.9.2.tar.gz
diff --git a/0001-Separate-php-url-fopen-logpath-by-newline.patch b/0001-Separate-php-url-fopen-logpath-by-newline.patch
deleted file mode 100644
index 5f80bd1..0000000
--- a/0001-Separate-php-url-fopen-logpath-by-newline.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From d8867807f560838e70375cc9ca90585179700fe6 Mon Sep 17 00:00:00 2001
-From: Orion Poplawski <orion at cora.nwra.com>
-Date: Fri, 28 Nov 2014 22:04:09 -0700
-Subject: [PATCH] Separate php-url-fopen logpath by newline
-
----
- config/jail.conf | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/config/jail.conf b/config/jail.conf
-index d119d22..6a95aa1 100644
---- a/config/jail.conf
-+++ b/config/jail.conf
-@@ -302,7 +302,8 @@ logpath = %(nginx_error_log)s
- [php-url-fopen]
- 
- port    = http,https
--logpath = %(nginx_access_log)s %(apache_access_log)s
-+logpath = %(nginx_access_log)s
-+          %(apache_access_log)s
- 
- 
- [suhosin]
--- 
-2.1.0
-
diff --git a/fail2ban.spec b/fail2ban.spec
index d1b6ce2..e8e07f2 100644
--- a/fail2ban.spec
+++ b/fail2ban.spec
@@ -1,12 +1,10 @@
 Summary: Ban IPs that make too many password failures
 Name: fail2ban
-Version: 0.9.1
+Version: 0.9.2
 Release: 1%{?dist}
 License: GPLv2+
 URL: http://fail2ban.sourceforge.net/
 Source0: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# https://bugzilla.redhat.com/show_bug.cgi?id=1169026
-Patch0: 0001-Separate-php-url-fopen-logpath-by-newline.patch
 BuildRequires: python2-devel
 # For testcases
 BuildRequires: python-inotify
@@ -39,7 +37,6 @@ and shorewall respectively.
 
 %prep
 %setup -q
-%patch0 -p1
 # Use Fedora paths
 sed -i -e 's/^before = paths-.*/before = paths-fedora.conf/' config/jail.conf
 # Start after firewalld (https://bugzilla.redhat.com/show_bug.cgi?id=1067147)
@@ -118,6 +115,9 @@ fi
 
 
 %changelog
+* Mon May 18 2015 Orion Poplawski <orion at cora.nwra.com> - 0.9.2-1
+- Update to 0.9.2
+
 * Fri Nov 28 2014 Orion Poplawski <orion at cora.nwra.com> - 0.9.1-1
 - Update to 0.9.1 (bug #1169024)
 - Fix php-url-fopen logpath (bug #1169026)
diff --git a/sources b/sources
index a0b3ea2..1b1b49e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3554cc3de3f06ddfd7f90f8305b765b8  fail2ban-0.9.1.tar.gz
+bcdc9ef9f02c6fe8e43bb391835c65d6  fail2ban-0.9.2.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/fail2ban.git/commit/?h=f20&id=b11229974764a878b602343c17ded84cb02d23ea


More information about the scm-commits mailing list