databases/mariadb103-server: Security update to 10.3.17
Security: 198e6220-ac8b-11e9-a1c7-b499baebfeaf
This commit is contained in:
parent
85ce2bc6f6
commit
092f5fc62f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510703
5 changed files with 20 additions and 5 deletions
|
@ -28,6 +28,7 @@ include/mysql/mariadb/ma_io.h
|
|||
include/mysql/mariadb_com.h
|
||||
include/mysql/mariadb_ctype.h
|
||||
include/mysql/mariadb_dyncol.h
|
||||
include/mysql/mariadb_rpl.h
|
||||
include/mysql/mariadb_stmt.h
|
||||
include/mysql/mariadb_version.h
|
||||
include/mysql/my_config.h
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= mariadb
|
||||
PORTVERSION= 10.3.16
|
||||
PORTREVISION?= 2
|
||||
PORTVERSION= 10.3.17
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \
|
||||
http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1560708987
|
||||
SHA256 (mariadb-10.3.16.tar.gz) = 39e9723eaf620afd99b0925b2c2a5a50a89110ba50040adf14cce7cf89e5e21b
|
||||
SIZE (mariadb-10.3.16.tar.gz) = 70862041
|
||||
TIMESTAMP = 1564591845
|
||||
SHA256 (mariadb-10.3.17.tar.gz) = 20a1ea4fc59aae89dcc82aff0d4907b036daf9bfbd252f08162399f055097097
|
||||
SIZE (mariadb-10.3.17.tar.gz) = 71894997
|
||||
|
|
13
databases/mariadb103-server/files/patch-MDEV-20248
Normal file
13
databases/mariadb103-server/files/patch-MDEV-20248
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- storage/rocksdb/rocksdb/port/jemalloc_helper.h.orig 2019-07-30 11:32:15 UTC
|
||||
+++ storage/rocksdb/rocksdb/port/jemalloc_helper.h
|
||||
@@ -12,6 +12,10 @@
|
||||
#include <jemalloc/jemalloc.h>
|
||||
#endif
|
||||
|
||||
+#ifdef __FreeBSD__
|
||||
+#define JEMALLOC_USABLE_SIZE_CONST const
|
||||
+#endif
|
||||
+
|
||||
#ifndef JEMALLOC_CXX_THROW
|
||||
#define JEMALLOC_CXX_THROW
|
||||
#endif
|
|
@ -50,6 +50,7 @@ bin/resolveip
|
|||
%%WSREP%%bin/wsrep_sst_rsync
|
||||
%%WSREP%%bin/wsrep_sst_rsync_wan
|
||||
@comment data/test/db.opt
|
||||
@comment include/mysql/mariadb_rpl.h
|
||||
@comment include/mysql/my_config.h
|
||||
@comment include/mysql/my_global.h
|
||||
@comment include/mysql/my_sys.h
|
||||
|
|
Loading…
Reference in a new issue