aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2022-01-04 10:39:04 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2022-01-04 10:39:04 +0000
commit9b6ae218f59d2471728b4a952ef10c7f92307193 (patch)
tree6da9a3691df566f07171df9e85ec3ae164210c65
parent1a85399f16362dd0d288311a688d8cca49a8bc93 (diff)
downloadports-9b6ae218f59d2471728b4a952ef10c7f92307193.tar.gz
ports-9b6ae218f59d2471728b4a952ef10c7f92307193.zip
security/bastillion: simplify previous update instructions
The new release has a more simple DB upgrade procedure.
-rw-r--r--UPDATING20
1 files changed, 9 insertions, 11 deletions
diff --git a/UPDATING b/UPDATING
index e4317941d8d9..4cd4afe8b76d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ 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.
+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):
+ 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
@@ -19,17 +28,6 @@ you update your ports collection, before attempting any port upgrades.
functionality and increases security for token cache.
More info: https://docs.microsoft.com/en-us/cli/azure/msal-based-azure-cli
-20211223:
- AFFECTS: users of security/bastillion
- AUTHOR: netchild@FreeBSD.org
-
- This update contains an incompatible DB change. Either recreate your
- DB (rm /usr/local/jetty_bastillion/bastillion/WEB-INF/classes/keydb/bastillion.*
- and restart) by hand, or export the old DB while the old version is
- installed and import the data into a new DB. See
- https://github.com/bastillion-io/Bastillion/issues/405
- for details.
-
20211220:
AFFECTS: users of devel/notcurses
AUTHOR: nickblack@linux.com