[Bug 265886] www/mod_auth_mysql_another: broken after mariadb removed some internal api (with quick fix)

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 16 Aug 2022 18:16:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265886

            Bug ID: 265886
           Summary: www/mod_auth_mysql_another: broken after mariadb
                    removed some internal api (with quick fix)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: apache@FreeBSD.org
          Reporter: pi@FreeBSD.org
             Flags: maintainer-feedback?(apache@FreeBSD.org)
          Assignee: apache@FreeBSD.org

Created attachment 235944
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235944&action=edit
patch

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.