git: 4cec3f9086f3 - main - sysutils/uefi-edk2-bhyve: Update to edk2-stable202002 tag
Rebecca Cran
bcran at FreeBSD.org
Sun May 2 17:09:25 UTC 2021
The branch main has been updated by bcran (src committer):
URL: https://cgit.FreeBSD.org/ports/commit/?id=4cec3f9086f382a492522c85b1c5b702e545c00f
commit 4cec3f9086f382a492522c85b1c5b702e545c00f
Author: Rebecca Cran <bcran at FreeBSD.org>
AuthorDate: 2021-05-02 17:08:36 +0000
Commit: Rebecca Cran <bcran at FreeBSD.org>
CommitDate: 2021-05-02 17:09:21 +0000
sysutils/uefi-edk2-bhyve: Update to edk2-stable202002 tag
This fixes PR 255431 and makes HTTP(S) boot support work.
PR: 255431
Approved by: manu
Reviewed by: manu,imp
Differential Revision: https://reviews.freebsd.org/D30075
---
sysutils/uefi-edk2-bhyve/Makefile | 6 +++---
sysutils/uefi-edk2-bhyve/distinfo | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/sysutils/uefi-edk2-bhyve/Makefile b/sysutils/uefi-edk2-bhyve/Makefile
index f4af2e301a9c..a13311675305 100644
--- a/sysutils/uefi-edk2-bhyve/Makefile
+++ b/sysutils/uefi-edk2-bhyve/Makefile
@@ -1,5 +1,5 @@
PORTNAME= uefi-edk2-bhyve
-PORTVERSION= g20210214
+PORTVERSION= g20210226
PORTEPOCH= 2
CATEGORIES= sysutils
@@ -24,7 +24,7 @@ USE_GCC= yes:build
USE_GITHUB= yes
GH_ACCOUNT= tianocore
GH_PROJECT= edk2
-GH_TAGNAME= 2e1e8c35f3178df95d79da81ac6deec242da74c2
+GH_TAGNAME= edk2-stable202102
GH_TUPLE= ucb-bar:berkeley-softfloat-3:master:softfloat/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 \
google:brotli:v1.0.7-17-g666c328:brotli/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli \
openssl:openssl:OpenSSL_1_1_1g:openssl/CryptoPkg/Library/OpensslLib/openssl \
@@ -55,7 +55,7 @@ HTTP_BOOT_DESC= Build with HTTP(S) boot support
DEBUG_VARS= PLAT_TARGET=DEBUG
DEBUG_VARS_OFF= PLAT_TARGET=RELEASE
-HTTP_BOOT_VARS= PLAT_ARGS+=-DHTTP_BOOT_ENABLE=TRUE
+HTTP_BOOT_VARS= PLAT_ARGS+=-DNETWORK_HTTP_BOOT_ENABLE=TRUE
PLAT_ARGS+= -DDEBUG_ON_SERIAL_PORT=TRUE
diff --git a/sysutils/uefi-edk2-bhyve/distinfo b/sysutils/uefi-edk2-bhyve/distinfo
index 0b0fb659ff23..42ce56628a63 100644
--- a/sysutils/uefi-edk2-bhyve/distinfo
+++ b/sysutils/uefi-edk2-bhyve/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1613349864
-SHA256 (tianocore-edk2-g20210214-2e1e8c35f3178df95d79da81ac6deec242da74c2_GH0.tar.gz) = d611fece6f4b0cd7dad24af490524fadb4c560e7bbce7028002f69ce2102f247
-SIZE (tianocore-edk2-g20210214-2e1e8c35f3178df95d79da81ac6deec242da74c2_GH0.tar.gz) = 13615777
+TIMESTAMP = 1619914029
+SHA256 (tianocore-edk2-g20210226-edk2-stable202102_GH0.tar.gz) = 268591f0db8fd1f8c977509e8ac37bd6090c8373bf63a9657c88bb27bb43a279
+SIZE (tianocore-edk2-g20210226-edk2-stable202102_GH0.tar.gz) = 13604550
SHA256 (ucb-bar-berkeley-softfloat-3-master_GH0.tar.gz) = a40ccfa8d5c04971e6af8014217c93b58fba4d08c337bc0436bb141e9e79426a
SIZE (ucb-bar-berkeley-softfloat-3-master_GH0.tar.gz) = 148747
SHA256 (google-brotli-v1.0.7-17-g666c328_GH0.tar.gz) = caed254751585590b20b4a34d6600e9c9aae153ab1f9e1ae6b67f9bc3ee09b92
More information about the dev-commits-ports-all
mailing list