Date: Mon, 13 Jan 2025 22:12:49 GMT From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 665856b84d49 - main - databases/mysql90-{server|client}: Deprecate/Set to expire Message-ID: <202501132212.50DMCnUZ058669@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=665856b84d4913a7a4995817674151a31733b2c0 commit 665856b84d4913a7a4995817674151a31733b2c0 Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2025-01-13 22:10:16 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2025-01-13 22:12:41 +0000 databases/mysql90-{server|client}: Deprecate/Set to expire MySQL 9.0 is not supported by the vendor, see https://endoflife.date/mysql Upgrade to MySQL 9.1 Sponsored by: Netzkommune GmbH --- databases/mysql90-client/Makefile | 3 +++ databases/mysql90-server/Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/databases/mysql90-client/Makefile b/databases/mysql90-client/Makefile index c3df62430812..0d1cb4678051 100644 --- a/databases/mysql90-client/Makefile +++ b/databases/mysql90-client/Makefile @@ -6,6 +6,9 @@ COMMENT= Multithreaded SQL database (client) LICENSE+= LGPL21 +DEPRECATED= MySQL 9.0 is no longer supported by the vendor +EXPIRATION_DATE=2025-01-31 + # MySQL8.2+ supports only 64-bit platforms # Review list after 13.x EoL NOT_FOR_ARCHS= armv6 armv7 i386 powerpc diff --git a/databases/mysql90-server/Makefile b/databases/mysql90-server/Makefile index 89655d44221f..7354872624f5 100644 --- a/databases/mysql90-server/Makefile +++ b/databases/mysql90-server/Makefile @@ -11,6 +11,9 @@ WWW= https://www.mysql.com/ LICENSE= GPLv2 +DEPRECATED= MySQL 9.0 is no longer supported by the vendor +EXPIRATION_DATE=2025-01-31 + # MySQL8.2+ supports only 64-bit platforms # Review list after 13.x EoL NOT_FOR_ARCHS= armv6 armv7 i386 powerpc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501132212.50DMCnUZ058669>