[arch-commits] Commit in fail2ban/repos/community-any (6 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Jun 26 09:07:45 UTC 2014


    Date: Thursday, June 26, 2014 @ 11:07:44
  Author: bpiotrowski
Revision: 113587

archrelease: copy trunk to community-any

Added:
  fail2ban/repos/community-any/PKGBUILD
    (from rev 113586, fail2ban/trunk/PKGBUILD)
  fail2ban/repos/community-any/fail2ban.install
    (from rev 113586, fail2ban/trunk/fail2ban.install)
  fail2ban/repos/community-any/failban-0.9.0-fix-indentation.patch
    (from rev 113586, fail2ban/trunk/failban-0.9.0-fix-indentation.patch)
Deleted:
  fail2ban/repos/community-any/PKGBUILD
  fail2ban/repos/community-any/fail2ban.install
  fail2ban/repos/community-any/failban-0.9.0-fix-indentation.patch

-------------------------------------+
 PKGBUILD                            |  108 +++++++++++++++++-----------------
 fail2ban.install                    |    6 -
 failban-0.9.0-fix-indentation.patch |   78 ++++++++++++------------
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-26 09:07:33 UTC (rev 113586)
+++ PKGBUILD	2014-06-26 09:07:44 UTC (rev 113587)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-# Contributor: michalzxc
-# Contributor: nbags <neilbags at gmail.com>
-
-pkgname=fail2ban
-pkgver=0.9.0
-pkgrel=3
-pkgdesc='Bans IPs after too many failed authentication attempts'
-url='http://www.fail2ban.org/'
-license=('GPL')
-arch=('any')
-depends=('python' 'iptables' 'python-pyinotify' 'whois')
-backup=(etc/fail2ban/fail2ban.conf)
-install=fail2ban.install
-source=(https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz
-        failban-0.9.0-fix-indentation.patch)
-md5sums=('c8e0df39cbc32ee8646b82be9b7b5e53'
-         '3b22b9d826c82a503df31a24f10d58a6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../failban-0.9.0-fix-indentation.patch
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --prefix /usr --root "$pkgdir" --optimize=1
-
-  install -Dm644 files/fail2ban.service \
-    "$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 files/fail2ban-tmpfiles.conf \
-    "$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
- install -Dm644 files/fail2ban-logrotate \
-    "$pkgdir"/etc/logrotate.d/fail2ban
-  install -Dm644 files/bash-completion \
-    "$pkgdir"/usr/share/bash-completion/completions/fail2ban
-
-  # avoid conflict with filesystem>=2012.06
-  rm -r "$pkgdir"/var/run
-
-  # fix sendmail location
-  sed -i 's/sbin/bin/g' "$pkgdir"/etc/fail2ban/action.d/sendmail*.conf
-
-  install -Dm644 man/fail2ban.1 "$pkgdir"/usr/share/man/man1/fail2ban.1
-  install -Dm644 man/fail2ban-client.1 \
-    "$pkgdir"/usr/share/man/man1/fail2ban-client.1
-  install -Dm644 man/fail2ban-regex.1 \
-    "$pkgdir"/usr/share/man/man1/fail2ban-regex.1
-  install -Dm644 man/fail2ban-server.1 \
-    "$pkgdir"/usr/share/man/man1/fail2ban-server.1
-  install -Dm644 man/jail.conf.5 "$pkgdir"/usr/share/man/man5/jail.conf.5
-}

Copied: fail2ban/repos/community-any/PKGBUILD (from rev 113586, fail2ban/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-26 09:07:44 UTC (rev 113587)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: michalzxc
+# Contributor: nbags <neilbags at gmail.com>
+
+pkgname=fail2ban
+pkgver=0.9.0
+pkgrel=4
+pkgdesc='Bans IPs after too many failed authentication attempts'
+url='http://www.fail2ban.org/'
+license=('GPL')
+arch=('any')
+depends=('python' 'iptables' 'python-pyinotify' 'whois' 'sqlite')
+backup=(etc/fail2ban/fail2ban.conf)
+install=fail2ban.install
+source=(https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz
+        failban-0.9.0-fix-indentation.patch)
+md5sums=('c8e0df39cbc32ee8646b82be9b7b5e53'
+         '3b22b9d826c82a503df31a24f10d58a6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../failban-0.9.0-fix-indentation.patch
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --prefix /usr --root "$pkgdir" --optimize=1
+
+  install -Dm644 files/fail2ban.service \
+    "$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 files/fail2ban-tmpfiles.conf \
+    "$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+ install -Dm644 files/fail2ban-logrotate \
+    "$pkgdir"/etc/logrotate.d/fail2ban
+  install -Dm644 files/bash-completion \
+    "$pkgdir"/usr/share/bash-completion/completions/fail2ban
+
+  # avoid conflict with filesystem>=2012.06
+  rm -r "$pkgdir"/var/run
+
+  # fix sendmail location
+  sed -i 's/sbin/bin/g' "$pkgdir"/etc/fail2ban/action.d/sendmail*.conf
+
+  install -Dm644 man/fail2ban.1 "$pkgdir"/usr/share/man/man1/fail2ban.1
+  install -Dm644 man/fail2ban-client.1 \
+    "$pkgdir"/usr/share/man/man1/fail2ban-client.1
+  install -Dm644 man/fail2ban-regex.1 \
+    "$pkgdir"/usr/share/man/man1/fail2ban-regex.1
+  install -Dm644 man/fail2ban-server.1 \
+    "$pkgdir"/usr/share/man/man1/fail2ban-server.1
+  install -Dm644 man/jail.conf.5 "$pkgdir"/usr/share/man/man5/jail.conf.5
+}

Deleted: fail2ban.install
===================================================================
--- fail2ban.install	2014-06-26 09:07:33 UTC (rev 113586)
+++ fail2ban.install	2014-06-26 09:07:44 UTC (rev 113587)
@@ -1,3 +0,0 @@
-post_install() {
-  usr/bin/systemd-tmpfiles --create fail2ban.conf
-}

Copied: fail2ban/repos/community-any/fail2ban.install (from rev 113586, fail2ban/trunk/fail2ban.install)
===================================================================
--- fail2ban.install	                        (rev 0)
+++ fail2ban.install	2014-06-26 09:07:44 UTC (rev 113587)
@@ -0,0 +1,3 @@
+post_install() {
+  usr/bin/systemd-tmpfiles --create fail2ban.conf
+}

Deleted: failban-0.9.0-fix-indentation.patch
===================================================================
--- failban-0.9.0-fix-indentation.patch	2014-06-26 09:07:33 UTC (rev 113586)
+++ failban-0.9.0-fix-indentation.patch	2014-06-26 09:07:44 UTC (rev 113587)
@@ -1,39 +0,0 @@
-From e193e67718b77a1603a91079d7ab4d2307570a8e Mon Sep 17 00:00:00 2001
-From: Steven Hiscocks <steven at hiscocks.me.uk>
-Date: Sun, 16 Mar 2014 18:25:16 +0000
-Subject: [PATCH] BF: fail2ban-regex mix of tabs and spaces
-
----
- bin/fail2ban-regex | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/bin/fail2ban-regex b/bin/fail2ban-regex
-index 270b70d..4317d06 100755
---- a/bin/fail2ban-regex
-+++ b/bin/fail2ban-regex
-@@ -395,7 +395,7 @@ class Fail2banRegex(object):
- 				if lines < self._maxlines or getattr(self, '_print_all_' + ltype):
- 					ans = [[]]
- 					for arg in [l, regexlist]:
--					    ans = [ x + [y] for x in ans for y in arg ]
-+						ans = [ x + [y] for x in ans for y in arg ]
- 					b = map(lambda a: a[0] +  ' | ' + a[1].getFailRegex() + ' |  ' + debuggexURL(a[0], a[1].getFailRegex()), ans)
- 					pprint_list([x.rstrip() for x in b], header)
- 				else:
-@@ -466,11 +466,11 @@ if __name__ == "__main__":
- 	if opts.print_no_missed and opts.print_all_missed:
- 		sys.stderr.write("ERROR: --print-no-missed and --print-all-missed are mutually exclusive.\n\n")
- 		parser.print_help()
--	        sys.exit(-1)
-+		sys.exit(-1)
- 	if opts.print_no_ignored and opts.print_all_ignored:
- 		sys.stderr.write("ERROR: --print-no-ignored and --print-all-ignored are mutually exclusive.\n\n")
- 		parser.print_help()
--	        sys.exit(-1)
-+		sys.exit(-1)
- 
- 	print
- 	print "Running tests"
--- 
-1.8.5.5
-

Copied: fail2ban/repos/community-any/failban-0.9.0-fix-indentation.patch (from rev 113586, fail2ban/trunk/failban-0.9.0-fix-indentation.patch)
===================================================================
--- failban-0.9.0-fix-indentation.patch	                        (rev 0)
+++ failban-0.9.0-fix-indentation.patch	2014-06-26 09:07:44 UTC (rev 113587)
@@ -0,0 +1,39 @@
+From e193e67718b77a1603a91079d7ab4d2307570a8e Mon Sep 17 00:00:00 2001
+From: Steven Hiscocks <steven at hiscocks.me.uk>
+Date: Sun, 16 Mar 2014 18:25:16 +0000
+Subject: [PATCH] BF: fail2ban-regex mix of tabs and spaces
+
+---
+ bin/fail2ban-regex | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/bin/fail2ban-regex b/bin/fail2ban-regex
+index 270b70d..4317d06 100755
+--- a/bin/fail2ban-regex
++++ b/bin/fail2ban-regex
+@@ -395,7 +395,7 @@ class Fail2banRegex(object):
+ 				if lines < self._maxlines or getattr(self, '_print_all_' + ltype):
+ 					ans = [[]]
+ 					for arg in [l, regexlist]:
+-					    ans = [ x + [y] for x in ans for y in arg ]
++						ans = [ x + [y] for x in ans for y in arg ]
+ 					b = map(lambda a: a[0] +  ' | ' + a[1].getFailRegex() + ' |  ' + debuggexURL(a[0], a[1].getFailRegex()), ans)
+ 					pprint_list([x.rstrip() for x in b], header)
+ 				else:
+@@ -466,11 +466,11 @@ if __name__ == "__main__":
+ 	if opts.print_no_missed and opts.print_all_missed:
+ 		sys.stderr.write("ERROR: --print-no-missed and --print-all-missed are mutually exclusive.\n\n")
+ 		parser.print_help()
+-	        sys.exit(-1)
++		sys.exit(-1)
+ 	if opts.print_no_ignored and opts.print_all_ignored:
+ 		sys.stderr.write("ERROR: --print-no-ignored and --print-all-ignored are mutually exclusive.\n\n")
+ 		parser.print_help()
+-	        sys.exit(-1)
++		sys.exit(-1)
+ 
+ 	print
+ 	print "Running tests"
+-- 
+1.8.5.5
+




More information about the arch-commits mailing list