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

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265886

            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=3D235944&action=
=3Dedit
patch

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.

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



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