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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C76C158232 for ; Sun, 8 Dec 2024 12:30:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6859DE0AAD; Sun, 8 Dec 2024 12:30:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75B65E0AAD for ; Sun, 8 Dec 2024 12:30:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67F66343127 for ; Sun, 8 Dec 2024 12:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CC8F16A1 for ; Sun, 8 Dec 2024 12:30:54 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1733661047.063779bef9dcbf9f76360d89a18d89f95a7c025d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/, sys-apps/iproute2/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/iproute2/files/iproute2-6.12.0-musl-3.patch sys-apps/iproute2/iproute2-6.12.0.ebuild X-VCS-Directories: sys-apps/iproute2/files/ sys-apps/iproute2/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 063779bef9dcbf9f76360d89a18d89f95a7c025d X-VCS-Branch: master Date: Sun, 8 Dec 2024 12:30:54 +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: 54068256-4950-4d2d-af38-88ba1625ac08 X-Archives-Hash: 19d867ede811b69ef596771af5a8441a commit: 063779bef9dcbf9f76360d89a18d89f95a7c025d Author: David Seifert gentoo org> AuthorDate: Sun Dec 8 12:30:47 2024 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Dec 8 12:30:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063779be sys-apps/iproute2: add patch for on musl Closes: https://bugs.gentoo.org/946088 Signed-off-by: David Seifert gentoo.org> .../iproute2/files/iproute2-6.12.0-musl-3.patch | 37 ++++++++++++++++++++++ sys-apps/iproute2/iproute2-6.12.0.ebuild | 1 + 2 files changed, 38 insertions(+) diff --git a/sys-apps/iproute2/files/iproute2-6.12.0-musl-3.patch b/sys-apps/iproute2/files/iproute2-6.12.0-musl-3.patch new file mode 100644 index 000000000000..37eeb84aa350 --- /dev/null +++ b/sys-apps/iproute2/files/iproute2-6.12.0-musl-3.patch @@ -0,0 +1,37 @@ +https://github.com/iproute2/iproute2/pull/71 + +From cdc6a1759ea1858d65fdbbfe825999b3d4ed377e Mon Sep 17 00:00:00 2001 +From: David Seifert +Date: Sun, 8 Dec 2024 13:19:14 +0100 +Subject: [PATCH] musl: include for PATH_MAX macro + +https://bugs.gentoo.org/946088 +--- + ip/iplink.c | 1 + + ip/ipnetns.c | 1 + + 2 files changed, 2 insertions(+) + +diff --git a/ip/iplink.c b/ip/iplink.c +index aa2332fcc..27863b981 100644 +--- a/ip/iplink.c ++++ b/ip/iplink.c +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + #include + + #include "rt_names.h" +diff --git a/ip/ipnetns.c b/ip/ipnetns.c +index 5c9434009..de16b2790 100644 +--- a/ip/ipnetns.c ++++ b/ip/ipnetns.c +@@ -15,6 +15,7 @@ + #include + #include + #include ++#include + #include + + #include diff --git a/sys-apps/iproute2/iproute2-6.12.0.ebuild b/sys-apps/iproute2/iproute2-6.12.0.ebuild index 3ea2b7db3ea0..e2a123f5156c 100644 --- a/sys-apps/iproute2/iproute2-6.12.0.ebuild +++ b/sys-apps/iproute2/iproute2-6.12.0.ebuild @@ -49,6 +49,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-6.10.0-musl-1.patch # bug #936234 "${FILESDIR}"/${PN}-6.10.0-musl-2.patch # bug #926341 + "${FILESDIR}"/${PN}-6.12.0-musl-3.patch # bug #946088 "${FILESDIR}"/${PN}-6.9.0-mtu.patch # bug #291907 "${FILESDIR}"/${PN}-6.8.0-configure-nomagic-nolibbsd.patch # bug #643722 & #911727 "${FILESDIR}"/${PN}-6.8.0-disable-libbsd-fallback.patch # bug #911727