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 7CCD315817D for ; Sat, 22 Jun 2024 18:54:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBF602BC0AC; Sat, 22 Jun 2024 18:54:41 +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 A64292BC0AD for ; Sat, 22 Jun 2024 18:54:41 +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 C1632340C77 for ; Sat, 22 Jun 2024 18:54:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1473A1D55 for ; Sat, 22 Jun 2024 18:54:37 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1719082241.b5f8a9830cd7ce69772b52d327c59cfce53051a7.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/refind/files/refind-0.13.2-gnuefi-3.0.14.patch X-VCS-Directories: sys-boot/refind/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b5f8a9830cd7ce69772b52d327c59cfce53051a7 X-VCS-Branch: master Date: Sat, 22 Jun 2024 18:54: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: 0d3543e3-9f21-411f-a225-4327ae7d17ba X-Archives-Hash: 77fe4412e73488fe2aa02e9d8aaa09a1 commit: b5f8a9830cd7ce69772b52d327c59cfce53051a7 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jun 18 17:29:48 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jun 22 18:50:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f8a983 sys-boot/refind: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> .../refind/files/refind-0.13.2-gnuefi-3.0.14.patch | 51 ---------------------- 1 file changed, 51 deletions(-) diff --git a/sys-boot/refind/files/refind-0.13.2-gnuefi-3.0.14.patch b/sys-boot/refind/files/refind-0.13.2-gnuefi-3.0.14.patch deleted file mode 100644 index 751a8e838dfa..000000000000 --- a/sys-boot/refind/files/refind-0.13.2-gnuefi-3.0.14.patch +++ /dev/null @@ -1,51 +0,0 @@ -https://bugs.gentoo.org/810907 -https://sources.debian.org/patches/refind/0.13.2-1/gnu-efi.patch/ - -Origin: https://sourceforge.net/p/refind/code/ci/10f838a4cd132a5595acaf3c54c15782151a61df -Applied-Upstream: 0.13.3 -From 10f838a4cd132a5595acaf3c54c15782151a61df Mon Sep 17 00:00:00 2001 -From: Rod Smith -Date: Sat, 23 Oct 2021 10:17:23 -0400 -Subject: [PATCH] Fix compile problems with recent GNU-EFI versions - ---- - EfiLib/DevicePathUtilities.h | 13 ------------- - EfiLib/gnuefi-helper.c | 1 - - NEWS.txt | 3 +++ - include/version.h | 2 +- - 4 files changed, 4 insertions(+), 15 deletions(-) - -diff --git a/EfiLib/DevicePathUtilities.h b/EfiLib/DevicePathUtilities.h -index b559671..14ed797 100644 ---- a/EfiLib/DevicePathUtilities.h -+++ b/EfiLib/DevicePathUtilities.h -@@ -217,17 +217,4 @@ EFIAPI - --*/ - ; - --typedef struct { -- EFI_DEVICE_PATH_UTILS_GET_DEVICE_PATH_SIZE GetDevicePathSize; -- EFI_DEVICE_PATH_UTILS_DUP_DEVICE_PATH DuplicateDevicePath; -- EFI_DEVICE_PATH_UTILS_APPEND_PATH AppendDevicePath; -- EFI_DEVICE_PATH_UTILS_APPEND_NODE AppendDeviceNode; -- EFI_DEVICE_PATH_UTILS_APPEND_INSTANCE AppendDevicePathInstance; -- EFI_DEVICE_PATH_UTILS_GET_NEXT_INSTANCE GetNextDevicePathInstance; -- EFI_DEVICE_PATH_UTILS_IS_MULTI_INSTANCE IsDevicePathMultiInstance; -- EFI_DEVICE_PATH_UTILS_CREATE_NODE CreateDeviceNode; --} EFI_DEVICE_PATH_UTILITIES_PROTOCOL; -- --extern EFI_GUID gEfiDevicePathUtilitiesProtocolGuid; -- - #endif -diff --git a/EfiLib/gnuefi-helper.c b/EfiLib/gnuefi-helper.c -index 246c261..8730403 100644 ---- a/EfiLib/gnuefi-helper.c -+++ b/EfiLib/gnuefi-helper.c -@@ -20,7 +20,6 @@ - #include "refit_call_wrapper.h" - #include "LegacyBios.h" - --EFI_GUID gEfiDevicePathUtilitiesProtocolGuid = { 0x09576E91, 0x6D3F, 0x11D2, { 0x8E, 0x39, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}; - EFI_GUID gEfiLegacyBiosProtocolGuid = { 0xdb9a1e3d, 0x45cb, 0x4abb, { 0x85, 0x3b, 0xe5, 0x38, 0x7f, 0xdb, 0x2e, 0x2d }}; - - /**