We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf830f7 commit 7a46dc2Copy full SHA for 7a46dc2
scripts/bash_lib.sh
@@ -673,6 +673,14 @@ check_upgraded_versions() {
673
# dependency
674
sed -i '/mysql-selinux/d;/rpmlib(RichDependencies)/d' ./reqs-*.cmp
675
676
+ # Remove after Q4 2025 release - MDEV-37600 - 11.4 onwards
677
+ sed -i '/auth_mysql_sha2.so/,/^\===/ { /^\===/!d; /auth_mysql_sha2.so/d }' ./ldd-*.cmp
678
+ sed -i '/caching_sha2_password/d' ./plugins.*.cmp
679
+
680
+ # Remove after Q4 2025 release - MDEV-37463 - 11.8 onwards
681
+ sed -i '/libaio1/d;/liburing2/d' ./reqs-*.cmp
682
+ sed -i '/libaio.so/d;/liburing.so/d' ./ldd-*.cmp
683
684
#Account for mariadb-plugin-mroonga diffs in Debian
685
sed -i '/liblz4-1/d' ./reqs-*.cmp
686
sed -i '/liblz4.so.1/d' ./ldd-*.cmp
0 commit comments