aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2022-01-10 11:03:10 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2022-01-10 11:03:10 +0000
commit37ee0986fc163fcdbb306808cac2f2bb80f2fac6 (patch)
tree9093d1e80dbd189aa52094c016007eeb4a0e1852 /UPDATING
parentc527917cbbc6cd220af415f1661109ca42bc6d41 (diff)
downloadports-37ee0986fc163fcdbb306808cac2f2bb80f2fac6.tar.gz
ports-37ee0986fc163fcdbb306808cac2f2bb80f2fac6.zip
security/bastillion: add UPDATING entry
Add bastillion 3.13.00 updating entry. While I'm here fix the line length for my previous entry.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 15 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index 4cd4afe8b76d..8b6559da1ef0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,15 +5,27 @@ 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.
+20220110:
+ AFFECTS: users of security/bastillion
+ AUTHOR: netchild@FreeBSD.org
+
+ If you already performed the actions of the next entry, the following
+ action in this entry needs to be performed regardless.
+ If you did not already perform the actions of the next entry, only
+ the action of this entry needs to be performed.
+
+ The datastore of bastillion needs to be upgraded (if you do not see
+ users / can not login, you forgot to upgrade it):
+ java -jar %%PREFIX%%/jetty_bastillion/upgrade/bastillion-upgrade-4.00.01.jar %%PREFIX%%/jetty_bastillion/bastillion/WEB-INF/classes/BastillionConfig.properties
+
20220104:
AFFECTS: users of security/bastillion
AUTHOR: netchild@FreeBSD.org
- The datastore of bastillion needs to be upgraded (if you do not see users / can not login,
- you forgot to upgrade it):
+ The datastore of bastillion needs to be upgraded (if you do not see
+ users / can not login, you forgot to upgrade it):
java -jar %%PREFIX%%/jetty_bastillion/upgrade/bastillion-upgrade-4.00.00.jar %%PREFIX%%/jetty_bastillion/bastillion/WEB-INF/classes/BastillionConfig.properties
-
20220102:
AFFECTS: users of sysutils/py-azure-cli
AUTHOR: dbaio@FreeBSD.org