iputils: bump to 20240117
authorJan Klos <jan@klos.xyz>
Wed, 24 Jan 2024 16:57:27 +0000 (17:57 +0100)
committerRosen Penev <rosenp@gmail.com>
Mon, 5 Feb 2024 00:20:38 +0000 (16:20 -0800)
Signed-off-by: Jan Klos <jan@klos.xyz>
net/iputils/Makefile
net/iputils/patches/001_version_fix.patch

index 8fdc119f90cb900c7a4347e13d98e66a41cb56e5..824717f468660d1c153810e0805b066344558238 100644 (file)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=iputils
-PKG_VERSION:=20211215
-PKG_RELEASE:=2
+PKG_VERSION:=20240117
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/iputils/iputils/tar.gz/$(PKG_VERSION)?
-PKG_HASH:=b6f67fc705490673ff4471d006221b4a2f1b1180b929d9fefd771352621ccedf
+PKG_HASH:=a5d66e2997945b2541b8f780a7f5a5ec895d53a517ae1dc4f3ab762573edea9a
 PKG_BUILD_DIR:=$(BUILD_DIR)/iputils-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
index ca6c76e9f341e3c2ad903862c47e06d2019294d0..e8dbd369b1b3e78e97f4b8212dfc04d11da490e2 100644 (file)
@@ -6,10 +6,10 @@ Description: set a static version string rather than discern it from git
  conf = configuration_data()
  conf.set_quoted('PACKAGE_NAME', meson.project_name())
 +conf.set('VCS_TAG', meson.project_version())
- conf.set('_GNU_SOURCE', 1, description : 'Enable GNU extensions on systems that have them.')
  
  build_arping = get_option('BUILD_ARPING')
-@@ -208,10 +209,10 @@ foreach h : [
+ build_clockdiff = get_option('BUILD_CLOCKDIFF')
+@@ -148,10 +149,10 @@ foreach h : [
        endif
  endforeach