Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2023 12:21:10 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8641701aa2bf - main - mail/cclient: Mark DEPRECATED
Message-ID:  <202311161221.3AGCLAB4095573@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8641701aa2bf7c576a111c456597462592a65a23

commit 8641701aa2bf7c576a111c456597462592a65a23
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-11-16 12:18:38 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-11-16 12:20:51 +0000

    mail/cclient: Mark DEPRECATED
    
    - Upstream last release was in 2007
    - Known to have multiple bugs and vulnerabilities
    - Use the more recent mail/panda-cclient
    - Set EXPIRATION_DATE to 2023-12-16
---
 mail/cclient/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile
index 1d437bb834f1..c4754b786c6c 100644
--- a/mail/cclient/Makefile
+++ b/mail/cclient/Makefile
@@ -17,6 +17,9 @@ WWW=		http://www.washington.edu/imap/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Last upstream release was in 2007 so use the fork mail/panda-cclient
+EXPIRATION_DATE=	2023-12-16
+
 CONFLICTS_INSTALL=	panda-cclient-20*
 
 OPTIONS_DEFINE=	SSL SSL_AND_PLAINTEXT IPV6 MBX_DEFAULT



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311161221.3AGCLAB4095573>