Bug 275628 - net-mgmt/ping_exporter: Update to 1.1.0
Summary: net-mgmt/ping_exporter: Update to 1.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL: https://github.com/czerwonk/ping_expo...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-08 10:08 UTC by Boris Korzun
Modified: 2023-12-28 17:10 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (jp+ports)
drtr0jan: maintainer-feedback? (jp+ports)


Attachments
ping_exporter.diff (2.53 KB, patch)
2023-12-08 10:08 UTC, Boris Korzun
no flags Details | Diff
ping_exporter.diff (6.01 KB, patch)
2023-12-28 09:22 UTC, Boris Korzun
drtr0jan: maintainer-approval? (jp+ports)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Korzun 2023-12-08 10:08:22 UTC
Created attachment 246901 [details]
ping_exporter.diff

Update to 1.1.0

Changelog:
* Feature: disable ipv4 addresses
* implement custom labels for targets
* auto discover targets using tailscale API

https://github.com/czerwonk/ping_exporter/releases/tag/1.1.0
Comment 1 Boris Korzun 2023-12-28 09:22:52 UTC
Created attachment 247313 [details]
ping_exporter.diff

Fix setuid by bug #275705. Also sanited rc-script.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-12-28 17:10:12 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b534a3d03a7dfab1f70b755b668d0feab4b40bb5

commit b534a3d03a7dfab1f70b755b668d0feab4b40bb5
Author:     Boris Korzun <drtr0jan@yandex.ru>
AuthorDate: 2023-12-28 16:54:28 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-12-28 17:09:50 +0000

    net-mgmt/ping_exporter: Update to 1.1.0

    ChangeLog: https://github.com/czerwonk/ping_exporter/releases/tag/1.1.0

     * bump golang.org/x/net from 0.5.0 to 0.7.0
     * Feature: disable ipv4 addresses
     * implement custom labels for targets
     * auto discover targets using tailscale API

    PR:             275628
    Reported by:    drtr0jan@yandex.ru
    Approved by:    jp+ports@supplntr.io (maintainer, timeout > 2 weeks)

 net-mgmt/ping_exporter/Makefile               | 11 ++-----
 net-mgmt/ping_exporter/distinfo               | 10 +++---
 net-mgmt/ping_exporter/files/ping_exporter.in | 47 ++++++++-------------------
 net-mgmt/ping_exporter/pkg-plist              |  2 --
 4 files changed, 22 insertions(+), 48 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-12-28 17:10:23 UTC
Committed,

Thanks!