public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/edk2] f43: update dbx to 20260630 (v1.6.5)
@ 2026-07-08 10:35 Gerd Hoffmann
  0 siblings, 0 replies; only message in thread
From: Gerd Hoffmann @ 2026-07-08 10:35 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/edk2
Branch : f43
Commit : 9e9775bbea7a71eb37614e1259dc4c816bf22733
Author : Gerd Hoffmann <kraxel@redhat.com>
Date   : 2026-07-08T12:35:04+02:00
Stats  : +2/-2 in 8 file(s)
URL    : https://src.fedoraproject.org/rpms/edk2/c/9e9775bbea7a71eb37614e1259dc4c816bf22733?branch=f43

Log:
update dbx to 20260630 (v1.6.5)

---
diff --git a/DBXUpdate-20250224.aa64.bin b/DBXUpdate-20250224.aa64.bin
deleted file mode 100644
index 3352006..0000000
Binary files a/DBXUpdate-20250224.aa64.bin and /dev/null differ

diff --git a/DBXUpdate-20250224.x64.bin b/DBXUpdate-20250224.x64.bin
deleted file mode 100644
index 481f5a3..0000000
Binary files a/DBXUpdate-20250224.x64.bin and /dev/null differ

diff --git a/DBXUpdate-20250610.aa64.bin b/DBXUpdate-20250610.aa64.bin
deleted file mode 100644
index 3352006..0000000
Binary files a/DBXUpdate-20250610.aa64.bin and /dev/null differ

diff --git a/DBXUpdate-20250610.x64.bin b/DBXUpdate-20250610.x64.bin
deleted file mode 100644
index 811e27e..0000000
Binary files a/DBXUpdate-20250610.x64.bin and /dev/null differ

diff --git a/DBXUpdate-20260630.aa64.bin b/DBXUpdate-20260630.aa64.bin
new file mode 100644
index 0000000..3352006
Binary files /dev/null and b/DBXUpdate-20260630.aa64.bin differ

diff --git a/DBXUpdate-20260630.x64.bin b/DBXUpdate-20260630.x64.bin
new file mode 100644
index 0000000..f6ccec7
Binary files /dev/null and b/DBXUpdate-20260630.x64.bin differ

diff --git a/edk2.spec b/edk2.spec
index 654d847..8cb7bd0 100644
--- a/edk2.spec
+++ b/edk2.spec
@@ -25,7 +25,7 @@
 
 %define OPENSSL_VER    3.5.7
 
-%define DBXDATE        20251016
+%define DBXDATE        20260630
 
 # Undefine this to get *HUGE* (50MB+) verbose build logs
 %define silent --silent

diff --git a/make-dbxupdate.sh b/make-dbxupdate.sh
index 46834e1..781434b 100644
--- a/make-dbxupdate.sh
+++ b/make-dbxupdate.sh
@@ -13,7 +13,7 @@ echo "# pull repo updates"
 (set -x; cd "$sbrepo"; git pull)
 commit=$(cd "$sbrepo"; git log --oneline -n 1 --pretty='format:%h' -- $dbxdir)
 latest=$(cd "$sbrepo"; git log --oneline -n 1 --pretty='format:%cs' -- $dbxdir | tr -d '-')
-version=$(cd "$sbrepo"; git describe --tags --long --match v* | cut -d- -f1)
+version=$(cd "$sbrepo"; git describe --tags --long --match 'v*' | cut -d- -f1)
 current=$(awk '/%define DBXDATE/ { print $3 }' edk2.spec)
 if test "$current" = "$latest"; then
     echo "#"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-08 10:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-08 10:35 [rpms/edk2] f43: update dbx to 20260630 (v1.6.5) Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox