shim:update version to 15.7
This commit is contained in:
parent
879168488b
commit
c21064e554
File diff suppressed because it is too large
Load Diff
@ -27,9 +27,9 @@ index 24ac314..9b8d7e8 100644
|
||||
+ifneq ($(origin ENABLE_SHIM_SM),undefined)
|
||||
+CFLAGS += -DENABLE_SHIM_SM
|
||||
+endif
|
||||
OBJS = shim.o globals.o mok.o netboot.o cert.o replacements.o tpm.o version.o errlog.o sbat.o sbat_data.o pe.o httpboot.o csv.o load-options.o
|
||||
OBJS = shim.o globals.o mok.o netboot.o cert.o replacements.o tpm.o version.o errlog.o sbat.o sbat_data.o sbat_var.o pe.o httpboot.o csv.o load-options.o
|
||||
KEYS = shim_cert.h ocsp.* ca.* shim.crt shim.csr shim.p12 shim.pem shim.key shim.cer
|
||||
ORIG_SOURCES = shim.c globals.c mok.c netboot.c replacements.c tpm.c errlog.c sbat.c pe.c httpboot.c shim.h version.h $(wildcard include/*.h) cert.S
|
||||
ORIG_SOURCES = shim.c globals.c mok.c netboot.c replacements.c tpm.c errlog.c sbat.c pe.c httpboot.c shim.h version.h $(wildcard include/*.h) cert.S sbat_var.S
|
||||
@@ -163,7 +166,7 @@ Cryptlib/libcryptlib.a:
|
||||
$(MAKE) TOPDIR=$(TOPDIR) VPATH=$(TOPDIR)/Cryptlib -C Cryptlib -f $(TOPDIR)/Cryptlib/Makefile
|
||||
|
||||
|
||||
Binary file not shown.
BIN
shim-15.7.tar.bz2
Normal file
BIN
shim-15.7.tar.bz2
Normal file
Binary file not shown.
@ -24,8 +24,8 @@
|
||||
%global vendor_cert %{nil}
|
||||
|
||||
Name: shim
|
||||
Version: 15.6
|
||||
Release: 10
|
||||
Version: 15.7
|
||||
Release: 1
|
||||
Summary: First-stage UEFI bootloader
|
||||
ExclusiveArch: x86_64 aarch64
|
||||
License: BSD
|
||||
@ -154,6 +154,9 @@ make test
|
||||
/usr/src/debug/%{name}-%{version}-%{release}/*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 18 2023 jinlun <jinlun@huawei.com> - 15.7-1
|
||||
- update version to 15.7
|
||||
|
||||
* Wed Jul 5 2023 yuxiating <yuxiating@xfusion.com> 15.6-10
|
||||
- update openssl version description
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user