iperf: update to 3.21 and bundle in base image#72
Open
samtheruby wants to merge 1 commit into
Open
Conversation
- bump iperf 3.17.1 -> 3.21 (esnet/iperf release 3.21) - move package from network-tools-depends into packages/network, since it is now a first-class base-image package (resolved by name, so the Network Tools addon still picks it up) - install only the iperf3 binary to avoid shipping libiperf/headers/man - add iperf to the virtual/network metapackage so iperf3 is baked into the image at /usr/bin/iperf3 without needing the Network Tools addon Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
3.17.1→3.21(esnet/iperf release 3.21), with the verified source-archive SHA256.addons/addon-depends/network-tools-depends/intopackages/network/, since it's now a first-class base-image package (packages resolve by name, so the Network Tools addon still picks it up unchanged).makeinstall_targetto ship only theiperf3binary, avoidinglibiperf.a, headers and man pages in the image.iperfto thevirtual/networkmetapackage soiperf3is baked into every image at/usr/bin/iperf3— no need to install the Network Tools addon.Effect
iperf3always present at/usr/bin/iperf3.iperf3and symlinksiperf→iperf3).Testing
dd289b67…) and confirmed the binary builds atsrc/iperf3(bin_PROGRAMS = iperf3).🤖 Generated with Claude Code