git: 98cdf6ebfb17 - main - databases/mysql81-server: Deprecate/Set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Jul 2024 07:20:02 UTC
The branch main has been updated by samm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=98cdf6ebfb1713de9f2eef199d10a14bd65da33d
commit 98cdf6ebfb1713de9f2eef199d10a14bd65da33d
Author: Oleksii Samorukov <samm@FreeBSD.org>
AuthorDate: 2024-07-31 07:18:42 +0000
Commit: Oleksii Samorukov <samm@FreeBSD.org>
CommitDate: 2024-07-31 07:18:42 +0000
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