git: 87b04fbcc9db - main - security/mbedtls: Update EXPIRATION_DATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Jan 2025 04:51:12 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=87b04fbcc9db9d289be48e518bda2ee125f40d9f commit 87b04fbcc9db9d289be48e518bda2ee125f40d9f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-02 03:09:00 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-02 04:51:06 +0000 security/mbedtls: Update EXPIRATION_DATE ... due to the problem in users because of the removed file. --- security/mbedtls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile index 62bb29dd41ca..3fdd43f9d37f 100644 --- a/security/mbedtls/Makefile +++ b/security/mbedtls/Makefile @@ -12,7 +12,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Upstream support ends at the end of 2024 -EXPIRATION_DATE= 2024-12-31 +EXPIRATION_DATE= 2025-03-31 # not until issues in security/mbedtls3 are fixed: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283782 USES= cmake:testing pathfix python:build,test shebangfix tar:bz2 USE_LDCONFIG= yes