iputils: bump to 20240905
authorNoah Meyerhans <frodo@morgul.net>
Mon, 9 Sep 2024 13:06:29 +0000 (09:06 -0400)
committerRosen Penev <rosenp@gmail.com>
Wed, 25 Sep 2024 19:30:21 +0000 (12:30 -0700)
Refresh patches

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
net/iputils/Makefile
net/iputils/patches/001_version_fix.patch

index 824717f468660d1c153810e0805b066344558238..774c06ae321ade485d39878aa80a45f8e4b1cd5f 100644 (file)
@@ -9,13 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=iputils
-PKG_VERSION:=20240117
+PKG_VERSION:=20240905
 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:=a5d66e2997945b2541b8f780a7f5a5ec895d53a517ae1dc4f3ab762573edea9a
-PKG_BUILD_DIR:=$(BUILD_DIR)/iputils-$(PKG_VERSION)
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+PKG_SOURCE_URL:=https://github.com/iputils/iputils/releases/download/$(PKG_VERSION)
+PKG_HASH:=1ff0c762578d5b0c1c5fbbd081f80f3137ba4f115e5854a4439e36449343bfdb
 
 PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
 PKG_LICENSE:=BSD-3-Clause
index e8dbd369b1b3e78e97f4b8212dfc04d11da490e2..a589d51f8c5583fd28ca863692506a2fa8055c88 100644 (file)
@@ -1,7 +1,7 @@
 Description: set a static version string rather than discern it from git
 --- a/meson.build
 +++ b/meson.build
-@@ -19,6 +19,7 @@ add_project_arguments(
+@@ -20,6 +20,7 @@ add_project_arguments(
  
  conf = configuration_data()
  conf.set_quoted('PACKAGE_NAME', meson.project_name())
@@ -9,7 +9,7 @@ Description: set a static version string rather than discern it from git
  
  build_arping = get_option('BUILD_ARPING')
  build_clockdiff = get_option('BUILD_CLOCKDIFF')
-@@ -148,10 +149,10 @@ foreach h : [
+@@ -149,10 +150,10 @@ foreach h : [
        endif
  endforeach