[gentoo-commits] repo/gentoo:master commit in: net-analyzer/firewalk/

2020-11-27 Thread Aaron Bauman
commit: 5c221559e446cc9c68d655786d481cc3a796be1e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Nov 27 14:35:32 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Nov 27 14:35:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c221559

net-analyzer/firewalk: drop old

Signed-off-by: Aaron Bauman  gentoo.org>

 net-analyzer/firewalk/firewalk-5.0-r1.ebuild | 33 
 1 file changed, 33 deletions(-)

diff --git a/net-analyzer/firewalk/firewalk-5.0-r1.ebuild 
b/net-analyzer/firewalk/firewalk-5.0-r1.ebuild
deleted file mode 100644
index e43aa7500b1..000
--- a/net-analyzer/firewalk/firewalk-5.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="A tool for determining a firewall's rule set"
-HOMEPAGE="http://packetfactory.openwall.net/projects/firewalk/;
-SRC_URI="mirror://gentoo/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-DEPEND="
-   dev-libs/libdnet
-   net-libs/libnet:1.1
-   net-libs/libpcap
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/Firewalk"
-
-DOCS=( README TODO BUGS )
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-gcc3.4.diff
-}
-
-src_install() {
-   default
-   doman man/firewalk.8
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/firewalk/

2020-11-27 Thread Agostino Sarubbo
commit: 9b6db155bd3b50c490fa21d5acc5f943128bb953
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 27 08:38:21 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 27 08:38:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6db155

net-analyzer/firewalk: amd64 stable wrt bug #756979

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

 net-analyzer/firewalk/firewalk-5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/firewalk/firewalk-5.0-r2.ebuild 
b/net-analyzer/firewalk/firewalk-5.0-r2.ebuild
index aa7236219b2..f074571d7ec 100644
--- a/net-analyzer/firewalk/firewalk-5.0-r2.ebuild
+++ b/net-analyzer/firewalk/firewalk-5.0-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${P}.tgz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 
 DEPEND="
dev-libs/libdnet



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/firewalk/

2020-11-26 Thread Thomas Deutschmann
commit: 93a269306f948e2c55e0ae8602361936f28a6fb1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Nov 27 00:04:57 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Nov 27 00:04:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a26930

net-analyzer/firewalk: x86 stable (bug #756979)

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

 net-analyzer/firewalk/firewalk-5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/firewalk/firewalk-5.0-r2.ebuild 
b/net-analyzer/firewalk/firewalk-5.0-r2.ebuild
index 40b2b60d3a8..aa7236219b2 100644
--- a/net-analyzer/firewalk/firewalk-5.0-r2.ebuild
+++ b/net-analyzer/firewalk/firewalk-5.0-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${P}.tgz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 DEPEND="
dev-libs/libdnet



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/firewalk/, net-analyzer/firewalk/files/

2020-01-08 Thread Jeroen Roovers
commit: da1a0855fad66cdf517dd88322585ae66121b6d1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan  8 08:50:21 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan  8 08:50:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1a0855

net-analyzer/firewalk: EAPI=7, fix usage()

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

 .../firewalk/files/firewalk-5.0-usage.diff | 22 +++
 net-analyzer/firewalk/firewalk-5.0-r2.ebuild   | 32 ++
 2 files changed, 54 insertions(+)

diff --git a/net-analyzer/firewalk/files/firewalk-5.0-usage.diff 
b/net-analyzer/firewalk/files/firewalk-5.0-usage.diff
new file mode 100644
index 000..dac54f55813
--- /dev/null
+++ b/net-analyzer/firewalk/files/firewalk-5.0-usage.diff
@@ -0,0 +1,22 @@
+--- a/include/firewalk.h
 b/include/firewalk.h
+@@ -280,7 +280,7 @@
+ /* dump usage */
+ void
+ usage(
+-u_char */* argv[0] */
++char */* argv[0] */
+ );
+ 
+ #endif /* _FIREWALK_H */
+--- a/src/main.c
 b/src/main.c
+@@ -171,7 +171,7 @@
+ }
+ 
+ void
+-usage(u_char *argv0)
++usage(char *argv0)
+ {
+ fprintf(stderr, "Usage : %s [options] target_gateway metric\n"
+ "\t\t   [-d %d - %d] destination port to use (ramping phase)\n"

diff --git a/net-analyzer/firewalk/firewalk-5.0-r2.ebuild 
b/net-analyzer/firewalk/firewalk-5.0-r2.ebuild
new file mode 100644
index 000..40b2b60d3a8
--- /dev/null
+++ b/net-analyzer/firewalk/firewalk-5.0-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A tool for determining a firewall's rule set"
+HOMEPAGE="http://packetfactory.openwall.net/projects/firewalk/;
+SRC_URI="mirror://gentoo/${P}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+   dev-libs/libdnet
+   net-libs/libnet:1.1
+   net-libs/libpcap
+"
+RDEPEND="
+   ${DEPEND}
+"
+S=${WORKDIR}/${PN^}
+DOCS=( README TODO BUGS )
+PATCHES=(
+   "${FILESDIR}"/${P}-gcc3.4.diff
+   "${FILESDIR}"/${P}-usage.diff
+)
+
+src_install() {
+   default
+   doman man/firewalk.8
+}