From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1410349-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C9FB158094 for <garchives@archives.gentoo.org>; Tue, 21 Jun 2022 04:57:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FF81E0898; Tue, 21 Jun 2022 04:57:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04985E08A0 for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jun 2022 04:57:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D64BB3413E8 for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jun 2022 04:57:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 502867F for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jun 2022 04:57:02 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1655786998.967fede5c362faa77db1329ce70e56e6870274b9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/percona-server/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/percona-server/files/percona-server-8.0.26.16-gcc-12.patch X-VCS-Directories: dev-db/percona-server/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 967fede5c362faa77db1329ce70e56e6870274b9 X-VCS-Branch: master Date: Tue, 21 Jun 2022 04:57:02 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9a6e04ed-a1aa-455d-b3cd-2f59b2cb2aa7 X-Archives-Hash: 8698f5ce5cca25e7074402633b384be2 commit: 967fede5c362faa77db1329ce70e56e6870274b9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 21 04:48:46 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 21 04:49:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967fede5 dev-db/percona-server: fix build with GCC 12 Closes: https://bugs.gentoo.org/853085 Signed-off-by: Sam James <sam <AT> gentoo.org> .../files/percona-server-8.0.26.16-gcc-12.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dev-db/percona-server/files/percona-server-8.0.26.16-gcc-12.patch b/dev-db/percona-server/files/percona-server-8.0.26.16-gcc-12.patch index f80b02ff2eb2..1780d7e478f5 100644 --- a/dev-db/percona-server/files/percona-server-8.0.26.16-gcc-12.patch +++ b/dev-db/percona-server/files/percona-server-8.0.26.16-gcc-12.patch @@ -1,4 +1,5 @@ https://bugs.gentoo.org/842168 +https://bugs.gentoo.org/853085 --- a/client/logger.cc +++ b/client/logger.cc @@ -27,6 +27,7 @@ @@ -19,3 +20,13 @@ https://bugs.gentoo.org/842168 #include <sstream> #include <m_string.h> +--- a/plugin/auth_ldap/src/connection.cc ++++ b/plugin/auth_ldap/src/connection.cc +@@ -1,6 +1,7 @@ + #include "plugin/auth_ldap/include/connection.h" + + #include <iostream> ++#include <iterator> + #include <regex> + + #include "plugin/auth_ldap/include/plugin_log.h"