From f9ea70d96cf4aa453e4cb388f0263217864362e2f9f443735d5a84fae308f39a Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 6 Dec 2011 17:09:01 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/fail2ban revision 17.0 OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=e9eadfbefba9da45ea069bf928ed245c --- fail2ban.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban.spec b/fail2ban.spec index a985a77..27cf58b 100644 --- a/fail2ban.spec +++ b/fail2ban.spec @@ -18,7 +18,7 @@ Name: fail2ban -License: GPLv2+ +License: GPL-2.0+ Group: Productivity/Networking/Security Requires: python >= 2.5, logrotate, cron, lsof BuildRequires: python-devel From 5f8ef27b27cab26f8da2e2e3bf648a028523a8aad8635df915f83b3f77095976 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Sun, 3 Jun 2012 17:51:16 +0000 Subject: [PATCH 2/2] Accepting request 123375 from home:weberho:server Upgraded to latest version; seems to work :-) OBS-URL: https://build.opensuse.org/request/show/123375 OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=17 --- fail2ban-0.8.5.tar.bz2 | 3 --- ... => fail2ban-0.8.6-update-fsf-address.patch | 0 fail2ban-0.8.6.tar.bz2 | 3 +++ fail2ban.changes | 5 +++++ fail2ban.spec | 18 ++++++++++-------- 5 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 fail2ban-0.8.5.tar.bz2 rename fail2ban-0.8.5-update-fsf-address.patch => fail2ban-0.8.6-update-fsf-address.patch (100%) create mode 100644 fail2ban-0.8.6.tar.bz2 diff --git a/fail2ban-0.8.5.tar.bz2 b/fail2ban-0.8.5.tar.bz2 deleted file mode 100644 index 4d6fd3a..0000000 --- a/fail2ban-0.8.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6834a26cd12c6606c901289fd07de2fbe182630001c8a4595db03cf4ed71bbbb -size 72996 diff --git a/fail2ban-0.8.5-update-fsf-address.patch b/fail2ban-0.8.6-update-fsf-address.patch similarity index 100% rename from fail2ban-0.8.5-update-fsf-address.patch rename to fail2ban-0.8.6-update-fsf-address.patch diff --git a/fail2ban-0.8.6.tar.bz2 b/fail2ban-0.8.6.tar.bz2 new file mode 100644 index 0000000..86201bd --- /dev/null +++ b/fail2ban-0.8.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4281ef4cac29de120a537a1e8ba84d37fdd830d00c49111097339c1c1a25ed2d +size 90804 diff --git a/fail2ban.changes b/fail2ban.changes index 5f0d037..6f60e0c 100644 --- a/fail2ban.changes +++ b/fail2ban.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 3 13:08:36 UTC 2012 - jweberhofer@weberhofer.at + +- Update to version 0.8.6. containing various fixes and enhancements + ------------------------------------------------------------------- Fri Nov 18 22:04:03 UTC 2011 - lchiquitto@suse.com diff --git a/fail2ban.spec b/fail2ban.spec index 27cf58b..b5ac6da 100644 --- a/fail2ban.spec +++ b/fail2ban.spec @@ -1,7 +1,7 @@ # # spec file for package fail2ban # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,23 +16,25 @@ # - Name: fail2ban -License: GPL-2.0+ -Group: Productivity/Networking/Security -Requires: python >= 2.5, logrotate, cron, lsof +Requires: cron +Requires: logrotate +Requires: lsof +Requires: python >= 2.5 BuildRequires: python-devel PreReq: %fillup_prereq -Version: 0.8.5 -Release: 13 +Version: 0.8.6 +Release: 0 Url: http://www.fail2ban.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Summary: Bans IP addresses that make too many authentication failures +License: GPL-2.0+ +Group: Productivity/Networking/Security Source0: %{name}-%{version}.tar.bz2 Source1: %{name}.init Source2: %{name}.sysconfig -Patch0: fail2ban-0.8.5-update-fsf-address.patch +Patch0: fail2ban-%{version}-update-fsf-address.patch %description Fail2ban scans log files like /var/log/messages and bans IP addresses