[Rt-commit] rt branch 5.0/db-type-mariadb updated. rt-5.0.5-119-g20ba0dfdb6

BPS Git Server git at git.bestpractical.com
Thu Feb 15 18:12:37 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  20ba0dfdb6d056595733cfb68240a7adb43bd4c8 (commit)
      from  ab821a1dfb7f0c2096d15be757e71ddedd9fbc93 (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 20ba0dfdb6d056595733cfb68240a7adb43bd4c8
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Feb 15 13:12:28 2024 -0500

    Allow the older version of DBD::MariaDB

diff --git a/etc/cpanfile b/etc/cpanfile
index 87356a0aa5..63590e76c4 100644
--- a/etc/cpanfile
+++ b/etc/cpanfile
@@ -164,7 +164,7 @@ feature 'mysql' => sub {
 };
 
 feature 'mariadb' => sub {
-    requires 'DBD::MariaDB', '>= 1.23';
+    requires 'DBD::MariaDB', '>= 1.20';
     requires 'Apache::Session::MariaDB';
 };
 

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

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