download.lst                                          |    4 ++--
 external/libgpg-error/ExternalPackage_libgpg-error.mk |    2 +-
 external/libgpg-error/w32-build-fixes-5.patch         |    9 ++++++---
 3 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit af3f54e7b118149cf1a20403fd0f433e41f5c6b6
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Wed Apr 9 12:58:20 2025 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed Apr 9 15:37:06 2025 +0200

    libgpg-error: upgrade to 1.53
    
    Downloaded from 
https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.53.tar.bz2
    
    Change-Id: I29b4d5a52bd16ebcc1d0d866d1485c5e32264f81
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183916
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/download.lst b/download.lst
index 75ae3a4336a1..c0d4253f2a92 100644
--- a/download.lst
+++ b/download.lst
@@ -429,8 +429,8 @@ LIBFFI_TARBALL := libffi-3.4.7.tar.gz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-LIBGPGERROR_SHA256SUM := 
be0f1b2db6b93eed55369cdf79f19f72750c8c7c39fc20b577e724545427e6b2
-LIBGPGERROR_TARBALL := libgpg-error-1.51.tar.bz2
+LIBGPGERROR_SHA256SUM := 
6a0721b52027415f53abcbf63b5c37776a0f774d9126d560a3ce76c0eb42903f
+LIBGPGERROR_TARBALL := libgpg-error-1.53.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
diff --git a/external/libgpg-error/ExternalPackage_libgpg-error.mk 
b/external/libgpg-error/ExternalPackage_libgpg-error.mk
index 532e8bba2f4e..06a2da44bd36 100644
--- a/external/libgpg-error/ExternalPackage_libgpg-error.mk
+++ b/external/libgpg-error/ExternalPackage_libgpg-error.mk
@@ -15,7 +15,7 @@ ifneq ($(DISABLE_DYNLOADING),TRUE)
 
 ifeq ($(OS),LINUX)
 
-$(eval $(call 
gb_ExternalPackage_add_file,libgpg-error,$(LIBO_LIB_FOLDER)/libgpg-error-lo.so.0,src/.libs/libgpg-error-lo.so.0.38.0))
+$(eval $(call 
gb_ExternalPackage_add_file,libgpg-error,$(LIBO_LIB_FOLDER)/libgpg-error-lo.so.0,src/.libs/libgpg-error-lo.so.0.39.1))
 
 else ifeq ($(OS),MACOSX)
 
diff --git a/external/libgpg-error/w32-build-fixes-5.patch 
b/external/libgpg-error/w32-build-fixes-5.patch
index 80d52f720e13..154cae3f8cd0 100644
--- a/external/libgpg-error/w32-build-fixes-5.patch
+++ b/external/libgpg-error/w32-build-fixes-5.patch
@@ -130,12 +130,15 @@
  
 --- src/w32-add.h      2020-06-06 00:32:38.502203300 +0200
 +++ src/w32-add.h~     2018-12-07 14:48:19.000000000 +0100
-@@ -65,3 +65,5 @@
- char *gpgrt_w32_reg_query_string (const char *root,
+@@ -89,5 +89,7 @@
                                    const char *dir,
                                    const char *name);
-+
+ 
 +wchar_t *utf8_to_wchar (const char *string, size_t length, size_t *retlen);
++
+ /* Query a string in the registry using a unified key representation.  */
+ char *gpgrt_w32_reg_get_string (const char *key);
+
 --- src/w32-gettext.c  2022-03-04 21:44:26.000000000 +0900
 +++ src/w32-gettext.c~ 2023-08-30 16:01:12.861855006 +0900
 @@ -1325,7 +1325,7 @@

Reply via email to