depends: libgpg-error: update to 1.55
authortobtoht <tob@featherwallet.org>
Tue, 17 Jun 2025 10:46:24 +0000 (12:46 +0200)
committertobtoht <tob@featherwallet.org>
Tue, 17 Jun 2025 10:56:05 +0000 (12:56 +0200)
contrib/depends/packages/libgpg-error.mk
contrib/depends/patches/libgpg-error/declare_environ_macos.patch [deleted file]

index f7365ae6f50fdfc52222b1278112f316523ea4b1..8269d0e0f777ffb6a6c9eaeebc2117d5f42b9337 100644 (file)
@@ -1,9 +1,9 @@
 package=libgpg-error
-$(package)_version=1.50
+$(package)_version=1.55
 $(package)_download_path=https://www.gnupg.org/ftp/gcrypt/libgpg-error/
 $(package)_file_name=libgpg-error-$($(package)_version).tar.gz
-$(package)_sha256_hash=34a3b36ec8ad830f8f3ceb5db583d1f6dc8ae4c31d04f6da18ea18dd95396ab0
-$(package)_patches=declare_environ_macos.patch no-programs.patch
+$(package)_sha256_hash=bda09f51d7ed64565e41069d782bfcc4984aed908ae68bee01fb692b64ea96e2
+$(package)_patches=no-programs.patch
 
 define $(package)_set_vars
   $(package)_config_opts := --enable-static --disable-shared
@@ -13,7 +13,6 @@ define $(package)_set_vars
 endef
 
 define $(package)_preprocess_cmds
-  patch -p1 < $($(package)_patch_dir)/declare_environ_macos.patch && \
   patch -p1 < $($(package)_patch_dir)/no-programs.patch && \
   cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub build-aux
 endef
diff --git a/contrib/depends/patches/libgpg-error/declare_environ_macos.patch b/contrib/depends/patches/libgpg-error/declare_environ_macos.patch
deleted file mode 100644 (file)
index a2afe25..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-Subject: [PATCH] core: Declare environ for macOS and others.
----
-Index: src/spawn-posix.c
-IDEA additional info:
-Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
-<+>UTF-8
-===================================================================
-diff --git a/src/spawn-posix.c b/src/spawn-posix.c
---- a/src/spawn-posix.c        (revision d18e28a948307fab016b1eed467a70653ca9576e)
-+++ b/src/spawn-posix.c        (revision a59e902b887fd92337c9728f668cf9c89da3957a)
-@@ -57,6 +57,9 @@
- #include "gpgrt-int.h"
-+/* (Only glibc's unistd.h declares this iff _GNU_SOURCE is used.)  */
-+extern char **environ;
-+
- /* Definition for the gpgrt_spawn_actions_t.  Note that there is a
-  * different one for Windows.  */