From: Daniel Golle Date: Thu, 20 Aug 2026 13:29:51 +0000 (+0100) Subject: gpgme: update to 2.1.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9e444a743ff3c88b0ba6091275d804b8118f6b05;p=openwrt-packages.git gpgme: update to 2.1.2 2.1.1: - gpgme_op_export now also returns operational errors - w32: improved debug output in spawn/selection functions, improved serialization between reader and writer threads, added CRLF handling for armored output in gpgme-json 2.1.2: - w32: fixed a syntax error Signed-off-by: Daniel Golle --- diff --git a/libs/gpgme/Makefile b/libs/gpgme/Makefile index ce7cbfc95..fed509486 100644 --- a/libs/gpgme/Makefile +++ b/libs/gpgme/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gpgme -PKG_VERSION:=2.1.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.1.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://gnupg.org/ftp/gcrypt/$(PKG_NAME) -PKG_HASH:=841c5ea53fc26259f4fbf0e8bde982dea1b8a1ca0cb77e681c82b050566bf92b +PKG_HASH:=0687a95b299871c4141f507c0f740de6b429c9ac067d0fa4e062e3264df5fb77 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=LGPL-2.1-or-later