From 7cef74bb06ea445eb58816a3fb8abc1c78e39c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Cie=C5=9Blak?= Date: Fri, 24 Mar 2023 01:04:02 +0100 Subject: [PATCH] libgpg-error 1.46 198.15 -> 277.69 kB --- modules/libgpg-error | 5 +++-- patches/{libgpg-error-1.37.patch => libgpg-error-1.46.patch} | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename patches/{libgpg-error-1.37.patch => libgpg-error-1.46.patch} (100%) diff --git a/modules/libgpg-error b/modules/libgpg-error index 4d978d74..28b01f32 100644 --- a/modules/libgpg-error +++ b/modules/libgpg-error @@ -1,10 +1,10 @@ modules-$(CONFIG_GPG2) += libgpg-error -libgpg-error_version := 1.37 +libgpg-error_version := 1.46 libgpg-error_dir := libgpg-error-$(libgpg-error_version) libgpg-error_tar := libgpg-error-$(libgpg-error_version).tar.bz2 libgpg-error_url := https://gnupg.org/ftp/gcrypt/libgpg-error/$(libgpg-error_tar) -libgpg-error_hash := b32d6ff72a73cf79797f7f2d039e95e9c6f92f0c1450215410840ab62aea9763 +libgpg-error_hash := b7e11a64246bbe5ef37748de43b245abd72cfcd53c9ae5e7fc5ca59f1c81268d libgpg-error_configure := \ $(CROSS_TOOLS) \ @@ -17,6 +17,7 @@ libgpg-error_configure := \ --disable-languages \ --disable-doc \ --disable-tests \ + --enable-install-gpg-error-config \ libgpg-error_target := $(MAKE_JOBS) \ DESTDIR="$(INSTALL)" \ diff --git a/patches/libgpg-error-1.37.patch b/patches/libgpg-error-1.46.patch similarity index 100% rename from patches/libgpg-error-1.37.patch rename to patches/libgpg-error-1.46.patch