diff options
author | Noah Meyerhans <frodo@morgul.net> | 2022-01-01 12:35:10 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-01-10 11:18:09 -0800 |
commit | 2978bc1977096184b3f4e18601000db835c15e70 (patch) | |
tree | 44d03bed644388d88bf0745784abcca367f49ad7 /net/iputils/patches | |
parent | 4e0a711bc259ec4705d1da53de7c8984190e6cc4 (diff) |
iputils: bump to 20211215
Drop the tftpd binary, which is no longer provided upstream. Users
should switch to the atftp server as a replacement.
Avoid executing runtime tests, which are not supported in cross-build
environments.
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Diffstat (limited to 'net/iputils/patches')
-rw-r--r-- | net/iputils/patches/001_version_fix.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/iputils/patches/001_version_fix.patch b/net/iputils/patches/001_version_fix.patch index e9237903c..ca6c76e9f 100644 --- a/net/iputils/patches/001_version_fix.patch +++ b/net/iputils/patches/001_version_fix.patch @@ -1,7 +1,7 @@ Description: set a static version string rather than discern it from git --- a/meson.build +++ b/meson.build -@@ -17,6 +17,7 @@ add_project_arguments( +@@ -19,6 +19,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 conf.set('_GNU_SOURCE', 1, description : 'Enable GNU extensions on systems that have them.') build_arping = get_option('BUILD_ARPING') -@@ -207,10 +208,10 @@ foreach h : [ +@@ -208,10 +209,10 @@ foreach h : [ endif endforeach |