git: 9b6ae218f59d - main - security/bastillion: simplify previous update instructions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jan 2022 10:40:22 UTC
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b6ae218f59d2471728b4a952ef10c7f92307193 commit 9b6ae218f59d2471728b4a952ef10c7f92307193 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2022-01-04 10:39:04 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2022-01-04 10:39:04 +0000 security/bastillion: simplify previous update instructions The new release has a more simple DB upgrade procedure. --- UPDATING | 20 +++++++++----------- 1 file 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