Summary: | net/http_ping: Deprecate and set expiration date to 2024-02-29 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Daniel Engberg <diizzy> | ||||
Component: | Individual Port(s) | Assignee: | Hiroki Sato <hrs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | diizzy | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(hrs) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
If the functionality is still of interest https://github.com/fever-ch/http-ping looks to be a good replacement 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(+) 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(-) |
Created attachment 247516 [details] Patch for http_ping This utility only supports HTTP/1.0 which is considered deprecated and being phased out