Skip to content

Commit

Permalink
net/http_ping: Deprecate and set expiration date to 2024-02-29
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Jan 22, 2024
1 parent da41a5f commit 0c895b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions net/http_ping/Makefile
Expand Up @@ -9,6 +9,9 @@ MAINTAINER= hrs@FreeBSD.org
COMMENT= Measure HTTP Latency
WWW= https://www.acme.com/software/http_ping/

DEPRECATED= Supports only HTTP/1.0
EXPIRATION_DATE=2024-02-29

USES= ssl
WRKSRC= ${WRKDIR}/${PORTNAME}
CFLAGS+= -I${OPENSSLINC}
Expand Down

0 comments on commit 0c895b8

Please sign in to comment.