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: Fri, 13 Apr 2018 14:18:42 +0000 (UTC)	[thread overview]
Message-ID: <1523629114.d85bb8afc9e54c0e9698a40cf9411aa7b11848c0.jer@gentoo> (raw)

commit:     d85bb8afc9e54c0e9698a40cf9411aa7b11848c0
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 13 14:18:34 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 14:18:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85bb8af

app-admin/sshguard: Old.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-admin/sshguard/Manifest               |  3 --
 app-admin/sshguard/metadata.xml           | 17 ++++----
 app-admin/sshguard/sshguard-1.7.1.ebuild  | 65 -------------------------------
 app-admin/sshguard/sshguard-2.0.0.ebuild  | 45 ---------------------
 app-admin/sshguard/sshguard-2.0.99.ebuild | 37 ------------------
 5 files changed, 7 insertions(+), 160 deletions(-)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 4efed4fd0f4..5c005ae7f3b 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,4 +1 @@
-DIST sshguard-1.7.1.tar.gz 832220 BLAKE2B 1aca38b571ee3bf98b659a1a378de8d2dfd46453c9caacc868606f6ad9baf97892d6dcf852ed028f265c67029f59c3c19a48f1c369abeb406eae7e2c5ad54f2b SHA512 205f45f0f1260ebf2a1efabe5b4391b23c219f37df096383d87c220e7392cf58827a4e509be65287bac5b2af49fa0fc390775e1472cff4fb28f2323821f00fd1
-DIST sshguard-2.0.0.tar.gz 886995 BLAKE2B 35fe8008aa55ab07a3a500a5676483b79d4693aa22e762e846d3c4f5a95b8c3851e16a5c746a818455c66621f3c7da9d713979f2fef737f87ca5feb81ff048e8 SHA512 c9f7ef4b8d4b1ecbcee33b95e013c51f37b4a05226c6cd1f3c85006c83a32cf555644069d529a7317dcf6616f86a399d7338a5a414238de05bd41dc3005488e4
-DIST sshguard-2.0.99.tar.gz 1110725 BLAKE2B b3c2ccf389b08c3d35700b3bc46a6df820bf51c940e418def4ea66b4d2d8cd8aca5b3f284fc49a93b73e69adcffdc845c0988750e714fbe8e5a5bd50fc3d11aa SHA512 776a241b7af9a4afb048c99791202c0bf0f5130e265116a0f049853f8eb3d108e056c75f9dc009cf93a0dffe8d34b18b6fddc63febd54cc35bb6e71d6d2e77bb
 DIST sshguard-2.1.0.tar.gz 1117466 BLAKE2B 1a105f346aa9b774fb0314161d779eadaab299d3b74181a449ab86534e11375e4c017c142bc621733593369bcebada9511dd40c64cb4a49cd124eb7537ae0717 SHA512 0a75e9d1a8c9c010c767a49e96e88db4a92aae8d428deebcff1ce8befa36b77cb1937f2fcb2a4e2a3e86d47896a8405265eb30ee7a603fc18a3ee117d646b119

diff --git a/app-admin/sshguard/metadata.xml b/app-admin/sshguard/metadata.xml
index d74b83ce78b..0daba0da53e 100644
--- a/app-admin/sshguard/metadata.xml
+++ b/app-admin/sshguard/metadata.xml
@@ -1,14 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>netmon@gentoo.org</email>
-    <name>Gentoo network monitoring and analysis project</name>
-  </maintainer>
-  <use>
-    <flag name="ipfilter">Enable ipfilter firewall support (only for *bsd)</flag>
-  </use>
-  <upstream>
-    <remote-id type="sourceforge">sshguard</remote-id>
-  </upstream>
+<maintainer type="project">
+<email>netmon@gentoo.org</email>
+<name>Gentoo network monitoring and analysis project</name>
+</maintainer>
+<upstream>
+<remote-id type="sourceforge">sshguard</remote-id>
+</upstream>
 </pkgmetadata>

diff --git a/app-admin/sshguard/sshguard-1.7.1.ebuild b/app-admin/sshguard/sshguard-1.7.1.ebuild
deleted file mode 100644
index a730edfc107..00000000000
--- a/app-admin/sshguard/sshguard-1.7.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic
-
-DESCRIPTION="protects hosts from brute force attacks against ssh"
-HOMEPAGE="http://sshguard.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE="ipfilter kernel_FreeBSD kernel_linux"
-
-CDEPEND="
-	kernel_linux? ( net-firewall/iptables )
-	kernel_FreeBSD? ( !ipfilter? ( sys-freebsd/freebsd-pf ) )
-"
-DEPEND="
-	${CDEPEND}
-	sys-devel/flex
-"
-RDEPEND="
-	${CDEPEND}
-	virtual/logger
-"
-
-DOCS=(
-	CHANGELOG.rst
-	README.rst
-	examples/sshguard.service
-	examples/whitelistfile.example
-)
-
-src_prepare() {
-	default
-
-	sed -i -e '/OPTIMIZER_CFLAGS=/d' configure || die
-}
-
-src_configure() {
-	# Needed for usleep(3), see "nasty" in src/sshguard_logsuck.c
-	append-cppflags -D_DEFAULT_SOURCE
-
-	local myconf
-	if use kernel_linux; then
-		myconf="--with-firewall=iptables"
-	elif use kernel_FreeBSD; then
-		if use ipfilter; then
-			myconf="--with-firewall=ipfw"
-		else
-			myconf="--with-firewall=pf"
-		fi
-	fi
-
-	econf ${myconf}
-}
-
-src_install() {
-	default
-
-	newinitd "${FILESDIR}"/${PN}.initd ${PN}
-	newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}

diff --git a/app-admin/sshguard/sshguard-2.0.0.ebuild b/app-admin/sshguard/sshguard-2.0.0.ebuild
deleted file mode 100644
index 5ff11bd2529..00000000000
--- a/app-admin/sshguard/sshguard-2.0.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="protects hosts from brute force attacks against ssh"
-HOMEPAGE="http://sshguard.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE="ipfilter kernel_FreeBSD kernel_linux"
-
-CDEPEND="
-	kernel_linux? ( net-firewall/iptables )
-	kernel_FreeBSD? ( !ipfilter? ( sys-freebsd/freebsd-pf ) )
-"
-DEPEND="
-	${CDEPEND}
-	sys-devel/flex
-"
-RDEPEND="
-	${CDEPEND}
-	virtual/logger
-"
-
-DOCS=(
-	CHANGELOG.rst
-	CONTRIBUTING.rst
-	README.rst
-	examples/net.sshguard.plist
-	examples/sshguard.service
-	examples/whitelistfile.example
-)
-
-src_install() {
-	default
-
-	newinitd "${FILESDIR}"/${PN}.initd ${PN}
-	newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-	insinto /etc
-	newins examples/sshguard.conf.sample sshguard.conf
-}

diff --git a/app-admin/sshguard/sshguard-2.0.99.ebuild b/app-admin/sshguard/sshguard-2.0.99.ebuild
deleted file mode 100644
index 1e45c36ba08..00000000000
--- a/app-admin/sshguard/sshguard-2.0.99.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="protects hosts from brute force attacks against ssh"
-HOMEPAGE="http://sshguard.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-
-DEPEND="
-	sys-devel/flex
-"
-RDEPEND="
-	virtual/logger
-"
-DOCS=(
-	CHANGELOG.rst
-	CONTRIBUTING.rst
-	README.rst
-	examples/net.sshguard.plist
-	examples/sshguard.service
-	examples/whitelistfile.example
-)
-
-src_install() {
-	default
-
-	newinitd "${FILESDIR}"/${PN}.initd ${PN}
-	newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-	insinto /etc
-	newins examples/sshguard.conf.sample sshguard.conf
-}


             reply	other threads:[~2018-04-13 14:18 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-13 14:18 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
2020-08-01  6:37 Jeroen Roovers
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-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=1523629114.d85bb8afc9e54c0e9698a40cf9411aa7b11848c0.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