From 72b058aaa458531e261eb53214373702ff098e49 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 19 May 2026 11:50:11 +0100 Subject: [PATCH] libksba: update to 1.8.0 Minor version bump on the GnuPG X.509 library. Highlights from upstream's NEWS: 1.8.0 (2026-05-13) * New function ksba_cms_get_attribute. * Support building of unsigned attributes with ksba_cms_add_attribute. 1.7.0 (2026-05-07) * Add support for building AuthEnvelopedData. * New function ksba_cms_add_attribute. * Fix silent truncation of 64 bit length fields. * Fix incorrect overflow guard condition in _ksba_ber_read_tl. The added interfaces (ksba_cms_add_attribute, _get_attribute) are required by GnuPG >= 2.5.20 to expose gpgsm's --attribute option. Signed-off-by: Daniel Golle --- libs/libksba/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libksba/Makefile b/libs/libksba/Makefile index 7e7fc9cb28..85fc106ac7 100644 --- a/libs/libksba/Makefile +++ b/libs/libksba/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libksba -PKG_VERSION:=1.6.8 +PKG_VERSION:=1.8.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://gnupg.org/ftp/gcrypt/$(PKG_NAME) -PKG_HASH:=0f4510f1c7a679c3545990a31479f391ad45d84e039176309d42f80cf41743f5 +PKG_HASH:=296b9db9095749f2aa104202d7ab7fd09ad10710e00780a709c9754b1a1d9292 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=LGPL-3.0-or-later GPL-2.0-or-later