From 27e36df36a9d47e844b1fa83d4136b63fee7c905 Mon Sep 17 00:00:00 2001 From: Yasuhiro Kimura Date: Tue, 1 Feb 2022 17:28:00 +0900 Subject: databases/redis: Update to 7.0.0 * Mark BROKEN if any of external lua library options are enabled. Upstream add new APIs to bundled lua library and use them in source code of redis. This makes it impossible to compile and link redis with external lua libraries. According to the commit message of upstream repository they took the code of new API from the repository of lua. It means linking with external lua libraries may get possible again if they are updated. So mark BROKEN rather than remove these options. * Update CONFLICTS of databases/redis*. * Switch to DISTVERSION. * Pet portlint and portclippy. * Tidy up Makefile with portfmt. ChangeLog: https://github.com/redis/redis/releases/tag/7.0.0 Security: cc42db1c-c65f-11ec-ad96-0800270512f4 --- UPDATING | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index dcf737eeb631..1cf2bf54cf0d 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,22 @@ 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. +20220428: + AFFECTS: users of databases/redis + AUTHOR: yasu@FreeBSD.org + + The databases/redis port has been updated to 7.0. Users wanting to + stay on 6.2 can replace databases/redis with databases/redis62 with + one of the following commands. + + If you use pkg with binary packages: + # pkg set -o databases/redis:databases/redis62 + # pkg upgrade + If you use portmaster: + # portmaster -o databases/redis62 databases/redis + If you use portupgrade: + # portupgrade -o databases/redis62 databases/redis + 20220426: AFFECTS: users of deskutils/grantleetheme AUTHOR: kde@FreeBSD.org -- cgit v1.2.3