From 98cdf6ebfb1713de9f2eef199d10a14bd65da33d Mon Sep 17 00:00:00 2001 From: Oleksii Samorukov Date: Wed, 31 Jul 2024 09:18:42 +0200 Subject: [PATCH] databases/mysql81-server: Deprecate/Set to expire MySQL 8.1 is not supported by the vendor and has unfixed security issues. Upgrade to LTS version is recommended. --- databases/mysql81-client/Makefile | 3 +++ databases/mysql81-server/Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/databases/mysql81-client/Makefile b/databases/mysql81-client/Makefile index 92862c0a7afb..b87b2e5d62c1 100644 --- a/databases/mysql81-client/Makefile +++ b/databases/mysql81-client/Makefile @@ -6,6 +6,9 @@ COMMENT= Multithreaded SQL database (client) LICENSE+= LGPL21 +DEPRECATED= MySQL 8.1 is not supported by the vendor and has unfixed vulnerabilies +EXPIRATION_DATE=2024-09-01 + MASTERDIR= ${.CURDIR}/../mysql81-server PKGMESSAGE= ${.CURDIR}/pkg-message diff --git a/databases/mysql81-server/Makefile b/databases/mysql81-server/Makefile index 0e6f987a760b..b65cc8a957ae 100644 --- a/databases/mysql81-server/Makefile +++ b/databases/mysql81-server/Makefile @@ -12,6 +12,9 @@ WWW= https://www.mysql.com/ LICENSE= GPLv2 +DEPRECATED= MySQL 8.1 is not supported by the vendor and has unfixed vulnerabilies +EXPIRATION_DATE=2024-09-01 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX} SLAVEDIRS= databases/mysql81-client