summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-11-26 19:13:25 +0000
committernia <nia@pkgsrc.org>2019-11-26 19:13:25 +0000
commitdecc52b874fe08f941599bd90ccae85f03b07b63 (patch)
tree93c780048a9c2f2e5eb7704586c09ebc2f6dad49
parentff7c94d36c0951d7e2595a402534c9b4cc471753 (diff)
downloadpkgsrc-decc52b874fe08f941599bd90ccae85f03b07b63.tar.gz
claws-mail: Update to 3.17.4
* 3.17.4 -------- * New HTML viewer plugin: Litehtml viewer * Added option 'Enable keyboard shortcuts' to the 'Keyboard shortcuts' frame on /Configuration/Preferences/Other/Miscellaneous * Compose: implemented copying of attached images to clipboard * Compose: images and text/uri-list (files) can now be attached by pasting into the Compose window * Python plugin: window sizes are now remembered for the Python console, the 'Open URLs' and the 'Set mailbox order' windows. * Fancy plugin: the download-link feature now follows redirections * MBOX export: the Enter key in the dialogue now starts the export * The date (ISO format) has been added to log timestamps * Updated translations: Brazilian Portuguese, Catalan, Czech, Danish, Dutch, French, German, Hungarian, Indonesian, Polish, Portuguese, Romanian, Russian, Slovak, Spanish, Swedish, Traditional Chinese, Turkish * bug fixes: o bug 1920, 'No automatic NNTP filtering' o bug 2045, 'address book blocks focus on email window' o bug 2131, 'Focus stealing after mail check' o bug 2627, 'Filtering does not work on NNTP' o bug 3070, 'misbehaving text wrapping when URL chars are present' o bug 3838, 'Canceled right-click on message list leaves UI in inconsistent state' o bug 3977, 'Fix crashes when some external APIs fail' o bug 3979, 'Hang (with killing needed) during action which extracts attachments' o bug 4029, 'segfault after deleting message in a window' o bug 4031, 'fingerprint in SSL/TLS certificates for ... (regress error)' o bug 4037, 'Fix some small issues' o bug 4142, 'Translation error on Russian' o bug 4145, 'proxy server for sending doesn't work' o bug 4155, 'remember directory of last saving' o bug 4166, 'corrupted double-linked list' 0 bug 4167, 'Max line length exceeded when forwarding mail' o bug 4188, 'STL file is sent not as an attachment but as its base64 representation in plaintext' o CID 1442278, 'impossible to trigger buffer overflow' o Make key accelerators from menu work in addressbook window o save checkbox choices of display/summaries/defaults prefs o Do not throw an error when cancelling 'Save email as...'. o occasional crash on drag'n'drop of msgs o possible stack overflow in vcalendar's Curl data handler o crash when LDAP address source is defined in index, but LDAP support is disabled o crash in Fancy plugin if one of the MIME parts has no Content-ID o a few small memory leaks in scan_mailto_url() o configure script for rare cases where python is not installed o incorrect charset conversion in sc_html_read_line(). o markup in 'key not fully trusted' warning in pgpcore o use after free in rare code path in rssyl_subscribe() o several memory leaks o verify_folderlist_xml() for fresh starts o printf formats for size_t and goffset arguments. o alertpanel API use in win32 part of mimeview.c o pid handling in debug output of kill_children_cb() o incorrect pointer arithmetic in w32_filesel.c * 3.17.3 -------- * Add support for TLS Server Name Indication (SNI). This enables the sending of your hostname, if available, to the server so that it can select the appropriate certificate for your domain. This is useful for servers which host multiple domains on the same IP address. This is a hidden Account preference, 'use_tls_sni', and is enabled by default. * SSL/TLS certificate manager: The Delete key will now delete the selected certificate. * Window sizes are now remembered for the 'Apply tags' and SSL/TLS certificate manager windows. * bug fixes: o bug 3519, 'Links including umlauts are broken' o bug 4134, ''Save message to' option not set when it should be' o prevent the Tools/SSL/TLS Certificates dialogue from crashing when certificate filenames contain a fingerprint. o build on GNU Hurd. o various build fixes when building without GnuTLS. * 3.17.2 -------- * Message List: A context menu has been added to the column headers, it has two entries: a new option, 'Lock column headers', and 'Set displayed colums'. * Folder List: A context menu has been added to the column headers, containing 'Set displayed columns'. * Preferences: The Display/Summaries option page has been split into three notebook pages: Folder List, Message List, and Defaults. The Message List page contains the new 'Lock column headers' option. The Defaults page contains several new options for new folders. * New Folder Properties: It is now possible to control signing and encrypting options on the Compose page. By default it follows the Account preferences, but they can be overridden to always sign and/or encrypt, or never sign/encrypt. * Saving sent messages: The global preference, 'Save sent messages', can now be overriden by the Folder Property and Account preferences. The global preference no longer needs to be activated for the Account Preference, 'Put sent messages in ...' option to function. Likewise, the Folder Property, 'Save copy of outgoing messages to this folder instead of Sent', no longer relies on the global preference being set. * SSL/TLS certificates: The SHA-256 fingerprint is now displayed, and the MD5 fingerprint has been removed. * SSL/TLS certificates list: Status and Expiry columns have been added, and expired and invalid certificates are now clearly indicated. * QuickSearch: body searches are now quicker. * QuickSearch: symbols used in Extended searches are now expanded in the 'Edit' dialogue. * Re-editing: Flags and tags are now preserved when re-editing a message. * Fancy plugin: The minimum required webkitgtk version is now 1.10.0. * PDF Viewer plugin: Ctrl+scroll now zooms. * Tools: added cm-break.pl script, which breaks thread references for the selected messages; textviewer.pl has been updated and now requires perl 5.14.1. * The legacy "sylpheed-claws" symlink is no longer installed in the bindir. * New translation: Portuguese. * Updated translations: Brazilian Portuguese, Catalan, Czech, Danish, Dutch, French, German, Russian, Slovak, Spanish, Swedish, Turkish. * bug fixes: o bug 3418, 'Building on a Cross Compiling toolchain doesn't work' o bug 3889, 'Address and quoted message inconsistent in reply' o bug 4114, 'autogen.sh: Fix argument quoting' o bug 4115, 'autogen: avoid unwarranted re-configure' o bug 4120, 'New cert files are created in $HOME instead of in ~/.claws-mail/certs' o byg 4121, 'Moving a subfolder in another folder erases its processing rules' (sic) o bug 4132, '"Mark all as (un)read" dialog appears when acting on 1 message only' o bug 4133, 'trying to read message from an NNTP group (with all expired articles.' o regression where mail was not being checked at startup when it should have been o links not being opened in browser when Fancy menu is opened with a keyboard o show correct address:port in SOCKS5 proxy connection failure message o prevent unexpected loss of drafted message o Quicksearch eating keypresses it didn't handle o build on Debian 7 o build on FreeBSD, sys/wait.h is needed for WEXITSTATUS macro o Reply from mainwindow menu and toolbar when mainwindow's messageview is hidden o CID 1438531 Fix wrong test leading to dead code o CID 1439871 and validate Unicode char strictly o CID 1439996 and remove unnecessary comparison o Fancy: left-click on links not opening in browser o RSSyl: lost processing rules when renaming folder o annoyance where your current reading is disturbed when a new msg is filtered into the current folder o don't leave the user in limbo when privacy system is 'none' and auto signing/encrypting is set o several memory leaks
-rw-r--r--mail/claws-mail-archive/Makefile4
-rw-r--r--mail/claws-mail-attachwarner/Makefile4
-rw-r--r--mail/claws-mail-attremover/Makefile4
-rw-r--r--mail/claws-mail-bogofilter/Makefile4
-rw-r--r--mail/claws-mail-fetchinfo/Makefile4
-rw-r--r--mail/claws-mail-mailmbox/Makefile4
-rw-r--r--mail/claws-mail-managesieve/Makefile4
-rw-r--r--mail/claws-mail-newmail/Makefile4
-rw-r--r--mail/claws-mail-notification/Makefile4
-rw-r--r--mail/claws-mail-pgp/Makefile3
-rw-r--r--mail/claws-mail-pgpcore/Makefile4
-rw-r--r--mail/claws-mail-pgpinline/Makefile4
-rw-r--r--mail/claws-mail-pgpmime/Makefile4
-rw-r--r--mail/claws-mail-rssyl/Makefile4
-rw-r--r--mail/claws-mail-smime/Makefile4
-rw-r--r--mail/claws-mail-spamassassin/Makefile4
-rw-r--r--mail/claws-mail-spamreport/Makefile4
-rw-r--r--mail/claws-mail-tnef/Makefile4
-rw-r--r--mail/claws-mail-vcalendar/Makefile4
-rw-r--r--mail/claws-mail/MESSAGE9
-rw-r--r--mail/claws-mail/Makefile3
-rw-r--r--mail/claws-mail/Makefile.common4
-rw-r--r--mail/claws-mail/Makefile.vers4
-rw-r--r--mail/claws-mail/PLIST13
-rw-r--r--mail/claws-mail/distinfo18
-rw-r--r--mail/claws-mail/patches/patch-ah22
-rw-r--r--mail/claws-mail/patches/patch-ai16
-rw-r--r--mail/claws-mail/patches/patch-ca7
-rw-r--r--mail/claws-mail/patches/patch-src_common_unmime.c13
-rw-r--r--mail/claws-mail/patches/patch-src_plugins_pgpcore_sgpgme.c12
30 files changed, 96 insertions, 100 deletions
diff --git a/mail/claws-mail-archive/Makefile b/mail/claws-mail-archive/Makefile
index ea22798bade..54757434edf 100644
--- a/mail/claws-mail-archive/Makefile
+++ b/mail/claws-mail-archive/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.65 2019/11/02 16:25:18 rillig Exp $
+# $NetBSD: Makefile,v 1.66 2019/11/26 19:13:25 nia Exp $
#
PLUGIN_NAME= archive
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-attachwarner/Makefile b/mail/claws-mail-attachwarner/Makefile
index 66c8485f66f..2e8cbc54d89 100644
--- a/mail/claws-mail-attachwarner/Makefile
+++ b/mail/claws-mail-attachwarner/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.68 2019/11/02 16:25:18 rillig Exp $
+# $NetBSD: Makefile,v 1.69 2019/11/26 19:13:25 nia Exp $
#
PLUGIN_NAME= attachwarner
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-attremover/Makefile b/mail/claws-mail-attremover/Makefile
index 5d21fcad8b4..05598f71ae3 100644
--- a/mail/claws-mail-attremover/Makefile
+++ b/mail/claws-mail-attremover/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.67 2019/11/02 16:25:18 rillig Exp $
+# $NetBSD: Makefile,v 1.68 2019/11/26 19:13:25 nia Exp $
#
PLUGIN_NAME= att_remover
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-bogofilter/Makefile b/mail/claws-mail-bogofilter/Makefile
index 2350e7c5216..92c1e8c2181 100644
--- a/mail/claws-mail-bogofilter/Makefile
+++ b/mail/claws-mail-bogofilter/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.61 2019/08/22 12:23:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.62 2019/11/26 19:13:25 nia Exp $
#
PLUGIN_NAME= bogofilter
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-fetchinfo/Makefile b/mail/claws-mail-fetchinfo/Makefile
index 1951583cda6..f663ead0bd8 100644
--- a/mail/claws-mail-fetchinfo/Makefile
+++ b/mail/claws-mail-fetchinfo/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.68 2019/11/02 16:25:18 rillig Exp $
+# $NetBSD: Makefile,v 1.69 2019/11/26 19:13:25 nia Exp $
#
PLUGIN_NAME= fetchinfo
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-mailmbox/Makefile b/mail/claws-mail-mailmbox/Makefile
index ed633003113..a584c8e8297 100644
--- a/mail/claws-mail-mailmbox/Makefile
+++ b/mail/claws-mail-mailmbox/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.67 2019/11/02 16:25:18 rillig Exp $
+# $NetBSD: Makefile,v 1.68 2019/11/26 19:13:26 nia Exp $
#
PLUGIN_NAME= mailmbox
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-managesieve/Makefile b/mail/claws-mail-managesieve/Makefile
index 70054fb8346..80e2f1ef56f 100644
--- a/mail/claws-mail-managesieve/Makefile
+++ b/mail/claws-mail-managesieve/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2019/11/02 16:25:18 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2019/11/26 19:13:26 nia Exp $
#
PLUGIN_NAME= managesieve
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-newmail/Makefile b/mail/claws-mail-newmail/Makefile
index 86ac815d380..a6df8e9f9e7 100644
--- a/mail/claws-mail-newmail/Makefile
+++ b/mail/claws-mail-newmail/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.69 2019/11/02 16:25:19 rillig Exp $
+# $NetBSD: Makefile,v 1.70 2019/11/26 19:13:26 nia Exp $
#
PLUGIN_NAME= newmail
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile
index d7d5a97dad6..efadfcffc18 100644
--- a/mail/claws-mail-notification/Makefile
+++ b/mail/claws-mail-notification/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.70 2019/11/02 16:25:19 rillig Exp $
+# $NetBSD: Makefile,v 1.71 2019/11/26 19:13:26 nia Exp $
#
PLUGIN_NAME= notification
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-pgp/Makefile b/mail/claws-mail-pgp/Makefile
index 05e269ef6aa..a9b6ba368fe 100644
--- a/mail/claws-mail-pgp/Makefile
+++ b/mail/claws-mail-pgp/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2018/12/01 17:31:07 bsiegert Exp $
+# $NetBSD: Makefile,v 1.17 2019/11/26 19:13:26 nia Exp $
#
META_PACKAGE= yes
-PKGREVISION= 1
.include "../../mail/claws-mail/Makefile.vers"
DISTNAME= claws-mail-pgp-${CLAWS_VERSION}
diff --git a/mail/claws-mail-pgpcore/Makefile b/mail/claws-mail-pgpcore/Makefile
index e7fa4b38a19..e0c433c5547 100644
--- a/mail/claws-mail-pgpcore/Makefile
+++ b/mail/claws-mail-pgpcore/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.70 2019/08/22 12:23:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.71 2019/11/26 19:13:26 nia Exp $
#
PLUGIN_NAME= pgpcore
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-pgpinline/Makefile b/mail/claws-mail-pgpinline/Makefile
index 320763f0e62..cdb6397d2b5 100644
--- a/mail/claws-mail-pgpinline/Makefile
+++ b/mail/claws-mail-pgpinline/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.70 2019/08/22 12:23:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.71 2019/11/26 19:13:26 nia Exp $
#
PLUGIN_NAME= pgpinline
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-pgpmime/Makefile b/mail/claws-mail-pgpmime/Makefile
index 2feda836916..0cae1bfb574 100644
--- a/mail/claws-mail-pgpmime/Makefile
+++ b/mail/claws-mail-pgpmime/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.69 2019/08/22 12:23:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.70 2019/11/26 19:13:26 nia Exp $
#
PLUGIN_NAME= pgpmime
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-rssyl/Makefile b/mail/claws-mail-rssyl/Makefile
index 472e927f866..33310673661 100644
--- a/mail/claws-mail-rssyl/Makefile
+++ b/mail/claws-mail-rssyl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.75 2019/11/02 16:25:19 rillig Exp $
+# $NetBSD: Makefile,v 1.76 2019/11/26 19:13:27 nia Exp $
#
PLUGIN_NAME= rssyl
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-smime/Makefile b/mail/claws-mail-smime/Makefile
index c43f16a558c..3cd46a4eecd 100644
--- a/mail/claws-mail-smime/Makefile
+++ b/mail/claws-mail-smime/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.73 2019/08/22 12:23:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.74 2019/11/26 19:13:27 nia Exp $
#
PLUGIN_NAME= smime
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-spamassassin/Makefile b/mail/claws-mail-spamassassin/Makefile
index 7682d23594b..993aa0326b1 100644
--- a/mail/claws-mail-spamassassin/Makefile
+++ b/mail/claws-mail-spamassassin/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.60 2019/08/22 12:23:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.61 2019/11/26 19:13:27 nia Exp $
#
PLUGIN_NAME= spamassassin
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-spamreport/Makefile b/mail/claws-mail-spamreport/Makefile
index f7b2b7f9712..9205f9edc56 100644
--- a/mail/claws-mail-spamreport/Makefile
+++ b/mail/claws-mail-spamreport/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.73 2019/11/02 16:25:19 rillig Exp $
+# $NetBSD: Makefile,v 1.74 2019/11/26 19:13:27 nia Exp $
#
PLUGIN_NAME= spam_report
PLUGIN_FILE= spamreport
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-tnef/Makefile b/mail/claws-mail-tnef/Makefile
index 2cb3f057e95..9cf8330a05f 100644
--- a/mail/claws-mail-tnef/Makefile
+++ b/mail/claws-mail-tnef/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.69 2019/11/02 16:25:19 rillig Exp $
+# $NetBSD: Makefile,v 1.70 2019/11/26 19:13:27 nia Exp $
#
PLUGIN_NAME= tnef_parse
-PKGREVISION= 8
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail-vcalendar/Makefile b/mail/claws-mail-vcalendar/Makefile
index 802ad54d180..0dac24024a8 100644
--- a/mail/claws-mail-vcalendar/Makefile
+++ b/mail/claws-mail-vcalendar/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.82 2019/11/02 16:25:19 rillig Exp $
+# $NetBSD: Makefile,v 1.83 2019/11/26 19:13:27 nia Exp $
#
PLUGIN_NAME= vcalendar
-PKGREVISION= 11
+
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/mail/claws-mail/MESSAGE b/mail/claws-mail/MESSAGE
index 399bbdfd5b6..4f03c4c601f 100644
--- a/mail/claws-mail/MESSAGE
+++ b/mail/claws-mail/MESSAGE
@@ -1,14 +1,7 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2008/10/15 16:22:02 smb Exp $
+$NetBSD: MESSAGE,v 1.3 2019/11/26 19:13:25 nia Exp $
All Claws-Mail plug-ins are separate packages, and must be installed
separately.
-When upgrading to 3.6.1 from earlier versions, be aware of two things.
-First, all user-specified keyboard shortcuts will have to be recreated.
-Second, the default spell-checker has changed from aspell to enchant, and
-the default installation of enchant from pkgsrc does not include aspell.
-You'll need to either install per-language dictionaries for the supported
-spell-checkers or rebuild enchant with aspell enabled.
-
===========================================================================
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index e8ed06022dd..e142249b6fc 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.103 2019/08/22 12:23:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.104 2019/11/26 19:13:25 nia Exp $
INSTALLATION_DIRS+= ${EGDIR}
INSTALLATION_DIRS+= share/claws-mail
-PKGREVISION= 9
.include "Makefile.common"
PKGNAME= claws-mail-${CLAWS_VERSION}
diff --git a/mail/claws-mail/Makefile.common b/mail/claws-mail/Makefile.common
index 3872a0ec2e1..5794e185e31 100644
--- a/mail/claws-mail/Makefile.common
+++ b/mail/claws-mail/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2019/11/02 16:25:18 rillig Exp $
+# $NetBSD: Makefile.common,v 1.21 2019/11/26 19:13:25 nia Exp $
# used by mail/claws-mail/plugins.mk
@@ -6,7 +6,7 @@
DISTNAME= claws-mail-${CLAWS_VERSION}
CATEGORIES= mail news x11
-MASTER_SITES= http://claws-mail.org/releases/
+MASTER_SITES= https://claws-mail.org/releases/
EXTRACT_SUFX= .tar.xz
HOMEPAGE= https://claws-mail.org/
diff --git a/mail/claws-mail/Makefile.vers b/mail/claws-mail/Makefile.vers
index b1ce09fbfff..3f513543ac4 100644
--- a/mail/claws-mail/Makefile.vers
+++ b/mail/claws-mail/Makefile.vers
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.vers,v 1.23 2018/11/08 07:29:35 markd Exp $
+# $NetBSD: Makefile.vers,v 1.24 2019/11/26 19:13:25 nia Exp $
#
-CLAWS_VERSION= 3.17.1
+CLAWS_VERSION= 3.17.4
diff --git a/mail/claws-mail/PLIST b/mail/claws-mail/PLIST
index fc30f78f45c..2ee9f2b5be7 100644
--- a/mail/claws-mail/PLIST
+++ b/mail/claws-mail/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.25 2018/11/08 07:29:35 markd Exp $
+@comment $NetBSD: PLIST,v 1.26 2019/11/26 19:13:25 nia Exp $
bin/claws-mail
-bin/sylpheed-claws
+bin/claws-mail-shred
include/claws-mail/account.h
include/claws-mail/action.h
include/claws-mail/adbookbase.h
@@ -29,9 +29,10 @@ include/claws-mail/autofaces.h
include/claws-mail/avatars.h
include/claws-mail/browseldap.h
include/claws-mail/claws-features.h
-include/claws-mail/codeconv.h
include/claws-mail/common/claws.h
+include/claws-mail/common/codeconv.h
include/claws-mail/common/defs.h
+include/claws-mail/common/file-utils.h
include/claws-mail/common/hooks.h
include/claws-mail/common/log.h
include/claws-mail/common/md5.h
@@ -54,6 +55,7 @@ include/claws-mail/common/tags.h
include/claws-mail/common/template.h
include/claws-mail/common/timing.h
include/claws-mail/common/tlds.h
+include/claws-mail/common/unmime.h
include/claws-mail/common/utils.h
include/claws-mail/common/uuencode.h
include/claws-mail/common/version.h
@@ -72,8 +74,8 @@ include/claws-mail/editldap.h
include/claws-mail/editldap_basedn.h
include/claws-mail/edittags.h
include/claws-mail/editvcard.h
-include/claws-mail/entity.h
include/claws-mail/enriched.h
+include/claws-mail/entity.h
include/claws-mail/etpan/etpan-errors.h
include/claws-mail/etpan/etpan-ssl.h
include/claws-mail/etpan/etpan-thread-manager-types.h
@@ -102,7 +104,6 @@ include/claws-mail/gtk/combobox.h
include/claws-mail/gtk/description_window.h
include/claws-mail/gtk/filesel.h
include/claws-mail/gtk/foldersort.h
-include/claws-mail/gtk/gdkkeysyms-new.h
include/claws-mail/gtk/gtkaspell.h
include/claws-mail/gtk/gtkcmclist.h
include/claws-mail/gtk/gtkcmctree.h
@@ -222,7 +223,6 @@ include/claws-mail/summaryview.h
include/claws-mail/textview.h
include/claws-mail/toolbar.h
include/claws-mail/undo.h
-include/claws-mail/unmime.h
include/claws-mail/uri_opener.h
include/claws-mail/vcard.h
include/claws-mail/viewtypes.h
@@ -254,6 +254,7 @@ share/locale/nb/LC_MESSAGES/claws-mail.mo
share/locale/nl/LC_MESSAGES/claws-mail.mo
share/locale/pl/LC_MESSAGES/claws-mail.mo
share/locale/pt_BR/LC_MESSAGES/claws-mail.mo
+share/locale/pt_PT/LC_MESSAGES/claws-mail.mo
share/locale/ro/LC_MESSAGES/claws-mail.mo
share/locale/ru/LC_MESSAGES/claws-mail.mo
share/locale/sk/LC_MESSAGES/claws-mail.mo
diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo
index 2ed6d970d6f..5b3de70a460 100644
--- a/mail/claws-mail/distinfo
+++ b/mail/claws-mail/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.32 2018/11/08 07:29:35 markd Exp $
+$NetBSD: distinfo,v 1.33 2019/11/26 19:13:25 nia Exp $
-SHA1 (claws-mail-3.17.1.tar.xz) = 7c6f34259e5f5e9b577feab1fa563b665d551399
-RMD160 (claws-mail-3.17.1.tar.xz) = f6b9e526ba9ed67768db6f422690a9e496b15854
-SHA512 (claws-mail-3.17.1.tar.xz) = de20e6ffbeba771249a42b03fecdb3c29c4db3ae9a95cb504156431495550a7d61233e61d26239d8f71022bf789c0abba0c29255a9c954ae8eb8cdc4ebfef67b
-Size (claws-mail-3.17.1.tar.xz) = 4746940 bytes
+SHA1 (claws-mail-3.17.4.tar.xz) = f91f1e687175a97960b576f9357e07ff38f91e2d
+RMD160 (claws-mail-3.17.4.tar.xz) = 420a0b1f6ff3efac9218478e0a1c60677eac0927
+SHA512 (claws-mail-3.17.4.tar.xz) = 4fc3b04d89c84b068654902d3d4f8ba66ec86c4ea9c4bd145fb3169dd26a2fcfc26adc8367b0ed90c69d095f6b1717ba3a9a52cc6d3e310a9dad1c3f733d8012
+Size (claws-mail-3.17.4.tar.xz) = 6280252 bytes
SHA1 (patch-ab) = d1c89842cedad037c9ac3836da630244fe8ff9c9
SHA1 (patch-af) = 2655fac7e0e7bfb2d50291537eab9481dbc83691
-SHA1 (patch-ah) = cdfd816669c0c1ae6dba0d97a6d1fe5a8c2e4626
-SHA1 (patch-ai) = e2da8ef08afc0543cbbd00b71720d0002f8b9faf
-SHA1 (patch-bb) = 2d432d7c1c3869b76965adea77f05127796a27f5
-SHA1 (patch-ca) = eea9ff85a304f0f66bf6c6cc9b1161f0c36d04f6
+SHA1 (patch-ai) = f70a8b1e4f169740f90707b4c9b05851196c9323
+SHA1 (patch-ca) = 03d632bb8856acc6d3b7067d58942f69c91e141e
+SHA1 (patch-src_common_unmime.c) = b572895a8a3be4d6d78b34f6466cc2e80fa9d96f
+SHA1 (patch-src_plugins_pgpcore_sgpgme.c) = 1e972ddb501655ae347c35e623ccb4694776cf3e
diff --git a/mail/claws-mail/patches/patch-ah b/mail/claws-mail/patches/patch-ah
deleted file mode 100644
index b5e2064a263..00000000000
--- a/mail/claws-mail/patches/patch-ah
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ah,v 1.3 2013/07/24 15:26:11 drochner Exp $
-
---- src/plugins/pgpcore/sgpgme.c.orig 2013-05-08 08:46:17.000000000 +0000
-+++ src/plugins/pgpcore/sgpgme.c
-@@ -271,6 +271,7 @@ gchar *sgpgme_sigstat_info_full(gpgme_ct
- gpgme_key_t key;
- gpgme_error_t err;
- const gchar *keytype, *keyid, *uid;
-+ time_t ts;
-
- err = gpgme_get_key(ctx, sig->fpr, &key, 0);
-
-@@ -294,7 +295,8 @@ gchar *sgpgme_sigstat_info_full(gpgme_ct
- }
-
- memset(buf, 0, sizeof(buf));
-- fast_strftime(buf, sizeof(buf)-1, prefs_common_get_prefs()->date_format, localtime_r(&sig->timestamp, &lt));
-+ ts = sig->timestamp;
-+ fast_strftime(buf, sizeof(buf)-1, prefs_common_get_prefs()->date_format, localtime_r(&ts, &lt));
- g_string_append_printf(siginfo,
- _("Signature made on %s using %s key ID %s\n"),
- buf, keytype, keyid);
diff --git a/mail/claws-mail/patches/patch-ai b/mail/claws-mail/patches/patch-ai
index c9b6bac6ad1..eadac9688d9 100644
--- a/mail/claws-mail/patches/patch-ai
+++ b/mail/claws-mail/patches/patch-ai
@@ -1,13 +1,13 @@
-$NetBSD: patch-ai,v 1.2 2015/04/03 12:34:44 nros Exp $
+$NetBSD: patch-ai,v 1.3 2019/11/26 19:13:25 nia Exp $
---- src/Makefile.in.orig 2014-10-27 18:59:09.000000000 +0000
+--- src/Makefile.in.orig 2019-07-26 11:01:25.000000000 +0000
+++ src/Makefile.in
-@@ -614,7 +614,7 @@ top_srcdir = @top_srcdir@
+@@ -734,7 +734,7 @@ unity_LIBS = @unity_LIBS@
@CLAWS_LIBETPAN_TRUE@etpan_dir = etpan
@CLAWS_LIBETPAN_FALSE@etpan_library =
@CLAWS_LIBETPAN_TRUE@etpan_library = etpan/libclawsetpan.la
--SUBDIRS = common gtk $(etpan_dir) . plugins
-+SUBDIRS = common gtk $(etpan_dir) .
- @PLATFORM_WIN32_TRUE@LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \
- @PLATFORM_WIN32_TRUE@ `echo $(DEFS) $(DEFAULT_INCLUDES) $(IFLAGS) | \
- @PLATFORM_WIN32_TRUE@ sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
+-SUBDIRS = common gtk $(etpan_dir) . plugins $(am__append_1)
++SUBDIRS = common gtk $(etpan_dir) . $(am__append_1)
+ @BUILD_TESTS_TRUE@GTESTER = gtester
+ @BUILD_TESTS_TRUE@GTESTER_REPORT = gtester-report
+
diff --git a/mail/claws-mail/patches/patch-ca b/mail/claws-mail/patches/patch-ca
index 74890410fe4..0d16ed52ab5 100644
--- a/mail/claws-mail/patches/patch-ca
+++ b/mail/claws-mail/patches/patch-ca
@@ -1,8 +1,8 @@
-$NetBSD: patch-ca,v 1.4 2016/01/31 13:37:08 nros Exp $
+$NetBSD: patch-ca,v 1.5 2019/11/26 19:13:25 nia Exp $
---- src/plugins/vcalendar/vcal_folder.c.orig 2014-01-14 12:32:26.000000000 +0000
+--- src/plugins/vcalendar/vcal_folder.c.orig 2019-01-27 15:57:37.000000000 +0000
+++ src/plugins/vcalendar/vcal_folder.c
-@@ -766,7 +766,7 @@ GSList *vcal_get_events_list(FolderItem
+@@ -778,7 +778,7 @@ GSList *vcal_get_events_list(FolderItem
struct icaltimetype dtstart;
struct icaltimetype next;
icalrecur_iterator* ritr;
@@ -10,3 +10,4 @@ $NetBSD: patch-ca,v 1.4 2016/01/31 13:37:08 nros Exp $
+ time_t duration = (time_t) 0;
struct icaldurationtype ical_dur;
int i = 0;
+
diff --git a/mail/claws-mail/patches/patch-src_common_unmime.c b/mail/claws-mail/patches/patch-src_common_unmime.c
new file mode 100644
index 00000000000..e2dd5d45404
--- /dev/null
+++ b/mail/claws-mail/patches/patch-src_common_unmime.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_common_unmime.c,v 1.1 2019/11/26 19:13:25 nia Exp $
+
+--- src/common/unmime.c.orig 2018-11-17 13:11:44.000000000 +0000
++++ src/common/unmime.c
+@@ -143,7 +143,7 @@ gchar *unmime_header(const gchar *encode
+ }
+
+ /* convert to UTF-8 */
+- conv_str = conv_codeset_strdup(decoded_text, charset, NULL);
++ conv_str = conv_codeset_strdup(decoded_text, charset, "utf-8");
+ if (!conv_str || !g_utf8_validate(conv_str, -1, NULL)) {
+ g_free(conv_str);
+ conv_str = g_malloc(len + 1);
diff --git a/mail/claws-mail/patches/patch-src_plugins_pgpcore_sgpgme.c b/mail/claws-mail/patches/patch-src_plugins_pgpcore_sgpgme.c
new file mode 100644
index 00000000000..acb366b5ec4
--- /dev/null
+++ b/mail/claws-mail/patches/patch-src_plugins_pgpcore_sgpgme.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_plugins_pgpcore_sgpgme.c,v 1.1 2019/11/26 19:13:25 nia Exp $
+
+--- src/plugins/pgpcore/sgpgme.c.orig 2019-04-25 07:33:35.000000000 +0000
++++ src/plugins/pgpcore/sgpgme.c
+@@ -339,6 +339,7 @@ gchar *sgpgme_sigstat_info_full(gpgme_ct
+ gpgme_key_t key;
+ gpgme_error_t err;
+ const gchar *keytype, *keyid, *uid;
++ time_t ts;
+
+ err = gpgme_get_key(ctx, sig->fpr, &key, 0);
+