aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING54
1 files changed, 54 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 30c04781a501..15183756e95c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,60 @@ 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.
+20190911:
+ AFFECTS: users of security/bastillion
+ AUTHOR: netchild@FreeBSD.org
+
+ The datastore of bastillion needs to be updated:
+ java -jar $PREFIX/jetty_bastillion/upgrade/bastillion-upgrade-3.08.00.jar \
+ $PREFIX/jetty_bastillion/bastillion/WEB-INF/classes/BastillionConfig.properties
+
+20190909:
+ AFFECTS: users of lang/ruby25
+ AUTHOR: mfechner@FreeBSD.org
+
+ The default ruby version has been updated from 2.5 to 2.6.
+
+ If you compile your own ports you may keep 2.5 as the default version by
+ adding the following lines to your /etc/make.conf file:
+
+ #
+ # Keep ruby 2.5 as default version
+ #
+ DEFAULT_VERSIONS+=ruby=2.5
+
+ If you wish to update to the new default version, you need to first stop any
+ software that uses ruby. Then, you will need to follow these steps, depending
+ upon how you manage your system.
+
+ If you use pkgng, simply upgrade:
+ # pkg upgrade
+
+ If you do not use pkg, please check entry 20190420.
+ The description there should also work for this version.
+
+20190906:
+ AFFECTS: users of devel/py-fabric
+ AUTHOR: dbaio@FreeBSD.org
+
+ Fabric (devel/py-fabric) was upgraded to 2.5.0, Fabric (2+) represents
+ a near-total reimplementation and reorganization of the software.
+
+ Fabric 2 is not at 100% feature parity with 1.x! Some features have been
+ explicitly dropped, but others simply have not been ported over yet,
+ either due to time constraints or because said features need to be
+ re-examined in a modern context.
+
+ More information at:
+ https://www.fabfile.org/upgrading.html#upgrading
+ https://www.fabfile.org/upgrading.html#upgrade-specifics
+
+ If you would like to keep using 1.x, please run the following command to
+ update pkg database:
+
+ pkg set -n py27-fabric:py27-fabric1
+ pkg set -o devel/py-fabric:devel/py-fabric1
+
20190830:
AFFECTS: users of www/gitlab-ce
AUTHOR: mfechner@FreeBSD.org