Commit Graph

5 Commits

Author SHA1 Message Date
Tianling Shen 3c8d6669a7 Revert "gping: lock cargo dependencies"
It's enabled by default now.
Make use of MAKE_PATH while at it.

This reverts commit 0118fb4896.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-08-22 17:12:09 +08:00
Tianling Shen 0118fb4896 gping: lock cargo dependencies
The new version of dns-lookup failed to build with musl:

error[E0308]: mismatched types
   --> gping/src/main.rs:331:19
    |
331 |         Ok(ip) => ip,
    |                   ^^ expected `Vec<IpAddr>`, found opaque type
    |
   ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dns-lookup-2.1.0/src/lookup.rs:17:46
    |
17  | pub fn lookup_host(host: &str) -> io::Result<impl Iterator<Item = IpAddr> + use<>> {
    |                                              ------------------------------------ the found opaque type
    |
    = note:   expected struct `Vec<IpAddr>`

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-08-11 19:58:29 +08:00
Jonas Jelonek c108b34de3 gping: update to 1.18.0
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
(cherry picked from commit c3dcb6c152)
2025-08-11 19:58:29 +08:00
Jonas Jelonek 5611870b7c gping: update to 1.17.3
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2024-07-31 13:21:25 +02:00
Jonas Jelonek e8cf9d422d gping: new package
gping is ping but with a graph. It graphically plots ping results
over time in terminal, allows multiple hosts to ping in parallel,
uses coloured output and can also plot the execution time of
arbitrary commands.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2024-03-16 06:50:14 +08:00