pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/claws-mail



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Mar  4 01:58:10 UTC 2017

Modified Files:
        pkgsrc/mail/claws-mail: Makefile Makefile.vers distinfo

Log Message:
Updated mail/claws-mail to 3.14.1
----------------------------------
6th November 2016                                  Claws Mail 3.14.1
New in this release:
~~~~~~~~~~~~~~~~~~~~
* 'hide_timezone', a new hidden preference that sets the timezone of
  date fields sent over the network to the unknown timezone value as
  specified in RFC 5322 §3.3.  Default value is false (i.e., send
  available timezone information).

* 'rewrite_first_from', a new hidden preference which  works around a
  limitation of some servers with 'overly-liberal parsers'. When this
  is turned on and the Content-Transfer-Encoding is set to 8bit or
  7bit, in a message body starting with 'From ' the 'From ' will
  become '=46rom ' (i,e, encoded form of 'F') and the Content-
  Transfer-Encoding will be changed to Quoted-Printable. When it is
  turned off no such modification will be made but it is very likely
  that an MTA will convert the 'From ' to '>From '. See RFC 4155 for
  further details. Default value is '1', turned on.

* Templates: it is now possible to attach a file, using
  '|attach_output{sub_expr}' or '|A{sub_expr}', 'sub_expr' is
  evaluated as a command-line to get the filename name from, using an
  absolute /path/to/filename.

* IMAP mailboxes which show subscribed folders only are now indicated
  by a green folder icon.

  * The Icon Legend has had the missing folder icons added and also has
  an improved layout.

* Drafted messages: Do not add Message-ID for draft, unless the
  message already has one. A Message-ID header is now only added when
  queuing a message, and any existing Message-ID and References
  headers in drafts, if there are any, are kept.

* Disable hiding threads and messages in draft folders.

* The /View/Go to/... actions now respect the 'Open message when
  selected' option.

* In the UI 'POP' is used instead of 'POP3', 'IMAP' instead of
  'IMAP4', 'SSL/TLS' instead of 'SSL'.

* GnuTLS: Enforce "strong enough" Diffie-Hellman prime even when
  using older versions of GnuTLS library.

  Since GnuTLS 3.1.7, this minimum size is dictated by the priority
  string, and currently (GnuTLS 3.3.0) the "safe-enough" value is
  1008 bits. We set this minimum size explicitly for older GnuTLS
  versions.

  Users who are affected by this (their servers use DH prime smaller
  than 1008 bits) can override this by using a priority string
  starting with the keyword "LEGACY". However, this keyword only
  works with GnuTLS 3.3.0 or newer.

* RSSyl plugin: Enable keeping old items by default.

* vCalendar plugin: The ics file name is now used for the WebCal
  subscription folder name.

* vCalendar plugin: Use hours/minutes for vcalendar alert time.

* Notification plugin: Add support for unity/messaging menu.

* PDF Viewer plugin: The icons are now themeable.

* Updated manual in English and Spanish.

* Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
  Dutch, Finnish, French, Hebrew, Indonesian, Italian, Norwegian
  Bokmål, Russian, Slovak, Spanish, Swedish, Traditional Chinese,
  and Turkish.

* Bug fixes:
        o bug 2918, 'Notification Popup icon is hardcoded'
        o bug 3207, 'Claws segfaults when closing LDAP-enabled
                     address book'
        o bug 3515, 'Ctrl-Shift-X opens multiple external editors'
        o bug 3638, 'GData Plugin fails after initial Google
                     handshake'
        o bug 3665, 'Fix config script for macOS'
        o bug 3666, 'Typos in Turkish translation'
        o bug 3667, 'segfault in imap_session_authenticate'
        o bug 3675, 'RSSyl crash when opening Atom feed'
        o bug 3676, 'RSSyl crash when opening Atom feed with XML
                     depth >= 3'
        o bug 3678, 'Segfault when trying to add new account'
        o bug 3684, 'Socket error with POP3 using TLS client
                     certificate'
        o bug 3697, 'Export to mbox' causes crash'
        o bug 3705, 'active account Mail Address corrupted when
                     address in Message-ID is used'
        o bug 3711, 'Usage of (s)'
        o bug 3712, 'Name of the example domain in the translation'
        o fix non-resizeable Icon Legend dialogue
        o Fix a potential bug in vcalendar's libical
        o Fix potential crash in vcalendar's icalcomponent_vanew() on
          64-bit archs.
        o Fix regression: show simple text/calendar with plugin.
        o Fix crash in vcalendar passwords handling on prefs save.
        o Few miscellaneous fixes for RSSyl.
        o several memory leaks.
        o Don't check for encrypt() on FreeBSD.
        o Add OpenBSD CA cert path.
        o Do not process folder marks when just refreshing
          summaryview

For further details of the numbered bugs and RFEs listed above
see http://claws-mail.org/bug/[BUG NUMBER]
---------------------------------------------------------------------
See ChangeLog for full information regarding changes in this release.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/mail/claws-mail/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/claws-mail/Makefile.vers
cvs rdiff -u -r1.30 -r1.31 pkgsrc/mail/claws-mail/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/claws-mail/Makefile
diff -u pkgsrc/mail/claws-mail/Makefile:1.82 pkgsrc/mail/claws-mail/Makefile:1.83
--- pkgsrc/mail/claws-mail/Makefile:1.82        Sun Feb 12 06:25:39 2017
+++ pkgsrc/mail/claws-mail/Makefile     Sat Mar  4 01:58:10 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.82 2017/02/12 06:25:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.83 2017/03/04 01:58:10 mef Exp $
 
 INSTALLATION_DIRS+=    ${EGDIR}
 INSTALLATION_DIRS+=    share/claws-mail
 
-PKGREVISION= 5
 .include "Makefile.common"
 
 PKGNAME=       claws-mail-${CLAWS_VERSION}

Index: pkgsrc/mail/claws-mail/Makefile.vers
diff -u pkgsrc/mail/claws-mail/Makefile.vers:1.21 pkgsrc/mail/claws-mail/Makefile.vers:1.22
--- pkgsrc/mail/claws-mail/Makefile.vers:1.21   Sat Sep  3 18:09:32 2016
+++ pkgsrc/mail/claws-mail/Makefile.vers        Sat Mar  4 01:58:10 2017
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.vers,v 1.21 2016/09/03 18:09:32 nros Exp $
+# $NetBSD: Makefile.vers,v 1.22 2017/03/04 01:58:10 mef Exp $
 #
-CLAWS_VERSION= 3.14.0
+CLAWS_VERSION= 3.14.1

Index: pkgsrc/mail/claws-mail/distinfo
diff -u pkgsrc/mail/claws-mail/distinfo:1.30 pkgsrc/mail/claws-mail/distinfo:1.31
--- pkgsrc/mail/claws-mail/distinfo:1.30        Sat Sep  3 18:09:32 2016
+++ pkgsrc/mail/claws-mail/distinfo     Sat Mar  4 01:58:10 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2016/09/03 18:09:32 nros Exp $
+$NetBSD: distinfo,v 1.31 2017/03/04 01:58:10 mef Exp $
 
-SHA1 (claws-mail-3.14.0.tar.xz) = fe5464abeab7391d6947a4570895fd834e52b871
-RMD160 (claws-mail-3.14.0.tar.xz) = 816dbc76325a8fcf704582d12f6de1c837dcd979
-SHA512 (claws-mail-3.14.0.tar.xz) = c127110749af6f5d584f59c3b5800c54a4b06e0b4a8b236d70ef516b7b39c40c870109d58c1d4f13fae6a10176083e948757d95a03c7f1fd526c00cd0c488600
-Size (claws-mail-3.14.0.tar.xz) = 5795536 bytes
+SHA1 (claws-mail-3.14.1.tar.xz) = 9705b0c28c48ee705ae128a570dba6c465a345eb
+RMD160 (claws-mail-3.14.1.tar.xz) = e0d6dc771d080bf388a5cd930ec70e91ca0ccd18
+SHA512 (claws-mail-3.14.1.tar.xz) = ee1653ebd14b8aee76e97ce81ec203e0beeea7074eba0aa34c69bceb0a80135cdb16e508009cb479047d5112abd7eaa4bdb7e46722f33a88419fb24eeb75ac30
+Size (claws-mail-3.14.1.tar.xz) = 5812444 bytes
 SHA1 (patch-ab) = d1c89842cedad037c9ac3836da630244fe8ff9c9
 SHA1 (patch-af) = 2655fac7e0e7bfb2d50291537eab9481dbc83691
 SHA1 (patch-ah) = cdfd816669c0c1ae6dba0d97a6d1fe5a8c2e4626



Home | Main Index | Thread Index | Old Index