[Commits] [SCM] claws-win32-installer branch, master, updated. 4.2.0-1-26-g52d7366

jonathan at claws-mail.org jonathan at claws-mail.org
Sun Mar 10 06:54:50 UTC 2024


The branch, master has been updated
       via  52d7366797ca6d00b9fbc1bab35a47c7e30cec9e (commit)
      from  33fb39ad8e759673413f7c8872ff5d6a7d69186b (commit)

Summary of changes:
 packages/packages.current    | 2 +-
 src/sections-installer.nsi   | 2 +-
 src/sections-uninstaller.nsi | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit 52d7366797ca6d00b9fbc1bab35a47c7e30cec9e
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sat Mar 9 14:04:20 2024 -0700

    Update to libassuan-2.5.7

diff --git a/packages/packages.current b/packages/packages.current
index 83aa8b4..784aaa6 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -40,7 +40,7 @@ harfbuzz,8.3.0,file,https://github.com/harfbuzz/harfbuzz/releases/download/8.3.0
 hunspell,1.7.2,file,https://github.com/hunspell/hunspell/releases/download/v1.7.2/hunspell-1.7.2.tar.gz,11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8,,
 icu4c,74.2,file,https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-src.tgz,68db082212a96d6f53e35d60f47d38b962e9f9d207a74cfac78029ae8ff5e08c,,
 jpeg,9f,file,https://ijg.org/files/jpegsrc.v9f.tar.gz,04705c110cb2469caa79fb71fba3d7bf834914706e9641a4589485c1f832565b,,
-libassuan,2.5.6,file,https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.6.tar.bz2,e9fd27218d5394904e4e39788f9b1742711c3e6b41689a31aa3380bd5aa4f426,,
+libassuan,2.5.7,file,https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.7.tar.bz2,0103081ffc27838a2e50479153ca105e873d3d65d8a9593282e9c94c7e6afb76,,
 libepoxy,1.5.10,file,https://download.gnome.org/sources/libepoxy/1.5/libepoxy-1.5.10.tar.xz,072cda4b59dd098bba8c2363a6247299db1fa89411dc221c8b81b8ee8192e623,,
 libetpan,1.9.4,file,https://www.claws-mail.org/win32/libetpan-1.9.4.tar.gz,82ec8ea11d239c9967dbd1717cac09c8330a558e025b3e4dc6a7594e80d13bb1,,
 libffi,3.4.6,file,https://github.com/libffi/libffi/releases/download/v3.4.6/libffi-3.4.6.tar.gz,b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e,,
diff --git a/src/sections-installer.nsi b/src/sections-installer.nsi
index 09b3094..28e9bc8 100644
--- a/src/sections-installer.nsi
+++ b/src/sections-installer.nsi
@@ -121,7 +121,7 @@ File ${prefix}/bin/libetpan-20.dll
 #######################################
 ### libassuan
 !insertmacro SetPrefix libassuan
-File ${prefix}/bin/libassuan${gpg_dll_num}-0.dll
+File ${prefix}/bin/libassuan-0.dll
 
 #######################################
 ### libgpg-error
diff --git a/src/sections-uninstaller.nsi b/src/sections-uninstaller.nsi
index f593e21..c667e8a 100644
--- a/src/sections-uninstaller.nsi
+++ b/src/sections-uninstaller.nsi
@@ -389,7 +389,7 @@ Delete "$INSTDIR\gpg-error.exe"
 
 #######################################
 ### libassuan
-Delete /REBOOTOK "$INSTDIR\libassuan${gpg_dll_num}-0.dll"
+Delete /REBOOTOK "$INSTDIR\libassuan-0.dll"
 
 #######################################
 ### cyrus-sasl

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


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


More information about the Commits mailing list