diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-06-19 14:17:35 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-06-21 15:23:08 +0200 |
commit | cdd7b2236153e1d4fff5bdf942389df0f50c4c34 (patch) | |
tree | 3ff9d0dd822cf64039464260d7720629e7e50459 /download.lst | |
parent | 5eb54fcc93ee3dad65eb3bc7610390ae265ce9ac (diff) |
libgpg-error: upgrade to 1.50
Add external/libgpg-error/undeclared-environ-macOS.patch
from https://github.com/gpg/libgpg-error/commit/a59e902b887fd92337c9728f668cf9c89da3957a
to fix
spawn-posix.c:345:5: error: use of undeclared identifier 'environ'
environ = act->environ;
^
1 error generated.
on macOS.
Downloaded from https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2
Change-Id: Ica3a181626429da39651c29482326134ba25d556
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169200
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
(cherry picked from commit 5a7283a0eb880c5273ea48b0d1a6f881c4297b1a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169299
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/download.lst b/download.lst index fc1a4eb836bb..4257d091fadf 100644 --- a/download.lst +++ b/download.lst @@ -394,8 +394,8 @@ LIBFFI_TARBALL := libffi-3.4.4.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts -LIBGPGERROR_SHA256SUM := 8b79d54639dbf4abc08b5406fb2f37e669a2dec091dd024fb87dd367131c63a9 -LIBGPGERROR_TARBALL := libgpg-error-1.49.tar.bz2 +LIBGPGERROR_SHA256SUM := 69405349e0a633e444a28c5b35ce8f14484684518a508dc48a089992fe93e20a +LIBGPGERROR_TARBALL := libgpg-error-1.50.tar.bz2 # three static lines # so that git cherry-pick # will not run into conflicts |