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.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 EB03B158094 for ; Wed, 5 Oct 2022 11:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34CB4E0900; Wed, 5 Oct 2022 11:52:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B21FE0900 for ; Wed, 5 Oct 2022 11:52:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D24E340BDE for ; Wed, 5 Oct 2022 11:52:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C9B45F1 for ; Wed, 5 Oct 2022 11:52:53 +0000 (UTC) From: "Sam James" 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" Message-ID: <1664970747.af2d84512555aefc291b07f834ac6c235e3339d8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xfsprogs/files/, sys-fs/xfsprogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/xfsprogs/files/xfsprogs-5.18.0-include.patch sys-fs/xfsprogs/xfsprogs-5.18.0-r1.ebuild sys-fs/xfsprogs/xfsprogs-5.18.0.ebuild X-VCS-Directories: sys-fs/xfsprogs/files/ sys-fs/xfsprogs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: af2d84512555aefc291b07f834ac6c235e3339d8 X-VCS-Branch: master Date: Wed, 5 Oct 2022 11:52:53 +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: 4fc35df2-dd7c-4460-b2bc-4038dbb12ec7 X-Archives-Hash: 62863fa9c120ff2817328ef926c8e43b commit: af2d84512555aefc291b07f834ac6c235e3339d8 Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Tue Oct 4 18:23:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 5 11:52:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2d8451 sys-fs/xfsprogs: fix implicit declaration of function u_init/u_cleanup Closes: https://bugs.gentoo.org/875050 Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/27624 Signed-off-by: Sam James gentoo.org> sys-fs/xfsprogs/files/xfsprogs-5.18.0-include.patch | 15 +++++++++++++++ .../{xfsprogs-5.18.0.ebuild => xfsprogs-5.18.0-r1.ebuild} | 1 + 2 files changed, 16 insertions(+) diff --git a/sys-fs/xfsprogs/files/xfsprogs-5.18.0-include.patch b/sys-fs/xfsprogs/files/xfsprogs-5.18.0-include.patch new file mode 100644 index 000000000000..361aeb0b7d35 --- /dev/null +++ b/sys-fs/xfsprogs/files/xfsprogs-5.18.0-include.patch @@ -0,0 +1,15 @@ + +Bug: https://bugs.gentoo.org/875050 +Upstream: https://lore.kernel.org/linux-xfs/865733c7-8314-cd13-f363-5ba2c6842372@applied-asynchrony.com/ +Signed-off-by: Holger Hoffstätte + +--- xfsprogs-5.18.0/scrub/unicrash.c 2021-12-13 21:02:19.000000000 +0100 ++++ xfsprogs-5.18.0-nowarn/scrub/unicrash.c 2022-10-04 19:46:28.869402900 +0200 +@@ -10,6 +10,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff --git a/sys-fs/xfsprogs/xfsprogs-5.18.0.ebuild b/sys-fs/xfsprogs/xfsprogs-5.18.0-r1.ebuild similarity index 98% rename from sys-fs/xfsprogs/xfsprogs-5.18.0.ebuild rename to sys-fs/xfsprogs/xfsprogs-5.18.0-r1.ebuild index b9facc52f475..2f545bcf92b0 100644 --- a/sys-fs/xfsprogs/xfsprogs-5.18.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-5.18.0-r1.ebuild @@ -26,6 +26,7 @@ RDEPEND+=" selinux? ( sec-policy/selinux-xfs )" PATCHES=( "${FILESDIR}"/${PN}-5.3.0-libdir.patch "${FILESDIR}"/${PN}-5.18.0-docdir.patch + "${FILESDIR}"/${PN}-5.18.0-include.patch ) src_prepare() {