diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-02-17 19:07:46 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-02-17 19:08:10 +0800 |
commit | 307c5ced37bbe80673d57212b5f8820c9b9173df (patch) | |
tree | f153d37d04a7004556bb49dd223cb3c877c8140a /app-admin/sshguard | |
parent | dev-util/cmake: Bump to version 3.20.0_rc1 (diff) | |
download | gentoo-307c5ced37bbe80673d57212b5f8820c9b9173df.tar.gz gentoo-307c5ced37bbe80673d57212b5f8820c9b9173df.tar.bz2 gentoo-307c5ced37bbe80673d57212b5f8820c9b9173df.zip |
app-admin/sshguard: drop old
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-admin/sshguard')
-rw-r--r-- | app-admin/sshguard/files/sshguard-2.1.0-conf.patch | 11 | ||||
-rw-r--r-- | app-admin/sshguard/sshguard-2.4.1.ebuild | 40 |
2 files changed, 0 insertions, 51 deletions
diff --git a/app-admin/sshguard/files/sshguard-2.1.0-conf.patch b/app-admin/sshguard/files/sshguard-2.1.0-conf.patch deleted file mode 100644 index 8874cc48904d..000000000000 --- a/app-admin/sshguard/files/sshguard-2.1.0-conf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/examples/sshguard.conf.sample -+++ b/examples/sshguard.conf.sample -@@ -6,7 +6,7 @@ - - #### REQUIRED CONFIGURATION #### - # Full path to backend executable (required, no default) --#BACKEND="/usr/local/libexec/sshg-fw-iptables" -+#BACKEND="/usr/libexec/sshg-fw-iptables" - - # Space-separated list of log files to monitor. (optional, no default) - #FILES="/var/log/auth.log /var/log/authlog /var/log/maillog" diff --git a/app-admin/sshguard/sshguard-2.4.1.ebuild b/app-admin/sshguard/sshguard-2.4.1.ebuild deleted file mode 100644 index 59ef3538accd..000000000000 --- a/app-admin/sshguard/sshguard-2.4.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="protects hosts from brute force attacks against ssh" -HOMEPAGE="https://www.sshguard.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" - -DEPEND=" - sys-devel/flex -" -RDEPEND=" - virtual/logger -" -DOCS=( - CHANGELOG.rst - CONTRIBUTING.rst - README.rst - examples/net.sshguard.plist - examples/sshguard.service - examples/whitelistfile.example -) -PATCHES=( - "${FILESDIR}"/${PN}-2.1.0-conf.patch -) - -src_install() { - default - - newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} - - insinto /etc - newins examples/sshguard.conf.sample sshguard.conf -} |