aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2022-02-01 08:28:00 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2022-04-28 02:19:08 +0000
commit27e36df36a9d47e844b1fa83d4136b63fee7c905 (patch)
tree247eac1f532fff4415dcae16b06aaaaa0a6762fa /UPDATING
parent06391ed84e0a4b2733b678b8db5f210a0c8c4c76 (diff)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
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