[arch-commits] Commit in sshguard/repos (20 files)

Sergej Pupykin spupykin at archlinux.org
Thu Mar 9 10:13:58 UTC 2017


    Date: Thursday, March 9, 2017 @ 10:13:57
  Author: spupykin
Revision: 215400

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sshguard/repos/community-i686/ChangeLog
    (from rev 215399, sshguard/trunk/ChangeLog)
  sshguard/repos/community-i686/PKGBUILD
    (from rev 215399, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-i686/sshguard-journalctl
    (from rev 215399, sshguard/trunk/sshguard-journalctl)
  sshguard/repos/community-i686/sshguard.install
    (from rev 215399, sshguard/trunk/sshguard.install)
  sshguard/repos/community-i686/sshguard.service
    (from rev 215399, sshguard/trunk/sshguard.service)
  sshguard/repos/community-x86_64/ChangeLog
    (from rev 215399, sshguard/trunk/ChangeLog)
  sshguard/repos/community-x86_64/PKGBUILD
    (from rev 215399, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-x86_64/sshguard-journalctl
    (from rev 215399, sshguard/trunk/sshguard-journalctl)
  sshguard/repos/community-x86_64/sshguard.install
    (from rev 215399, sshguard/trunk/sshguard.install)
  sshguard/repos/community-x86_64/sshguard.service
    (from rev 215399, sshguard/trunk/sshguard.service)
Deleted:
  sshguard/repos/community-i686/ChangeLog
  sshguard/repos/community-i686/PKGBUILD
  sshguard/repos/community-i686/sshguard-journalctl
  sshguard/repos/community-i686/sshguard.install
  sshguard/repos/community-i686/sshguard.service
  sshguard/repos/community-x86_64/ChangeLog
  sshguard/repos/community-x86_64/PKGBUILD
  sshguard/repos/community-x86_64/sshguard-journalctl
  sshguard/repos/community-x86_64/sshguard.install
  sshguard/repos/community-x86_64/sshguard.service

--------------------------------------+
 /ChangeLog                           |    6 ++
 /PKGBUILD                            |   74 +++++++++++++++++++++++++++++++++
 /sshguard-journalctl                 |    8 +++
 /sshguard.install                    |   28 ++++++++++++
 /sshguard.service                    |   18 ++++++++
 community-i686/ChangeLog             |    3 -
 community-i686/PKGBUILD              |   37 ----------------
 community-i686/sshguard-journalctl   |    4 -
 community-i686/sshguard.install      |   14 ------
 community-i686/sshguard.service      |    9 ----
 community-x86_64/ChangeLog           |    3 -
 community-x86_64/PKGBUILD            |   37 ----------------
 community-x86_64/sshguard-journalctl |    4 -
 community-x86_64/sshguard.install    |   14 ------
 community-x86_64/sshguard.service    |    9 ----
 15 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2017-03-09 10:13:33 UTC (rev 215399)
+++ community-i686/ChangeLog	2017-03-09 10:13:57 UTC (rev 215400)
@@ -1,3 +0,0 @@
-2007-06-28 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-

Copied: sshguard/repos/community-i686/ChangeLog (from rev 215399, sshguard/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2017-03-09 10:13:57 UTC (rev 215400)
@@ -0,0 +1,3 @@
+2007-06-28 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-03-09 10:13:33 UTC (rev 215399)
+++ community-i686/PKGBUILD	2017-03-09 10:13:57 UTC (rev 215400)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=sshguard
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables"
-arch=('i686' 'x86_64')
-url="http://www.sshguard.net/"
-license=('GPL')
-depends=('iptables')
-install=sshguard.install
-source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz"
-	sshguard.service
-	sshguard-journalctl)
-md5sums=('f6b9a4dea1ccf15312ac8c5456a64ef0'
-         '0e2cd697956b5d8a7f0e28fbf651734b'
-         '023cfd2f7f4376095dbbd16f1be8a39a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|^DAYNO.*|DAYNO       [0-9]?[1-9]|' src/parser/attack_scanner.l
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-firewall=iptables
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir/sshguard.service" "$pkgdir/usr/lib/systemd/system/sshguard.service"
-  install -Dm0755 "$srcdir/sshguard-journalctl" "$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl"
-}

Copied: sshguard/repos/community-i686/PKGBUILD (from rev 215399, sshguard/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-09 10:13:57 UTC (rev 215400)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=sshguard
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables"
+arch=('i686' 'x86_64')
+url="http://www.sshguard.net/"
+license=('GPL')
+depends=('iptables')
+install=sshguard.install
+source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz"
+	sshguard.service
+	sshguard-journalctl)
+sha256sums=('e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06'
+            '77b5cb4d00a34f1a0f03272464bac66793389ba05e89be6b7bfb78bdff0b0e92'
+            'ce7c3f56edb1b43e0a1629ed646d667d7196808ba82edf7c9e1c3c9c03fca2ba')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|^DAYNO.*|DAYNO       [0-9]?[1-9]|' src/parser/attack_scanner.l
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-firewall=iptables
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 "$srcdir/sshguard.service" "$pkgdir/usr/lib/systemd/system/sshguard.service"
+  install -Dm0755 "$srcdir/sshguard-journalctl" "$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl"
+}

Deleted: community-i686/sshguard-journalctl
===================================================================
--- community-i686/sshguard-journalctl	2017-03-09 10:13:33 UTC (rev 215399)
+++ community-i686/sshguard-journalctl	2017-03-09 10:13:57 UTC (rev 215400)
@@ -1,4 +0,0 @@
-#!/bin/sh
-SSHGUARD_OPTS=$1
-shift
-LANG=C /usr/bin/journalctl -afb -p info -n1 -o cat "$@" | /usr/bin/sshguard $SSHGUARD_OPTS

Copied: sshguard/repos/community-i686/sshguard-journalctl (from rev 215399, sshguard/trunk/sshguard-journalctl)
===================================================================
--- community-i686/sshguard-journalctl	                        (rev 0)
+++ community-i686/sshguard-journalctl	2017-03-09 10:13:57 UTC (rev 215400)
@@ -0,0 +1,4 @@
+#!/bin/sh
+SSHGUARD_OPTS=$1
+shift
+LANG=C /usr/bin/journalctl -afb -p info -n1 -o cat "$@" | /usr/bin/sshguard $SSHGUARD_OPTS

Deleted: community-i686/sshguard.install
===================================================================
--- community-i686/sshguard.install	2017-03-09 10:13:33 UTC (rev 215399)
+++ community-i686/sshguard.install	2017-03-09 10:13:57 UTC (rev 215400)
@@ -1,14 +0,0 @@
-post_install() {
-  mkdir -p var/db/sshguard
-  echo "-- You should add chains to your firewall:"
-  echo "--   iptables -N sshguard"
-  echo "--   iptables -A INPUT -p tcp --dport 22 -j sshguard"
-  echo "--   ip6tables -N sshguard"
-  echo "--   ip6tables -A INPUT -p tcp --dport 22 -j sshguard"
-  echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6"
-  echo "-- For more information, see https://wiki.archlinux.org/index.php/Sshguard"
-}
-
-post_upgrade() {
-  echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6"
-}

Copied: sshguard/repos/community-i686/sshguard.install (from rev 215399, sshguard/trunk/sshguard.install)
===================================================================
--- community-i686/sshguard.install	                        (rev 0)
+++ community-i686/sshguard.install	2017-03-09 10:13:57 UTC (rev 215400)
@@ -0,0 +1,14 @@
+post_install() {
+  mkdir -p var/db/sshguard
+  echo "-- You should add chains to your firewall:"
+  echo "--   iptables -N sshguard"
+  echo "--   iptables -A INPUT -p tcp --dport 22 -j sshguard"
+  echo "--   ip6tables -N sshguard"
+  echo "--   ip6tables -A INPUT -p tcp --dport 22 -j sshguard"
+  echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6"
+  echo "-- For more information, see https://wiki.archlinux.org/index.php/Sshguard"
+}
+
+post_upgrade() {
+  echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6"
+}

Deleted: community-i686/sshguard.service
===================================================================
--- community-i686/sshguard.service	2017-03-09 10:13:33 UTC (rev 215399)
+++ community-i686/sshguard.service	2017-03-09 10:13:57 UTC (rev 215400)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Block hacking attempts
-After=iptables.service ip6tables.service ufw.service shorewall.service shorewall6.service network.target
-
-[Service]
-ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl "-b 120:/var/db/sshguard/blacklist.db" SYSLOG_FACILITY=4 SYSLOG_FACILITY=10
-
-[Install]
-WantedBy=multi-user.target

Copied: sshguard/repos/community-i686/sshguard.service (from rev 215399, sshguard/trunk/sshguard.service)
===================================================================
--- community-i686/sshguard.service	                        (rev 0)
+++ community-i686/sshguard.service	2017-03-09 10:13:57 UTC (rev 215400)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Block hacking attempts
+After=iptables.service ip6tables.service ufw.service shorewall.service shorewall6.service network.target
+
+[Service]
+ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl "-b 120:/var/db/sshguard/blacklist.db" SYSLOG_FACILITY=4 SYSLOG_FACILITY=10
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2017-03-09 10:13:33 UTC (rev 215399)
+++ community-x86_64/ChangeLog	2017-03-09 10:13:57 UTC (rev 215400)
@@ -1,3 +0,0 @@
-2007-06-28 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-

Copied: sshguard/repos/community-x86_64/ChangeLog (from rev 215399, sshguard/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2017-03-09 10:13:57 UTC (rev 215400)
@@ -0,0 +1,3 @@
+2007-06-28 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-03-09 10:13:33 UTC (rev 215399)
+++ community-x86_64/PKGBUILD	2017-03-09 10:13:57 UTC (rev 215400)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=sshguard
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables"
-arch=('i686' 'x86_64')
-url="http://www.sshguard.net/"
-license=('GPL')
-depends=('iptables')
-install=sshguard.install
-source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz"
-	sshguard.service
-	sshguard-journalctl)
-md5sums=('f6b9a4dea1ccf15312ac8c5456a64ef0'
-         '0e2cd697956b5d8a7f0e28fbf651734b'
-         '023cfd2f7f4376095dbbd16f1be8a39a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|^DAYNO.*|DAYNO       [0-9]?[1-9]|' src/parser/attack_scanner.l
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-firewall=iptables
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir/sshguard.service" "$pkgdir/usr/lib/systemd/system/sshguard.service"
-  install -Dm0755 "$srcdir/sshguard-journalctl" "$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl"
-}

Copied: sshguard/repos/community-x86_64/PKGBUILD (from rev 215399, sshguard/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-09 10:13:57 UTC (rev 215400)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=sshguard
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables"
+arch=('i686' 'x86_64')
+url="http://www.sshguard.net/"
+license=('GPL')
+depends=('iptables')
+install=sshguard.install
+source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz"
+	sshguard.service
+	sshguard-journalctl)
+sha256sums=('e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06'
+            '77b5cb4d00a34f1a0f03272464bac66793389ba05e89be6b7bfb78bdff0b0e92'
+            'ce7c3f56edb1b43e0a1629ed646d667d7196808ba82edf7c9e1c3c9c03fca2ba')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|^DAYNO.*|DAYNO       [0-9]?[1-9]|' src/parser/attack_scanner.l
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-firewall=iptables
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 "$srcdir/sshguard.service" "$pkgdir/usr/lib/systemd/system/sshguard.service"
+  install -Dm0755 "$srcdir/sshguard-journalctl" "$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl"
+}

Deleted: community-x86_64/sshguard-journalctl
===================================================================
--- community-x86_64/sshguard-journalctl	2017-03-09 10:13:33 UTC (rev 215399)
+++ community-x86_64/sshguard-journalctl	2017-03-09 10:13:57 UTC (rev 215400)
@@ -1,4 +0,0 @@
-#!/bin/sh
-SSHGUARD_OPTS=$1
-shift
-LANG=C /usr/bin/journalctl -afb -p info -n1 -o cat "$@" | /usr/bin/sshguard $SSHGUARD_OPTS

Copied: sshguard/repos/community-x86_64/sshguard-journalctl (from rev 215399, sshguard/trunk/sshguard-journalctl)
===================================================================
--- community-x86_64/sshguard-journalctl	                        (rev 0)
+++ community-x86_64/sshguard-journalctl	2017-03-09 10:13:57 UTC (rev 215400)
@@ -0,0 +1,4 @@
+#!/bin/sh
+SSHGUARD_OPTS=$1
+shift
+LANG=C /usr/bin/journalctl -afb -p info -n1 -o cat "$@" | /usr/bin/sshguard $SSHGUARD_OPTS

Deleted: community-x86_64/sshguard.install
===================================================================
--- community-x86_64/sshguard.install	2017-03-09 10:13:33 UTC (rev 215399)
+++ community-x86_64/sshguard.install	2017-03-09 10:13:57 UTC (rev 215400)
@@ -1,14 +0,0 @@
-post_install() {
-  mkdir -p var/db/sshguard
-  echo "-- You should add chains to your firewall:"
-  echo "--   iptables -N sshguard"
-  echo "--   iptables -A INPUT -p tcp --dport 22 -j sshguard"
-  echo "--   ip6tables -N sshguard"
-  echo "--   ip6tables -A INPUT -p tcp --dport 22 -j sshguard"
-  echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6"
-  echo "-- For more information, see https://wiki.archlinux.org/index.php/Sshguard"
-}
-
-post_upgrade() {
-  echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6"
-}

Copied: sshguard/repos/community-x86_64/sshguard.install (from rev 215399, sshguard/trunk/sshguard.install)
===================================================================
--- community-x86_64/sshguard.install	                        (rev 0)
+++ community-x86_64/sshguard.install	2017-03-09 10:13:57 UTC (rev 215400)
@@ -0,0 +1,14 @@
+post_install() {
+  mkdir -p var/db/sshguard
+  echo "-- You should add chains to your firewall:"
+  echo "--   iptables -N sshguard"
+  echo "--   iptables -A INPUT -p tcp --dport 22 -j sshguard"
+  echo "--   ip6tables -N sshguard"
+  echo "--   ip6tables -A INPUT -p tcp --dport 22 -j sshguard"
+  echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6"
+  echo "-- For more information, see https://wiki.archlinux.org/index.php/Sshguard"
+}
+
+post_upgrade() {
+  echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6"
+}

Deleted: community-x86_64/sshguard.service
===================================================================
--- community-x86_64/sshguard.service	2017-03-09 10:13:33 UTC (rev 215399)
+++ community-x86_64/sshguard.service	2017-03-09 10:13:57 UTC (rev 215400)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Block hacking attempts
-After=iptables.service ip6tables.service ufw.service shorewall.service shorewall6.service network.target
-
-[Service]
-ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl "-b 120:/var/db/sshguard/blacklist.db" SYSLOG_FACILITY=4 SYSLOG_FACILITY=10
-
-[Install]
-WantedBy=multi-user.target

Copied: sshguard/repos/community-x86_64/sshguard.service (from rev 215399, sshguard/trunk/sshguard.service)
===================================================================
--- community-x86_64/sshguard.service	                        (rev 0)
+++ community-x86_64/sshguard.service	2017-03-09 10:13:57 UTC (rev 215400)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Block hacking attempts
+After=iptables.service ip6tables.service ufw.service shorewall.service shorewall6.service network.target
+
+[Service]
+ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl "-b 120:/var/db/sshguard/blacklist.db" SYSLOG_FACILITY=4 SYSLOG_FACILITY=10
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list