[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2023-09-20 Thread Yixun Lan
commit: 5b7fd4c88b36ae0a0f44fddcb771f605a3ba9f35
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep 21 00:07:35 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep 21 00:07:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7fd4c8

app-admin/sshguard: drop 2.4.2

Signed-off-by: Yixun Lan  gentoo.org>

 app-admin/sshguard/Manifest  |  1 -
 app-admin/sshguard/sshguard-2.4.2.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 6ae9b598b69f..adfbb50991e0 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,2 +1 @@
-DIST sshguard-2.4.2.tar.gz 835431 BLAKE2B 
f76cbe41ced4d23448ba09750d073a47dae263616c34ec2e2efd7d6367339d352925958b5d9d711a3c4a8c2da10fae2474384a3de14434c0dff19bd645325058
 SHA512 
f2fe35180af8698d4b2053e9ffbf17df9f033b0c2fcc045caa085467d14174e17aa266d2ef3ce9536037e54f7d3ea42de9e32e7faee65612894294793082862a
 DIST sshguard-2.4.3.tar.gz 1118756 BLAKE2B 
8e3bd297c5712b4a411de6581e96a21db03203974cedba443bf16dd042e3b1b54c68cbacfa5af1610e738e1f847f1f0fae4792b52b618946f8b13fb0f5d4e338
 SHA512 
eeecea1007c1a21a28835a6d29c2cbffc647b3ab09a3525600e91b978d4ebdda9e6a7e2884da26bb1d7f64de561ac8bd1788bb776730d37b7a4fa49b22885b4a

diff --git a/app-admin/sshguard/sshguard-2.4.2.ebuild 
b/app-admin/sshguard/sshguard-2.4.2.ebuild
deleted file mode 100644
index 4333d820bc82..
--- a/app-admin/sshguard/sshguard-2.4.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools systemd
-DESCRIPTION="protects hosts from brute force attacks against ssh"
-HOMEPAGE="https://www.sshguard.net/;
-
-if [[ "${PV}" == 9 ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
-else
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DEPEND="
-   sys-devel/flex
-"
-RDEPEND="
-   virtual/logger
-"
-DOCS=(
-   CHANGELOG.rst
-   CONTRIBUTING.rst
-   README.rst
-   examples/net.sshguard.plist
-   examples/whitelistfile.example
-)
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.4.1-conf.patch
-)
-
-src_prepare() {
-   default
-   sed -i -e "/ExecStartPre/s:/usr/sbin:/sbin:g" \
-   -e "/ExecStart/s:/usr/local/sbin:/usr/sbin:g" \
-   "${S}"/examples/${PN}.service || die
-   eautoreconf
-}
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-   insinto /etc
-   newins examples/sshguard.conf.sample sshguard.conf
-
-   systemd_dounit "${S}"/examples/sshguard.service
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2023-09-20 Thread Arthur Zamarin
commit: e947d3bc002f65a3d73408a60fa9d5838dbdf01d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep 20 16:29:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 20 16:29:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e947d3bc

app-admin/sshguard: Stabilize 2.4.3 x86, #914464

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/sshguard/sshguard-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-2.4.3.ebuild 
b/app-admin/sshguard/sshguard-2.4.3.ebuild
index 35ac2d2df817..85a726c74252 100644
--- a/app-admin/sshguard/sshguard-2.4.3.ebuild
+++ b/app-admin/sshguard/sshguard-2.4.3.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == 9 ]] ; then
EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2023-09-20 Thread Arthur Zamarin
commit: e0c3b6a9000a88610a3a517c78e49fbae33f2a6c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep 20 16:29:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 20 16:29:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c3b6a9

app-admin/sshguard: Stabilize 2.4.3 amd64, #914464

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/sshguard/sshguard-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-2.4.3.ebuild 
b/app-admin/sshguard/sshguard-2.4.3.ebuild
index 85a726c74252..a575bb0e0d29 100644
--- a/app-admin/sshguard/sshguard-2.4.3.ebuild
+++ b/app-admin/sshguard/sshguard-2.4.3.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == 9 ]] ; then
EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2023-08-09 Thread Yixun Lan
commit: 5b8f297ce1ff70fdd6300a95ab38eccfb81fc1cc
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Aug  9 12:58:44 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug  9 12:58:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8f297c

app-admin/sshguard: add 2.4.3

Signed-off-by: Yixun Lan  gentoo.org>

 app-admin/sshguard/Manifest  |  1 +
 app-admin/sshguard/sshguard-2.4.3.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index ad5c04e8077a..6ae9b598b69f 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1 +1,2 @@
 DIST sshguard-2.4.2.tar.gz 835431 BLAKE2B 
f76cbe41ced4d23448ba09750d073a47dae263616c34ec2e2efd7d6367339d352925958b5d9d711a3c4a8c2da10fae2474384a3de14434c0dff19bd645325058
 SHA512 
f2fe35180af8698d4b2053e9ffbf17df9f033b0c2fcc045caa085467d14174e17aa266d2ef3ce9536037e54f7d3ea42de9e32e7faee65612894294793082862a
+DIST sshguard-2.4.3.tar.gz 1118756 BLAKE2B 
8e3bd297c5712b4a411de6581e96a21db03203974cedba443bf16dd042e3b1b54c68cbacfa5af1610e738e1f847f1f0fae4792b52b618946f8b13fb0f5d4e338
 SHA512 
eeecea1007c1a21a28835a6d29c2cbffc647b3ab09a3525600e91b978d4ebdda9e6a7e2884da26bb1d7f64de561ac8bd1788bb776730d37b7a4fa49b22885b4a

diff --git a/app-admin/sshguard/sshguard-2.4.3.ebuild 
b/app-admin/sshguard/sshguard-2.4.3.ebuild
new file mode 100644
index ..35ac2d2df817
--- /dev/null
+++ b/app-admin/sshguard/sshguard-2.4.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools systemd
+DESCRIPTION="protects hosts from brute force attacks against ssh"
+HOMEPAGE="https://www.sshguard.net/;
+
+if [[ "${PV}" == 9 ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
+else
+   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+DEPEND="
+   sys-devel/flex
+"
+RDEPEND="
+   virtual/logger
+"
+DOCS=(
+   CHANGELOG.rst
+   CONTRIBUTING.rst
+   README.rst
+   examples/net.sshguard.plist
+   examples/whitelistfile.example
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.4.1-conf.patch
+)
+
+src_prepare() {
+   default
+   sed -i -e "/ExecStartPre/s:/usr/sbin:/sbin:g" \
+   -e "/ExecStart/s:/usr/local/sbin:/usr/sbin:g" \
+   "${S}"/examples/${PN}.service || die
+   eautoreconf
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   insinto /etc
+   newins examples/sshguard.conf.sample sshguard.conf
+
+   systemd_dounit "${S}"/examples/sshguard.service
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2023-08-09 Thread Yixun Lan
commit: 58a5f9c7e273af10085f940c2675299f5c9a592f
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Aug  9 12:59:58 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug  9 12:59:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a5f9c7

app-admin/sshguard: update EAPI 7 -> 8

Signed-off-by: Yixun Lan  gentoo.org>

 app-admin/sshguard/sshguard-9.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/sshguard/sshguard-9.ebuild 
b/app-admin/sshguard/sshguard-9.ebuild
index ee4653a215e3..35ac2d2df817 100644
--- a/app-admin/sshguard/sshguard-9.ebuild
+++ b/app-admin/sshguard/sshguard-9.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools systemd
 DESCRIPTION="protects hosts from brute force attacks against ssh"
@@ -12,7 +12,7 @@ if [[ "${PV}" == 9 ]] ; then
EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2023-06-17 Thread Sam James
commit: 1314dcecf0bbddcf455eab5fdead1a8965937b01
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 17 06:04:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 17 06:04:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1314dcec

app-admin/sshguard: add bitbucket upstream metadata

Signed-off-by: Sam James  gentoo.org>

 app-admin/sshguard/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/sshguard/metadata.xml b/app-admin/sshguard/metadata.xml
index 41341d704f0f..cb67516a6d39 100644
--- a/app-admin/sshguard/metadata.xml
+++ b/app-admin/sshguard/metadata.xml
@@ -7,5 +7,6 @@


sshguard
+   sshguard/sshguard

 



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2021-12-01 Thread Jonas Stein
commit: 67c94c3ad4420e646d5a79ff2f9c916b14a7a4db
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Dec  2 00:52:58 2021 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Thu Dec  2 00:52:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c94c3a

app-admin/sshguard: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 app-admin/sshguard/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-admin/sshguard/metadata.xml b/app-admin/sshguard/metadata.xml
index 544c41194900..41341d704f0f 100644
--- a/app-admin/sshguard/metadata.xml
+++ b/app-admin/sshguard/metadata.xml
@@ -5,10 +5,6 @@
d...@gentoo.org
Yixun Lan

-   
-   net...@gentoo.org
-   Gentoo network monitoring and analysis project
-   

sshguard




[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2021-10-12 Thread Yixun Lan
commit: dfb6ad1969e0dd84ac4f8f031946eb988814b75a
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Oct 12 08:11:54 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Oct 12 08:11:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb6ad19

app-admin/sshguard: drop old

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 app-admin/sshguard/Manifest |  1 -
 app-admin/sshguard/sshguard-2.4.1-r1.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 7fbac4e3d7c..ad5c04e8077 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,2 +1 @@
-DIST sshguard-2.4.1.tar.gz 723940 BLAKE2B 
04e72b9959ef3ead418d2a6fe8029b0806a4d91c91f7cd36c236c7203cca1afc67305b21de0b1dee1594b188564f201ff2770d54d4c57c54b4d23db15e0298a0
 SHA512 
bae7485d963454f2a6dc4b7d96506b03fb49013fe3ab3d81e315ea88bd8067e7a2305cdf25e411720ac014a68ee9635cdbcef65a7dc806b7fc942f099a9d5ba8
 DIST sshguard-2.4.2.tar.gz 835431 BLAKE2B 
f76cbe41ced4d23448ba09750d073a47dae263616c34ec2e2efd7d6367339d352925958b5d9d711a3c4a8c2da10fae2474384a3de14434c0dff19bd645325058
 SHA512 
f2fe35180af8698d4b2053e9ffbf17df9f033b0c2fcc045caa085467d14174e17aa266d2ef3ce9536037e54f7d3ea42de9e32e7faee65612894294793082862a

diff --git a/app-admin/sshguard/sshguard-2.4.1-r1.ebuild 
b/app-admin/sshguard/sshguard-2.4.1-r1.ebuild
deleted file mode 100644
index dee670ce964..000
--- a/app-admin/sshguard/sshguard-2.4.1-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools systemd
-DESCRIPTION="protects hosts from brute force attacks against ssh"
-HOMEPAGE="https://www.sshguard.net/;
-
-if [[ "${PV}" == 9 ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
-else
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DEPEND="
-   sys-devel/flex
-"
-RDEPEND="
-   virtual/logger
-"
-DOCS=(
-   CHANGELOG.rst
-   CONTRIBUTING.rst
-   README.rst
-   examples/net.sshguard.plist
-   examples/whitelistfile.example
-)
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.4.1-conf.patch
-)
-
-src_prepare() {
-   default
-   sed -i -e "/ExecStartPre/s:/usr/sbin:/sbin:g" \
-   -e "/ExecStart/s:/usr/local/sbin:/usr/sbin:g" \
-   "${S}"/examples/${PN}.service || die
-   eautoreconf
-}
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-   insinto /etc
-   newins examples/sshguard.conf.sample sshguard.conf
-
-   systemd_dounit "${S}"/examples/sshguard.service
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2021-10-12 Thread Agostino Sarubbo
commit: 6560b03947ece17241b2d6c66d481d2c6e90d44b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 12 07:08:35 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 12 07:10:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6560b039

app-admin/sshguard: amd64 stable wrt bug #817650

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/sshguard/sshguard-2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-2.4.2.ebuild 
b/app-admin/sshguard/sshguard-2.4.2.ebuild
index 4b1de793e1c..4333d820bc8 100644
--- a/app-admin/sshguard/sshguard-2.4.2.ebuild
+++ b/app-admin/sshguard/sshguard-2.4.2.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == 9 ]] ; then
EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2021-10-10 Thread Sam James
commit: 3cb6e4bdfa95fb77d676dfe34f354c2c8b3c413d
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:11:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:11:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb6e4bd

app-admin/sshguard: Stabilize 2.4.2 x86, #817650

Signed-off-by: Sam James  gentoo.org>

 app-admin/sshguard/sshguard-2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-2.4.2.ebuild 
b/app-admin/sshguard/sshguard-2.4.2.ebuild
index f85c4011fd6..4b1de793e1c 100644
--- a/app-admin/sshguard/sshguard-2.4.2.ebuild
+++ b/app-admin/sshguard/sshguard-2.4.2.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == 9 ]] ; then
EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2021-08-04 Thread Yixun Lan
commit: 4aeb47943cd4e47abe564768cf3f0a38db4aa5f5
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Aug  4 07:33:33 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug  4 07:34:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aeb4794

app-admin/sshguard: keyword ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 app-admin/sshguard/sshguard-2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-2.4.2.ebuild 
b/app-admin/sshguard/sshguard-2.4.2.ebuild
index ee4653a215e..f85c4011fd6 100644
--- a/app-admin/sshguard/sshguard-2.4.2.ebuild
+++ b/app-admin/sshguard/sshguard-2.4.2.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == 9 ]] ; then
EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2021-03-30 Thread Yixun Lan
commit: ca73616f559b8f49d51c3bf8c6e4e772cfe1afa3
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Mar 30 15:25:30 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Mar 30 15:25:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca73616f

app-admin/sshguard: version bump 2.4.2

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Yixun Lan  gentoo.org>

 app-admin/sshguard/Manifest  |  1 +
 app-admin/sshguard/sshguard-2.4.2.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index c01af9f3c96..7fbac4e3d7c 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1 +1,2 @@
 DIST sshguard-2.4.1.tar.gz 723940 BLAKE2B 
04e72b9959ef3ead418d2a6fe8029b0806a4d91c91f7cd36c236c7203cca1afc67305b21de0b1dee1594b188564f201ff2770d54d4c57c54b4d23db15e0298a0
 SHA512 
bae7485d963454f2a6dc4b7d96506b03fb49013fe3ab3d81e315ea88bd8067e7a2305cdf25e411720ac014a68ee9635cdbcef65a7dc806b7fc942f099a9d5ba8
+DIST sshguard-2.4.2.tar.gz 835431 BLAKE2B 
f76cbe41ced4d23448ba09750d073a47dae263616c34ec2e2efd7d6367339d352925958b5d9d711a3c4a8c2da10fae2474384a3de14434c0dff19bd645325058
 SHA512 
f2fe35180af8698d4b2053e9ffbf17df9f033b0c2fcc045caa085467d14174e17aa266d2ef3ce9536037e54f7d3ea42de9e32e7faee65612894294793082862a

diff --git a/app-admin/sshguard/sshguard-2.4.2.ebuild 
b/app-admin/sshguard/sshguard-2.4.2.ebuild
new file mode 100644
index 000..ee4653a215e
--- /dev/null
+++ b/app-admin/sshguard/sshguard-2.4.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools systemd
+DESCRIPTION="protects hosts from brute force attacks against ssh"
+HOMEPAGE="https://www.sshguard.net/;
+
+if [[ "${PV}" == 9 ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
+else
+   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+DEPEND="
+   sys-devel/flex
+"
+RDEPEND="
+   virtual/logger
+"
+DOCS=(
+   CHANGELOG.rst
+   CONTRIBUTING.rst
+   README.rst
+   examples/net.sshguard.plist
+   examples/whitelistfile.example
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.4.1-conf.patch
+)
+
+src_prepare() {
+   default
+   sed -i -e "/ExecStartPre/s:/usr/sbin:/sbin:g" \
+   -e "/ExecStart/s:/usr/local/sbin:/usr/sbin:g" \
+   "${S}"/examples/${PN}.service || die
+   eautoreconf
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   insinto /etc
+   newins examples/sshguard.conf.sample sshguard.conf
+
+   systemd_dounit "${S}"/examples/sshguard.service
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/, app-admin/sshguard/files/

2021-02-17 Thread Yixun Lan
commit: 307c5ced37bbe80673d57212b5f8820c9b9173df
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Feb 17 11:07:46 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Feb 17 11:08:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307c5ced

app-admin/sshguard: drop old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Yixun Lan  gentoo.org>

 app-admin/sshguard/files/sshguard-2.1.0-conf.patch | 11 --
 app-admin/sshguard/sshguard-2.4.1.ebuild   | 40 --
 2 files changed, 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 8874cc48904..000
--- 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 59ef3538acc..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2021-02-16 Thread Sam James
commit: de9aab843f33eba71cad02eec762321653caa027
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 16 12:26:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 16 12:26:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9aab84

app-admin/sshguard: Stabilize 2.4.1-r1 x86, #770769

Signed-off-by: Sam James  gentoo.org>

 app-admin/sshguard/sshguard-2.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-2.4.1-r1.ebuild 
b/app-admin/sshguard/sshguard-2.4.1-r1.ebuild
index ac8eb27187e..dee670ce964 100644
--- a/app-admin/sshguard/sshguard-2.4.1-r1.ebuild
+++ b/app-admin/sshguard/sshguard-2.4.1-r1.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == 9 ]] ; then
EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2021-02-15 Thread Yixun Lan
commit: f44f9ac34cb7b0d7929765834916195d6e6ba554
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Feb 16 02:36:54 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Feb 16 02:36:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44f9ac3

app-admin/sshguard: amd64 stable

tested on amd64/systemd profile

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Yixun Lan  gentoo.org>

 app-admin/sshguard/sshguard-2.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-2.4.1-r1.ebuild 
b/app-admin/sshguard/sshguard-2.4.1-r1.ebuild
index ee4653a215e..ac8eb27187e 100644
--- a/app-admin/sshguard/sshguard-2.4.1-r1.ebuild
+++ b/app-admin/sshguard/sshguard-2.4.1-r1.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == 9 ]] ; then
EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2021-02-15 Thread Yixun Lan
commit: 94db90ffa11c41f1c73288402a6bcc51e6021757
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Feb 15 10:01:57 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Feb 15 10:02:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94db90ff

app-admin/sshguard: fix live ebuild

merge live version into sole one

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Yixun Lan  gentoo.org>

 app-admin/sshguard/sshguard-2.4.1-r1.ebuild | 14 +++---
 app-admin/sshguard/sshguard-9.ebuild| 23 +--
 2 files changed, 28 insertions(+), 9 deletions(-)

diff --git a/app-admin/sshguard/sshguard-2.4.1-r1.ebuild 
b/app-admin/sshguard/sshguard-2.4.1-r1.ebuild
index 7def7a05797..ee4653a215e 100644
--- a/app-admin/sshguard/sshguard-2.4.1-r1.ebuild
+++ b/app-admin/sshguard/sshguard-2.4.1-r1.ebuild
@@ -3,14 +3,20 @@
 
 EAPI=7
 
-inherit systemd
+inherit autotools systemd
 DESCRIPTION="protects hosts from brute force attacks against ssh"
 HOMEPAGE="https://www.sshguard.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+if [[ "${PV}" == 9 ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
+else
+   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 DEPEND="
sys-devel/flex
@@ -25,6 +31,7 @@ DOCS=(
examples/net.sshguard.plist
examples/whitelistfile.example
 )
+
 PATCHES=(
"${FILESDIR}"/${PN}-2.4.1-conf.patch
 )
@@ -34,6 +41,7 @@ src_prepare() {
sed -i -e "/ExecStartPre/s:/usr/sbin:/sbin:g" \
-e "/ExecStart/s:/usr/local/sbin:/usr/sbin:g" \
"${S}"/examples/${PN}.service || die
+   eautoreconf
 }
 
 src_install() {

diff --git a/app-admin/sshguard/sshguard-9.ebuild 
b/app-admin/sshguard/sshguard-9.ebuild
index 0f9a63205b6..ee4653a215e 100644
--- a/app-admin/sshguard/sshguard-9.ebuild
+++ b/app-admin/sshguard/sshguard-9.ebuild
@@ -1,16 +1,22 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools git-r3
 
+inherit autotools systemd
 DESCRIPTION="protects hosts from brute force attacks against ssh"
 HOMEPAGE="https://www.sshguard.net/;
-EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
+
+if [[ "${PV}" == 9 ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
+else
+   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
 
 DEPEND="
sys-devel/flex
@@ -23,15 +29,18 @@ DOCS=(
CONTRIBUTING.rst
README.rst
examples/net.sshguard.plist
-   examples/sshguard.service
examples/whitelistfile.example
 )
+
 PATCHES=(
-   "${FILESDIR}"/${PN}-2.1.0-conf.patch
+   "${FILESDIR}"/${PN}-2.4.1-conf.patch
 )
 
 src_prepare() {
default
+   sed -i -e "/ExecStartPre/s:/usr/sbin:/sbin:g" \
+   -e "/ExecStart/s:/usr/local/sbin:/usr/sbin:g" \
+   "${S}"/examples/${PN}.service || die
eautoreconf
 }
 
@@ -43,4 +52,6 @@ src_install() {
 
insinto /etc
newins examples/sshguard.conf.sample sshguard.conf
+
+   systemd_dounit "${S}"/examples/sshguard.service
 }



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/files/, app-admin/sshguard/

2021-02-13 Thread Yixun Lan
commit: e1d4d69e32832607488d8deee82b61e26f061c02
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Feb 13 15:52:47 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Feb 13 15:56:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d4d69e

app-admin/sshguard: install systemd unit file

Closes: https://bugs.gentoo.org/588726
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Yixun Lan  gentoo.org>

 app-admin/sshguard/files/sshguard-2.4.1-conf.patch | 25 +++
 app-admin/sshguard/sshguard-2.4.1-r1.ebuild| 49 ++
 2 files changed, 74 insertions(+)

diff --git a/app-admin/sshguard/files/sshguard-2.4.1-conf.patch 
b/app-admin/sshguard/files/sshguard-2.4.1-conf.patch
new file mode 100644
index 000..8eb74a84db3
--- /dev/null
+++ b/app-admin/sshguard/files/sshguard-2.4.1-conf.patch
@@ -0,0 +1,25 @@
+diff --git a/examples/sshguard.conf.sample b/examples/sshguard.conf.sample
+index 556f1ec..a483b1e 100644
+--- a/examples/sshguard.conf.sample
 b/examples/sshguard.conf.sample
+@@ -6,14 +6,18 @@
+ 
+  REQUIRED CONFIGURATION 
+ # Full path to backend executable (required, no default)
+-#BACKEND="/usr/local/libexec/sshg-fw-iptables"
++# Example 1: iptables backend
++#BACKEND="/usr/libexec/sshg-fw-iptables"
++# Example 2: firewalld backend; for firewalld configuration instructions see
++# 
https://www.ctrl.blog/entry/how-to-sshguard-firewalld.html#sshguard-section-firewalld
++#BACKEND="/usr/libexec/sshg-fw-firewalld"
+ 
+ # Space-separated list of log files to monitor. (optional, no default)
+ #FILES="/var/log/auth.log /var/log/authlog /var/log/maillog"
+ 
+ # Shell command that provides logs on standard output. (optional, no default)
+ # Example 1: ssh and sendmail from systemd journal:
+-#LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -t sendmail 
-o cat"
++#LOGREADER="LANG=C /bin/journalctl -afb -p info -n1 -t sshd -t sendmail -o 
cat"
+ # Example 2: ssh from os_log (macOS 10.12+)
+ #LOGREADER="/usr/bin/log stream --style syslog --predicate '(processImagePath 
contains \"sshd\")'"
+ 

diff --git a/app-admin/sshguard/sshguard-2.4.1-r1.ebuild 
b/app-admin/sshguard/sshguard-2.4.1-r1.ebuild
new file mode 100644
index 000..7def7a05797
--- /dev/null
+++ b/app-admin/sshguard/sshguard-2.4.1-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+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/whitelistfile.example
+)
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.4.1-conf.patch
+)
+
+src_prepare() {
+   default
+   sed -i -e "/ExecStartPre/s:/usr/sbin:/sbin:g" \
+   -e "/ExecStart/s:/usr/local/sbin:/usr/sbin:g" \
+   "${S}"/examples/${PN}.service || die
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   insinto /etc
+   newins examples/sshguard.conf.sample sshguard.conf
+
+   systemd_dounit "${S}"/examples/sshguard.service
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2021-02-13 Thread Yixun Lan
commit: 5a4313b33d27584dbc8136e83cda4ca551039028
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Feb 13 16:00:04 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Feb 13 16:14:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4313b3

app-admin/sshguard: drop old version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Yixun Lan  gentoo.org>

 app-admin/sshguard/Manifest  |  1 -
 app-admin/sshguard/sshguard-2.4.0.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 629f144fe4b..c01af9f3c96 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,2 +1 @@
-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.0.ebuild 
b/app-admin/sshguard/sshguard-2.4.0.ebuild
deleted file mode 100644
index 56a7c135e83..000
--- a/app-admin/sshguard/sshguard-2.4.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2021-02-13 Thread Yixun Lan
commit: 84eb4601f6260c826cc387360add88cb00b1ccd4
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Feb 13 15:55:49 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Feb 13 16:14:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84eb4601

app-admin/sshguard: add myself to maintainer list

I'm quite actively using this package on several servers,
so add myself to the list to watch it.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Yixun Lan  gentoo.org>

 app-admin/sshguard/metadata.xml | 18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/app-admin/sshguard/metadata.xml b/app-admin/sshguard/metadata.xml
index 0daba0da53e..683fe7aa81e 100644
--- a/app-admin/sshguard/metadata.xml
+++ b/app-admin/sshguard/metadata.xml
@@ -1,11 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-net...@gentoo.org
-Gentoo network monitoring and analysis project
-
-
-sshguard
-
+   
+   d...@gentoo.org
+   Yixun Lan
+   
+   
+   net...@gentoo.org
+   Gentoo network monitoring and analysis project
+   
+   
+   sshguard
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2021-02-03 Thread Agostino Sarubbo
commit: 3e35069a3560383f5d2aedfdc64cf7020eced067
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb  4 07:58:21 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb  4 07:58:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e35069a

app-admin/sshguard: amd64 stable wrt bug #768465

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/sshguard/sshguard-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-2.4.1.ebuild 
b/app-admin/sshguard/sshguard-2.4.1.ebuild
index f92c390b09f..59ef3538acc 100644
--- a/app-admin/sshguard/sshguard-2.4.1.ebuild
+++ b/app-admin/sshguard/sshguard-2.4.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 DEPEND="
sys-devel/flex



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2021-02-03 Thread Thomas Deutschmann
commit: 6c2bad98fa61e76d8d2d221a57077f700573401f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  3 23:53:37 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  3 23:53:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2bad98

app-admin/sshguard: x86 stable (bug #768465)

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-admin/sshguard/sshguard-2.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/sshguard/sshguard-2.4.1.ebuild 
b/app-admin/sshguard/sshguard-2.4.1.ebuild
index fc6a2cf3676..f92c390b09f 100644
--- a/app-admin/sshguard/sshguard-2.4.1.ebuild
+++ b/app-admin/sshguard/sshguard-2.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 
 DEPEND="
sys-devel/flex



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2020-08-01 Thread Jeroen Roovers
commit: 566e092cfa32dbcdadd96d2d748e1bd36309226c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Aug  1 06:36:51 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Aug  1 06:37:08 2020 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2019-08-08 Thread Jeroen Roovers
commit: 08863514cee217ff028c59721d37e4dd964cad60
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug  8 07:04:27 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug  8 07:14:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08863514

app-admin/sshguard: Stable

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-admin/sshguard/sshguard-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-2.4.0.ebuild 
b/app-admin/sshguard/sshguard-2.4.0.ebuild
index 3fac136a82f..2d18f329df5 100644
--- a/app-admin/sshguard/sshguard-2.4.0.ebuild
+++ b/app-admin/sshguard/sshguard-2.4.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm x86 ~x86-fbsd"
 
 DEPEND="
sys-devel/flex



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2019-08-08 Thread Jeroen Roovers
commit: 82cc76554a42eac3205df43f53d1245f4d6ca391
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug  8 07:13:44 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug  8 07:14:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cc7655

app-admin/sshguard: Update live ebuild

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-admin/sshguard/sshguard-9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-9.ebuild 
b/app-admin/sshguard/sshguard-9.ebuild
index 407363556f8..0f9a63205b6 100644
--- a/app-admin/sshguard/sshguard-9.ebuild
+++ b/app-admin/sshguard/sshguard-9.ebuild
@@ -38,7 +38,7 @@ src_prepare() {
 src_install() {
default
 
-   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
+   newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}
 
insinto /etc



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/files/, app-admin/sshguard/

2019-08-08 Thread Jeroen Roovers
commit: 243010d354f8a4eb872f43120a0bd28c92c16ce4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug  8 07:12:45 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug  8 07:14:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243010d3

app-admin/sshguard: Old

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-admin/sshguard/Manifest |  2 --
 app-admin/sshguard/files/sshguard.initd | 24 -
 app-admin/sshguard/sshguard-2.1.0-r1.ebuild | 40 -
 app-admin/sshguard/sshguard-2.3.1.ebuild| 40 -
 4 files changed, 106 deletions(-)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 799fe68405e..4ef05135180 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,3 +1 @@
-DIST sshguard-2.1.0.tar.gz 1117466 BLAKE2B 
1a105f346aa9b774fb0314161d779eadaab299d3b74181a449ab86534e11375e4c017c142bc621733593369bcebada9511dd40c64cb4a49cd124eb7537ae0717
 SHA512 
0a75e9d1a8c9c010c767a49e96e88db4a92aae8d428deebcff1ce8befa36b77cb1937f2fcb2a4e2a3e86d47896a8405265eb30ee7a603fc18a3ee117d646b119
-DIST sshguard-2.3.1.tar.gz 765330 BLAKE2B 
d86fe596c788209cb35c699601ccb698365e0c6b497ef8184c64d879ebb821a57e5f366c3b518e6f0c6bf65952b2c675f87f029b7b8184466c7f90d6dfebaca3
 SHA512 
b24f5dba34bed9246665c432b379afa4f1edacb56fd41e0b254a698ded1280c33fd51fb36466ae70d44ef4a31a0a75b59fa4df97d0e8ed8d194bf8046a3ac84d
 DIST sshguard-2.4.0.tar.gz 771506 BLAKE2B 
82e9caf70dc9a1ba9ef6ba1c0916424a74891c84069a4a879c9057f3baea32af68f35d8b31cacdd60d323f5ec7b02a6e12aff1ec72fc0291b74c4882cd441d93
 SHA512 
64293700ef85f0843c333c3a27b04c5b2f69bf8dddf46353a371d4178915deb931362b3641ded0eeb5365f30cb63ce6ce17256d8d094383d1cfe661065b9c1c6

diff --git a/app-admin/sshguard/files/sshguard.initd 
b/app-admin/sshguard/files/sshguard.initd
deleted file mode 100644
index f1360ce8610..000
--- a/app-admin/sshguard/files/sshguard.initd
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   after iptables
-   use logger
-}
-
-SSHGUARD_PIDFILE=${SSHGUARD_PIDFILE:-/var/run/${SVCNAME}.pid}
-
-start() {
-   ebegin "Starting sshguard"
-   [ -z "${SSHGUARD_WAIT}" ] && SSHGUARD_WAIT=999
-   start-stop-daemon --start --wait ${SSHGUARD_WAIT} --background --quiet 
--exec \
-   /usr/sbin/sshguard -- -i ${SSHGUARD_PIDFILE} ${SSHGUARD_OPTS}
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping sshguard"
-   start-stop-daemon --stop -p ${SSHGUARD_PIDFILE}
-   eend $?
-}

diff --git a/app-admin/sshguard/sshguard-2.1.0-r1.ebuild 
b/app-admin/sshguard/sshguard-2.1.0-r1.ebuild
deleted file mode 100644
index 5fc804a5f54..000
--- a/app-admin/sshguard/sshguard-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 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 ~arm 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
-)
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.1.0-conf.patch
-)
-
-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.3.1.ebuild 
b/app-admin/sshguard/sshguard-2.3.1.ebuild
deleted file mode 100644
index 3fac136a82f..000
--- a/app-admin/sshguard/sshguard-2.3.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 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 ~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
-)
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.1.0-conf.patch
-)
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-   insinto /etc
-   newins examples/sshguard.conf.sample sshguard.conf
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/, app-admin/sshguard/files/

2019-08-08 Thread Jeroen Roovers
commit: dc154eaae27ee058f7c6153df327bd46a540ce50
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug  8 07:10:59 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug  8 07:14:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc154eaa

app-admin/sshguard: Fix init.d script

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Fixes: https://bugs.gentoo.org/688820
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-admin/sshguard/files/{sshguard.initd-r1 => sshguard.initd-r2} | 5 ++---
 app-admin/sshguard/sshguard-2.4.0.ebuild  | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-admin/sshguard/files/sshguard.initd-r1 
b/app-admin/sshguard/files/sshguard.initd-r2
similarity index 65%
rename from app-admin/sshguard/files/sshguard.initd-r1
rename to app-admin/sshguard/files/sshguard.initd-r2
index e7b5ca7428b..4404566eb11 100644
--- a/app-admin/sshguard/files/sshguard.initd-r1
+++ b/app-admin/sshguard/files/sshguard.initd-r2
@@ -1,12 +1,11 @@
 #!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 command="/usr/sbin/sshguard"
 pidfile="${SSHGUARD_PIDFILE:-/var/run/${SVCNAME}.pid}"
 command_args="-i \"${pidfile}\" ${SSHGUARD_OPTS}"
-command_background=1
-start_stop_daemon_args="--wait ${SSHGUARD_WAIT:-999} --interpreted --quiet"
+start_stop_daemon_args="--background --wait ${SSHGUARD_WAIT:-999} 
--interpreted --quiet"
 
 depend() {
after iptables

diff --git a/app-admin/sshguard/sshguard-2.4.0.ebuild 
b/app-admin/sshguard/sshguard-2.4.0.ebuild
index 2d18f329df5..8926537ef84 100644
--- a/app-admin/sshguard/sshguard-2.4.0.ebuild
+++ b/app-admin/sshguard/sshguard-2.4.0.ebuild
@@ -32,7 +32,7 @@ PATCHES=(
 src_install() {
default
 
-   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
+   newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}
 
insinto /etc



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2019-06-12 Thread Jeroen Roovers
commit: d837c89222357e775e80c4afb31df3842dff1aac
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun 12 07:26:12 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun 12 07:26:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d837c892

app-admin/sshguard: Old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-admin/sshguard/Manifest  |  1 -
 app-admin/sshguard/sshguard-2.3.0.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index b9f5b164c7e..799fe68405e 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,4 +1,3 @@
 DIST sshguard-2.1.0.tar.gz 1117466 BLAKE2B 
1a105f346aa9b774fb0314161d779eadaab299d3b74181a449ab86534e11375e4c017c142bc621733593369bcebada9511dd40c64cb4a49cd124eb7537ae0717
 SHA512 
0a75e9d1a8c9c010c767a49e96e88db4a92aae8d428deebcff1ce8befa36b77cb1937f2fcb2a4e2a3e86d47896a8405265eb30ee7a603fc18a3ee117d646b119
-DIST sshguard-2.3.0.tar.gz 755702 BLAKE2B 
3b2e9bea3cf65c4e9a3ab82b6f5013c167033310d6f9ffe27d1d7dc9380be2214fdfdab4892ab9f6dfaa51b1131698d729257695ddef9debbc0ad06a9f49acfd
 SHA512 
b3df479a752e0263fc444c582dd6c89dfdd4154ab011d23d0973f16f3b3e60f21f01b53e6ed0c4b138f134cd7e3dea5e67b44901f812f3da0d1aac760279
 DIST sshguard-2.3.1.tar.gz 765330 BLAKE2B 
d86fe596c788209cb35c699601ccb698365e0c6b497ef8184c64d879ebb821a57e5f366c3b518e6f0c6bf65952b2c675f87f029b7b8184466c7f90d6dfebaca3
 SHA512 
b24f5dba34bed9246665c432b379afa4f1edacb56fd41e0b254a698ded1280c33fd51fb36466ae70d44ef4a31a0a75b59fa4df97d0e8ed8d194bf8046a3ac84d
 DIST sshguard-2.4.0.tar.gz 771506 BLAKE2B 
82e9caf70dc9a1ba9ef6ba1c0916424a74891c84069a4a879c9057f3baea32af68f35d8b31cacdd60d323f5ec7b02a6e12aff1ec72fc0291b74c4882cd441d93
 SHA512 
64293700ef85f0843c333c3a27b04c5b2f69bf8dddf46353a371d4178915deb931362b3641ded0eeb5365f30cb63ce6ce17256d8d094383d1cfe661065b9c1c6

diff --git a/app-admin/sshguard/sshguard-2.3.0.ebuild 
b/app-admin/sshguard/sshguard-2.3.0.ebuild
deleted file mode 100644
index 578e515dab0..000
--- a/app-admin/sshguard/sshguard-2.3.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 ~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
-)
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.1.0-conf.patch
-)
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-   insinto /etc
-   newins examples/sshguard.conf.sample sshguard.conf
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2019-06-12 Thread Jeroen Roovers
commit: d0438df146fd3a4333d4b272ed90c6ff6083
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun 12 07:23:09 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun 12 07:25:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0438df1

app-admin/sshguard: Version 2.4.0

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jeroen Roovers  gentoo.org>

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

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index e37de8c4981..b9f5b164c7e 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,3 +1,4 @@
 DIST sshguard-2.1.0.tar.gz 1117466 BLAKE2B 
1a105f346aa9b774fb0314161d779eadaab299d3b74181a449ab86534e11375e4c017c142bc621733593369bcebada9511dd40c64cb4a49cd124eb7537ae0717
 SHA512 
0a75e9d1a8c9c010c767a49e96e88db4a92aae8d428deebcff1ce8befa36b77cb1937f2fcb2a4e2a3e86d47896a8405265eb30ee7a603fc18a3ee117d646b119
 DIST sshguard-2.3.0.tar.gz 755702 BLAKE2B 
3b2e9bea3cf65c4e9a3ab82b6f5013c167033310d6f9ffe27d1d7dc9380be2214fdfdab4892ab9f6dfaa51b1131698d729257695ddef9debbc0ad06a9f49acfd
 SHA512 
b3df479a752e0263fc444c582dd6c89dfdd4154ab011d23d0973f16f3b3e60f21f01b53e6ed0c4b138f134cd7e3dea5e67b44901f812f3da0d1aac760279
 DIST sshguard-2.3.1.tar.gz 765330 BLAKE2B 
d86fe596c788209cb35c699601ccb698365e0c6b497ef8184c64d879ebb821a57e5f366c3b518e6f0c6bf65952b2c675f87f029b7b8184466c7f90d6dfebaca3
 SHA512 
b24f5dba34bed9246665c432b379afa4f1edacb56fd41e0b254a698ded1280c33fd51fb36466ae70d44ef4a31a0a75b59fa4df97d0e8ed8d194bf8046a3ac84d
+DIST sshguard-2.4.0.tar.gz 771506 BLAKE2B 
82e9caf70dc9a1ba9ef6ba1c0916424a74891c84069a4a879c9057f3baea32af68f35d8b31cacdd60d323f5ec7b02a6e12aff1ec72fc0291b74c4882cd441d93
 SHA512 
64293700ef85f0843c333c3a27b04c5b2f69bf8dddf46353a371d4178915deb931362b3641ded0eeb5365f30cb63ce6ce17256d8d094383d1cfe661065b9c1c6

diff --git a/app-admin/sshguard/sshguard-2.4.0.ebuild 
b/app-admin/sshguard/sshguard-2.4.0.ebuild
new file mode 100644
index 000..3fac136a82f
--- /dev/null
+++ b/app-admin/sshguard/sshguard-2.4.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 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 ~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
+)
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.1.0-conf.patch
+)
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   insinto /etc
+   newins examples/sshguard.conf.sample sshguard.conf
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2019-04-23 Thread Jeroen Roovers
commit: 047ba0a6984a025a2c8bd3227536d6211ba01e64
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 23 07:08:22 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 23 07:12:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047ba0a6

app-admin/sshguard: Old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-admin/sshguard/Manifest |  1 -
 app-admin/sshguard/sshguard-2.1.0-r2.ebuild | 40 -
 app-admin/sshguard/sshguard-2.2.0.ebuild| 40 -
 3 files changed, 81 deletions(-)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index b409a0da3dc..e37de8c4981 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,4 +1,3 @@
 DIST sshguard-2.1.0.tar.gz 1117466 BLAKE2B 
1a105f346aa9b774fb0314161d779eadaab299d3b74181a449ab86534e11375e4c017c142bc621733593369bcebada9511dd40c64cb4a49cd124eb7537ae0717
 SHA512 
0a75e9d1a8c9c010c767a49e96e88db4a92aae8d428deebcff1ce8befa36b77cb1937f2fcb2a4e2a3e86d47896a8405265eb30ee7a603fc18a3ee117d646b119
-DIST sshguard-2.2.0.tar.gz 737612 BLAKE2B 
8c51a265d5bddc6d4da75e2c6aa84de4c84fd85466f1cb06000c01cf8552d3d3e291532e2a1bce5c6367a93044a63839b9aa584f65dd02838c4959d86220b386
 SHA512 
4f7bfcd0fe7237609cd393bd6ca235882de252eced03014d9fe713c7cf66a2ecb365c35c24ab62d034abad970fb3e9a07bc854e7e5d194f6c374fac74cdc7e2f
 DIST sshguard-2.3.0.tar.gz 755702 BLAKE2B 
3b2e9bea3cf65c4e9a3ab82b6f5013c167033310d6f9ffe27d1d7dc9380be2214fdfdab4892ab9f6dfaa51b1131698d729257695ddef9debbc0ad06a9f49acfd
 SHA512 
b3df479a752e0263fc444c582dd6c89dfdd4154ab011d23d0973f16f3b3e60f21f01b53e6ed0c4b138f134cd7e3dea5e67b44901f812f3da0d1aac760279
 DIST sshguard-2.3.1.tar.gz 765330 BLAKE2B 
d86fe596c788209cb35c699601ccb698365e0c6b497ef8184c64d879ebb821a57e5f366c3b518e6f0c6bf65952b2c675f87f029b7b8184466c7f90d6dfebaca3
 SHA512 
b24f5dba34bed9246665c432b379afa4f1edacb56fd41e0b254a698ded1280c33fd51fb36466ae70d44ef4a31a0a75b59fa4df97d0e8ed8d194bf8046a3ac84d

diff --git a/app-admin/sshguard/sshguard-2.1.0-r2.ebuild 
b/app-admin/sshguard/sshguard-2.1.0-r2.ebuild
deleted file mode 100644
index 7faed8b68c9..000
--- a/app-admin/sshguard/sshguard-2.1.0-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 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 ~arm ~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
-)
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.1.0-conf.patch
-)
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-   insinto /etc
-   newins examples/sshguard.conf.sample sshguard.conf
-}

diff --git a/app-admin/sshguard/sshguard-2.2.0.ebuild 
b/app-admin/sshguard/sshguard-2.2.0.ebuild
deleted file mode 100644
index 7faed8b68c9..000
--- a/app-admin/sshguard/sshguard-2.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 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 ~arm ~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
-)
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.1.0-conf.patch
-)
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-   insinto /etc
-   newins examples/sshguard.conf.sample sshguard.conf
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2019-01-02 Thread Jeroen Roovers
commit: 20477b0cf1293a29dd305b657e301b1dccf22e32
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan  2 12:58:46 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan  2 13:03:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20477b0c

app-admin/sshguard: Version 2.3.1

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

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

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index ea091bee8f9..b409a0da3dc 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,3 +1,4 @@
 DIST sshguard-2.1.0.tar.gz 1117466 BLAKE2B 
1a105f346aa9b774fb0314161d779eadaab299d3b74181a449ab86534e11375e4c017c142bc621733593369bcebada9511dd40c64cb4a49cd124eb7537ae0717
 SHA512 
0a75e9d1a8c9c010c767a49e96e88db4a92aae8d428deebcff1ce8befa36b77cb1937f2fcb2a4e2a3e86d47896a8405265eb30ee7a603fc18a3ee117d646b119
 DIST sshguard-2.2.0.tar.gz 737612 BLAKE2B 
8c51a265d5bddc6d4da75e2c6aa84de4c84fd85466f1cb06000c01cf8552d3d3e291532e2a1bce5c6367a93044a63839b9aa584f65dd02838c4959d86220b386
 SHA512 
4f7bfcd0fe7237609cd393bd6ca235882de252eced03014d9fe713c7cf66a2ecb365c35c24ab62d034abad970fb3e9a07bc854e7e5d194f6c374fac74cdc7e2f
 DIST sshguard-2.3.0.tar.gz 755702 BLAKE2B 
3b2e9bea3cf65c4e9a3ab82b6f5013c167033310d6f9ffe27d1d7dc9380be2214fdfdab4892ab9f6dfaa51b1131698d729257695ddef9debbc0ad06a9f49acfd
 SHA512 
b3df479a752e0263fc444c582dd6c89dfdd4154ab011d23d0973f16f3b3e60f21f01b53e6ed0c4b138f134cd7e3dea5e67b44901f812f3da0d1aac760279
+DIST sshguard-2.3.1.tar.gz 765330 BLAKE2B 
d86fe596c788209cb35c699601ccb698365e0c6b497ef8184c64d879ebb821a57e5f366c3b518e6f0c6bf65952b2c675f87f029b7b8184466c7f90d6dfebaca3
 SHA512 
b24f5dba34bed9246665c432b379afa4f1edacb56fd41e0b254a698ded1280c33fd51fb36466ae70d44ef4a31a0a75b59fa4df97d0e8ed8d194bf8046a3ac84d

diff --git a/app-admin/sshguard/sshguard-2.3.1.ebuild 
b/app-admin/sshguard/sshguard-2.3.1.ebuild
new file mode 100644
index 000..3fac136a82f
--- /dev/null
+++ b/app-admin/sshguard/sshguard-2.3.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 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 ~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
+)
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.1.0-conf.patch
+)
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   insinto /etc
+   newins examples/sshguard.conf.sample sshguard.conf
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2019-01-02 Thread Jeroen Roovers
commit: e4233701c2ca8f6c4665ee40b41c86028af968e5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan  2 13:03:29 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan  2 13:03:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4233701

app-admin/sshguard: Add live ebuild

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-admin/sshguard/sshguard-9.ebuild | 46 
 1 file changed, 46 insertions(+)

diff --git a/app-admin/sshguard/sshguard-9.ebuild 
b/app-admin/sshguard/sshguard-9.ebuild
new file mode 100644
index 000..407363556f8
--- /dev/null
+++ b/app-admin/sshguard/sshguard-9.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools git-r3
+
+DESCRIPTION="protects hosts from brute force attacks against ssh"
+HOMEPAGE="https://www.sshguard.net/;
+EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+
+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_prepare() {
+   default
+   eautoreconf
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   insinto /etc
+   newins examples/sshguard.conf.sample sshguard.conf
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2018-12-17 Thread Jeroen Roovers
commit: f5633ea77707e654a4cd7bc52ac4bf56491e47b4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Dec 17 20:40:40 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Dec 17 20:42:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5633ea7

app-admin/sshguard: Version 2.3.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

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

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index f96dc6ea42c..ea091bee8f9 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,2 +1,3 @@
 DIST sshguard-2.1.0.tar.gz 1117466 BLAKE2B 
1a105f346aa9b774fb0314161d779eadaab299d3b74181a449ab86534e11375e4c017c142bc621733593369bcebada9511dd40c64cb4a49cd124eb7537ae0717
 SHA512 
0a75e9d1a8c9c010c767a49e96e88db4a92aae8d428deebcff1ce8befa36b77cb1937f2fcb2a4e2a3e86d47896a8405265eb30ee7a603fc18a3ee117d646b119
 DIST sshguard-2.2.0.tar.gz 737612 BLAKE2B 
8c51a265d5bddc6d4da75e2c6aa84de4c84fd85466f1cb06000c01cf8552d3d3e291532e2a1bce5c6367a93044a63839b9aa584f65dd02838c4959d86220b386
 SHA512 
4f7bfcd0fe7237609cd393bd6ca235882de252eced03014d9fe713c7cf66a2ecb365c35c24ab62d034abad970fb3e9a07bc854e7e5d194f6c374fac74cdc7e2f
+DIST sshguard-2.3.0.tar.gz 755702 BLAKE2B 
3b2e9bea3cf65c4e9a3ab82b6f5013c167033310d6f9ffe27d1d7dc9380be2214fdfdab4892ab9f6dfaa51b1131698d729257695ddef9debbc0ad06a9f49acfd
 SHA512 
b3df479a752e0263fc444c582dd6c89dfdd4154ab011d23d0973f16f3b3e60f21f01b53e6ed0c4b138f134cd7e3dea5e67b44901f812f3da0d1aac760279

diff --git a/app-admin/sshguard/sshguard-2.3.0.ebuild 
b/app-admin/sshguard/sshguard-2.3.0.ebuild
new file mode 100644
index 000..578e515dab0
--- /dev/null
+++ b/app-admin/sshguard/sshguard-2.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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 ~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
+)
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.1.0-conf.patch
+)
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   insinto /etc
+   newins examples/sshguard.conf.sample sshguard.conf
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2018-07-16 Thread Jeroen Roovers
commit: a1e32e6f5ce9c4029b20f2bc1420ccc3ab8173f4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jul 16 18:13:34 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jul 16 18:13:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e32e6f

app-admin/sshguard: Version 2.2.0.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

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

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 5c005ae7f3b..f96dc6ea42c 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1 +1,2 @@
 DIST sshguard-2.1.0.tar.gz 1117466 BLAKE2B 
1a105f346aa9b774fb0314161d779eadaab299d3b74181a449ab86534e11375e4c017c142bc621733593369bcebada9511dd40c64cb4a49cd124eb7537ae0717
 SHA512 
0a75e9d1a8c9c010c767a49e96e88db4a92aae8d428deebcff1ce8befa36b77cb1937f2fcb2a4e2a3e86d47896a8405265eb30ee7a603fc18a3ee117d646b119
+DIST sshguard-2.2.0.tar.gz 737612 BLAKE2B 
8c51a265d5bddc6d4da75e2c6aa84de4c84fd85466f1cb06000c01cf8552d3d3e291532e2a1bce5c6367a93044a63839b9aa584f65dd02838c4959d86220b386
 SHA512 
4f7bfcd0fe7237609cd393bd6ca235882de252eced03014d9fe713c7cf66a2ecb365c35c24ab62d034abad970fb3e9a07bc854e7e5d194f6c374fac74cdc7e2f

diff --git a/app-admin/sshguard/sshguard-2.2.0.ebuild 
b/app-admin/sshguard/sshguard-2.2.0.ebuild
new file mode 100644
index 000..7faed8b68c9
--- /dev/null
+++ b/app-admin/sshguard/sshguard-2.2.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 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 ~arm ~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
+)
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.1.0-conf.patch
+)
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   insinto /etc
+   newins examples/sshguard.conf.sample sshguard.conf
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2018-04-13 Thread Jeroen Roovers
commit: d85bb8afc9e54c0e9698a40cf9411aa7b11848c0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Apr 13 14:18:34 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Apr 13 14:18:34 2018 +
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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-net...@gentoo.org
-Gentoo network monitoring and analysis project
-  
-  
-Enable ipfilter firewall support (only for 
*bsd)
-  
-  
-sshguard
-  
+
+net...@gentoo.org
+Gentoo network monitoring and analysis project
+
+
+sshguard
+
 

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..000
--- 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..000
--- 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"

[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/, app-admin/sshguard/files/

2018-04-12 Thread Patrick McLean
commit: 8fb481d8212bf775242329c6a6bc04b517bcd23d
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Apr 12 18:08:56 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Apr 12 18:10:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb481d8

app-admin/sshguard: Revision bump to 2.1.0-r2, rework init script

The old init script did not pass --interpreted to start-stop-daemon
which caused sshguard to always show up as "crashed" in openrc. This
fixes that and reworks the init script to be the more modern
"declarative" format.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-admin/sshguard/files/sshguard.initd-r1  | 14 ++
 app-admin/sshguard/sshguard-2.1.0-r2.ebuild | 40 +
 2 files changed, 54 insertions(+)

diff --git a/app-admin/sshguard/files/sshguard.initd-r1 
b/app-admin/sshguard/files/sshguard.initd-r1
new file mode 100644
index 000..e7b5ca7428b
--- /dev/null
+++ b/app-admin/sshguard/files/sshguard.initd-r1
@@ -0,0 +1,14 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+command="/usr/sbin/sshguard"
+pidfile="${SSHGUARD_PIDFILE:-/var/run/${SVCNAME}.pid}"
+command_args="-i \"${pidfile}\" ${SSHGUARD_OPTS}"
+command_background=1
+start_stop_daemon_args="--wait ${SSHGUARD_WAIT:-999} --interpreted --quiet"
+
+depend() {
+   after iptables
+   use logger
+}

diff --git a/app-admin/sshguard/sshguard-2.1.0-r2.ebuild 
b/app-admin/sshguard/sshguard-2.1.0-r2.ebuild
new file mode 100644
index 000..7faed8b68c9
--- /dev/null
+++ b/app-admin/sshguard/sshguard-2.1.0-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 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 ~arm ~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
+)
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.1.0-conf.patch
+)
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   insinto /etc
+   newins examples/sshguard.conf.sample sshguard.conf
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2018-03-13 Thread Mikle Kolyada
commit: 8f6f6ebcd683a7d22078f48c6cae8af8c53087e1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Mar 13 19:03:19 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Mar 13 19:03:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6f6ebc

app-admin/sshguard: amd64 stable wrt bug #649604

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/sshguard/sshguard-2.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-2.1.0-r1.ebuild 
b/app-admin/sshguard/sshguard-2.1.0-r1.ebuild
index 6b5c2bc4136..5fc804a5f54 100644
--- a/app-admin/sshguard/sshguard-2.1.0-r1.ebuild
+++ b/app-admin/sshguard/sshguard-2.1.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm x86 ~x86-fbsd"
 
 DEPEND="
sys-devel/flex



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2018-03-13 Thread Markus Meier
commit: 6cd3bd477548b25b4f837bb56715d563aa8fe3cc
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Mar 13 18:06:32 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Mar 13 18:06:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd3bd47

app-admin/sshguard: add ~arm, bug #649606

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 app-admin/sshguard/sshguard-2.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-2.1.0-r1.ebuild 
b/app-admin/sshguard/sshguard-2.1.0-r1.ebuild
index 03a8536fa97..6b5c2bc4136 100644
--- a/app-admin/sshguard/sshguard-2.1.0-r1.ebuild
+++ b/app-admin/sshguard/sshguard-2.1.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm x86 ~x86-fbsd"
 
 DEPEND="
sys-devel/flex



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2018-03-11 Thread Thomas Deutschmann
commit: e59e0246f2f85387ada7bf5a2c6e6a62c1739978
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 15:07:41 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 15:07:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59e0246

app-admin/sshguard: x86 stable (bug #649604)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/sshguard/sshguard-2.1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/sshguard/sshguard-2.1.0-r1.ebuild 
b/app-admin/sshguard/sshguard-2.1.0-r1.ebuild
index e4aaf2332fd..03a8536fa97 100644
--- a/app-admin/sshguard/sshguard-2.1.0-r1.ebuild
+++ b/app-admin/sshguard/sshguard-2.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 x86 ~x86-fbsd"
 
 DEPEND="
sys-devel/flex



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/, app-admin/sshguard/files/

2017-11-09 Thread Jeroen Roovers
commit: 45e5275c2de38f27454c5e43e13bc6802b75d81a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov  9 11:09:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov  9 11:09:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e5275c

app-admin/sshguard: Set proper libexec directory in configuration file.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-admin/sshguard/files/sshguard-2.1.0-conf.patch| 11 +++
 .../{sshguard-2.1.0.ebuild => sshguard-2.1.0-r1.ebuild}   |  3 +++
 2 files changed, 14 insertions(+)

diff --git a/app-admin/sshguard/files/sshguard-2.1.0-conf.patch 
b/app-admin/sshguard/files/sshguard-2.1.0-conf.patch
new file mode 100644
index 000..8874cc48904
--- /dev/null
+++ b/app-admin/sshguard/files/sshguard-2.1.0-conf.patch
@@ -0,0 +1,11 @@
+--- 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.1.0.ebuild 
b/app-admin/sshguard/sshguard-2.1.0-r1.ebuild
similarity index 93%
rename from app-admin/sshguard/sshguard-2.1.0.ebuild
rename to app-admin/sshguard/sshguard-2.1.0-r1.ebuild
index 1e45c36ba08..e4aaf2332fd 100644
--- a/app-admin/sshguard/sshguard-2.1.0.ebuild
+++ b/app-admin/sshguard/sshguard-2.1.0-r1.ebuild
@@ -25,6 +25,9 @@ DOCS=(
examples/sshguard.service
examples/whitelistfile.example
 )
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.1.0-conf.patch
+)
 
 src_install() {
default



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2017-11-01 Thread Jeroen Roovers
commit: 669dec33a63949b820ae271a4eec796315ab1d5b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov  1 09:32:14 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov  1 09:33:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669dec33

app-admin/sshguard: Version bump.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-admin/sshguard/Manifest  |  1 +
 app-admin/sshguard/sshguard-2.1.0.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index d9551114c11..16cb2542a1d 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,3 +1,4 @@
 DIST sshguard-1.7.1.tar.gz 832220 SHA256 
2e527589c9b33219222d827dff63974229d044de945729aa47271c4a29aaa195 SHA512 
205f45f0f1260ebf2a1efabe5b4391b23c219f37df096383d87c220e7392cf58827a4e509be65287bac5b2af49fa0fc390775e1472cff4fb28f2323821f00fd1
 WHIRLPOOL 
2810c8c77d623dd21baace30bcd4c20efe1f7544e0db3a8abe84ca823e4cc391ecde072d56e63e10c2a490d1417e18fcd9cae16692ac72fffbf216a23036798e
 DIST sshguard-2.0.0.tar.gz 886995 SHA256 
e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06 SHA512 
c9f7ef4b8d4b1ecbcee33b95e013c51f37b4a05226c6cd1f3c85006c83a32cf555644069d529a7317dcf6616f86a399d7338a5a414238de05bd41dc3005488e4
 WHIRLPOOL 
9ee1dc00c8f5571b3f36575e793a263dd70fa61f23c52bb446df5ffcddae981adbf7eb3c9dd6ad3894c1e434293297ab4894537a697df6282678ff5ebb5c3af9
 DIST sshguard-2.0.99.tar.gz 1110725 SHA256 
189b99b582ac70e2130402493b205b3608893301b49cedec84aa36c80ae2a308 SHA512 
776a241b7af9a4afb048c99791202c0bf0f5130e265116a0f049853f8eb3d108e056c75f9dc009cf93a0dffe8d34b18b6fddc63febd54cc35bb6e71d6d2e77bb
 WHIRLPOOL 
7905324d09974790412d16f3da775fb03f76cb0e4802268e78fd09e59c1586c290a3b70b820b833ebb9f7f9e0184bd1c91784d38036c36a65f5796f998529ba9
+DIST sshguard-2.1.0.tar.gz 1117466 SHA256 
21252a4834ad8408df384ee4ddf468624aa9de9cead5afde1c77380a48cf028a SHA512 
0a75e9d1a8c9c010c767a49e96e88db4a92aae8d428deebcff1ce8befa36b77cb1937f2fcb2a4e2a3e86d47896a8405265eb30ee7a603fc18a3ee117d646b119
 WHIRLPOOL 
35b44288ae78740b8c3f52ae1851ca0058bc9b3f33de61b7cb06690b970b60ce61d009b38fb91a543a12e0dbf3526ab7e448722d0446ebd51a2af2abf02aedb0

diff --git a/app-admin/sshguard/sshguard-2.1.0.ebuild 
b/app-admin/sshguard/sshguard-2.1.0.ebuild
new file mode 100644
index 000..1e45c36ba08
--- /dev/null
+++ b/app-admin/sshguard/sshguard-2.1.0.ebuild
@@ -0,0 +1,37 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2017-10-11 Thread Jeroen Roovers
commit: 9c27ff487835fe40390ccc72a9669aab7709c989
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Oct 11 08:33:08 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Oct 11 08:33:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c27ff48

app-admin/sshguard: Version bump.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-admin/sshguard/Manifest   |  1 +
 app-admin/sshguard/sshguard-2.0.99.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index ddbad181f92..d9551114c11 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,2 +1,3 @@
 DIST sshguard-1.7.1.tar.gz 832220 SHA256 
2e527589c9b33219222d827dff63974229d044de945729aa47271c4a29aaa195 SHA512 
205f45f0f1260ebf2a1efabe5b4391b23c219f37df096383d87c220e7392cf58827a4e509be65287bac5b2af49fa0fc390775e1472cff4fb28f2323821f00fd1
 WHIRLPOOL 
2810c8c77d623dd21baace30bcd4c20efe1f7544e0db3a8abe84ca823e4cc391ecde072d56e63e10c2a490d1417e18fcd9cae16692ac72fffbf216a23036798e
 DIST sshguard-2.0.0.tar.gz 886995 SHA256 
e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06 SHA512 
c9f7ef4b8d4b1ecbcee33b95e013c51f37b4a05226c6cd1f3c85006c83a32cf555644069d529a7317dcf6616f86a399d7338a5a414238de05bd41dc3005488e4
 WHIRLPOOL 
9ee1dc00c8f5571b3f36575e793a263dd70fa61f23c52bb446df5ffcddae981adbf7eb3c9dd6ad3894c1e434293297ab4894537a697df6282678ff5ebb5c3af9
+DIST sshguard-2.0.99.tar.gz 1110725 SHA256 
189b99b582ac70e2130402493b205b3608893301b49cedec84aa36c80ae2a308 SHA512 
776a241b7af9a4afb048c99791202c0bf0f5130e265116a0f049853f8eb3d108e056c75f9dc009cf93a0dffe8d34b18b6fddc63febd54cc35bb6e71d6d2e77bb
 WHIRLPOOL 
7905324d09974790412d16f3da775fb03f76cb0e4802268e78fd09e59c1586c290a3b70b820b833ebb9f7f9e0184bd1c91784d38036c36a65f5796f998529ba9

diff --git a/app-admin/sshguard/sshguard-2.0.99.ebuild 
b/app-admin/sshguard/sshguard-2.0.99.ebuild
new file mode 100644
index 000..1e45c36ba08
--- /dev/null
+++ b/app-admin/sshguard/sshguard-2.0.99.ebuild
@@ -0,0 +1,37 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2017-03-07 Thread Jeroen Roovers
commit: 704801398cef04d78a2793e5791c887f5168912a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Mar  8 04:47:22 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Mar  8 04:47:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70480139

app-admin/sshguard: Old.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-admin/sshguard/Manifest  |  1 -
 app-admin/sshguard/sshguard-1.99.0-r1.ebuild | 47 
 2 files changed, 48 deletions(-)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 2f6d45e221d..ddbad181f92 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,3 +1,2 @@
 DIST sshguard-1.7.1.tar.gz 832220 SHA256 
2e527589c9b33219222d827dff63974229d044de945729aa47271c4a29aaa195 SHA512 
205f45f0f1260ebf2a1efabe5b4391b23c219f37df096383d87c220e7392cf58827a4e509be65287bac5b2af49fa0fc390775e1472cff4fb28f2323821f00fd1
 WHIRLPOOL 
2810c8c77d623dd21baace30bcd4c20efe1f7544e0db3a8abe84ca823e4cc391ecde072d56e63e10c2a490d1417e18fcd9cae16692ac72fffbf216a23036798e
-DIST sshguard-1.99.0.tar.gz 878414 SHA256 
d55ec6f57c24d954998328e0363000dbded9aed0580cfe4b558fce0abe550f95 SHA512 
f691a123291f44b9b8a53a3f4fd599145da08819371d880f8ec70b77328aaa5c8b271e443ae5ff348f9f9a206b6b8b88dab84b2fad1e9e3d7d5f8a499fe67763
 WHIRLPOOL 
a35b4f3bff7841f5d380e8da0e347b968e7349611b9caf2a78c2ac306a0b18624bd9889fadbf4e63e237abf90e7a4da7f16574bc44f714724bfbb24d599cdd3a
 DIST sshguard-2.0.0.tar.gz 886995 SHA256 
e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06 SHA512 
c9f7ef4b8d4b1ecbcee33b95e013c51f37b4a05226c6cd1f3c85006c83a32cf555644069d529a7317dcf6616f86a399d7338a5a414238de05bd41dc3005488e4
 WHIRLPOOL 
9ee1dc00c8f5571b3f36575e793a263dd70fa61f23c52bb446df5ffcddae981adbf7eb3c9dd6ad3894c1e434293297ab4894537a697df6282678ff5ebb5c3af9

diff --git a/app-admin/sshguard/sshguard-1.99.0-r1.ebuild 
b/app-admin/sshguard/sshguard-1.99.0-r1.ebuild
deleted file mode 100644
index d7e41588491..000
--- a/app-admin/sshguard/sshguard-1.99.0-r1.ebuild
+++ /dev/null
@@ -1,47 +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
-   doc/developers.rst
-   doc/setup.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
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2017-03-07 Thread Jeroen Roovers
commit: 9bcc4c7256bca69b3dbd28f4a31079eafbdd0674
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Mar  8 04:45:28 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Mar  8 04:45:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bcc4c72

app-admin/sshguard: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-admin/sshguard/Manifest  |  1 +
 app-admin/sshguard/sshguard-2.0.0.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 0d4b10985ec..2f6d45e221d 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,2 +1,3 @@
 DIST sshguard-1.7.1.tar.gz 832220 SHA256 
2e527589c9b33219222d827dff63974229d044de945729aa47271c4a29aaa195 SHA512 
205f45f0f1260ebf2a1efabe5b4391b23c219f37df096383d87c220e7392cf58827a4e509be65287bac5b2af49fa0fc390775e1472cff4fb28f2323821f00fd1
 WHIRLPOOL 
2810c8c77d623dd21baace30bcd4c20efe1f7544e0db3a8abe84ca823e4cc391ecde072d56e63e10c2a490d1417e18fcd9cae16692ac72fffbf216a23036798e
 DIST sshguard-1.99.0.tar.gz 878414 SHA256 
d55ec6f57c24d954998328e0363000dbded9aed0580cfe4b558fce0abe550f95 SHA512 
f691a123291f44b9b8a53a3f4fd599145da08819371d880f8ec70b77328aaa5c8b271e443ae5ff348f9f9a206b6b8b88dab84b2fad1e9e3d7d5f8a499fe67763
 WHIRLPOOL 
a35b4f3bff7841f5d380e8da0e347b968e7349611b9caf2a78c2ac306a0b18624bd9889fadbf4e63e237abf90e7a4da7f16574bc44f714724bfbb24d599cdd3a
+DIST sshguard-2.0.0.tar.gz 886995 SHA256 
e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06 SHA512 
c9f7ef4b8d4b1ecbcee33b95e013c51f37b4a05226c6cd1f3c85006c83a32cf555644069d529a7317dcf6616f86a399d7338a5a414238de05bd41dc3005488e4
 WHIRLPOOL 
9ee1dc00c8f5571b3f36575e793a263dd70fa61f23c52bb446df5ffcddae981adbf7eb3c9dd6ad3894c1e434293297ab4894537a697df6282678ff5ebb5c3af9

diff --git a/app-admin/sshguard/sshguard-2.0.0.ebuild 
b/app-admin/sshguard/sshguard-2.0.0.ebuild
new file mode 100644
index 000..5ff11bd2529
--- /dev/null
+++ b/app-admin/sshguard/sshguard-2.0.0.ebuild
@@ -0,0 +1,45 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2017-01-29 Thread Jeroen Roovers
commit: f2e84d67a9c14aac962ccca704de8f48c5c76a2e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jan 29 20:37:37 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jan 29 20:37:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e84d67

app-admin/sshguard: Drop openrc dependency (bug #588726, comment #3 by David 
Heidelberg).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/sshguard/sshguard-1.7.1.ebuild  | 3 +--
 app-admin/sshguard/sshguard-1.99.0.ebuild | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-admin/sshguard/sshguard-1.7.1.ebuild 
b/app-admin/sshguard/sshguard-1.7.1.ebuild
index aa30368..a0ab1f7 100644
--- a/app-admin/sshguard/sshguard-1.7.1.ebuild
+++ b/app-admin/sshguard/sshguard-1.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,7 +24,6 @@ DEPEND="
 "
 RDEPEND="
${CDEPEND}
-   sys-apps/openrc
virtual/logger
 "
 

diff --git a/app-admin/sshguard/sshguard-1.99.0.ebuild 
b/app-admin/sshguard/sshguard-1.99.0.ebuild
index cdd6f9f..8a7fde6 100644
--- a/app-admin/sshguard/sshguard-1.99.0.ebuild
+++ b/app-admin/sshguard/sshguard-1.99.0.ebuild
@@ -24,7 +24,6 @@ DEPEND="
 "
 RDEPEND="
${CDEPEND}
-   sys-apps/openrc
virtual/logger
 "
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2017-01-29 Thread Jeroen Roovers
commit: 0c2fe5ba96e3853063eb3e856d99a5af355bf3d9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jan 29 20:39:57 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jan 29 20:39:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c2fe5ba

app-admin/sshguard: Drop openrc dependency (bug #588726, comment #3 by David 
Heidelberg).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/sshguard/{sshguard-1.99.0.ebuild => sshguard-1.99.0-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-admin/sshguard/sshguard-1.99.0.ebuild 
b/app-admin/sshguard/sshguard-1.99.0-r1.ebuild
similarity index 100%
rename from app-admin/sshguard/sshguard-1.99.0.ebuild
rename to app-admin/sshguard/sshguard-1.99.0-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2017-01-04 Thread Jeroen Roovers
commit: 21efe070c14057ec59021966db44267bd3a4f6af
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan  4 09:22:09 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan  4 09:22:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21efe070

app-admin/sshguard: Install default configuration file in /etc.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/sshguard/sshguard-1.99.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-1.99.0.ebuild 
b/app-admin/sshguard/sshguard-1.99.0.ebuild
index 120c7e2..cdd6f9f 100644
--- a/app-admin/sshguard/sshguard-1.99.0.ebuild
+++ b/app-admin/sshguard/sshguard-1.99.0.ebuild
@@ -34,7 +34,6 @@ DOCS=(
doc/developers.rst
doc/setup.rst
examples/net.sshguard.plist
-   examples/sshguard.conf.sample
examples/sshguard.service
examples/whitelistfile.example
 )
@@ -44,4 +43,7 @@ src_install() {
 
newinitd "${FILESDIR}"/${PN}.initd ${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   insinto /etc
+   newins examples/sshguard.conf.sample sshguard.conf
 }



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2017-01-04 Thread Jeroen Roovers
commit: 09e40a6ba10a0406cf8151e9f0675e4dfdd8555f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan  4 08:30:06 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan  4 08:30:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e40a6b

app-admin/sshguard: Install more documentation.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/sshguard/sshguard-1.99.0.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-admin/sshguard/sshguard-1.99.0.ebuild 
b/app-admin/sshguard/sshguard-1.99.0.ebuild
index b2dd9cf..120c7e2 100644
--- a/app-admin/sshguard/sshguard-1.99.0.ebuild
+++ b/app-admin/sshguard/sshguard-1.99.0.ebuild
@@ -31,6 +31,10 @@ RDEPEND="
 DOCS=(
CHANGELOG.rst
README.rst
+   doc/developers.rst
+   doc/setup.rst
+   examples/net.sshguard.plist
+   examples/sshguard.conf.sample
examples/sshguard.service
examples/whitelistfile.example
 )



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2017-01-04 Thread Jeroen Roovers
commit: 38e331d4942499216c16a5284dcb7c75aeeb7612
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan  4 08:22:19 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan  4 08:22:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e331d4

app-admin/sshguard: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/sshguard/Manifest   |  1 +
 app-admin/sshguard/sshguard-1.99.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 45f47aa..9dfc241 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,3 +1,4 @@
 DIST sshguard-1.5.tar.bz2 303767 SHA256 
b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19 SHA512 
6d17abccd94af9e7fb04a54477ff5686caa64dc36e2f2cbc4a8cd7bc293923daf2fee87fa7f2e247eba1b310abe68549e652ab3224c2d19822d2e8a0306e49e6
 WHIRLPOOL 
7d579f5c9a03d79f7cc7b51b537b91b053faa56653ba7c5182550ddab41c0fbcd12a6cd7a6dfb2d1e2323905ef3e35aaef9ca8175d97e26cb953d57403f46562
 DIST sshguard-1.7.0.tar.gz 769779 SHA256 
5ce784bc25dc9801fbfadc4117669ee02397526c420170ae1145ada96df8cd59 SHA512 
876789ee0a457b656f9d9488043f0d4f59cb2ba5a6fc3243f6f05e64995c6cf719bffa01bea7f96897b7092946e441507f2ced4f372fb475dfd7ec0cd70bda55
 WHIRLPOOL 
7ade8de747f398c7552b17bc3b6ce8c9400e169757072cd10147b2f0ca2e67c427a09e4761a63d9bcc24caca499464301388b4d8b709a4f8cc4325e57dbb312d
 DIST sshguard-1.7.1.tar.gz 832220 SHA256 
2e527589c9b33219222d827dff63974229d044de945729aa47271c4a29aaa195 SHA512 
205f45f0f1260ebf2a1efabe5b4391b23c219f37df096383d87c220e7392cf58827a4e509be65287bac5b2af49fa0fc390775e1472cff4fb28f2323821f00fd1
 WHIRLPOOL 
2810c8c77d623dd21baace30bcd4c20efe1f7544e0db3a8abe84ca823e4cc391ecde072d56e63e10c2a490d1417e18fcd9cae16692ac72fffbf216a23036798e
+DIST sshguard-1.99.0.tar.gz 878414 SHA256 
d55ec6f57c24d954998328e0363000dbded9aed0580cfe4b558fce0abe550f95 SHA512 
f691a123291f44b9b8a53a3f4fd599145da08819371d880f8ec70b77328aaa5c8b271e443ae5ff348f9f9a206b6b8b88dab84b2fad1e9e3d7d5f8a499fe67763
 WHIRLPOOL 
a35b4f3bff7841f5d380e8da0e347b968e7349611b9caf2a78c2ac306a0b18624bd9889fadbf4e63e237abf90e7a4da7f16574bc44f714724bfbb24d599cdd3a

diff --git a/app-admin/sshguard/sshguard-1.99.0.ebuild 
b/app-admin/sshguard/sshguard-1.99.0.ebuild
new file mode 100644
index ..b2dd9cf
--- /dev/null
+++ b/app-admin/sshguard/sshguard-1.99.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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}
+   sys-apps/openrc
+   virtual/logger
+"
+
+DOCS=(
+   CHANGELOG.rst
+   README.rst
+   examples/sshguard.service
+   examples/whitelistfile.example
+)
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2017-01-04 Thread Jeroen Roovers
commit: 1dd603fb736646bcb081c711907f7d68012cff09
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan  4 08:23:09 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan  4 08:23:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd603fb

app-admin/sshguard: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/sshguard/Manifest   |  2 -
 app-admin/sshguard/sshguard-1.5-r1.ebuild | 50 ---
 app-admin/sshguard/sshguard-1.7.0.ebuild  | 67 ---
 3 files changed, 119 deletions(-)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 9dfc241..0d4b109 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,4 +1,2 @@
-DIST sshguard-1.5.tar.bz2 303767 SHA256 
b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19 SHA512 
6d17abccd94af9e7fb04a54477ff5686caa64dc36e2f2cbc4a8cd7bc293923daf2fee87fa7f2e247eba1b310abe68549e652ab3224c2d19822d2e8a0306e49e6
 WHIRLPOOL 
7d579f5c9a03d79f7cc7b51b537b91b053faa56653ba7c5182550ddab41c0fbcd12a6cd7a6dfb2d1e2323905ef3e35aaef9ca8175d97e26cb953d57403f46562
-DIST sshguard-1.7.0.tar.gz 769779 SHA256 
5ce784bc25dc9801fbfadc4117669ee02397526c420170ae1145ada96df8cd59 SHA512 
876789ee0a457b656f9d9488043f0d4f59cb2ba5a6fc3243f6f05e64995c6cf719bffa01bea7f96897b7092946e441507f2ced4f372fb475dfd7ec0cd70bda55
 WHIRLPOOL 
7ade8de747f398c7552b17bc3b6ce8c9400e169757072cd10147b2f0ca2e67c427a09e4761a63d9bcc24caca499464301388b4d8b709a4f8cc4325e57dbb312d
 DIST sshguard-1.7.1.tar.gz 832220 SHA256 
2e527589c9b33219222d827dff63974229d044de945729aa47271c4a29aaa195 SHA512 
205f45f0f1260ebf2a1efabe5b4391b23c219f37df096383d87c220e7392cf58827a4e509be65287bac5b2af49fa0fc390775e1472cff4fb28f2323821f00fd1
 WHIRLPOOL 
2810c8c77d623dd21baace30bcd4c20efe1f7544e0db3a8abe84ca823e4cc391ecde072d56e63e10c2a490d1417e18fcd9cae16692ac72fffbf216a23036798e
 DIST sshguard-1.99.0.tar.gz 878414 SHA256 
d55ec6f57c24d954998328e0363000dbded9aed0580cfe4b558fce0abe550f95 SHA512 
f691a123291f44b9b8a53a3f4fd599145da08819371d880f8ec70b77328aaa5c8b271e443ae5ff348f9f9a206b6b8b88dab84b2fad1e9e3d7d5f8a499fe67763
 WHIRLPOOL 
a35b4f3bff7841f5d380e8da0e347b968e7349611b9caf2a78c2ac306a0b18624bd9889fadbf4e63e237abf90e7a4da7f16574bc44f714724bfbb24d599cdd3a

diff --git a/app-admin/sshguard/sshguard-1.5-r1.ebuild 
b/app-admin/sshguard/sshguard-1.5-r1.ebuild
deleted file mode 100644
index 3e1e0b0..
--- a/app-admin/sshguard/sshguard-1.5-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-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.bz2"
-
-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}
-   sys-apps/openrc
-   virtual/logger"
-
-src_prepare() {
-   sed -i configure -e '/OPTIMIZER_CFLAGS=/d' || die
-}
-
-src_configure() {
-   # Needed for usleep(3), see "nasty" in src/sshguard_logsuck.c
-   append-flags -D_BSD_SOURCE
-
-   local myconf
-   if use kernel_linux; then
-   myconf="--with-firewall=iptables"
-   elif use kernel_FreeBSD; then
-   use ipfilter && myconf="--with-firewall=ipfw" \
-   || myconf="--with-firewall=pf"
-   fi
-
-   econf ${myconf}
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   newinitd "${FILESDIR}"/${PN}.initd ${PN} || die
-   newconfd "${FILESDIR}"/${PN}.confd ${PN} || die
-   dodoc README Changes scripts/sshguard_backendgen.sh examples/* || die
-}

diff --git a/app-admin/sshguard/sshguard-1.7.0.ebuild 
b/app-admin/sshguard/sshguard-1.7.0.ebuild
deleted file mode 100644
index 9196fdf..
--- a/app-admin/sshguard/sshguard-1.7.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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}
-   sys-apps/openrc
-   virtual/logger
-"
-
-DOCS=(
-   CHANGELOG.rst
-   README.rst
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2016-12-29 Thread Agostino Sarubbo
commit: 73ebf8963ae6c3dfd9d3e85775de90fdea6fa03f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Dec 29 10:03:35 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Dec 29 10:03:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ebf896

app-admin/sshguard: amd64 stable wrt bug #603932

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/sshguard/sshguard-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-1.7.1.ebuild 
b/app-admin/sshguard/sshguard-1.7.1.ebuild
index aeed93f..9196fdf 100644
--- a/app-admin/sshguard/sshguard-1.7.1.ebuild
+++ b/app-admin/sshguard/sshguard-1.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~x86 ~x86-fbsd"
 IUSE="ipfilter kernel_FreeBSD kernel_linux"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2016-12-17 Thread Aaron Bauman
commit: 6e44767e3d080038d6dc97eac00bf42143fa48ea
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Dec 17 14:17:28 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Dec 17 14:17:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e44767e

app-admin/sshguard: amd64 stable wrt bug #597090

 app-admin/sshguard/sshguard-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-1.7.0.ebuild 
b/app-admin/sshguard/sshguard-1.7.0.ebuild
index aeed93f..9196fdf 100644
--- a/app-admin/sshguard/sshguard-1.7.0.ebuild
+++ b/app-admin/sshguard/sshguard-1.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~x86 ~x86-fbsd"
 IUSE="ipfilter kernel_FreeBSD kernel_linux"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2016-10-26 Thread Jeroen Roovers
commit: 7c80269b1ccdcd8c6a6aad5e31f0b049b9fdc953
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Oct 26 08:19:41 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Oct 26 08:20:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c80269b

app-admin/sshguard: Old.

Package-Manager: portage-2.3.2

 app-admin/sshguard/Manifest  |  2 --
 app-admin/sshguard/sshguard-1.6.2.ebuild | 62 
 app-admin/sshguard/sshguard-1.6.4.ebuild | 62 
 3 files changed, 126 deletions(-)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 09b9324..45f47aa 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,5 +1,3 @@
 DIST sshguard-1.5.tar.bz2 303767 SHA256 
b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19 SHA512 
6d17abccd94af9e7fb04a54477ff5686caa64dc36e2f2cbc4a8cd7bc293923daf2fee87fa7f2e247eba1b310abe68549e652ab3224c2d19822d2e8a0306e49e6
 WHIRLPOOL 
7d579f5c9a03d79f7cc7b51b537b91b053faa56653ba7c5182550ddab41c0fbcd12a6cd7a6dfb2d1e2323905ef3e35aaef9ca8175d97e26cb953d57403f46562
-DIST sshguard-1.6.2.tar.xz 405092 SHA256 
57f56724f475e81bbe5fc75dfcb573213bf7e446d7dd039dcf5ba8fa5bc2cb2b SHA512 
2819ef9270474c8b3f1d4c997818cf654aaf06089f3112a24a840df7708822a3d66189f5c7a4e4dba06d7c25bf011c43377f3f9aa97de4f9e664fe97464a5c57
 WHIRLPOOL 
b25ae60deadb771623a6d09a75844fb42815dcdeba239a65c565942bd70586ea661428b38e76e413ff1305aa39387c0117c4d205a8b4a8694575a811cab23799
-DIST sshguard-1.6.4.tar.gz 546934 SHA256 
654d5412ed010e500e2715ddeebfda57ab23c47a2bd30dfdc1e68c4f04c912a9 SHA512 
ac8eeb7c303757cfd8ebfa69425afa1a1c6f07998cbb49ee91649c23ff2693f66f315ca6cd04b2011a4d1951f10d69be0db9bbc05b8814d85376eeb3a3f294ee
 WHIRLPOOL 
bc4e678d1f2a9d153d105308bd70bd5801560ada691596601c6358145cd1684ff4403913a63af023a62c590b4a9bdde6bc2afe547d93e58dcc1e43ae347e26b6
 DIST sshguard-1.7.0.tar.gz 769779 SHA256 
5ce784bc25dc9801fbfadc4117669ee02397526c420170ae1145ada96df8cd59 SHA512 
876789ee0a457b656f9d9488043f0d4f59cb2ba5a6fc3243f6f05e64995c6cf719bffa01bea7f96897b7092946e441507f2ced4f372fb475dfd7ec0cd70bda55
 WHIRLPOOL 
7ade8de747f398c7552b17bc3b6ce8c9400e169757072cd10147b2f0ca2e67c427a09e4761a63d9bcc24caca499464301388b4d8b709a4f8cc4325e57dbb312d
 DIST sshguard-1.7.1.tar.gz 832220 SHA256 
2e527589c9b33219222d827dff63974229d044de945729aa47271c4a29aaa195 SHA512 
205f45f0f1260ebf2a1efabe5b4391b23c219f37df096383d87c220e7392cf58827a4e509be65287bac5b2af49fa0fc390775e1472cff4fb28f2323821f00fd1
 WHIRLPOOL 
2810c8c77d623dd21baace30bcd4c20efe1f7544e0db3a8abe84ca823e4cc391ecde072d56e63e10c2a490d1417e18fcd9cae16692ac72fffbf216a23036798e

diff --git a/app-admin/sshguard/sshguard-1.6.2.ebuild 
b/app-admin/sshguard/sshguard-1.6.2.ebuild
deleted file mode 100644
index 7e740f3..
--- a/app-admin/sshguard/sshguard-1.6.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-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.xz"
-
-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}
-   sys-apps/openrc
-   virtual/logger
-"
-
-DOCS=( ChangeLog README.rst scripts/sshguard_backendgen.sh )
-
-src_prepare() {
-   sed -i -e '/OPTIMIZER_CFLAGS=/d' configure || die
-}
-
-src_configure() {
-   # Needed for usleep(3), see "nasty" in src/sshguard_logsuck.c
-   append-cppflags -D_BSD_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
-
-   dodoc -r examples/
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}

diff --git a/app-admin/sshguard/sshguard-1.6.4.ebuild 
b/app-admin/sshguard/sshguard-1.6.4.ebuild
deleted file mode 100644
index e0c4c36..
--- a/app-admin/sshguard/sshguard-1.6.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-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"

[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2016-10-26 Thread Jeroen Roovers
commit: 52cacf5d7c43e0c7715af4d1696dad77f440cdac
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Oct 26 08:16:36 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Oct 26 08:20:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52cacf5d

app-admin/sshguard: Version bump.

Package-Manager: portage-2.3.2

 app-admin/sshguard/Manifest  |  1 +
 app-admin/sshguard/sshguard-1.7.1.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 2ac4e66..09b9324 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -2,3 +2,4 @@ DIST sshguard-1.5.tar.bz2 303767 SHA256 
b537f8765455fdf8424f87d4bd695e5b675b88e5
 DIST sshguard-1.6.2.tar.xz 405092 SHA256 
57f56724f475e81bbe5fc75dfcb573213bf7e446d7dd039dcf5ba8fa5bc2cb2b SHA512 
2819ef9270474c8b3f1d4c997818cf654aaf06089f3112a24a840df7708822a3d66189f5c7a4e4dba06d7c25bf011c43377f3f9aa97de4f9e664fe97464a5c57
 WHIRLPOOL 
b25ae60deadb771623a6d09a75844fb42815dcdeba239a65c565942bd70586ea661428b38e76e413ff1305aa39387c0117c4d205a8b4a8694575a811cab23799
 DIST sshguard-1.6.4.tar.gz 546934 SHA256 
654d5412ed010e500e2715ddeebfda57ab23c47a2bd30dfdc1e68c4f04c912a9 SHA512 
ac8eeb7c303757cfd8ebfa69425afa1a1c6f07998cbb49ee91649c23ff2693f66f315ca6cd04b2011a4d1951f10d69be0db9bbc05b8814d85376eeb3a3f294ee
 WHIRLPOOL 
bc4e678d1f2a9d153d105308bd70bd5801560ada691596601c6358145cd1684ff4403913a63af023a62c590b4a9bdde6bc2afe547d93e58dcc1e43ae347e26b6
 DIST sshguard-1.7.0.tar.gz 769779 SHA256 
5ce784bc25dc9801fbfadc4117669ee02397526c420170ae1145ada96df8cd59 SHA512 
876789ee0a457b656f9d9488043f0d4f59cb2ba5a6fc3243f6f05e64995c6cf719bffa01bea7f96897b7092946e441507f2ced4f372fb475dfd7ec0cd70bda55
 WHIRLPOOL 
7ade8de747f398c7552b17bc3b6ce8c9400e169757072cd10147b2f0ca2e67c427a09e4761a63d9bcc24caca499464301388b4d8b709a4f8cc4325e57dbb312d
+DIST sshguard-1.7.1.tar.gz 832220 SHA256 
2e527589c9b33219222d827dff63974229d044de945729aa47271c4a29aaa195 SHA512 
205f45f0f1260ebf2a1efabe5b4391b23c219f37df096383d87c220e7392cf58827a4e509be65287bac5b2af49fa0fc390775e1472cff4fb28f2323821f00fd1
 WHIRLPOOL 
2810c8c77d623dd21baace30bcd4c20efe1f7544e0db3a8abe84ca823e4cc391ecde072d56e63e10c2a490d1417e18fcd9cae16692ac72fffbf216a23036798e

diff --git a/app-admin/sshguard/sshguard-1.7.1.ebuild 
b/app-admin/sshguard/sshguard-1.7.1.ebuild
new file mode 100644
index ..aeed93f
--- /dev/null
+++ b/app-admin/sshguard/sshguard-1.7.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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}
+   sys-apps/openrc
+   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}
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2016-08-10 Thread Jeroen Roovers
commit: 7d9d29f963006724f6f008652b6788d9642c47c0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug 10 07:19:36 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug 10 07:20:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9d29f9

app-admin/sshguard: Version bump.

Package-Manager: portage-2.3.0

 app-admin/sshguard/Manifest  |  1 +
 app-admin/sshguard/sshguard-1.7.0.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index e28853d..2ac4e66 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,3 +1,4 @@
 DIST sshguard-1.5.tar.bz2 303767 SHA256 
b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19 SHA512 
6d17abccd94af9e7fb04a54477ff5686caa64dc36e2f2cbc4a8cd7bc293923daf2fee87fa7f2e247eba1b310abe68549e652ab3224c2d19822d2e8a0306e49e6
 WHIRLPOOL 
7d579f5c9a03d79f7cc7b51b537b91b053faa56653ba7c5182550ddab41c0fbcd12a6cd7a6dfb2d1e2323905ef3e35aaef9ca8175d97e26cb953d57403f46562
 DIST sshguard-1.6.2.tar.xz 405092 SHA256 
57f56724f475e81bbe5fc75dfcb573213bf7e446d7dd039dcf5ba8fa5bc2cb2b SHA512 
2819ef9270474c8b3f1d4c997818cf654aaf06089f3112a24a840df7708822a3d66189f5c7a4e4dba06d7c25bf011c43377f3f9aa97de4f9e664fe97464a5c57
 WHIRLPOOL 
b25ae60deadb771623a6d09a75844fb42815dcdeba239a65c565942bd70586ea661428b38e76e413ff1305aa39387c0117c4d205a8b4a8694575a811cab23799
 DIST sshguard-1.6.4.tar.gz 546934 SHA256 
654d5412ed010e500e2715ddeebfda57ab23c47a2bd30dfdc1e68c4f04c912a9 SHA512 
ac8eeb7c303757cfd8ebfa69425afa1a1c6f07998cbb49ee91649c23ff2693f66f315ca6cd04b2011a4d1951f10d69be0db9bbc05b8814d85376eeb3a3f294ee
 WHIRLPOOL 
bc4e678d1f2a9d153d105308bd70bd5801560ada691596601c6358145cd1684ff4403913a63af023a62c590b4a9bdde6bc2afe547d93e58dcc1e43ae347e26b6
+DIST sshguard-1.7.0.tar.gz 769779 SHA256 
5ce784bc25dc9801fbfadc4117669ee02397526c420170ae1145ada96df8cd59 SHA512 
876789ee0a457b656f9d9488043f0d4f59cb2ba5a6fc3243f6f05e64995c6cf719bffa01bea7f96897b7092946e441507f2ced4f372fb475dfd7ec0cd70bda55
 WHIRLPOOL 
7ade8de747f398c7552b17bc3b6ce8c9400e169757072cd10147b2f0ca2e67c427a09e4761a63d9bcc24caca499464301388b4d8b709a4f8cc4325e57dbb312d

diff --git a/app-admin/sshguard/sshguard-1.7.0.ebuild 
b/app-admin/sshguard/sshguard-1.7.0.ebuild
new file mode 100644
index 000..aeed93f
--- /dev/null
+++ b/app-admin/sshguard/sshguard-1.7.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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}
+   sys-apps/openrc
+   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}
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/files/

2016-07-01 Thread Patrice Clement
commit: 3871e9e589a8188cb81dd282fd52c935b0ecc447
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Thu Jun 30 17:53:29 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jul  1 07:34:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3871e9e5

app-admin/sshguard: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/1804

Signed-off-by: Patrice Clement  gentoo.org>

 app-admin/sshguard/files/sshguard-1.5-day-starts-with-0.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/app-admin/sshguard/files/sshguard-1.5-day-starts-with-0.patch 
b/app-admin/sshguard/files/sshguard-1.5-day-starts-with-0.patch
deleted file mode 100644
index a8f9ad0..000
--- a/app-admin/sshguard/files/sshguard-1.5-day-starts-with-0.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/src/parser/attack_scanner.l
-+++ b/src/parser/attack_scanner.l
-@@ -72,7 +72,7 @@
- 
- 
- MONTH   (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)
--DAYNO   [1-9][0-9]?
-+DAYNO   [0-9][0-9]?
- HOUR(0|1)[0-9]|2[0-4]
- MINPS   [0-5][0-9]
- WORD[a-zA-Z0-9][-_a-zA-Z0-9]+



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2016-05-08 Thread Jeroen Roovers
commit: 6545b97d64e8d3553862f780e54494a8a4e6c31d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun May  8 07:09:03 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun May  8 07:09:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6545b97d

app-admin/sshguard: Old.

Package-Manager: portage-2.2.28

 app-admin/sshguard/sshguard-1.5-r2.ebuild | 58 ---
 app-admin/sshguard/sshguard-1.5-r3.ebuild | 58 ---
 2 files changed, 116 deletions(-)

diff --git a/app-admin/sshguard/sshguard-1.5-r2.ebuild 
b/app-admin/sshguard/sshguard-1.5-r2.ebuild
deleted file mode 100644
index b96fc32..000
--- a/app-admin/sshguard/sshguard-1.5-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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.bz2"
-
-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}
-   sys-apps/openrc
-   virtual/logger"
-
-DOCS=( README Changes scripts/sshguard_backendgen.sh )
-
-src_prepare() {
-   sed -i configure -e '/OPTIMIZER_CFLAGS=/d' || die
-}
-
-src_configure() {
-   # Needed for usleep(3), see "nasty" in src/sshguard_logsuck.c
-   append-cppflags -D_BSD_SOURCE
-
-   local myconf
-   if use kernel_linux; then
-   einfo "Selected firewall backend: iptables"
-   myconf="--with-firewall=iptables"
-   elif use kernel_FreeBSD; then
-   if use ipfilter; then
-   einfo "Selected firewall backend: ipfw"
-   myconf="--with-firewall=ipfw"
-   else
-   einfo "Selected firewall backend: pf"
-   myconf="--with-firewall=pf"
-   fi
-   fi
-
-   econf ${myconf}
-}
-
-src_install() {
-   default
-   dodoc examples/*
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}

diff --git a/app-admin/sshguard/sshguard-1.5-r3.ebuild 
b/app-admin/sshguard/sshguard-1.5-r3.ebuild
deleted file mode 100644
index ad5ca34..000
--- a/app-admin/sshguard/sshguard-1.5-r3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils flag-o-matic
-
-DESCRIPTION="protects hosts from brute force attacks against ssh"
-HOMEPAGE="http://sshguard.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-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}
-   sys-apps/openrc
-   virtual/logger"
-
-DOCS=( README Changes scripts/sshguard_backendgen.sh )
-
-src_prepare() {
-   sed -i -e '/OPTIMIZER_CFLAGS=/d' configure || die
-   epatch "${FILESDIR}"/${P}-day-starts-with-0.patch
-}
-
-src_configure() {
-   # Needed for usleep(3), see "nasty" in src/sshguard_logsuck.c
-   append-cppflags -D_BSD_SOURCE
-
-   local myconf
-   if use kernel_linux; then
-   einfo "Selected firewall backend: iptables"
-   myconf="--with-firewall=iptables"
-   elif use kernel_FreeBSD; then
-   if use ipfilter; then
-   einfo "Selected firewall backend: ipfw"
-   myconf="--with-firewall=ipfw"
-   else
-   einfo "Selected firewall backend: pf"
-   myconf="--with-firewall=pf"
-   fi
-   fi
-
-   econf ${myconf}
-}
-
-src_install() {
-   default
-   dodoc examples/*
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2016-05-08 Thread Jeroen Roovers
commit: 132a6ed735d049f2c7ab954e53afa1c1f75a932a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun May  8 07:03:10 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun May  8 07:03:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132a6ed7

app-admin/sshguard: Version bump (bug #581968 by needle).

Package-Manager: portage-2.2.28

 app-admin/sshguard/Manifest  |  1 +
 app-admin/sshguard/sshguard-1.6.4.ebuild | 62 
 2 files changed, 63 insertions(+)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 5a31ba7..e28853d 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,2 +1,3 @@
 DIST sshguard-1.5.tar.bz2 303767 SHA256 
b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19 SHA512 
6d17abccd94af9e7fb04a54477ff5686caa64dc36e2f2cbc4a8cd7bc293923daf2fee87fa7f2e247eba1b310abe68549e652ab3224c2d19822d2e8a0306e49e6
 WHIRLPOOL 
7d579f5c9a03d79f7cc7b51b537b91b053faa56653ba7c5182550ddab41c0fbcd12a6cd7a6dfb2d1e2323905ef3e35aaef9ca8175d97e26cb953d57403f46562
 DIST sshguard-1.6.2.tar.xz 405092 SHA256 
57f56724f475e81bbe5fc75dfcb573213bf7e446d7dd039dcf5ba8fa5bc2cb2b SHA512 
2819ef9270474c8b3f1d4c997818cf654aaf06089f3112a24a840df7708822a3d66189f5c7a4e4dba06d7c25bf011c43377f3f9aa97de4f9e664fe97464a5c57
 WHIRLPOOL 
b25ae60deadb771623a6d09a75844fb42815dcdeba239a65c565942bd70586ea661428b38e76e413ff1305aa39387c0117c4d205a8b4a8694575a811cab23799
+DIST sshguard-1.6.4.tar.gz 546934 SHA256 
654d5412ed010e500e2715ddeebfda57ab23c47a2bd30dfdc1e68c4f04c912a9 SHA512 
ac8eeb7c303757cfd8ebfa69425afa1a1c6f07998cbb49ee91649c23ff2693f66f315ca6cd04b2011a4d1951f10d69be0db9bbc05b8814d85376eeb3a3f294ee
 WHIRLPOOL 
bc4e678d1f2a9d153d105308bd70bd5801560ada691596601c6358145cd1684ff4403913a63af023a62c590b4a9bdde6bc2afe547d93e58dcc1e43ae347e26b6

diff --git a/app-admin/sshguard/sshguard-1.6.4.ebuild 
b/app-admin/sshguard/sshguard-1.6.4.ebuild
new file mode 100644
index 000..e0c4c36
--- /dev/null
+++ b/app-admin/sshguard/sshguard-1.6.4.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+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}
+   sys-apps/openrc
+   virtual/logger
+"
+
+DOCS=( ChangeLog README.rst )
+
+src_prepare() {
+   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
+
+   dodoc -r examples/
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/, app-admin/sshguard/files/

2015-12-16 Thread Jeroen Roovers
commit: e92a08bc8829ab7ccf0127e5a653b3cea45b7582
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Dec 16 08:13:50 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Dec 16 08:13:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92a08bc

app-admin/sshguard: Version bump (bug #567642 by Noramo).

Package-Manager: portage-2.2.26

 app-admin/sshguard/Manifest  |  1 +
 app-admin/sshguard/files/sshguard.initd  |  2 +-
 app-admin/sshguard/sshguard-1.6.1.ebuild | 62 
 3 files changed, 64 insertions(+), 1 deletion(-)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 4b35a74..47cfb52 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1 +1,2 @@
 DIST sshguard-1.5.tar.bz2 303767 SHA256 
b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19 SHA512 
6d17abccd94af9e7fb04a54477ff5686caa64dc36e2f2cbc4a8cd7bc293923daf2fee87fa7f2e247eba1b310abe68549e652ab3224c2d19822d2e8a0306e49e6
 WHIRLPOOL 
7d579f5c9a03d79f7cc7b51b537b91b053faa56653ba7c5182550ddab41c0fbcd12a6cd7a6dfb2d1e2323905ef3e35aaef9ca8175d97e26cb953d57403f46562
+DIST sshguard-1.6.1.tar.xz 416088 SHA256 
f431899c20fa2f41fa293605af96ff97d44823b84db41c914ee60da44f1ff6c8 SHA512 
a21c28e2efcadeff514c8a5b1ed938ba466f9116b40ee4283ad411fe6248bfa7186d9add9a136399f659a74fb2b517c6033027ec546dae9bec5b47edf32db3ed
 WHIRLPOOL 
22a0ace695e9ab6e173bc0bf2d23d584113be0298253d5a13df3749071c68edcd581f3118c326dc42c8b643420b62d1389534b91a2fc537bb9abca49fb84ffbc

diff --git a/app-admin/sshguard/files/sshguard.initd 
b/app-admin/sshguard/files/sshguard.initd
index 03b6a09..659c3f7 100644
--- a/app-admin/sshguard/files/sshguard.initd
+++ b/app-admin/sshguard/files/sshguard.initd
@@ -12,7 +12,7 @@ SSHGUARD_PIDFILE=${SSHGUARD_PIDFILE:-/var/run/${SVCNAME}.pid}
 
 start() {
ebegin "Starting sshguard"
-   [[ -z ${SSHGUARD_WAIT} ]] && SSHGUARD_WAIT=999
+   [ -z "${SSHGUARD_WAIT}" ] && SSHGUARD_WAIT=999
start-stop-daemon --start --wait ${SSHGUARD_WAIT} --background --quiet 
--exec \
/usr/sbin/sshguard -- -i ${SSHGUARD_PIDFILE} ${SSHGUARD_OPTS}
eend $?

diff --git a/app-admin/sshguard/sshguard-1.6.1.ebuild 
b/app-admin/sshguard/sshguard-1.6.1.ebuild
new file mode 100644
index 000..7e740f3
--- /dev/null
+++ b/app-admin/sshguard/sshguard-1.6.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+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.xz"
+
+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}
+   sys-apps/openrc
+   virtual/logger
+"
+
+DOCS=( ChangeLog README.rst scripts/sshguard_backendgen.sh )
+
+src_prepare() {
+   sed -i -e '/OPTIMIZER_CFLAGS=/d' configure || die
+}
+
+src_configure() {
+   # Needed for usleep(3), see "nasty" in src/sshguard_logsuck.c
+   append-cppflags -D_BSD_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
+
+   dodoc -r examples/
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2015-12-16 Thread Jeroen Roovers
commit: 59517e9d8ccaaf9156477654edb228a9797b6ca1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Dec 16 08:19:18 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Dec 16 08:19:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59517e9d

app-admin/sshguard: Version bump.

Package-Manager: portage-2.2.26

 app-admin/sshguard/Manifest | 2 +-
 app-admin/sshguard/{sshguard-1.6.1.ebuild => sshguard-1.6.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/Manifest b/app-admin/sshguard/Manifest
index 47cfb52..5a31ba7 100644
--- a/app-admin/sshguard/Manifest
+++ b/app-admin/sshguard/Manifest
@@ -1,2 +1,2 @@
 DIST sshguard-1.5.tar.bz2 303767 SHA256 
b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19 SHA512 
6d17abccd94af9e7fb04a54477ff5686caa64dc36e2f2cbc4a8cd7bc293923daf2fee87fa7f2e247eba1b310abe68549e652ab3224c2d19822d2e8a0306e49e6
 WHIRLPOOL 
7d579f5c9a03d79f7cc7b51b537b91b053faa56653ba7c5182550ddab41c0fbcd12a6cd7a6dfb2d1e2323905ef3e35aaef9ca8175d97e26cb953d57403f46562
-DIST sshguard-1.6.1.tar.xz 416088 SHA256 
f431899c20fa2f41fa293605af96ff97d44823b84db41c914ee60da44f1ff6c8 SHA512 
a21c28e2efcadeff514c8a5b1ed938ba466f9116b40ee4283ad411fe6248bfa7186d9add9a136399f659a74fb2b517c6033027ec546dae9bec5b47edf32db3ed
 WHIRLPOOL 
22a0ace695e9ab6e173bc0bf2d23d584113be0298253d5a13df3749071c68edcd581f3118c326dc42c8b643420b62d1389534b91a2fc537bb9abca49fb84ffbc
+DIST sshguard-1.6.2.tar.xz 405092 SHA256 
57f56724f475e81bbe5fc75dfcb573213bf7e446d7dd039dcf5ba8fa5bc2cb2b SHA512 
2819ef9270474c8b3f1d4c997818cf654aaf06089f3112a24a840df7708822a3d66189f5c7a4e4dba06d7c25bf011c43377f3f9aa97de4f9e664fe97464a5c57
 WHIRLPOOL 
b25ae60deadb771623a6d09a75844fb42815dcdeba239a65c565942bd70586ea661428b38e76e413ff1305aa39387c0117c4d205a8b4a8694575a811cab23799

diff --git a/app-admin/sshguard/sshguard-1.6.1.ebuild 
b/app-admin/sshguard/sshguard-1.6.2.ebuild
similarity index 100%
rename from app-admin/sshguard/sshguard-1.6.1.ebuild
rename to app-admin/sshguard/sshguard-1.6.2.ebuild