system/edk2-ovmf: Updated for version 202311.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gene Carlson 2024-01-04 09:13:02 +09:00 committed by Willy Sudiarto Raharjo
parent 05a172c982
commit df72ea1966
3 changed files with 11 additions and 11 deletions

View File

@ -3,7 +3,7 @@ edk2-ovmf (Secure Boot enabled UEFI firmware for Qemu)
edk2-ovmf provides Secure Boot enabled 64- and 32-bit UEFI firmware edk2-ovmf provides Secure Boot enabled 64- and 32-bit UEFI firmware
that can be used with Qemu, as well as EFI varstores with pre-enrolled that can be used with Qemu, as well as EFI varstores with pre-enrolled
Secure Boot keys. This allows for running virtual machines with Secure Boot keys. This allows for running virtual machines with
operating systems that require Secure Boot, such as Windows 11. operating systems that require Secure Boot on Qemu, such as Windows 11.
Please note that, according to the TianoCore team, although the firmware Please note that, according to the TianoCore team, although the firmware
is sufficient to run virtual machines, it does not provide the full is sufficient to run virtual machines, it does not provide the full

View File

@ -2,7 +2,7 @@
# #
# Slackware build script for edk2-ovmf # Slackware build script for edk2-ovmf
# #
# Copyright 2023 K. Eugene Carlson Tsukuba, Japan # Copyright 2023-2024 K. Eugene Carlson Tsukuba, Japan
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=edk2-ovmf PRGNAM=edk2-ovmf
VERSION=${VERSION:-20230524} VERSION=${VERSION:-202311}
FEDVER=${FEDVER:-3.fc38} FEDVER=${FEDVER:-22-11.fc39}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -53,8 +53,8 @@ cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $PRGNAM-$VERSION
mkdir $PRGNAM-$VERSION mkdir $PRGNAM-$VERSION
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
rpm2cpio $CWD/$PRGNAM-$VERSION-$FEDVER.noarch.rpm | cpio -idmv rpm2cpio $CWD/$PRGNAM-$VERSION$FEDVER.noarch.rpm | cpio -idmv
rpm2cpio $CWD/$PRGNAM-ia32-$VERSION-$FEDVER.noarch.rpm | cpio -idmv rpm2cpio $CWD/$PRGNAM-ia32-$VERSION$FEDVER.noarch.rpm | cpio -idmv
chown -R root:root . chown -R root:root .
find -L . \ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View File

@ -1,10 +1,10 @@
PRGNAM="edk2-ovmf" PRGNAM="edk2-ovmf"
VERSION="20230524" VERSION="202311"
HOMEPAGE="https://github.com/tianocore/tianocore.github.io/wiki/OVMF" HOMEPAGE="https://github.com/tianocore/tianocore.github.io/wiki/OVMF"
DOWNLOAD="https://kojipkgs.fedoraproject.org/packages/edk2/20230524/3.fc38/noarch/edk2-ovmf-20230524-3.fc38.noarch.rpm \ DOWNLOAD="https://kojipkgs.fedoraproject.org/packages/edk2/20231122/11.fc39/noarch/edk2-ovmf-20231122-11.fc39.noarch.rpm \
https://kojipkgs.fedoraproject.org/packages/edk2/20230524/3.fc38/noarch/edk2-ovmf-ia32-20230524-3.fc38.noarch.rpm" https://kojipkgs.fedoraproject.org/packages/edk2/20231122/11.fc39/noarch/edk2-ovmf-ia32-20231122-11.fc39.noarch.rpm"
MD5SUM="3c0890a6d198bee9fa65a2a788aee0ea \ MD5SUM="34a0c3c35b4ce299e91926403959e36d \
f3c3fff022442c1d642f7298f746e585" 14ecca80defc74649bfd17a1916e96f1"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""