aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c4551b4079ff..44c13e4a3330 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ 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.
+20180317:
+ AFFECTS: users of multimedia/plexpy
+ AUTHOR: feld@FreeBSD.org
+
+ Plexpy project has been renamed to Tautulli due to copyright
+ infringement. The software also has received a major update. Please
+ see the following upgrade instructions:
+
+ - Install multimedia/tautulli
+ - Create /var/db/tautulli, owned by the user you will run the daemon as
+ (default: nobody).
+ - Copy your config.ini and plexpy.db to /var/db/tautulli
+ - Enable the service and start the software
+
+ Tautulli should automatically find your database file, rename it to
+ tautulli.db, and perform the required updates.
+
20180310:
AFFECTS: users of security/openssl
AUTHOR: brnrd@FreeBSD.org