Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2019 17:35:51 +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: r510711 - in head/databases: mariadb102-client mariadb102-client/files mariadb102-server mariadb102-server/files
Message-ID:  <201909011735.x81HZpH5046337@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sun Sep  1 17:35:51 2019
New Revision: 510711
URL: https://svnweb.freebsd.org/changeset/ports/510711

Log:
  databases/mariadb102-server: Security update to 10.2.26
  
  MFH:		2019Q3
  Security:	198e6220-ac8b-11e9-a1c7-b499baebfeaf

Added:
  head/databases/mariadb102-client/files/patch-MDEV-20463   (contents, props changed)
  head/databases/mariadb102-server/files/patch-MDEV-20248
     - copied unchanged from r510693, head/databases/mariadb104-server/files/patch-MDEV-20248
Deleted:
  head/databases/mariadb102-server/files/patch-plugin_auth__ed25519_CMakeLists.txt
Modified:
  head/databases/mariadb102-client/pkg-plist
  head/databases/mariadb102-server/Makefile
  head/databases/mariadb102-server/distinfo

Added: head/databases/mariadb102-client/files/patch-MDEV-20463
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/mariadb102-client/files/patch-MDEV-20463	Sun Sep  1 17:35:51 2019	(r510711)
@@ -0,0 +1,11 @@
+--- plugin/auth_ed25519/CMakeLists.txt.orig	2019-07-26 21:26:44 UTC
++++ plugin/auth_ed25519/CMakeLists.txt
+@@ -11,7 +11,7 @@ SET(REF10_SOURCES
+       ref10/ge_sub.c ref10/ge_tobytes.c ref10/keypair.c ref10/open.c
+       ref10/sc_muladd.c ref10/sc_reduce.c ref10/sign.c ref10/verify.c)
+ 
+-INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
++INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR} ../../include)
+ 
+ ADD_CONVENIENCE_LIBRARY(ref10 ${REF10_SOURCES})
+ IF(MSVC)

Modified: head/databases/mariadb102-client/pkg-plist
==============================================================================
--- head/databases/mariadb102-client/pkg-plist	Sun Sep  1 17:28:00 2019	(r510710)
+++ head/databases/mariadb102-client/pkg-plist	Sun Sep  1 17:35:51 2019	(r510711)
@@ -20,6 +20,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/mariadb102-server/Makefile
==============================================================================
--- head/databases/mariadb102-server/Makefile	Sun Sep  1 17:28:00 2019	(r510710)
+++ head/databases/mariadb102-server/Makefile	Sun Sep  1 17:35:51 2019	(r510711)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME?=	mariadb
-PORTVERSION=	10.2.25
-PORTREVISION?=	2
+PORTVERSION=	10.2.26
+PORTREVISION?=	0
 CATEGORIES=	databases ipv6
 MASTER_SITES=	http://mirrors.supportex.net/${SITESDIR}/ \
 		http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \

Modified: head/databases/mariadb102-server/distinfo
==============================================================================
--- head/databases/mariadb102-server/distinfo	Sun Sep  1 17:28:00 2019	(r510710)
+++ head/databases/mariadb102-server/distinfo	Sun Sep  1 17:35:51 2019	(r510711)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560710508
-SHA256 (mariadb-10.2.25.tar.gz) = face0818bb51b7dc20712ae225489c85a477d505cb6c2f6a6f6cf7d51ecfecc9
-SIZE (mariadb-10.2.25.tar.gz) = 71997847
+TIMESTAMP = 1564593111
+SHA256 (mariadb-10.2.26.tar.gz) = 152fe941c4f2a352b2b3a4db1ef64e70235fd9ff055af62ad7bda9f2b2191528
+SIZE (mariadb-10.2.26.tar.gz) = 73037655

Copied: head/databases/mariadb102-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/mariadb102-server/files/patch-MDEV-20248	Sun Sep  1 17:35:51 2019	(r510711, 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



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