mariadb-connector-c: update to 3.4.7

This commit is contained in:
Rudi Heitbaum
2025-08-19 11:24:03 +00:00
parent ba85d05f05
commit e2761751cc
2 changed files with 2 additions and 23 deletions

View File

@@ -2,8 +2,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="mariadb-connector-c"
PKG_VERSION="3.4.6"
PKG_SHA256="27b57790896b7464e1b87fb29bad49e31ee36fdb6942e5c86284c6af9630be0e"
PKG_VERSION="3.4.7"
PKG_SHA256="cf81cd1c71c3199da9d2125aee840cb6083d43e1ea4c60c4be5045bfc7824eba"
PKG_LICENSE="LGPL"
PKG_SITE="https://mariadb.org/"
PKG_URL="https://github.com/mariadb-corporation/mariadb-connector-c/archive/v${PKG_VERSION}.tar.gz"

View File

@@ -1,21 +0,0 @@
+++ a/include/ma_global.h 2024-11-22 10:01:02.006088573 +0000
+++ b/include/ma_global.h 2024-11-22 10:01:02.006088573 +0000
@@ -684,7 +684,6 @@
typedef char my_bool; /* Small bool */
typedef unsigned long long my_ulonglong;
#if !defined(bool) && !defined(bool_defined) && (!defined(HAVE_BOOL) || !defined(__cplusplus))
-typedef char bool; /* Ordinary boolean values 0 1 */
#endif
/* Macros for converting *constants* to the right type */
#define INT8(v) (int8) (v)
--- a/libmariadb/ma_alloc.c 2024-11-22 10:08:46.473445080 +0000
+++ b/libmariadb/ma_alloc.c 2024-11-22 10:08:46.473445080 +0000
@@ -170,7 +170,7 @@
va_list args;
char **ptr,*start,*res;
size_t tot_length,length;
-
+if(myFlags){}
va_start(args,myFlags);
tot_length=0;
while ((ptr=va_arg(args, char **)))