mirror of
https://github.com/openwrt/packages.git
synced 2025-03-15 10:18:37 +00:00
iputils: bump to 20240905
Refresh patches Signed-off-by: Noah Meyerhans <frodo@morgul.net>
This commit is contained in:
committed by
Rosen Penev
parent
d9cc0e1cd4
commit
b1635b899d
net/iputils
@ -9,13 +9,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=iputils
|
PKG_NAME:=iputils
|
||||||
PKG_VERSION:=20240117
|
PKG_VERSION:=20240905
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/iputils/iputils/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://github.com/iputils/iputils/releases/download/$(PKG_VERSION)
|
||||||
PKG_HASH:=a5d66e2997945b2541b8f780a7f5a5ec895d53a517ae1dc4f3ab762573edea9a
|
PKG_HASH:=1ff0c762578d5b0c1c5fbbd081f80f3137ba4f115e5854a4439e36449343bfdb
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/iputils-$(PKG_VERSION)
|
|
||||||
|
|
||||||
PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
|
PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Description: set a static version string rather than discern it from git
|
Description: set a static version string rather than discern it from git
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -19,6 +19,7 @@ add_project_arguments(
|
@@ -20,6 +20,7 @@ add_project_arguments(
|
||||||
|
|
||||||
conf = configuration_data()
|
conf = configuration_data()
|
||||||
conf.set_quoted('PACKAGE_NAME', meson.project_name())
|
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_arping = get_option('BUILD_ARPING')
|
||||||
build_clockdiff = get_option('BUILD_CLOCKDIFF')
|
build_clockdiff = get_option('BUILD_CLOCKDIFF')
|
||||||
@@ -148,10 +149,10 @@ foreach h : [
|
@@ -149,10 +150,10 @@ foreach h : [
|
||||||
endif
|
endif
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user