Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f7994a0ede5845bac397eaa52ed770a4a6cbb6d8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f7994a0ede5845bac397eaa52ed770a4a6cbb6d8)
  • Date: Sat, 4 Jun 2022 22:54:54 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

disk/refind/DETAILS | 5 +--
disk/refind/HISTORY | 4 +++
disk/refind/PRE_BUILD | 4 ---
disk/refind/patches/gnu-efi.patch | 48
--------------------------------------
4 files changed, 6 insertions(+), 55 deletions(-)

New commits:
commit f7994a0ede5845bac397eaa52ed770a4a6cbb6d8
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

disk/refind: version 0.13.3.1

diff --git a/disk/refind/DETAILS b/disk/refind/DETAILS
index aaf71ff..463b026 100755
--- a/disk/refind/DETAILS
+++ b/disk/refind/DETAILS
@@ -1,9 +1,8 @@
SPELL=refind
- VERSION=0.13.2
- PATCHLEVEL=1
+ VERSION=0.13.3.1
+
SOURCE_HASH=sha512:7966df5dd8dc66cc49a329ed722a567672da8e2fa3f2334d53db65357cea17cba5a4dc5459e358de1079a938da3c63dc626d096ce28b6bf1fa2964be7359dbd1
SOURCE="$SPELL-src-$VERSION.tar.gz"
SOURCE_URL[0]=$SOURCEFORGE_URL/project/$SPELL/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:e671d44385297295c143824dd95593f2e7bc8e282745d127b041a645aa27003467a3a23f368fd30297f33faa06bd914540d7bdc3c71ec42f6b7a38d7ee8e0ddb
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://www.rodsbooks.com/refind/";
LICENSE[0]="GPL-3.0"
diff --git a/disk/refind/HISTORY b/disk/refind/HISTORY
index a193b28..c7e5570 100644
--- a/disk/refind/HISTORY
+++ b/disk/refind/HISTORY
@@ -1,3 +1,7 @@
+2022-06-04 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.13.3.1
+ * PRE_BUILD, patches/gnu-efi.patch: dropped, fixed by upstream
+
2022-02-28 Ismael Luceno <ismael AT sourcemage.org>
* INSTALL: fixed installation path of EFI files and icons
* DETAILS: PATCHLEVEL++
diff --git a/disk/refind/PRE_BUILD b/disk/refind/PRE_BUILD
deleted file mode 100755
index c470014..0000000
--- a/disk/refind/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-echo .NOTPARALLEL: >> filesystems/Makefile &&
-apply_patch_dir patches
diff --git a/disk/refind/patches/gnu-efi.patch
b/disk/refind/patches/gnu-efi.patch
deleted file mode 100644
index 85f25e9..0000000
--- a/disk/refind/patches/gnu-efi.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-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 <rodsmith AT rodsbooks.com>
-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 }};
-
- /**



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f7994a0ede5845bac397eaa52ed770a4a6cbb6d8), Pavel Vinogradov, 06/04/2022

Archive powered by MHonArc 2.6.24.

Top of Page