Page MenuHomeSolus

Initial packaging of iputils s20190709
ClosedPublic

Authored by silke on Mar 9 2020, 9:53 PM.
Tags
None
Referenced Files
F11053277: D8462.id20986.diff
Thu, Aug 10, 10:56 PM
F11053276: D8462.id20254.diff
Thu, Aug 10, 10:56 PM
F11053275: D8462.id.diff
Thu, Aug 10, 10:56 PM
F11053274: D8462.id20983.diff
Thu, Aug 10, 10:56 PM
F11053273: D8462.id20890.diff
Thu, Aug 10, 10:56 PM
F11037760: D8462.diff
Wed, Aug 9, 9:10 PM
F11000627: D8462.diff
Sat, Jul 29, 12:43 PM
F10921264: D8462.id20890.diff
Jul 9 2023, 12:07 PM
Subscribers

Details

Summary

The ping command has been renamed to iputils-ping in order to avoid conflicts with inetutils.

Depends on D8461
Resolves T8801

Test Plan

Executed the following successfully:

arping -c 4 $host
clockdiff $host
iputils-ping -4 -c 4 $host
iputils-ping -6 -c 4 $host

tracepath -4 transip.nl
tracepath -6 transip.nl
traceroute6 transip.nl

systemctl start ninfod
iputils-ping -c1 -6 -N node localhost

rarpd, rdisc and tftpd are untested.

Diff Detail

Repository
R4960 iputils
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

silke requested review of this revision.Mar 9 2020, 9:53 PM

Some binaries could really use CAP_NET_RAW, not sure how to set that it in package.yml though (as this is stripped in the package).

JoshStrobl edited the summary of this revision. (Show Details)
JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
7

This needs to be a list not a comma-separated string

12

Why is networking needed?

17

pkgconfigs should be above static builddeps

This revision now requires changes to proceed.Apr 15 2020, 2:50 PM

Fix networking, license and builddeps ordering

package.yml
7

Ack. I have also updated the license for rdisc, which is Rdisc, not AS-IS.

12

It isn't, this is a leftover from some debugging. I have removed it.

JoshStrobl added inline comments.
package.yml
8

This is not a valid SPDX 3.0 identifier: https://spdx.org/licenses/

Should be GPL-2.0-or-later

9

This is not a valid SPDX 3.0 identifier: https://spdx.org/licenses/

Should be BSD-3-Clause

This revision now requires changes to proceed.Apr 26 2020, 12:45 PM

Update licenses to be valid SPDX identifiers

This revision is now accepted and ready to land.Apr 26 2020, 1:10 PM
This revision was automatically updated to reflect the committed changes.