Hello; I installed MariaDB 11.8 LTS on Debian 13 Trixie;
curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup > /tmp/install_mariadb.sh chmod +x /tmp/install_mariadb.sh /tmp/install_mariadb.sh --mariadb-server-version=11.8 apt-get update -y DEBIAN_FRONTEND=noninteractive apt-get install mariadb-server -y However, I found problems with apt update -y with: Warning: https://dlm.mariadb.com/repo/maxscale/latest/apt/dists/trixie/InRelease: Policy will reject signature within a year, see --audit for details Audit: https://dlm.mariadb.com/repo/maxscale/latest/apt/dists/trixie/InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on 4C470FFFEFC4D3DC59778655CE1A3DD5E3C94F49 is not bound: No binding signature at time 2025-09-11T11:20:02Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z Even though it's a warning and not an actual error, there's a time limit before this becomes a problem. Is there anywhere to track this issue, if there's already an open issue for it? Any ideas on what I can do? Thank you -- Alex Porto dos Santos
_______________________________________________ discuss mailing list -- [email protected] To unsubscribe send an email to [email protected]
