[Commits] [SCM] claws-win32-installer branch, gtk2, updated. 3.19.0-1-65-g2a96311

jonathan at claws-mail.org jonathan at claws-mail.org
Sun Nov 6 06:15:36 UTC 2022


The branch, gtk2 has been updated
       via  2a96311926b6647d39afafb09c3304fb31cec14f (commit)
      from  834d72460259d9e7649809c4c34300f5ffcafbf2 (commit)

Summary of changes:
 packages/packages.current               |  2 +-
 patches/libassuan/01-gpg-error-m4.patch | 54 ---------------------------------
 2 files changed, 1 insertion(+), 55 deletions(-)
 delete mode 100644 patches/libassuan/01-gpg-error-m4.patch


- Log -----------------------------------------------------------------
commit 2a96311926b6647d39afafb09c3304fb31cec14f
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sat Nov 5 21:35:50 2022 -0700

    Update to libassuan git head

diff --git a/packages/packages.current b/packages/packages.current
index f59b79b..532ee6f 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -27,7 +27,7 @@ harfbuzz,5.3.1,file,https://github.com/harfbuzz/harfbuzz/releases/download/5.3.1
 hunspell,1.7.1,file,https://github.com/hunspell/hunspell/releases/download/v1.7.1/hunspell-1.7.1.tar.gz,b2d9c5369c2cc7f321cb5983fda2dbf007dce3d9e17519746840a6f0c4bf7444,,
 icu4c,58.3,file,https://github.com/unicode-org/icu/releases/download/release-58-3/icu4c-58_3-src.tgz,2680f3c547cd26cba1d7ebd819cd336ff92cf444a270e195fd3b10bfdf22276c,,
 jpeg,9e,file,https://ijg.org/files/jpegsrc.v9e.tar.gz,4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d,,
-libassuan,2.5.5-33-g6bc8a10,git,git://git.gnupg.org/libassuan.git,5196d771e32089b188ea76b3e6791d321ee13ecc436daf91d531fbf57a7f2ff0,master,6bc8a106c4bd6c1e3a4ad834331eb24431868beb
+libassuan,2.5.5-41-g870fdcf,git,git://git.gnupg.org/libassuan.git,9f9a9d9ecf1fc4bdc2ae3e4f44f726897a047bb6c19540f1039e673fc381481f,master,870fdcf92e5991c0bb2e349a951aa8dd93b0e22f
 libetpan,1.9.4,file,https://www.claws-mail.org/win32/libetpan-1.9.4.tar.gz,82ec8ea11d239c9967dbd1717cac09c8330a558e025b3e4dc6a7594e80d13bb1,,
 libffi,3.4.4,file,https://github.com/libffi/libffi/releases/download/v3.4.4/libffi-3.4.4.tar.gz,d66c56ad259a82cf2a9dfc408b32bf5da52371500b84745f7fb8b645712df676,,
 libgpg_error,1.46,file,https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.46.tar.bz2,b7e11a64246bbe5ef37748de43b245abd72cfcd53c9ae5e7fc5ca59f1c81268d,,
diff --git a/patches/libassuan/01-gpg-error-m4.patch b/patches/libassuan/01-gpg-error-m4.patch
deleted file mode 100644
index 3663b79..0000000
--- a/patches/libassuan/01-gpg-error-m4.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From 628cb1a786bd5d420be17c2e9ffd407f4fbf517e Mon Sep 17 00:00:00 2001
-From: Damien Goutte-Gattat <dgouttegattat at incenp.org>
-Date: Tue, 20 Sep 2022 22:28:34 +0100
-Subject: [PATCH] m4: Fix detection of gpgrt's libdir.
-
-* src/gpg-error.m4 (GPGRT_CONFIG): Handle the case where none of the
-system lib directories contain a pkgconfig subdirectory.
---
-
-When we look for gpgrt_libdir, there's a corner case if we had been able
-to obtain system libdirs (using `cc -print-search-dirs`) *but* none of
-those system libdirs happen to contain a valid pkgconfig subdirectory
-(which may be unlikely but can and does happen when cross-compiling).
-
-We do test for the case where we have not obtained any system libdir at
-all, in which case we fallback to `${gpgrt_prefix}/lib`
-(`possible_libdir1`), but we do not test if the list of libdir
-candidates is reduced to nothing after we have eliminated all the
-libdirs that do not contain a pkgconfig subdirectory.
-
-This patch adds a test for this precise case.
-
-Signed-off-by: Damien Goutte-Gattat <dgouttegattat at incenp.org>
----
- src/gpg-error.m4 | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/gpg-error.m4 b/src/gpg-error.m4
-index 4b5cd40..a975e53 100644
---- a/m4/gpg-error.m4
-+++ b/m4/gpg-error.m4
-@@ -10,7 +10,7 @@
- # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
- # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- #
--# Last-changed: 2022-02-15
-+# Last-changed: 2022-09-21
- 
- 
- dnl AM_PATH_GPG_ERROR([MINIMUM-VERSION,
-@@ -120,6 +120,10 @@ AC_DEFUN([AM_PATH_GPG_ERROR],
-         fi
-         if test -n "$gpgrt_libdir"; then break; fi
-       done
-+      if test -z "$libdir_candidates"; then
-+        # No valid pkgconfig dir in any of the system directories, fallback
-+        gpgrt_libdir=${possible_libdir1}
-+      fi
-     else
-       # When we cannot determine system libdir-format, use this:
-       gpgrt_libdir=${possible_libdir1}
--- 
-2.11.0
-

-----------------------------------------------------------------------


hooks/post-receive
-- 
Installer sources for Claws Mail Windows port


More information about the Commits mailing list