pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail claws-mail: Update to 3.17.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29357f49bb8d
branches:  trunk
changeset: 426493:29357f49bb8d
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Apr 01 13:44:03 2020 +0000

description:
claws-mail: Update to 3.17.5

* 3.17.5
--------

* Inline Git patches now have colour syntax highlighting
  The colours of these, and patch attachments, are configurable on
  the 'Other' tab of the Display/Colors page of the general
  preferences.

* The previously hidden preference, 'summary_from_show', is now
  configurable within the UI, on the 'Message List' tab of the
  Display/Summaries page of the general preferences, 'Displayed in
  From column [ ]'.

* 'Re-edit' has been added to the message context menu when in the
  Drafts folder.

* Additional Date header formats are supported:
  - weekday, month, day, hh, mm, ss, year, zone
  - weekday, month, day, hh, mm, ss, year

* LiteHtml viewer plugin: scrolling with the keyboard has been
  implemented.

* The included tools/scripts have been updated:
  o eud2gc.py converted to Python 3
  o tbird2claws.py converted to Python 3
  o tbird2claws.py converted to Python 3
  o google_search.pl has been replaced with ddg_search.pl (that is,
    duckduckgo.com instead of google.com)
  o fix_date.sh and its documentation have been updated
  o multiwebsearch.pl 'fm' (freshmeat.net) has been removed; 'google'
    has been replaced by 'ddg'
  o the outdated OOo2claws-mail.pl script has been removed

* Updated manuals

* Updated translations: British English, Catalan, Czech, Danish,
  Dutch, French, German, Russian, Slovak, Spanish, Swedish,
  Traditional Chinese, Turkish

* bug fixes:
        o bug 2131, 'Focus stealing after mail check' [improved fix]
        o bug 4237, '403 is Forbidden not Unauthorized'
        o bug 4239, 'Preferences: Text Options Header Display modal
                     is not modal' [sic]
        o bug 4248, 'Sup[p]ort C99 compilers in m4/spamassassin.m4'
        o bug 4253, 'Claws metadata included in MBOX exports'
        o bug 4257, 'claws-mail 3.17.4 breaks copy-pasting from
                     emacs-gtk3'
        o bug 4277, 'INBOX being "read" automatically - being marked
                     as read before being selected' [sic]
        o bug 4278, 'Mark all as read/unread does not belong to the
                     message context menu'
        o bug 4305, 'goto folder UI confusing'
        o Fix crash in litehtml_viewer when <base> tag has no href
        o removed "The following file has been attached..." dialogue
        o MBOX import: give a better estimation of the time left and
          grey out widgets while importing
        o Fixed "vcard.c:238:2: warning: ?strncpy? output truncated
          before terminating nul copying as many bytes from a string
          as its length"
        o RSSyl: Fix handling deleted feed items where modified and
          published dates do not match
        o fix bolding of target folder
        o when creating a new account, don't pre-fill data from the
          default account
        o respect 'default selection' settings when moving a msg with
          manual filtering
        o Fix printing of empty pages when the selected part is
          rendered with a plugin not implementing print
        o Addressbook folder selection dialogs: make sure folder list
          is sorted and apply global prefs to get stripes in lists.
        o when user cancels the GPG signing passphrase dialogue,
          don't bother the user with an "error" dialogue
        o Fix imap keyword search. Libetpan assumes keyword search is
          a MUST but RFC states it is a MAY. Fix advanced search on
          MS Exchange
        o fix SHIFT+SPACE in msg list, moving in reverse
        o revert pasting images as attachments
        o Fix help about command-line arguments that require a
          parameter.
        o Printing: only print as plain text if the part is of type
          text
        o fix a segfault with default info icon when trying to print
          a non-text part.

diffstat:

 mail/claws-mail-archive/Makefile      |   3 +--
 mail/claws-mail-attachwarner/Makefile |   3 +--
 mail/claws-mail-attremover/Makefile   |   3 +--
 mail/claws-mail-bogofilter/Makefile   |   3 +--
 mail/claws-mail-fetchinfo/Makefile    |   3 +--
 mail/claws-mail-mailmbox/Makefile     |   3 +--
 mail/claws-mail-managesieve/Makefile  |   3 +--
 mail/claws-mail-newmail/Makefile      |   3 +--
 mail/claws-mail-notification/Makefile |   3 +--
 mail/claws-mail-pgpcore/Makefile      |   3 +--
 mail/claws-mail-pgpinline/Makefile    |   3 +--
 mail/claws-mail-pgpmime/Makefile      |   3 +--
 mail/claws-mail-rssyl/Makefile        |   3 +--
 mail/claws-mail-smime/Makefile        |   3 +--
 mail/claws-mail-spamassassin/Makefile |   3 +--
 mail/claws-mail-spamreport/Makefile   |   3 +--
 mail/claws-mail-tnef/Makefile         |   3 +--
 mail/claws-mail-vcalendar/Makefile    |   3 +--
 mail/claws-mail/Makefile              |   3 +--
 mail/claws-mail/Makefile.vers         |   4 ++--
 mail/claws-mail/distinfo              |  10 +++++-----
 21 files changed, 26 insertions(+), 45 deletions(-)

diffs (294 lines):

diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-archive/Makefile
--- a/mail/claws-mail-archive/Makefile  Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-archive/Makefile  Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.70 2020/03/10 22:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2020/04/01 13:44:03 nia Exp $
 #
 
 PLUGIN_NAME=    archive
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-attachwarner/Makefile
--- a/mail/claws-mail-attachwarner/Makefile     Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-attachwarner/Makefile     Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.73 2020/03/10 22:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2020/04/01 13:44:04 nia Exp $
 #
 
 PLUGIN_NAME=    attachwarner
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-attremover/Makefile
--- a/mail/claws-mail-attremover/Makefile       Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-attremover/Makefile       Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.72 2020/03/10 22:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2020/04/01 13:44:04 nia Exp $
 #
 
 PLUGIN_NAME=    att_remover
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-bogofilter/Makefile
--- a/mail/claws-mail-bogofilter/Makefile       Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-bogofilter/Makefile       Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.66 2020/03/10 22:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2020/04/01 13:44:04 nia Exp $
 #
 
 PLUGIN_NAME=   bogofilter
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-fetchinfo/Makefile
--- a/mail/claws-mail-fetchinfo/Makefile        Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-fetchinfo/Makefile        Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.73 2020/03/10 22:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2020/04/01 13:44:04 nia Exp $
 #
 
 PLUGIN_NAME=    fetchinfo
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-mailmbox/Makefile
--- a/mail/claws-mail-mailmbox/Makefile Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-mailmbox/Makefile Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.72 2020/03/10 22:10:26 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2020/04/01 13:44:04 nia Exp $
 #
 
 PLUGIN_NAME=    mailmbox
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-managesieve/Makefile
--- a/mail/claws-mail-managesieve/Makefile      Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-managesieve/Makefile      Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2020/03/10 22:10:26 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2020/04/01 13:44:04 nia Exp $
 #
 
 PLUGIN_NAME=    managesieve
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-newmail/Makefile
--- a/mail/claws-mail-newmail/Makefile  Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-newmail/Makefile  Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.74 2020/03/10 22:10:26 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2020/04/01 13:44:04 nia Exp $
 #
 
 PLUGIN_NAME=    newmail
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-notification/Makefile
--- a/mail/claws-mail-notification/Makefile     Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-notification/Makefile     Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.75 2020/03/10 22:10:26 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2020/04/01 13:44:04 nia Exp $
 #
 
 PLUGIN_NAME=    notification
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-pgpcore/Makefile
--- a/mail/claws-mail-pgpcore/Makefile  Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-pgpcore/Makefile  Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.75 2020/03/10 22:08:53 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2020/04/01 13:44:04 nia Exp $
 #
 
 PLUGIN_NAME=   pgpcore
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-pgpinline/Makefile
--- a/mail/claws-mail-pgpinline/Makefile        Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-pgpinline/Makefile        Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.75 2020/03/10 22:10:26 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2020/04/01 13:44:05 nia Exp $
 #
 
 PLUGIN_NAME=   pgpinline
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-pgpmime/Makefile
--- a/mail/claws-mail-pgpmime/Makefile  Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-pgpmime/Makefile  Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.74 2020/03/10 22:10:26 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2020/04/01 13:44:05 nia Exp $
 #
 
 PLUGIN_NAME=   pgpmime
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-rssyl/Makefile
--- a/mail/claws-mail-rssyl/Makefile    Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-rssyl/Makefile    Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.80 2020/03/10 22:10:26 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2020/04/01 13:44:05 nia Exp $
 #
 
 PLUGIN_NAME=    rssyl
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-smime/Makefile
--- a/mail/claws-mail-smime/Makefile    Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-smime/Makefile    Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.78 2020/03/10 22:10:26 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2020/04/01 13:44:05 nia Exp $
 #
 
 PLUGIN_NAME=   smime
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-spamassassin/Makefile
--- a/mail/claws-mail-spamassassin/Makefile     Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-spamassassin/Makefile     Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.65 2020/03/10 22:10:27 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2020/04/01 13:44:05 nia Exp $
 #
 
 PLUGIN_NAME=   spamassassin
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-spamreport/Makefile
--- a/mail/claws-mail-spamreport/Makefile       Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-spamreport/Makefile       Wed Apr 01 13:44:03 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.78 2020/03/10 22:10:27 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2020/04/01 13:44:05 nia Exp $
 #
 
 PLUGIN_NAME=           spam_report
 PLUGIN_FILE=           spamreport
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-tnef/Makefile
--- a/mail/claws-mail-tnef/Makefile     Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-tnef/Makefile     Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.74 2020/03/10 22:10:27 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2020/04/01 13:44:05 nia Exp $
 #
 
 PLUGIN_NAME=    tnef_parse
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail-vcalendar/Makefile
--- a/mail/claws-mail-vcalendar/Makefile        Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail-vcalendar/Makefile        Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.87 2020/03/10 22:10:27 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2020/04/01 13:44:05 nia Exp $
 #
 
 PLUGIN_NAME=    vcalendar
 
-PKGREVISION= 4
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail/Makefile
--- a/mail/claws-mail/Makefile  Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail/Makefile  Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.108 2020/03/10 22:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.109 2020/04/01 13:44:03 nia Exp $
 
 INSTALLATION_DIRS+=    ${EGDIR}
 INSTALLATION_DIRS+=    share/claws-mail
 
-PKGREVISION= 4
 .include "Makefile.common"
 
 PKGNAME=       claws-mail-${CLAWS_VERSION}
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail/Makefile.vers
--- a/mail/claws-mail/Makefile.vers     Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail/Makefile.vers     Wed Apr 01 13:44:03 2020 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.vers,v 1.24 2019/11/26 19:13:25 nia Exp $
+# $NetBSD: Makefile.vers,v 1.25 2020/04/01 13:44:03 nia Exp $
 #
-CLAWS_VERSION= 3.17.4
+CLAWS_VERSION= 3.17.5
diff -r b04f80da2041 -r 29357f49bb8d mail/claws-mail/distinfo
--- a/mail/claws-mail/distinfo  Wed Apr 01 10:51:17 2020 +0000
+++ b/mail/claws-mail/distinfo  Wed Apr 01 13:44:03 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.33 2019/11/26 19:13:25 nia Exp $
+$NetBSD: distinfo,v 1.34 2020/04/01 13:44:03 nia Exp $
 
-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 (claws-mail-3.17.5.tar.xz) = 5534900f498137e126d4e25c7d1199d1d87e33a4
+RMD160 (claws-mail-3.17.5.tar.xz) = 3ce11e8f770517331328619a2d74947defe45731
+SHA512 (claws-mail-3.17.5.tar.xz) = a1d3576eba70b83a6fe70aafead3d80681e6372d146b573f5d43fee63bdcf84b5350d4dc8a4290b11d11320381417253d893daee8169c110e294178d10ea542f
+Size (claws-mail-3.17.5.tar.xz) = 6290944 bytes
 SHA1 (patch-ab) = d1c89842cedad037c9ac3836da630244fe8ff9c9
 SHA1 (patch-af) = 2655fac7e0e7bfb2d50291537eab9481dbc83691
 SHA1 (patch-ai) = f70a8b1e4f169740f90707b4c9b05851196c9323



Home | Main Index | Thread Index | Old Index