diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2019-09-11 17:53:23 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2019-09-11 17:53:23 +0000 |
commit | 9e587ead7349554b399273975ec0e8c6bc2be46a (patch) | |
tree | 3a79e0a726f54f5ff2c72db01f2e32399356e9ca /UPDATING | |
parent | 2508c9b1a330d7164232723cb6b5d12840aa96f6 (diff) |
- Add update tool.
- Add update instructions (datastore needs to be updated).
- Convert pkg-message to UCL format.
- Rework plist generation target.
Notes
Notes:
svn path=/head/; revision=511830
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5,6 +5,14 @@ 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 |