[Rt-commit] rt branch 5.0/db-type-mariadb updated. rt-5.0.5-116-ga66865e9a0

BPS Git Server git at git.bestpractical.com
Fri Jan 19 17:09:40 UTC 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 5.0/db-type-mariadb has been updated
       via  a66865e9a0c86f419a214f4b6bbc85e02f675fc9 (commit)
      from  2e7b8f0c56e2e3c7397d85a854057faf51c7c367 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a66865e9a0c86f419a214f4b6bbc85e02f675fc9
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Jan 19 12:03:00 2024 -0500

    Target older DBD::mysql for easier installation
    
    Starting in the 5.000 series, DBD::mysql will support only
    MySQL 8, including libraries. Some Linux systems, including
    Debian, don't yet have MySQL 8 client libraries packaged, so
    these newer versions require manual installation.
    
    Limit the RT dependency to the older DBD::mysql 4 series to
    make installation easier and avoid automatically pulling in the
    new versions until they are better supported.

diff --git a/etc/cpanfile b/etc/cpanfile
index a7b40bc6d7..87356a0aa5 100644
--- a/etc/cpanfile
+++ b/etc/cpanfile
@@ -160,7 +160,7 @@ feature 'modperl2' => sub {};
 
 # Database options
 feature 'mysql' => sub {
-    requires 'DBD::mysql', '>= 2.1018, != 4.042';
+    requires 'DBD::mysql', '>= 2.1018, != 4.042, < 5.000';
 };
 
 feature 'mariadb' => sub {

-----------------------------------------------------------------------

Summary of changes:
 etc/cpanfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list