forked from opencomputeproject/onie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note that the mokutil .tar.gz is simply 0.4.0.tar.gz This update includes fixes that were previously applied as patches, so those patches are no longer being used. Signed-off-by: Alex Doyle <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
- Loading branch information
Showing
3 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
#------------------------------------------------------------------------------- | ||
# | ||
# Copyright (C) 2020 Alex Doyle <[email protected]> | ||
# Copyright (C) 2017 Curt Brune <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-2.0 | ||
|
@@ -9,7 +10,7 @@ | |
# This is a makefile fragment that defines the build of mokutil | ||
# | ||
|
||
MOKUTIL_VERSION = 0.3.0 | ||
MOKUTIL_VERSION = 0.4.0 | ||
MOKUTIL_TARBALL = $(MOKUTIL_VERSION).tar.gz | ||
MOKUTIL_TARBALL_URLS += $(ONIE_MIRROR) https://github.com/lcp/mokutil/archive | ||
MOKUTIL_BUILD_DIR = $(USER_BUILDDIR)/mokutil | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
0001-Fix-the-32bit-signedness-comparison.patch | ||
0001-Fix-the-potential-buffer-overflow.patch | ||
0001-Build-with-fshort-wchar-so-toggle-passwords-work-rig.patch | ||
0001-Make-all-efi_guid_t-const.patch | ||
efivar-30-support.patch | ||
# New version of mokutil has patches for 3.0 already, so nothing to do here yet... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
42d6c1551535386cba63265a6ed7172d11c88b97 0.4.0.tar.gz |