Bug 276186 - net/http_ping: Deprecate and set expiration date to 2024-02-29
Summary: net/http_ping: Deprecate and set expiration date to 2024-02-29
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-07 20:46 UTC by Daniel Engberg
Modified: 2024-02-08 02:24 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (hrs)


Attachments
Patch for http_ping (420 bytes, patch)
2024-01-07 20:46 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-01-07 20:46:39 UTC
Created attachment 247516 [details]
Patch for http_ping

This utility only supports HTTP/1.0 which is considered deprecated and being phased out
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-01-07 20:47:12 UTC
If the functionality is still of interest https://github.com/fever-ch/http-ping looks to be a good replacement
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-01-22 19:59:02 UTC
A commit in branch main references this bug:

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

commit 0c895b819c3f189a44cb30344b85968ef5b08c10
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-22 19:51:22 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-22 19:58:36 +0000

    net/http_ping: Deprecate and set expiration date to 2024-02-29

    Only supports HTTP/1.0 which is considered deprecated and being
    phased out.

    If the functionality is still of interest
    https://github.com/fever-ch/http-ping appears to be a good replacement

    PR:             276186
    Approved by:    portmgr (maintainer timeout, 2+ weeks)

 net/http_ping/Makefile | 3 +++
 1 file changed, 3 insertions(+)
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-02-08 02:24:33 UTC
A commit in branch main references this bug:

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

commit 9b2e6bb3ac6af7758b56de789bad49510bccb05d
Author:     Hiroki Sato <hrs@FreeBSD.org>
AuthorDate: 2024-02-08 02:17:48 +0000
Commit:     Hiroki Sato <hrs@FreeBSD.org>
CommitDate: 2024-02-08 02:17:48 +0000

    net/http_ping: Update to 20160309

    A patch has been added to fix a TLS negotiation failure when
    connecting a server with SNI.

    PR:     276186

 net/http_ping/Makefile                      | 12 ++++++----
 net/http_ping/distinfo                      |  5 ++--
 net/http_ping/files/patch-Makefile          | 37 ++++++++++++++---------------
 net/http_ping/files/patch-http_ping.c (new) | 28 ++++++++++++++++++++++
 4 files changed, 56 insertions(+), 26 deletions(-)