mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
databases/mariadb105-server: Security update to 10.5.28
Security: 7bcfca95-e563-11ef-873e-8447094a420f MFH: 2025Q1
This commit is contained in:
parent
f2715c0c11
commit
36bbbbc26a
4 changed files with 5 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME?= mariadb
|
||||
PORTVERSION= 10.5.27
|
||||
PORTVERSION= 10.5.28
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1731238427
|
||||
SHA256 (mariadb-10.5.27.tar.gz) = efa64fa5f733b822ab1a6795e1ebc179c160c08690ecd71dba1eb0f61aeedd14
|
||||
SIZE (mariadb-10.5.27.tar.gz) = 116496630
|
||||
TIMESTAMP = 1739005023
|
||||
SHA256 (mariadb-10.5.28.tar.gz) = 0b5070208da0116640f20bd085f1136527f998cc23268715bcbf352e7b7f3cc1
|
||||
SIZE (mariadb-10.5.28.tar.gz) = 117755203
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
--- mysys_ssl/openssl.c
|
||||
+++ mysys_ssl/openssl.c
|
||||
@@ -36,8 +36,12 @@
|
||||
static uint testing;
|
||||
static size_t alloc_size, alloc_count;
|
||||
|
||||
-static void *coc_malloc(size_t size, const char *f __attribute__((unused)),
|
||||
- int l __attribute__((unused)))
|
||||
+static void *coc_malloc(size_t size
|
||||
+#if !(defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x30500000L)
|
||||
+ , const char *f __attribute__((unused)),
|
||||
+ int l __attribute__((unused))
|
||||
+#endif
|
||||
+)
|
||||
{
|
||||
if (unlikely(testing))
|
||||
{
|
|
@ -86,6 +86,7 @@ include/mysql/server/my_alloc.h
|
|||
include/mysql/server/my_alloca.h
|
||||
include/mysql/server/my_attribute.h
|
||||
include/mysql/server/my_byteorder.h
|
||||
include/mysql/server/my_cmp.h
|
||||
include/mysql/server/my_compiler.h
|
||||
include/mysql/server/my_config.h
|
||||
include/mysql/server/my_dbug.h
|
||||
|
|
Loading…
Add table
Reference in a new issue