From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28FBD138334 for ; Fri, 24 May 2019 14:30:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5ADCE08B0; Fri, 24 May 2019 14:30:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C640FE08B0 for ; Fri, 24 May 2019 14:30:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B142344F7A for ; Fri, 24 May 2019 14:30:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB3685E7 for ; Fri, 24 May 2019 14:30:37 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1558708231.763cc871704eb13caff68d9697fc7300a40f55fb.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql/mysql-5.7.25.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 763cc871704eb13caff68d9697fc7300a40f55fb X-VCS-Branch: master Date: Fri, 24 May 2019 14:30:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 770184b4-e759-40fe-910b-3a252c534c4f X-Archives-Hash: 816fd53135cccea5873f5262ddf6935b commit: 763cc871704eb13caff68d9697fc7300a40f55fb Author: Thomas Deutschmann gentoo org> AuthorDate: Fri May 24 14:30:19 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri May 24 14:30:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763cc871 dev-db/mysql: bump patch set for latest LibreSSL fixes Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql/mysql-5.7.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mysql/mysql-5.7.25.ebuild b/dev-db/mysql/mysql-5.7.25.ebuild index baea2685372..a66ab389e87 100644 --- a/dev-db/mysql/mysql-5.7.25.ebuild +++ b/dev-db/mysql/mysql-5.7.25.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -MY_EXTRAS_VER="20190303-1852Z" +MY_EXTRAS_VER="20190524-1046Z" CMAKE_MAKEFILE_GENERATOR=emake