aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2021-08-18 23:35:18 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2021-08-18 23:37:45 +0000
commit6f1d9defbd273136c63f4b2da7654ef3135ff3aa (patch)
treea73b86fd43b97ed269e9b6563ed2b1efcc52cfa6 /UPDATING
parentb5787296b108006bb65599e272f9dec88aa908fa (diff)
downloadports-6f1d9defbd273136c63f4b2da7654ef3135ff3aa.tar.gz
ports-6f1d9defbd273136c63f4b2da7654ef3135ff3aa.zip
databases/redis*: update databases/redis to 6.2.5.
Update CONFLICTS for databases/redis* ports. Add a notice to UPDATING. Connect databases/redis6 to build.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 724c705d52a8..43cfdbe759fc 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20210818:
+ AFFECTS: users of databases/redis
+ AUTHOR: osa@FreeBSD.org
+
+ The databases/redis port has been updated to the recent stable release.
+ Users wanting to stay on v6.0 can replace databases/redis with
+ databases/redis6 with one of the following commands:
+
+ # pkg install databases/redis6
+ or
+ # portmaster -o databases/redis6 databases/redis
+ or
+ # portupgrade -o databases/redis6 databases/redis
+
20210805:
AFFECTS: users of sysutils/beats7
AUTHOR: otis@FreeBSD.org