maintainer-feedback requested: [Bug 265886] www/mod_auth_mysql_another: broken after mariadb removed some internal api (with quick fix)
Date: Tue, 16 Aug 2022 18:16:41 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-apache (Nobody) <apache@FreeBSD.org> for maintainer-feedback: Bug 265886: www/mod_auth_mysql_another: broken after mariadb removed some internal api (with quick fix) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265886 --- Description --- See also: https://stackoverflow.com/questions/49247294/c-function-make-scrambled-password - in-mysql-to-mariadb https://jira.mariadb.org/plugins/servlet/mobile#issue/MDEV-13464 Basically, the module uses a libmysqlclient call to make_scrambled_password, which is no longer exposed in recent versions of mariadb-10.5. Instead a function ma_make_scrambled_password is exposed, which this patch calls.