Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / sshguard
Commits: 2ca28eb0 by Sergej Pupykin at 2024-07-29T17:10:12+03:00 upgpkg: 2.4.3-2 https://gitlab.archlinux.org/archlinux/packaging/packages/sshguard/-/issues/1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = sshguard + pkgdesc = Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables + pkgver = 2.4.3 + pkgrel = 2 + url = https://www.sshguard.net/ + arch = x86_64 + license = GPL + optdepends = iptables + optdepends = nftables + optdepends = firewalld + optdepends = ipset + backup = etc/sshguard.conf + source = https://downloads.sourceforge.net/sourceforge/sshguard/sshguard-2.4.3.tar.gz + source = tmpfile.conf + source = sshguard.service + sha256sums = 64029deff6de90fdeefb1f497d414f0e4045076693a91da1a70eb7595e97efeb + sha256sums = cd2ba683f25a650a29dd465ec7eb507826af46822d1a1ea6116a052c77c4148f + sha256sums = 5dda7a47c11898142fcc21cf8e76c0c7009814a0d924675feacb3df084a0fa1b + +pkgname = sshguard ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=sshguard pkgver=2.4.3 -pkgrel=1 +pkgrel=2 pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables" arch=('x86_64') url="https://www.sshguard.net/" @@ -15,7 +15,7 @@ source=("https://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver "sshguard.service") sha256sums=('64029deff6de90fdeefb1f497d414f0e4045076693a91da1a70eb7595e97efeb' 'cd2ba683f25a650a29dd465ec7eb507826af46822d1a1ea6116a052c77c4148f' - '18a5674d8acb9fe2a7bb3ef760b2d7d8e8ad9dbe244b9c762b754c8a482e912a') + '5dda7a47c11898142fcc21cf8e76c0c7009814a0d924675feacb3df084a0fa1b') prepare() { cd "$srcdir/$pkgname-$pkgver" @@ -40,7 +40,7 @@ package() { 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" +LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -t sshd-session -o cat" BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db BACKEND="/usr/lib/sshguard/sshg-fw-iptables" EOF View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sshguard/-/commit/2ca28eb0b4038df9806c10bdfc38b0650f4eebe7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sshguard/-/commit/2ca28eb0b4038df9806c10bdfc38b0650f4eebe7 You're receiving this email because of your account on gitlab.archlinux.org.
