git: 8c78e1d83beb - main - java/apache-commons-httpclient: set expiration date
Ronald Klop <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a83433c.34332.67fe4b5__24148.0916550913$1786987342$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c78e1d83beb58525987fe4712df067755bdb823 commit 8c78e1d83beb58525987fe4712df067755bdb823 Author: Ronald Klop <[email protected]> AuthorDate: 2026-07-31 21:04:49 +0000 Commit: Ronald Klop <[email protected]> CommitDate: 2026-08-17 17:21:42 +0000 java/apache-commons-httpclient: set expiration date The port has known vulnerabilities and is already deprecated. Expire as the last two consumers (editors/openoffice-*) are now also set to expire. PR: 296671 --- java/apache-commons-httpclient/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/apache-commons-httpclient/Makefile b/java/apache-commons-httpclient/Makefile index f40478b238cc..2c43ae63fa0d 100644 --- a/java/apache-commons-httpclient/Makefile +++ b/java/apache-commons-httpclient/Makefile @@ -1,6 +1,6 @@ PORTNAME= commons-httpclient DISTVERSION= 3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= java www MASTER_SITES= APACHE/httpcomponents/${PORTNAME}/source PKGNAMEPREFIX= apache- @@ -13,6 +13,7 @@ WWW= https://hc.apache.org/httpclient-3.x/ LICENSE= APACHE20 DEPRECATED= The Commons HttpClient project is end of life. Replaced by the Apache HttpComponents project in port www/httpclient. +EXPIRATION_DATE= 2026-10-31 BUILD_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging BUILD_DEPENDS+= ${JAVALIBDIR}/commons-codec.jar:java/apache-commons-codec