Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2022 18:16:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        apache@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 265886] www/mod_auth_mysql_another: broken after mariadb removed some internal api (with quick fix)
Message-ID:  <bug-265886-16115-oPxJjBITev@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265886-16115@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265886-16115@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
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=3D265886



--- Description ---
See also:
https://stackoverflow.com/questions/49247294/c-function-make-scrambled-pass=
word
-
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265886-16115-oPxJjBITev>