libgpg-error: upgrade to 1.55

Downloaded from https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.55.tar.bz2

Change-Id: Ia7592c071caedcfb4fb75b9516f44932000f2567
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184611
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
Xisco Fauli 2025-04-25 10:15:31 +02:00
parent 42568a90c5
commit e32fbddc99
2 changed files with 3 additions and 3 deletions

View File

@ -429,8 +429,8 @@ LIBFFI_TARBALL := libffi-3.4.8.tar.gz
# three static lines
# so that git cherry-pick
# will not run into conflicts
LIBGPGERROR_SHA256SUM := 607dcadfd722120188eca5cd07193158b9dd906b578a557817ec779bd5e16d0e
LIBGPGERROR_TARBALL := libgpg-error-1.54.tar.bz2
LIBGPGERROR_SHA256SUM := 95b178148863f07d45df0cea67e880a79b9ef71f5d230baddc0071128516ef78
LIBGPGERROR_TARBALL := libgpg-error-1.55.tar.bz2
# three static lines
# so that git cherry-pick
# will not run into conflicts

View File

@ -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.39.2))
$(eval $(call gb_ExternalPackage_add_file,libgpg-error,$(LIBO_LIB_FOLDER)/libgpg-error-lo.so.0,src/.libs/libgpg-error-lo.so.0.39.3))
else ifeq ($(OS),MACOSX)