Package: redmine / 5.0.4-5+deb12u1
Metadata
Package | Version | Patches format |
---|---|---|
redmine | 5.0.4-5+deb12u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
gemfile deps adjustment.patch | (download) |
Gemfile |
32 7 + 25 - 0 ! |
adapt dep requirements 1) Specifying minor SemVer is too pedantic. Minor versions are backwards-compatible by definition. It becomes likely that if any dep is updated, this package will break or need to be updated in tandem. It means distributions need to spend too much attention on this package between upstream releases and also makes it likely that this package will break during its tenure in 'stable'. Incrementing the minor SemVer should not break this package by definition, so it should be safe to avoid specifying it. . |
0002 Force table encoding in mysql.patch | (download) |
config/initializers/10-patches.rb |
14 14 + 0 - 0 ! |
force table encoding in mysql mysql default encoding is not UTF8, but forcing table encoding is possible. dbconfig-common does not provide appropriate configuration variable, so here the mysql adapter is modified to respect encoding set in database.yml |
0003 Use production environment by default.patch | (download) |
config/boot.rb |
2 2 + 0 - 0 ! |
use production environment by default |
0004 Add multi tenancy support.patch | (download) |
.gitignore |
1 1 + 0 - 0 ! |
add multi-tenancy support This is an improved version of the combination of a few patches that were carried in the Redmine package for Debian GNU/Linux for a few years. . Documentation is provided as a man page produced by `./bin/redmine-instances help` Signed-off-by: Antonio Terceiro <terceiro@debian.org> Signed-off-by: Jrmy Lal <kapouer@melix.org> Signed-off-by: Ondej Sur <ondrej@sury.org> |
0005 Assume default instance.patch | (download) |
lib/redmine/multi_tenancy.rb |
2 1 + 1 - 0 ! |
assume default instance |
use_system_jquery_libs.patch | (download) |
app/helpers/application_helper.rb |
4 3 + 1 - 0 ! |
use system jquery libraries |
broken_tests_skip.patch | (download) |
test/functional/attachments_controller_test.rb |
2 2 + 0 - 0 ! |
skip broken tests until fixed upstream |
allow activesupport hwia.patch | (download) |
config/application.rb |
7 7 + 0 - 0 ! |
allow symbols and activesupport::hashwithindifferentaccess in YAML columns temporarily as disabled by the recent Rails security update. |
relax pg version.patch | (download) |
Gemfile |
2 1 + 1 - 0 ! |
relax pg version to avoid autopkgtest regression. |
stop unnecessary recursive chowning.patch | (download) |
bin/redmine-instances |
6 5 + 1 - 0 ! |
stop unnecessary recursive chown'ing. |
autoload thin gem | (download) |
Gemfile |
7 7 + 0 - 0 ! |
load thin gem if installed If redmine is run via thin, the thin gem has to be loaded via Gemfile. |
CVE 2023 47258.patch | (download) |
lib/redmine/wiki_formatting/markdown/formatter.rb |
17 15 + 2 - 0 ! |
[patch] merged r22298 from trunk to 5.0-stable (#38806). git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22299 e93f8b46-1217-0410-a6f0-8f06a7374b81 |
CVE 2023 47259.patch | (download) |
lib/redmine/wiki_formatting/textile/redcloth3.rb |
8 4 + 4 - 0 ! |
[patch] merged r22302 and r22303 from trunk to 5.0-stable (#38807). git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22304 e93f8b46-1217-0410-a6f0-8f06a7374b81 |
CVE 2023 47260.patch | (download) |
app/controllers/attachments_controller.rb |
7 6 + 1 - 0 ! |
[patch] merged r22294 and r22295 from trunk to 5.0-stable (#38417). git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22296 e93f8b46-1217-0410-a6f0-8f06a7374b81 |