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.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/650d6f275e7d
branches:  trunk
changeset: 442585:650d6f275e7d
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Nov 26 15:06:35 2020 +0000

description:
claws-mail: Update to 3.17.8

* 3.17.8
--------

* Shielded template's |program{} and |attach_program{} so that the
  command-line that is executed does not allow sequencing such as
  with && || ;, preventing possible execution of nasty, or at least
  unexpected, commands

* fixed bug 4376, 'Litehtml breaks locale'

* updated English, French, and Spanish manuals


* 3.17.7
--------

* Image Viewer: Image attachments, when displayed, are now resized
  to fit the available width rather than the available height.

* -d is now an alias to --debug.

* Libravatar plugin: New styles supported: Robohash and Pagan.

* SpamAssassin plugin: The 'Maximum size' option now matches
  SpamAssassin's maximum; it can now handle messages up to 256MB.

* LiteHTML viewer plugin: The UI is now translatable.

* The manual has been updated.

* The man page has been updated.

* Updated translations: French, Spanish.

* bug fixes:
        o bug 4313, 'Recursion stack overflow with rebuilding folder
                     tree'
        o bug 4372, '[pl_PL] Crash after "Send later" without
                     recipient and then "Close"'
        o bug 4373, 'attach mailto URI double free'
        o bug 4374, 'insert mailto URI misses checks'
        o bug 4384, 'U+00AD (soft hyphen) changed to space in
                     Subject'
        o bug 4386, 'Allow Sieve config without userid without
                     warning'
        o Add missing SSL settings when cloning accounts.
        o Parsing of command-line arguments.
        o PGP Core plugin: fix segv in address completion with a
          keyring.
        o Libravatar plugin: fixes to image display.

* 3.17.6
--------

* It is now possible to 'Inherit Folder properties and processing
  rules from parent folder' when creating new folders with the
  move message and copy message dialogues.

* A Phishing warning is now shown when copying a phishing URL, (in
  addition to clicking a phishing URL).

* The progress window when importing an mbox file is now more
  responsive.

* A warning dialogue is shown if the selected privacy system is
  'None' and automatic signing amd/or encrypting is enabled.

* Python plugin: pkgconfig is now used to check for python2. This
  enables the Python plugin (which uses python2) to be built on
  newer systems which have both python2 and python3.

* Add translation: Greek.

* Updated translation: Polish.

* bug fixes:
        o bug 3922, 'minimize to tray on startup not working'
        o bug 4220, 'generates files in cache without content'
        o bug 4325, 'Following redirects when retrieving image'
        o bug 4342, 'Import mbox file command doesn't work twice on a
                     row'
        o fix STARTTLS protocol violation
        o fix initial debug line
        o fix fat-fingered crash when v (hiding msgview) is pressed
          just before c (check signature)
        o fix non-translation of some Templates strings

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-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/PLIST                 |   4 +++-
 mail/claws-mail/distinfo              |  10 +++++-----
 21 files changed, 28 insertions(+), 44 deletions(-)

diffs (299 lines):

diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-archive/Makefile
--- a/mail/claws-mail-archive/Makefile  Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-archive/Makefile  Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.75 2020/08/17 20:19:21 leot Exp $
+# $NetBSD: Makefile,v 1.76 2020/11/26 15:06:35 nia Exp $
 #
 
 PLUGIN_NAME=    archive
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-attachwarner/Makefile
--- a/mail/claws-mail-attachwarner/Makefile     Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-attachwarner/Makefile     Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.78 2020/08/17 20:19:21 leot Exp $
+# $NetBSD: Makefile,v 1.79 2020/11/26 15:06:35 nia Exp $
 #
 
 PLUGIN_NAME=    attachwarner
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-attremover/Makefile
--- a/mail/claws-mail-attremover/Makefile       Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-attremover/Makefile       Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.77 2020/08/17 20:19:21 leot Exp $
+# $NetBSD: Makefile,v 1.78 2020/11/26 15:06:35 nia Exp $
 #
 
 PLUGIN_NAME=    att_remover
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-bogofilter/Makefile
--- a/mail/claws-mail-bogofilter/Makefile       Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-bogofilter/Makefile       Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.71 2020/08/17 20:19:21 leot Exp $
+# $NetBSD: Makefile,v 1.72 2020/11/26 15:06:35 nia Exp $
 #
 
 PLUGIN_NAME=   bogofilter
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-fetchinfo/Makefile
--- a/mail/claws-mail-fetchinfo/Makefile        Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-fetchinfo/Makefile        Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.78 2020/08/17 20:19:22 leot Exp $
+# $NetBSD: Makefile,v 1.79 2020/11/26 15:06:35 nia Exp $
 #
 
 PLUGIN_NAME=    fetchinfo
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-mailmbox/Makefile
--- a/mail/claws-mail-mailmbox/Makefile Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-mailmbox/Makefile Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.77 2020/08/17 20:19:22 leot Exp $
+# $NetBSD: Makefile,v 1.78 2020/11/26 15:06:35 nia Exp $
 #
 
 PLUGIN_NAME=    mailmbox
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-newmail/Makefile
--- a/mail/claws-mail-newmail/Makefile  Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-newmail/Makefile  Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.79 2020/08/17 20:19:22 leot Exp $
+# $NetBSD: Makefile,v 1.80 2020/11/26 15:06:36 nia Exp $
 #
 
 PLUGIN_NAME=    newmail
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-notification/Makefile
--- a/mail/claws-mail-notification/Makefile     Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-notification/Makefile     Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.80 2020/08/17 20:19:22 leot Exp $
+# $NetBSD: Makefile,v 1.81 2020/11/26 15:06:36 nia Exp $
 #
 
 PLUGIN_NAME=    notification
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-pgpcore/Makefile
--- a/mail/claws-mail-pgpcore/Makefile  Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-pgpcore/Makefile  Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.80 2020/08/17 20:17:34 leot Exp $
+# $NetBSD: Makefile,v 1.81 2020/11/26 15:06:36 nia Exp $
 #
 
 PLUGIN_NAME=   pgpcore
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-pgpinline/Makefile
--- a/mail/claws-mail-pgpinline/Makefile        Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-pgpinline/Makefile        Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.79 2020/08/17 20:19:22 leot Exp $
+# $NetBSD: Makefile,v 1.80 2020/11/26 15:06:36 nia Exp $
 #
 
 PLUGIN_NAME=   pgpinline
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-pgpmime/Makefile
--- a/mail/claws-mail-pgpmime/Makefile  Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-pgpmime/Makefile  Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.78 2020/08/17 20:19:22 leot Exp $
+# $NetBSD: Makefile,v 1.79 2020/11/26 15:06:36 nia Exp $
 #
 
 PLUGIN_NAME=   pgpmime
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-rssyl/Makefile
--- a/mail/claws-mail-rssyl/Makefile    Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-rssyl/Makefile    Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.87 2020/11/05 09:08:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.88 2020/11/26 15:06:36 nia Exp $
 #
 
 PLUGIN_NAME=    rssyl
 
-PKGREVISION= 5
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-smime/Makefile
--- a/mail/claws-mail-smime/Makefile    Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-smime/Makefile    Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.82 2020/08/17 20:19:23 leot Exp $
+# $NetBSD: Makefile,v 1.83 2020/11/26 15:06:36 nia Exp $
 #
 
 PLUGIN_NAME=   smime
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-spamassassin/Makefile
--- a/mail/claws-mail-spamassassin/Makefile     Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-spamassassin/Makefile     Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.70 2020/08/17 20:19:23 leot Exp $
+# $NetBSD: Makefile,v 1.71 2020/11/26 15:06:36 nia Exp $
 #
 
 PLUGIN_NAME=   spamassassin
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-spamreport/Makefile
--- a/mail/claws-mail-spamreport/Makefile       Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-spamreport/Makefile       Thu Nov 26 15:06:35 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.83 2020/08/17 20:19:23 leot Exp $
+# $NetBSD: Makefile,v 1.84 2020/11/26 15:06:36 nia Exp $
 #
 
 PLUGIN_NAME=           spam_report
 PLUGIN_FILE=           spamreport
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-tnef/Makefile
--- a/mail/claws-mail-tnef/Makefile     Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-tnef/Makefile     Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.79 2020/08/17 20:19:23 leot Exp $
+# $NetBSD: Makefile,v 1.80 2020/11/26 15:06:37 nia Exp $
 #
 
 PLUGIN_NAME=    tnef_parse
 
-PKGREVISION= 3
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail-vcalendar/Makefile
--- a/mail/claws-mail-vcalendar/Makefile        Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail-vcalendar/Makefile        Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.95 2020/11/05 09:08:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.96 2020/11/26 15:06:37 nia Exp $
 #
 
 PLUGIN_NAME=    vcalendar
 
-PKGREVISION= 7
 .include "../../mail/claws-mail/plugins.mk"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail/Makefile
--- a/mail/claws-mail/Makefile  Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail/Makefile  Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.114 2020/08/31 18:09:53 wiz Exp $
+# $NetBSD: Makefile,v 1.115 2020/11/26 15:06:35 nia Exp $
 
 INSTALLATION_DIRS+=    ${EGDIR}
 INSTALLATION_DIRS+=    share/claws-mail
 
-PKGREVISION= 4
 .include "Makefile.common"
 
 PKGNAME=       claws-mail-${CLAWS_VERSION}
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail/Makefile.vers
--- a/mail/claws-mail/Makefile.vers     Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail/Makefile.vers     Thu Nov 26 15:06:35 2020 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.vers,v 1.25 2020/04/01 13:44:03 nia Exp $
+# $NetBSD: Makefile.vers,v 1.26 2020/11/26 15:06:35 nia Exp $
 #
-CLAWS_VERSION= 3.17.5
+CLAWS_VERSION= 3.17.8
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail/PLIST
--- a/mail/claws-mail/PLIST     Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail/PLIST     Thu Nov 26 15:06:35 2020 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.27 2019/11/27 14:25:34 nia Exp $
+@comment $NetBSD: PLIST,v 1.28 2020/11/26 15:06:35 nia Exp $
 bin/claws-mail
+bin/claws-mail-shred
 include/claws-mail/account.h
 include/claws-mail/action.h
 include/claws-mail/adbookbase.h
@@ -241,6 +242,7 @@
 share/locale/cs/LC_MESSAGES/claws-mail.mo
 share/locale/da/LC_MESSAGES/claws-mail.mo
 share/locale/de/LC_MESSAGES/claws-mail.mo
+share/locale/el_GR/LC_MESSAGES/claws-mail.mo
 share/locale/en_GB/LC_MESSAGES/claws-mail.mo
 share/locale/es/LC_MESSAGES/claws-mail.mo
 share/locale/fi/LC_MESSAGES/claws-mail.mo
diff -r 3eeeb358a483 -r 650d6f275e7d mail/claws-mail/distinfo
--- a/mail/claws-mail/distinfo  Thu Nov 26 14:45:45 2020 +0000
+++ b/mail/claws-mail/distinfo  Thu Nov 26 15:06:35 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.34 2020/04/01 13:44:03 nia Exp $
+$NetBSD: distinfo,v 1.35 2020/11/26 15:06:35 nia Exp $
 
-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 (claws-mail-3.17.8.tar.xz) = 6e14cca60a1a0e47ccc071f0cababb2dd1a6ab22
+RMD160 (claws-mail-3.17.8.tar.xz) = 550256d32db8ea2e9c450f20febe7d4e391b193c
+SHA512 (claws-mail-3.17.8.tar.xz) = dc29c968dc81a184af8f66c1afe5c9d17558ce6a4a8b196136a9fb5deec96aa67eec42148ed0f4d6d6ee94aec2791247b9034090dac81beec193bd7d366617d7
+Size (claws-mail-3.17.8.tar.xz) = 6435692 bytes
 SHA1 (patch-ab) = d1c89842cedad037c9ac3836da630244fe8ff9c9
 SHA1 (patch-af) = 2655fac7e0e7bfb2d50291537eab9481dbc83691
 SHA1 (patch-ai) = f70a8b1e4f169740f90707b4c9b05851196c9323



Home | Main Index | Thread Index | Old Index