]> git.99rst.org Git - openwrt-packages.git/commitdiff
gpgme: update to 2.1.2
authorDaniel Golle <redacted>
Thu, 20 Aug 2026 13:29:51 +0000 (14:29 +0100)
committerGeorge Sapkin <redacted>
Sun, 23 Aug 2026 16:55:09 +0000 (19:55 +0300)
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 <redacted>
libs/gpgme/Makefile

index ce7cbfc95820cb3dc7d30b5b67d730efcc62f467..fed509486661128900357855f42b7d3ffe23d07f 100644 (file)
@@ -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 <daniel@makrotopia.org>
 PKG_LICENSE:=LGPL-2.1-or-later
git clone https://git.99rst.org/PROJECT