[arch-commits] Commit in sshguard/repos/community-x86_64 (7 files)
Massimiliano Torromeo
mtorromeo at archlinux.org
Mon Dec 31 16:43:16 UTC 2018
Date: Monday, December 31, 2018 @ 16:43:13
Author: mtorromeo
Revision: 420040
archrelease: copy trunk to community-x86_64
Added:
sshguard/repos/community-x86_64/ChangeLog
(from rev 420039, sshguard/trunk/ChangeLog)
sshguard/repos/community-x86_64/PKGBUILD
(from rev 420039, sshguard/trunk/PKGBUILD)
sshguard/repos/community-x86_64/sshguard.service
(from rev 420039, sshguard/trunk/sshguard.service)
sshguard/repos/community-x86_64/tmpfile.conf
(from rev 420039, sshguard/trunk/tmpfile.conf)
Deleted:
sshguard/repos/community-x86_64/ChangeLog
sshguard/repos/community-x86_64/PKGBUILD
sshguard/repos/community-x86_64/sshguard.install
------------------+
ChangeLog | 6 +--
PKGBUILD | 92 +++++++++++++++++++++++++++--------------------------
sshguard.install | 4 --
sshguard.service | 16 +++++++++
tmpfile.conf | 1
5 files changed, 68 insertions(+), 51 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2018-12-31 16:42:54 UTC (rev 420039)
+++ ChangeLog 2018-12-31 16:43:13 UTC (rev 420040)
@@ -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 420039, sshguard/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2018-12-31 16:43:13 UTC (rev 420040)
@@ -0,0 +1,3 @@
+2007-06-28 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-31 16:42:54 UTC (rev 420039)
+++ PKGBUILD 2018-12-31 16:43:13 UTC (rev 420040)
@@ -1,44 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=sshguard
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables"
-arch=('x86_64')
-url="http://www.sshguard.net/"
-license=('GPL')
-depends=('iptables')
-backup=('etc/sshguard.conf')
-install=sshguard.install
-source=("https://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz")
-sha256sums=('d4b53f87a3c26652e5a2899b16506b815fa56a36aaf5bde9c2704bfb1a0ca068')
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
- sed -i 's|tables.target|tables.service|g' examples/sshguard.service
-}
-
-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"
-}
Copied: sshguard/repos/community-x86_64/PKGBUILD (from rev 420039, sshguard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-12-31 16:43:13 UTC (rev 420040)
@@ -0,0 +1,48 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=sshguard
+pkgver=2.3.0
+pkgrel=2
+pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables"
+arch=('x86_64')
+url="http://www.sshguard.net/"
+license=('GPL')
+depends=('iptables')
+backup=('etc/sshguard.conf')
+source=("https://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz"
+ "tmpfile.conf"
+ "sshguard.service")
+sha256sums=('d4b53f87a3c26652e5a2899b16506b815fa56a36aaf5bde9c2704bfb1a0ca068'
+ 'cd2ba683f25a650a29dd465ec7eb507826af46822d1a1ea6116a052c77c4148f'
+ 'ba5b8774be772cdd6650eeee8d9b421f102f60243d759d24ad58dffcf9eaab10')
+
+prepare() {
+ cd "$srcdir/$pkgname-$pkgver"
+ sed -i 's|tables.target|tables.service|g' examples/sshguard.service
+}
+
+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/tmpfile.conf" "$pkgdir/usr/lib/tmpfiles.d/sshguard.conf"
+ install -Dm0644 "$srcdir/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: sshguard.install
===================================================================
--- sshguard.install 2018-12-31 16:42:54 UTC (rev 420039)
+++ sshguard.install 2018-12-31 16:43:13 UTC (rev 420040)
@@ -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.service (from rev 420039, sshguard/trunk/sshguard.service)
===================================================================
--- sshguard.service (rev 0)
+++ sshguard.service 2018-12-31 16:43:13 UTC (rev 420040)
@@ -0,0 +1,16 @@
+[Unit]
+Description=SSHGuard - blocks brute-force login attempts
+After=syslog.target
+After=iptables.service
+After=ip6tables.service
+After=libvirtd.service
+After=firewalld.service
+After=nftables.service
+
+[Service]
+ExecStartPre=-/usr/sbin/iptables -N sshguard
+ExecStart=/usr/sbin/sshguard
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
Copied: sshguard/repos/community-x86_64/tmpfile.conf (from rev 420039, sshguard/trunk/tmpfile.conf)
===================================================================
--- tmpfile.conf (rev 0)
+++ tmpfile.conf 2018-12-31 16:43:13 UTC (rev 420040)
@@ -0,0 +1 @@
+d /var/db/sshguard 0755 - - -
More information about the arch-commits
mailing list