From owner-svn-ports-all@freebsd.org Sun Sep 1 15:57:03 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A82D4DD67A; Sun, 1 Sep 2019 15:57:03 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46LyWz3tLHz4SMW; Sun, 1 Sep 2019 15:57:03 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 633223DEF; Sun, 1 Sep 2019 15:57:03 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x81Fv3dI086116; Sun, 1 Sep 2019 15:57:03 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x81Fv2e0086111; Sun, 1 Sep 2019 15:57:02 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201909011557.x81Fv2e0086111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 1 Sep 2019 15:57:02 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/databases: mariadb103-client mariadb103-server mariadb103-server/files X-SVN-Commit-Revision: 510703 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2019 15:57:03 -0000 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 + #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