public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/edk2] f44: update dbx to 20260630 (v1.6.5)
Date: Wed, 08 Jul 2026 10:32:25 GMT	[thread overview]
Message-ID: <178350674558.1.7727940989755099384.rpms-edk2-5ebd456f40e1@fedoraproject.org> (raw)

A new commit has been pushed.

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

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 5a3b1a5..b5b1ae0 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 "#"

                 reply	other threads:[~2026-07-08 10:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178350674558.1.7727940989755099384.rpms-edk2-5ebd456f40e1@fedoraproject.org \
    --to=kraxel@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox