Date: Friday, March 10, 2017 @ 10:33:52 Author: spupykin Revision: 215575
archrelease: copy trunk to community-i686, community-x86_64 Added: sshguard/repos/community-i686/ChangeLog (from rev 215574, sshguard/trunk/ChangeLog) sshguard/repos/community-i686/PKGBUILD (from rev 215574, sshguard/trunk/PKGBUILD) sshguard/repos/community-i686/sshguard.install (from rev 215574, sshguard/trunk/sshguard.install) sshguard/repos/community-x86_64/ChangeLog (from rev 215574, sshguard/trunk/ChangeLog) sshguard/repos/community-x86_64/PKGBUILD (from rev 215574, sshguard/trunk/PKGBUILD) sshguard/repos/community-x86_64/sshguard.install (from rev 215574, sshguard/trunk/sshguard.install) 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 | 88 +++++++++++++++++++++++++++++++++ /sshguard.install | 8 +++ community-i686/ChangeLog | 3 - community-i686/PKGBUILD | 44 ---------------- community-i686/sshguard-journalctl | 2 community-i686/sshguard.install | 4 - community-i686/sshguard.service | 9 --- community-x86_64/ChangeLog | 3 - community-x86_64/PKGBUILD | 44 ---------------- community-x86_64/sshguard-journalctl | 2 community-x86_64/sshguard.install | 4 - community-x86_64/sshguard.service | 9 --- 13 files changed, 102 insertions(+), 124 deletions(-) Deleted: community-i686/ChangeLog =================================================================== --- community-i686/ChangeLog 2017-03-10 10:33:31 UTC (rev 215574) +++ community-i686/ChangeLog 2017-03-10 10:33:52 UTC (rev 215575) @@ -1,3 +0,0 @@ -2007-06-28 tardo <ta...@nagi-fanboi.net> -* Built for x86_64 - Copied: sshguard/repos/community-i686/ChangeLog (from rev 215574, sshguard/trunk/ChangeLog) =================================================================== --- community-i686/ChangeLog (rev 0) +++ community-i686/ChangeLog 2017-03-10 10:33:52 UTC (rev 215575) @@ -0,0 +1,3 @@ +2007-06-28 tardo <ta...@nagi-fanboi.net> +* Built for x86_64 + Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-03-10 10:33:31 UTC (rev 215574) +++ community-i686/PKGBUILD 2017-03-10 10:33:52 UTC (rev 215575) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> - -pkgname=sshguard -pkgver=2.0.0 -pkgrel=2 -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') -backup=('etc/sshguard.conf') -install=sshguard.install -source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz" - "sshguard.service" - "sshguard-journalctl") -sha256sums=('e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06' - '299b41c68e3c97535c1eb0f579903303383084a788edc46e6f447c13eacc8352' - '58afcafe81d7e6af0ccd37471c6317bb76933bf618202ab76eed45eb931a14b7') - -prepare() { - cd "$srcdir/$pkgname-$pkgver" - echo 'BACKEND="/usr/lib/sshguard/sshg-fw-iptables"' >>examples/sshguard.conf.sample -} - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure \ - --prefix=/usr \ - --sbindir=/usr/bin \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/sshguard \ - --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" - install -Dm0644 "examples/sshguard.conf.sample" "$pkgdir/etc/sshguard.conf" -} Copied: sshguard/repos/community-i686/PKGBUILD (from rev 215574, sshguard/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-03-10 10:33:52 UTC (rev 215575) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> + +pkgname=sshguard +pkgver=2.0.0 +pkgrel=3 +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') +backup=('etc/sshguard.conf') +install=sshguard.install +source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz") +sha256sums=('e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06') + +prepare() { + cd "$srcdir/$pkgname-$pkgver" +} + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/sshguard \ + --with-firewall=iptables + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm0644 "examples/sshguard.service" "$pkgdir/usr/lib/systemd/system/sshguard.service" + install -dm0755 "$pkgdir/usr/share/doc/" "$pkgdir/etc" + cat <<EOF >"$pkgdir"/etc/sshguard.conf +LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -o cat" +BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db +BACKEND="/usr/lib/sshguard/sshg-fw-iptables" +EOF + cp -a examples "$pkgdir/usr/share/doc/sshguard" +} Deleted: community-i686/sshguard-journalctl =================================================================== --- community-i686/sshguard-journalctl 2017-03-10 10:33:31 UTC (rev 215574) +++ community-i686/sshguard-journalctl 2017-03-10 10:33:52 UTC (rev 215575) @@ -1,2 +0,0 @@ -#!/bin/sh -LANG=C /usr/bin/journalctl -afb -p info -n1 -o cat "$@" | /usr/bin/sshguard Deleted: community-i686/sshguard.install =================================================================== --- community-i686/sshguard.install 2017-03-10 10:33:31 UTC (rev 215574) +++ community-i686/sshguard.install 2017-03-10 10:33:52 UTC (rev 215575) @@ -1,4 +0,0 @@ -post_install() { - mkdir -p var/db/sshguard - echo "-- For more information, see https://wiki.archlinux.org/index.php/Sshguard" -} Copied: sshguard/repos/community-i686/sshguard.install (from rev 215574, sshguard/trunk/sshguard.install) =================================================================== --- community-i686/sshguard.install (rev 0) +++ community-i686/sshguard.install 2017-03-10 10:33:52 UTC (rev 215575) @@ -0,0 +1,4 @@ +post_install() { + mkdir -p var/db/sshguard + echo "-- For more information, see https://wiki.archlinux.org/index.php/Sshguard" +} Deleted: community-i686/sshguard.service =================================================================== --- community-i686/sshguard.service 2017-03-10 10:33:31 UTC (rev 215574) +++ community-i686/sshguard.service 2017-03-10 10:33:52 UTC (rev 215575) @@ -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 SYSLOG_FACILITY=4 SYSLOG_FACILITY=10 - -[Install] -WantedBy=multi-user.target Deleted: community-x86_64/ChangeLog =================================================================== --- community-x86_64/ChangeLog 2017-03-10 10:33:31 UTC (rev 215574) +++ community-x86_64/ChangeLog 2017-03-10 10:33:52 UTC (rev 215575) @@ -1,3 +0,0 @@ -2007-06-28 tardo <ta...@nagi-fanboi.net> -* Built for x86_64 - Copied: sshguard/repos/community-x86_64/ChangeLog (from rev 215574, sshguard/trunk/ChangeLog) =================================================================== --- community-x86_64/ChangeLog (rev 0) +++ community-x86_64/ChangeLog 2017-03-10 10:33:52 UTC (rev 215575) @@ -0,0 +1,3 @@ +2007-06-28 tardo <ta...@nagi-fanboi.net> +* Built for x86_64 + Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-03-10 10:33:31 UTC (rev 215574) +++ community-x86_64/PKGBUILD 2017-03-10 10:33:52 UTC (rev 215575) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> - -pkgname=sshguard -pkgver=2.0.0 -pkgrel=2 -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') -backup=('etc/sshguard.conf') -install=sshguard.install -source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz" - "sshguard.service" - "sshguard-journalctl") -sha256sums=('e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06' - '299b41c68e3c97535c1eb0f579903303383084a788edc46e6f447c13eacc8352' - '58afcafe81d7e6af0ccd37471c6317bb76933bf618202ab76eed45eb931a14b7') - -prepare() { - cd "$srcdir/$pkgname-$pkgver" - echo 'BACKEND="/usr/lib/sshguard/sshg-fw-iptables"' >>examples/sshguard.conf.sample -} - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure \ - --prefix=/usr \ - --sbindir=/usr/bin \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/sshguard \ - --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" - install -Dm0644 "examples/sshguard.conf.sample" "$pkgdir/etc/sshguard.conf" -} Copied: sshguard/repos/community-x86_64/PKGBUILD (from rev 215574, sshguard/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-03-10 10:33:52 UTC (rev 215575) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> + +pkgname=sshguard +pkgver=2.0.0 +pkgrel=3 +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') +backup=('etc/sshguard.conf') +install=sshguard.install +source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz") +sha256sums=('e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06') + +prepare() { + cd "$srcdir/$pkgname-$pkgver" +} + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/sshguard \ + --with-firewall=iptables + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm0644 "examples/sshguard.service" "$pkgdir/usr/lib/systemd/system/sshguard.service" + install -dm0755 "$pkgdir/usr/share/doc/" "$pkgdir/etc" + cat <<EOF >"$pkgdir"/etc/sshguard.conf +LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -o cat" +BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db +BACKEND="/usr/lib/sshguard/sshg-fw-iptables" +EOF + cp -a examples "$pkgdir/usr/share/doc/sshguard" +} Deleted: community-x86_64/sshguard-journalctl =================================================================== --- community-x86_64/sshguard-journalctl 2017-03-10 10:33:31 UTC (rev 215574) +++ community-x86_64/sshguard-journalctl 2017-03-10 10:33:52 UTC (rev 215575) @@ -1,2 +0,0 @@ -#!/bin/sh -LANG=C /usr/bin/journalctl -afb -p info -n1 -o cat "$@" | /usr/bin/sshguard Deleted: community-x86_64/sshguard.install =================================================================== --- community-x86_64/sshguard.install 2017-03-10 10:33:31 UTC (rev 215574) +++ community-x86_64/sshguard.install 2017-03-10 10:33:52 UTC (rev 215575) @@ -1,4 +0,0 @@ -post_install() { - mkdir -p var/db/sshguard - echo "-- For more information, see https://wiki.archlinux.org/index.php/Sshguard" -} Copied: sshguard/repos/community-x86_64/sshguard.install (from rev 215574, sshguard/trunk/sshguard.install) =================================================================== --- community-x86_64/sshguard.install (rev 0) +++ community-x86_64/sshguard.install 2017-03-10 10:33:52 UTC (rev 215575) @@ -0,0 +1,4 @@ +post_install() { + mkdir -p var/db/sshguard + echo "-- For more information, see https://wiki.archlinux.org/index.php/Sshguard" +} Deleted: community-x86_64/sshguard.service =================================================================== --- community-x86_64/sshguard.service 2017-03-10 10:33:31 UTC (rev 215574) +++ community-x86_64/sshguard.service 2017-03-10 10:33:52 UTC (rev 215575) @@ -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 SYSLOG_FACILITY=4 SYSLOG_FACILITY=10 - -[Install] -WantedBy=multi-user.target