summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorFlorian Franzmann2022-12-04 10:40:49 +0100
committerFlorian Franzmann2022-12-04 11:06:47 +0100
commitaaf3bb22e3a420f6875dedfd3914939f4cfc2d94 (patch)
tree968a964ff1bbbe972ab84b7e3dfb15e7555539f2 /net
parentb86f6702940fe473d1801074fd0b9e9c5aabef05 (diff)
net/iputils: version 20221126
Diffstat (limited to 'net')
-rwxr-xr-xnet/iputils/CONFIGURE10
-rwxr-xr-xnet/iputils/DETAILS7
-rw-r--r--net/iputils/HISTORY3
3 files changed, 6 insertions, 14 deletions
diff --git a/net/iputils/CONFIGURE b/net/iputils/CONFIGURE
index 9aa5a9f68c..f107ec0310 100755
--- a/net/iputils/CONFIGURE
+++ b/net/iputils/CONFIGURE
@@ -6,17 +6,9 @@ config_query_option IPUTILS_OPTS 'Build clockdiff?' y \
BUILD_CLOCKDIFF={true,false} &&
config_query_option IPUTILS_OPTS 'Build ping?' y \
BUILD_PING={true,false} &&
-config_query_option IPUTILS_OPTS 'Build rarpd?' n \
- BUILD_RARPD={true,false} &&
-config_query_option IPUTILS_OPTS 'Build rdisc?' y \
- BUILD_RDISC={true,false} &&
-config_query_option IPUTILS_OPTS 'Build rdisc server?' y \
- BUILD_RDISC_SERVER={true,false} &&
config_query_option IPUTILS_OPTS 'Build tftpd?' y \
BUILD_TFTPD={true,false} &&
config_query_option IPUTILS_OPTS 'Build tracepath?' y \
BUILD_TRACEPATH={true,false} &&
config_query_option IPUTILS_OPTS 'Build traceroute6?' n \
- BUILD_TRACEROUTE6={true,false} &&
-config_query_option IPUTILS_OPTS 'Build ninfod?' y \
- BUILD_NINFOD={true,false}
+ BUILD_TRACEROUTE6={true,false}
diff --git a/net/iputils/DETAILS b/net/iputils/DETAILS
index a725a6e743..ff590bdf0d 100755
--- a/net/iputils/DETAILS
+++ b/net/iputils/DETAILS
@@ -1,9 +1,9 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=iputils
- VERSION=20211215
+ VERSION=20221126
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/refs/tags/${VERSION}.tar.gz
- SOURCE_HASH=sha512:191062e51f7c8e8b38e3e4a96845adb77cd69f487d548c7cc578fad544443b4bc0dbe965d8f8e6fbda0a2f5b2fe2829789c05f873190c53d773245959298f6e9
+ SOURCE_HASH=sha512:7fdfd76e6f2977039bc0930a1a5451f17319bf17beefc429751d99ffe143a83344d5b4cdbf008627bd70caafeadaf906a8b7c00393fa819e50d6c02b512c367f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/iputils/iputils"
LICENSE[0]=GPL
@@ -16,10 +16,7 @@ These tools are included in iputils
* arping
* clockdiff
- * ninfod
* ping
- * rarpd
- * rdisc
* tftpd
* tracepath
* traceroute6
diff --git a/net/iputils/HISTORY b/net/iputils/HISTORY
index c1a44e9224..d22d5b985f 100644
--- a/net/iputils/HISTORY
+++ b/net/iputils/HISTORY
@@ -1,3 +1,6 @@
+2022-12-04 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS, CONFIGURE: version 20221126
+
2022-08-14 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: removed dependency on gcc