[packages/fail2ban] up to 0.10.3.1
mis
mis at pld-linux.org
Tue Sep 25 21:05:34 CEST 2018
commit d22c2530fffc0578f6f6d64c263d17b6979a5372
Author: mis <mistoo at gmail.com>
Date: Tue Sep 25 21:05:19 2018 +0200
up to 0.10.3.1
fail2ban.spec | 11 ++++++-----
paths-pld.conf | 7 ++-----
version.patch | 8 ++++++++
3 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/fail2ban.spec b/fail2ban.spec
index 9e46762..6d2b367 100644
--- a/fail2ban.spec
+++ b/fail2ban.spec
@@ -1,17 +1,18 @@
Summary: Ban IPs that make too many password failures
Summary(pl.UTF-8): Blokowanie IP powodujących zbyt dużo prób logowań z błędnym hasłem
Name: fail2ban
-Version: 0.10.1
+Version: 0.10.3.1
Release: 1
License: GPL
Group: Daemons
Source0: https://github.com/fail2ban/fail2ban/archive/%{version}.tar.gz
-# Source0-md5: bfcb1dec6d181d5996e00560bdcbfabf
+# Source0-md5: d47e854378cf0458ddcdc5786768d226
Source1: %{name}.init
Source2: %{name}.logrotate
Source3: paths-pld.conf
Source4: %{name}.sysconfig
Patch0: logifiles.patch
+Patch1: version.patch
URL: http://fail2ban.sourceforge.net/
BuildRequires: python-devel
BuildRequires: python-modules
@@ -42,6 +43,7 @@ z sshd czy plikami logów serwera WWW Apache.
%prep
%setup -q
%patch0 -p1
+%patch1 -p0
rm setup.cfg
%build
@@ -94,7 +96,7 @@ fi
%files
%defattr(644,root,root,755)
-%doc CONTRIBUTING.md ChangeLog DEVELOP FILTERS README.md RELEASE THANKS TODO COPYING
+%doc CONTRIBUTING.md ChangeLog DEVELOP FILTERS README.md RELEASE THANKS TODO COPYING FILTERS
%attr(754,root,root) /etc/rc.d/init.d/fail2ban
%attr(755,root,root) %{_bindir}/fail2ban-client
%attr(755,root,root) %{_bindir}/fail2ban-python
@@ -116,7 +118,7 @@ fi
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fail2ban/*.conf
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fail2ban/*/*.conf
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/fail2ban
-%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
%{py_sitescriptdir}/%{name}
%{py_sitescriptdir}/%{name}-%{version}-py*.egg-info
%{_mandir}/man1/fail2ban-client.1*
@@ -126,4 +128,3 @@ fi
%{_mandir}/man1/fail2ban.1*
%attr(750,root,root) %dir /var/lib/%{name}
%attr(640,root,logs) %ghost /var/log/fail2ban.log
-
diff --git a/paths-pld.conf b/paths-pld.conf
index 702a0b8..08ed9e2 100644
--- a/paths-pld.conf
+++ b/paths-pld.conf
@@ -9,9 +9,9 @@ after = paths-overrides.local
[DEFAULT]
-syslog_mail = /var/log/mail.log
+syslog_mail = /var/log/maillog
-syslog_mail_warn = /var/log/mail.warn
+syslog_mail_warn = /var/log/maillog
syslog_authpriv = /var/log/secure
@@ -31,6 +31,3 @@ apache_access_log = /var/log/httpd/*access.log
exim_main_log = /var/log/exim/main.log
proftpd_log = /var/log/secure
-
-
-
diff --git a/version.patch b/version.patch
new file mode 100644
index 0000000..669f33c
--- /dev/null
+++ b/version.patch
@@ -0,0 +1,8 @@
+--- fail2ban/version.py~ 2018-04-05 00:21:30.000000000 +0200
++++ fail2ban/version.py 2018-09-25 16:43:09.152627995 +0200
+@@ -24,4 +24,4 @@
+ __copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2005-2016 Yaroslav Halchenko, 2013-2014 Steven Hiscocks, Daniel Black"
+ __license__ = "GPL-v2+"
+
+-version = "0.10.3.fix1"
++version = "0.10.3.1"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fail2ban.git/commitdiff/d22c2530fffc0578f6f6d64c263d17b6979a5372
More information about the pld-cvs-commit
mailing list