From: Daniel Golle Date: Tue, 9 Jun 2026 06:57:59 +0000 (+0100) Subject: gpgme: update to version 2.1.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=32388654416833a82aa31d0629f04063bae55198;p=openwrt-packages.git gpgme: update to version 2.1.0 New encryption result flags "is_de_vs" and "beta_compliance", a new GPGME_DECRYPT_SESSION_HASH decryption flag and session_hash result field, CMS signature attribute support via gpgme_sig_notation_add, a new "export-filter" context flag, plus a gpgsm lockup fix and a passphrase cancel handling fix. https://gnupg.org/ftp/gcrypt/gpgme/ Signed-off-by: Daniel Golle --- diff --git a/libs/gpgme/Makefile b/libs/gpgme/Makefile index f3f97b732..a8f2ffd90 100644 --- a/libs/gpgme/Makefile +++ b/libs/gpgme/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gpgme -PKG_VERSION:=2.0.1 +PKG_VERSION:=2.1.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://gnupg.org/ftp/gcrypt/$(PKG_NAME) -PKG_HASH:=821ab0695c842eab51752a81980c92b0410c7eadd04103f791d5d2a526784966 +PKG_HASH:=841c5ea53fc26259f4fbf0e8bde982dea1b8a1ca0cb77e681c82b050566bf92b PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=LGPL-2.1-or-later