From: Daniel Golle Date: Fri, 4 Jul 2025 21:25:33 +0000 (+0100) Subject: gnupg2: update to 2.4.8 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3017332949f36be199b94255234e68af760b6e66;p=openwrt-packages.git gnupg2: update to 2.4.8 Noteworthy changes in version 2.4.8 (2025-05-14) ------------------------------------------------ * gpg: Fix a verification DoS due to a malicious subkey in the keyring. [T7527] * gpg: Fix a regression in 2.4.7 for generating a key from card. [T7457] * gpg: Fix --quick-add-key for Weierstrass ECC with usage given. [T7506] * gpg: Fully implement the group key flag. [rGedd01d8fc4] * gpg: Make combination of show-only-fpr-mbox and show-unusable-uid work. [rGeb2a90d343] * gpgsm: Do not return an error code when importing a certificate with an empty subject. [T7171] * scd: Accept P15 cards with a zero-length label. [rG18b4ebb28a] * keyboxd: Use case-insensitive search for mail addresses. [T7576] * gpgconf: Fix reload and kill of keyboxd. [T7569] * w32: Fix posssible lockup due to lost select results. [rG9448d01d61] Release-info: https://dev.gnupg.org/T7428 Signed-off-by: Daniel Golle --- diff --git a/utils/gnupg2/Makefile b/utils/gnupg2/Makefile index 00267c4d0..0da0dd3a4 100644 --- a/utils/gnupg2/Makefile +++ b/utils/gnupg2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnupg -PKG_VERSION:=2.4.7 +PKG_VERSION:=2.4.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://gnupg.org/ftp/gcrypt/gnupg -PKG_HASH:=7b24706e4da7e0e3b06ca068231027401f238102c41c909631349dcc3b85eb46 +PKG_HASH:=b58c80d79b04d3243ff49c1c3fc6b5f83138eb3784689563bcdd060595318616 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-3.0-or-later