Skip to content
Success

Changes

Summary

  1. redmine: upgrade from 5.1.7 to 5.1.10 (security update) (details)
  2. titan: upgrade to libfftranscode 0.6 (updated NGAP ASN.1 to V17.5.0) (details)
  3. redmine: set session_store to active_record_store (details)
Commit c0b86ff54a3cbfd7f068c3b409124b4327fe7e06 by laforge
redmine: upgrade from 5.1.7 to 5.1.10 (security update)

Change-Id: I526679bd35baea3ba71c66b34fee9ccea44ca312
The file was modifiedredmine/Dockerfile
Commit 66865319399695cc888d977c8a36d315468ed26c by laforge
titan: upgrade to libfftranscode 0.6 (updated NGAP ASN.1 to V17.5.0)

Change-Id: I56034ef75cd6cca88fc9d353e097086bce6d639c
The file was modifieddebian-bullseye-titan/Dockerfile
The file was modifieddebian-bullseye-titan-master/Dockerfile
The file was modifieddebian-bookworm-titan-master/Dockerfile
The file was modifieddebian-bookworm-titan/Dockerfile
Commit a34c34ea03933651bece4fa0c99cd28f99c41c37 by laforge
redmine: set session_store to active_record_store

Change the session store to fix the
"ActionDispatch::Cookies::CookieOverflow" errors we are getting.

IMPORTANT: after deploying this change, the following commands must be
executed once manually to create the session table:

  # docker compose exec redmine bash
  $ rails generate active_record:session_migration
  $ rake db:migrate

Related: OS#5476
Change-Id: Iacec800b9179cfac894f41e9eb1a5cca7e56ff1c
The file was modifiedredmine/docker-entrypoint-osmo.sh
The file was addedredmine/0001-Set-session_store-to-active_record_store.patch
The file was modifiedredmine/Dockerfile