diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-11-06 20:56:11 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-11-08 22:49:42 +0100 |
commit | 96fb0457f49975a7e9a90eb92442e678b5d279ba (patch) | |
tree | 9024674f7c8922574856163b8d63393c04a0180a /download.lst | |
parent | 383067b41647e70e0a304bddf529aacfe015099f (diff) |
gpgme: Upgrade to 1.24.0
* external/gpgmepp/gettid.patch fixes
/opt/rh/gcc-toolset-12/root/usr/libexec/gcc/x86_64-redhat-linux/12/ld: ./.libs/libgpgme.so: undefined reference to `gettid'
* external/gpgmepp/strcasecmp.patch fixes
libgpgme.lib(key.obj) : error LNK2019: unresolved external symbol _strcasecmp referenced in function __gpgme_key_append_name
Downloaded from https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.24.0.tar.bz2
Change-Id: I2f2587f5157db7610d6ffaa84b49f9677ba1cc4c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176160
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
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 a00bc35b9669..bd9547fe1134 100644 --- a/download.lst +++ b/download.lst @@ -317,8 +317,8 @@ GLM_TARBALL := glm-1.0.1.zip # three static lines # so that git cherry-pick # will not run into conflicts -GPGME_SHA256SUM := 9499e8b1f33cccb6815527a1bc16049d35a6198a6c5fae0185f2bd561bce5224 -GPGME_TARBALL := gpgme-1.23.2.tar.bz2 +GPGME_SHA256SUM := 61e3a6ad89323fecfaff176bc1728fb8c3312f2faa83424d9d5077ba20f5f7da +GPGME_TARBALL := gpgme-1.24.0.tar.bz2 # three static lines # so that git cherry-pick # will not run into conflicts |