git: 7915eb5cbe18 - main - UPDATING: Add instructions for MariaDB users to chase p5-DBD-mysql4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Apr 2024 20:42:01 UTC
The branch main has been updated by flo: URL: https://cgit.FreeBSD.org/ports/commit/?id=7915eb5cbe18153b51601e2b524e96363daf067c commit 7915eb5cbe18153b51601e2b524e96363daf067c Author: Florian Smeets <flo@FreeBSD.org> AuthorDate: 2024-04-08 20:37:51 +0000 Commit: Florian Smeets <flo@FreeBSD.org> CommitDate: 2024-04-08 20:41:06 +0000 UPDATING: Add instructions for MariaDB users to chase p5-DBD-mysql4 MFH: 2024Q2 --- UPDATING | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/UPDATING b/UPDATING index 42acad4dcb9f..a8d3f2680b3d 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20240408: + AFFECTS: users of databases/p5-DBD-mysql + AUTHOR: flo@FreeBSD.org + + Upstream removed support for MariaDB from the 5.0 branch. So if you use + MariaDB you need to use databases/p5-DBD-mysql4 from now on. + + Portmaster users: + portmaster -o databases/p5-DBD-mysql4 databases/p5-DBD-mysql + portmaster -a + + Portupgrade users: + portupgrade -o databases/p5-DBD-mysql4 -f databases/p5-DBD-mysql + portupgrade -a + 20240330: AFFECTS: users of mail/spamassassin AUTHOR: cy@FreeBSD.org