From owner-svn-ports-all@freebsd.org Wed Sep 14 14:29:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E793EBDA9E3; Wed, 14 Sep 2016 14:29:16 +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 mx1.freebsd.org (Postfix) with ESMTPS id 9C5591DF6; Wed, 14 Sep 2016 14:29:16 +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 u8EETF04055399; Wed, 14 Sep 2016 14:29:15 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8EETFp8055396; Wed, 14 Sep 2016 14:29:15 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201609141429.u8EETFp8055396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 14 Sep 2016 14:29:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r422134 - branches/2016Q3/databases/mariadb100-server X-SVN-Group: ports-branches 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.23 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: Wed, 14 Sep 2016 14:29:17 -0000 Author: brnrd Date: Wed Sep 14 14:29:15 2016 New Revision: 422134 URL: https://svnweb.freebsd.org/changeset/ports/422134 Log: MFH: r421088 databases/mariadb100-server: Update to 10.0.27 - Update to 10.0.27 - Move from USE_OPENSSL to USES= ssl Approved by: ports-secteam (feld) Security: 856b88bf-7984-11e6-81e7-d050996490d0 Modified: branches/2016Q3/databases/mariadb100-server/Makefile branches/2016Q3/databases/mariadb100-server/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/databases/mariadb100-server/Makefile ============================================================================== --- branches/2016Q3/databases/mariadb100-server/Makefile Wed Sep 14 14:27:46 2016 (r422133) +++ branches/2016Q3/databases/mariadb100-server/Makefile Wed Sep 14 14:29:15 2016 (r422134) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.0.26 +PORTVERSION= 10.0.27 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ @@ -27,7 +27,7 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb100-client -USES= bison:build cmake compiler:c++11-lib cpe execinfo gmake shebangfix +USES= bison:build cmake compiler:c++11-lib cpe execinfo gmake shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql ${PREFIX}/lib/mysql/plugin SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source @@ -92,7 +92,6 @@ OPTIONS_SUB= yes .endif FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 -USE_OPENSSL= yes # See PR209419, MariaDB 10.0 fails to build with base SSL libs WITH_OPENSSL_PORT= yes Modified: branches/2016Q3/databases/mariadb100-server/distinfo ============================================================================== --- branches/2016Q3/databases/mariadb100-server/distinfo Wed Sep 14 14:27:46 2016 (r422133) +++ branches/2016Q3/databases/mariadb100-server/distinfo Wed Sep 14 14:29:15 2016 (r422134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466794478 -SHA256 (mariadb-10.0.26.tar.gz) = 578538d9b51f455cbd0cb021f523284a45480b4bba853b4a79f3497c49ec40c0 -SIZE (mariadb-10.0.26.tar.gz) = 57621647 +TIMESTAMP = 1472465827 +SHA256 (mariadb-10.0.27.tar.gz) = bdf3a0c25aa2bc7a22a47e994eb7c8aa782624810eb3156038cc62bc9085c0cd +SIZE (mariadb-10.0.27.tar.gz) = 63258508