Package: mariadb / 1:10.11.13-0+deb12u1

Metadata

Package Version Patches format
mariadb 1:10.11.13-0+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
env perl usr bin perl.patch | (download)

mysql-test/lib/process-purecov-annotations.pl | 2 1 + 1 - 0 !
mysql-test/lib/v1/mysql-test-run.pl | 2 1 + 1 - 0 !
mysql-test/mariadb-stress-test.pl | 2 1 + 1 - 0 !
mysql-test/mariadb-test-run.pl | 2 1 + 1 - 0 !
mysql-test/std_data/checkDBI_DBD-MariaDB.pl | 2 1 + 1 - 0 !
mysql-test/suite/engines/rr_trx/run_stress_tx_rr.pl | 2 1 + 1 - 0 !
mysql-test/suite/funcs_1/lib/DataGen_local.pl | 2 1 + 1 - 0 !
mysql-test/suite/funcs_1/lib/DataGen_modify.pl | 2 1 + 1 - 0 !
mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl | 2 1 + 1 - 0 !
mysql-test/suite/rpl/extension/checksum.pl | 2 1 + 1 - 0 !
scripts/mytop.sh | 2 1 + 1 - 0 !
11 files changed, 11 insertions(+), 11 deletions(-)

 fix perl path in scripts
 Fix Lintian issue
 https://lintian.debian.org/tags/incorrect-path-for-interpreter.html
 .
 Upstream will never accept this patch, see
 https://github.com/MariaDB/server/pull/1718


mroonga mrn lib dirs path reproducible build.patch | (download)

storage/mroonga/CMakeLists.txt | 12 4 + 8 - 0 !
1 file changed, 4 insertions(+), 8 deletions(-)

 [patch] cmake: add support for reproducible builds
 .
 We should use relative path not absolute path.
 We can use target without breaking reproducibility.