gnucash-on-flatpak master: Bug 799675 - Mysql regression in flatpak 5.13-1. Cannot access mysql database

John Ralls jralls at code.gnucash.org
Thu Oct 23 18:26:26 EDT 2025


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/2ae88370 (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/72d9efb3 (commit)



commit 2ae88370d60bfef467aad835fdf4351a3fd98b59
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Oct 23 14:59:59 2025 -0700

    Bug 799675 - Mysql regression in flatpak 5.13-1. Cannot access mysql database
    
    Try using mariadb-connector-c 3.3.17 instead of 3.4.7. The older branch
    is less strict about server TLS certificates.

diff --git a/modules/mariadb.json b/modules/mariadb.json
index 3e5bafc..013af5c 100644
--- a/modules/mariadb.json
+++ b/modules/mariadb.json
@@ -16,8 +16,8 @@
     "sources": [
         {
             "type": "archive",
-            "url": "https://github.com/mariadb-corporation/mariadb-connector-c/archive/refs/tags/v3.4.7.tar.gz",
-            "sha256": "cf81cd1c71c3199da9d2125aee840cb6083d43e1ea4c60c4be5045bfc7824eba"
+            "url": "https://github.com/mariadb-corporation/mariadb-connector-c/archive/refs/tags/v3.3.17.tar.gz",
+            "sha256": "963ae98462c8937e307d577dfa42a019fb8a0c273b53d83f9af602c04f946503"
         }
     ],
     "modules": [



Summary of changes:
 modules/mariadb.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list