public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/
Date: Sat,  1 Aug 2020 06:37:10 +0000 (UTC)	[thread overview]
Message-ID: <1596263828.566e092cfa32dbcdadd96d2d748e1bd36309226c.jer@gentoo> (raw)

commit:     566e092cfa32dbcdadd96d2d748e1bd36309226c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  1 06:36:51 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 06:37:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566e092c

app-admin/sshguard: Version 2.4.1

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 app-admin/sshguard/Manifest              |  1 +
 app-admin/sshguard/sshguard-2.4.1.ebuild | 40 ++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 4ef05135180..629f144fe4b 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1 +1,2 @@
 DIST sshguard-2.4.0.tar.gz 771506 BLAKE2B 82e9caf70dc9a1ba9ef6ba1c0916424a74891c84069a4a879c9057f3baea32af68f35d8b31cacdd60d323f5ec7b02a6e12aff1ec72fc0291b74c4882cd441d93 SHA512 64293700ef85f0843c333c3a27b04c5b2f69bf8dddf46353a371d4178915deb931362b3641ded0eeb5365f30cb63ce6ce17256d8d094383d1cfe661065b9c1c6
+DIST sshguard-2.4.1.tar.gz 723940 BLAKE2B 04e72b9959ef3ead418d2a6fe8029b0806a4d91c91f7cd36c236c7203cca1afc67305b21de0b1dee1594b188564f201ff2770d54d4c57c54b4d23db15e0298a0 SHA512 bae7485d963454f2a6dc4b7d96506b03fb49013fe3ab3d81e315ea88bd8067e7a2305cdf25e411720ac014a68ee9635cdbcef65a7dc806b7fc942f099a9d5ba8

diff --git a/app-admin/sshguard/sshguard-2.4.1.ebuild b/app-admin/sshguard/sshguard-2.4.1.ebuild
new file mode 100644
index 00000000000..99d5bbe8f10
--- /dev/null
+++ b/app-admin/sshguard/sshguard-2.4.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 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 ~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
+}


             reply	other threads:[~2020-08-01  6:37 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-01  6:37 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-21  0:08 [gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/ Yixun Lan
2023-09-20 16:30 Arthur Zamarin
2023-09-20 16:30 Arthur Zamarin
2023-08-09 13:03 Yixun Lan
2023-08-09 13:03 Yixun Lan
2023-06-17  6:12 Sam James
2021-12-02  0:53 Jonas Stein
2021-10-12  8:12 Yixun Lan
2021-10-12  7:10 Agostino Sarubbo
2021-10-11  5:12 Sam James
2021-08-04  7:35 Yixun Lan
2021-03-30 15:26 Yixun Lan
2021-02-16 12:26 Sam James
2021-02-16  2:38 Yixun Lan
2021-02-15 10:05 Yixun Lan
2021-02-13 16:15 Yixun Lan
2021-02-13 16:15 Yixun Lan
2021-02-04  7:58 Agostino Sarubbo
2021-02-03 23:55 Thomas Deutschmann
2019-08-08  7:14 Jeroen Roovers
2019-08-08  7:14 Jeroen Roovers
2019-06-12  7:26 Jeroen Roovers
2019-06-12  7:25 Jeroen Roovers
2019-04-23  7:12 Jeroen Roovers
2019-01-02 13:03 Jeroen Roovers
2019-01-02 13:03 Jeroen Roovers
2018-12-17 20:42 Jeroen Roovers
2018-07-16 18:15 Jeroen Roovers
2018-04-13 14:18 Jeroen Roovers
2018-03-13 19:03 Mikle Kolyada
2018-03-13 18:08 Markus Meier
2018-03-11 15:07 Thomas Deutschmann
2017-11-01  9:33 Jeroen Roovers
2017-10-11  8:33 Jeroen Roovers
2017-03-08  4:48 Jeroen Roovers
2017-03-08  4:48 Jeroen Roovers
2017-01-29 20:40 Jeroen Roovers
2017-01-29 20:40 Jeroen Roovers
2017-01-04  9:22 Jeroen Roovers
2017-01-04  8:31 Jeroen Roovers
2017-01-04  8:23 Jeroen Roovers
2017-01-04  8:23 Jeroen Roovers
2016-12-29 10:05 Agostino Sarubbo
2016-12-17 14:18 Aaron Bauman
2016-10-26  8:20 Jeroen Roovers
2016-10-26  8:20 Jeroen Roovers
2016-08-10  7:20 Jeroen Roovers
2016-05-08  7:09 Jeroen Roovers
2016-05-08  7:03 Jeroen Roovers
2015-12-16  8:19 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1596263828.566e092cfa32dbcdadd96d2d748e1bd36309226c.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox