From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fping/
Date: Sat, 08 Mar 2025 01:37:29 +0000 (UTC) [thread overview]
Message-ID: <1741397760.e50e510f2d87d3427794a6b137f98be9d6467be0.sam@gentoo> (raw)
commit: e50e510f2d87d3427794a6b137f98be9d6467be0
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Mar 5 07:26:54 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 8 01:36:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50e510f
net-analyzer/fping: add 5.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/40906
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/fping/Manifest | 1 +
net-analyzer/fping/fping-5.3.ebuild | 39 +++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/net-analyzer/fping/Manifest b/net-analyzer/fping/Manifest
index 78cb10654baa..3e71c09d8c1f 100644
--- a/net-analyzer/fping/Manifest
+++ b/net-analyzer/fping/Manifest
@@ -1,2 +1,3 @@
DIST fping-5.1.tar.gz 191224 BLAKE2B 2fb344e650b5a359fb8780f2c599455d39405ae823edf695ee4385aa2661dc5811e088bafa1b9f53846ee90c0afa959a92832381a03346d1fda048eb4e7ee098 SHA512 1a208da8dcd99093d0512af5d85ba5e7b5743ec97993d24c1fe612bb58d93090ac1ba0952f648aa075f16d390a77c4be65e394ae56dbede2a6914e0e8c68e2bd
DIST fping-5.2.tar.gz 194259 BLAKE2B 7efb445f32ffe2d3766d598da5f1585270ae8e68ceb8b64e418040f330e7736bfaf0313077e28b12031af25ed7952943603d3a5908174c3f78d9a1af0b735da9 SHA512 062896662804c55ffe2d4e3eb7efc2ff796d20a77b367e16f8fa381e302986b5127ca55f0866bbf08f8ae2b2f6795ec4c5d43dc59ebec157fb3e8eff25d0bdb3
+DIST fping-5.3.tar.gz 197370 BLAKE2B cc7b8bd2c8099c8bfb5e14d5b27f45cf1dc1aef24f941f5bf9c7aede95dac9472d2fe4033e8b7ea66fea8d901b99a7c908e7beff5484c0577c3f88517ef1a7ea SHA512 b8cdc6bbd64cc854387b3868843e14d493ddae5ed3edbdc907326e16f1a9418a4bff3c9d07611edd0e78c055bca735ff7d326ef154b34e32b2d2d35956eb06fe
diff --git a/net-analyzer/fping/fping-5.3.ebuild b/net-analyzer/fping/fping-5.3.ebuild
new file mode 100644
index 000000000000..405e54c36db2
--- /dev/null
+++ b/net-analyzer/fping/fping-5.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit fcaps
+
+DESCRIPTION="Utility to ping multiple hosts at once"
+HOMEPAGE="https://fping.org/ https://github.com/schweikert/fping/"
+SRC_URI="
+ https://fping.org/dist/${P}.tar.gz
+ https://github.com/schweikert/fping/releases/download/v${PV}/${P}.tar.gz
+"
+
+LICENSE="fping"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug suid"
+# There are some tests in ci/* but they don't seem to be for packaging
+# (they want to modify the live FS by e.g. copying to /tmp.)
+RESTRICT="test"
+
+FILECAPS=( cap_net_raw+ep usr/sbin/fping )
+
+src_configure() {
+ econf \
+ $(use_enable debug) \
+ --enable-ipv6
+}
+
+src_install() {
+ default
+
+ if use suid; then
+ fperms u+s /usr/sbin/fping
+ fi
+
+ dosym fping /usr/sbin/fping6
+}
next reply other threads:[~2025-03-08 1:37 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-08 1:37 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-25 12:46 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fping/ Arthur Zamarin
2024-10-29 21:04 Andreas K. Hüttel
2024-09-24 16:15 Arthur Zamarin
2024-09-23 9:13 Arthur Zamarin
2024-09-23 9:13 Arthur Zamarin
2024-04-29 8:05 Arthur Zamarin
2024-04-29 8:05 Arthur Zamarin
2024-04-29 8:05 Arthur Zamarin
2024-04-21 13:50 Sam James
2022-12-16 7:51 Sam James
2022-12-16 7:51 Sam James
2022-12-16 7:51 Sam James
2022-12-16 7:51 Sam James
2022-05-16 19:57 Sam James
2021-01-06 14:35 Fabian Groffen
2020-11-30 15:59 Aaron Bauman
2020-11-27 16:10 Agostino Sarubbo
2020-11-27 8:41 Agostino Sarubbo
2020-11-27 8:39 Agostino Sarubbo
2020-11-27 8:07 Agostino Sarubbo
2020-11-27 0:07 Thomas Deutschmann
2020-08-05 12:29 Jeroen Roovers
2020-07-25 10:49 Jeroen Roovers
2019-06-17 9:27 Jeroen Roovers
2017-09-23 6:46 Jeroen Roovers
2017-06-26 7:54 Alexis Ballier
2017-05-30 10:56 Jeroen Roovers
2017-05-30 10:50 Jeroen Roovers
2017-01-29 19:33 Fabian Groffen
2017-01-17 14:24 Agostino Sarubbo
2017-01-15 15:50 Agostino Sarubbo
2016-12-21 22:54 Thomas Deutschmann
2016-09-04 10:21 Tobias Klausmann
2016-08-17 5:49 Jeroen Roovers
2015-10-23 5:47 Jeroen Roovers
2015-10-22 11:15 Lars Wendler
2015-10-15 8:56 Lars Wendler
2015-10-15 5:42 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1741397760.e50e510f2d87d3427794a6b137f98be9d6467be0.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox