Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2019 15:57:02 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510703 - in head/databases: mariadb103-client mariadb103-server mariadb103-server/files
Message-ID:  <201909011557.x81Fv2e0086111@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sun Sep  1 15:57:02 2019
New Revision: 510703
URL: https://svnweb.freebsd.org/changeset/ports/510703

Log:
  databases/mariadb103-server: Security update to 10.3.17
  
  Security:	198e6220-ac8b-11e9-a1c7-b499baebfeaf

Added:
  head/databases/mariadb103-server/files/patch-MDEV-20248
     - copied unchanged from r510693, head/databases/mariadb104-server/files/patch-MDEV-20248
Modified:
  head/databases/mariadb103-client/pkg-plist
  head/databases/mariadb103-server/Makefile
  head/databases/mariadb103-server/distinfo
  head/databases/mariadb103-server/pkg-plist

Modified: head/databases/mariadb103-client/pkg-plist
==============================================================================
--- head/databases/mariadb103-client/pkg-plist	Sun Sep  1 15:54:18 2019	(r510702)
+++ head/databases/mariadb103-client/pkg-plist	Sun Sep  1 15:57:02 2019	(r510703)
@@ -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

Modified: head/databases/mariadb103-server/Makefile
==============================================================================
--- head/databases/mariadb103-server/Makefile	Sun Sep  1 15:54:18 2019	(r510702)
+++ head/databases/mariadb103-server/Makefile	Sun Sep  1 15:57:02 2019	(r510703)
@@ -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}/ \

Modified: head/databases/mariadb103-server/distinfo
==============================================================================
--- head/databases/mariadb103-server/distinfo	Sun Sep  1 15:54:18 2019	(r510702)
+++ head/databases/mariadb103-server/distinfo	Sun Sep  1 15:57:02 2019	(r510703)
@@ -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

Copied: head/databases/mariadb103-server/files/patch-MDEV-20248 (from r510693, head/databases/mariadb104-server/files/patch-MDEV-20248)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/mariadb103-server/files/patch-MDEV-20248	Sun Sep  1 15:57:02 2019	(r510703, copy of r510693, head/databases/mariadb104-server/files/patch-MDEV-20248)
@@ -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

Modified: head/databases/mariadb103-server/pkg-plist
==============================================================================
--- head/databases/mariadb103-server/pkg-plist	Sun Sep  1 15:54:18 2019	(r510702)
+++ head/databases/mariadb103-server/pkg-plist	Sun Sep  1 15:57:02 2019	(r510703)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909011557.x81Fv2e0086111>