git: 51d9ef64dc9b - main - databases/mysql55-server: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 May 2022 12:44:59 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=51d9ef64dc9b96e2cc659490d0dcfa2a2d156569
commit 51d9ef64dc9b96e2cc659490d0dcfa2a2d156569
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-05-04 12:41:32 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-05-04 12:44:51 +0000
databases/mysql55-server: Mark DEPRECATED
According to the upstream document
https://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf
MySQL 5.5 has reached it's Extended Support on December 2018. Under
sustaining support there is no New updates, fixes, security alerts, data
fixes, and critical patch updates. Hence we are setting it to EXPIRE
before 2022Q3.
PR: 263762
Approved by: ale (maintainer)
---
databases/mysql55-server/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile
index 684e15435e06..26858eaef772 100644
--- a/databases/mysql55-server/Makefile
+++ b/databases/mysql55-server/Makefile
@@ -12,6 +12,9 @@ COMMENT?= Multithreaded SQL database (server)
LICENSE= GPLv2
+DEPRECATED= Upstream support ended on December 2018
+EXPIRATION_DATE= 2022-06-30
+
SLAVEDIRS= databases/mysql55-client
USES= cmake:insource,noninja compiler:c++11-lang cpe readline shebangfix
CXXFLAGS+= ${CPPFLAGS}