From 5775921d432da8278d696bdff27980faf988975f Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Thu, 2 Jan 2025 17:46:11 -0600 Subject: [PATCH] libgpg-error: update to 1.51 Signed-off-by: W. Michael Petullo --- libs/libgpg-error/Makefile | 4 ++-- libs/libgpg-error/patches/001-cross-compile-fix.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libgpg-error/Makefile b/libs/libgpg-error/Makefile index d2e8ecbe43..1b9ed3cc42 100644 --- a/libs/libgpg-error/Makefile +++ b/libs/libgpg-error/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libgpg-error -PKG_VERSION:=1.49 +PKG_VERSION:=1.51 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://mirrors.dotsrc.org/gcrypt/libgpg-error \ http://ring.ksc.gr.jp/archives/net/gnupg/libgpg-error \ https://www.gnupg.org/ftp/gcrypt/libgpg-error -PKG_HASH:=8b79d54639dbf4abc08b5406fb2f37e669a2dec091dd024fb87dd367131c63a9 +PKG_HASH:=be0f1b2db6b93eed55369cdf79f19f72750c8c7c39fc20b577e724545427e6b2 PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=LGPL-2.1-or-later diff --git a/libs/libgpg-error/patches/001-cross-compile-fix.patch b/libs/libgpg-error/patches/001-cross-compile-fix.patch index 606cdd3785..292ebc29b1 100644 --- a/libs/libgpg-error/patches/001-cross-compile-fix.patch +++ b/libs/libgpg-error/patches/001-cross-compile-fix.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -74,6 +74,21 @@ AM_SILENT_RULES +@@ -76,6 +76,21 @@ AM_SILENT_RULES AC_CANONICAL_HOST AB_INIT -- 2.30.2