git: b419071c768c - main - security/globalprotect-openconnect: Mark DEPRECATED
Kousuke Kannagi <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by mce: URL: https://cgit.FreeBSD.org/ports/commit/?id=b419071c768c2a6da7ab3b539a0ede0741c00f2e commit b419071c768c2a6da7ab3b539a0ede0741c00f2e Author: Kousuke Kannagi <[email protected]> AuthorDate: 2026-07-15 23:35:41 +0000 Commit: Kousuke Kannagi <[email protected]> CommitDate: 2026-07-31 08:15:19 +0000 security/globalprotect-openconnect: Mark DEPRECATED 2.0.0, which fixes the vulnerability, was released in February 2024. The latest release is 2.6.4. PR: 296823 Approved by: [email protected] (maintainer, timeout 2 weeks) Approved by: fluffy (mentor) --- security/globalprotect-openconnect/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/globalprotect-openconnect/Makefile b/security/globalprotect-openconnect/Makefile index 5b9972e1b627..1c097c3ce743 100644 --- a/security/globalprotect-openconnect/Makefile +++ b/security/globalprotect-openconnect/Makefile @@ -1,7 +1,7 @@ PORTNAME= globalprotect-openconnect DISTVERSIONPREFIX= v DISTVERSION= 1.4.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net-vpn MAINTAINER= [email protected] @@ -11,6 +11,9 @@ WWW= https://github.com/yuezk/GlobalProtect-openconnect LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= This version has a vulnerability (CVE-2021-45810) +EXPIRATION_DATE= 2026-08-31 + LIB_DEPENDS= libopenconnect.so:security/openconnect \ libqt5keychain.so:security/qtkeychain@qt5