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 Claws-mail and its plugins to v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73b38908e6c4
branches:  trunk
changeset: 352001:73b38908e6c4
user:      nros <nros%pkgsrc.org@localhost>
date:      Sat Sep 03 18:09:32 2016 +0000

description:
Update Claws-mail and its plugins to version 3.14.0.


New in this release:
~~~~~~~~~~~~~~~~~~~~

* Passwords can now be secured with a Master Passphrase.
  (/Configuration/Preferences/Other/Miscellaneous/)

* Passwords: The password storage method has changed. All passwords
  are now stored in a separate file, (~/.claws-mail/passwordstorerc),
  and use a stronger encryption than previously. Existing passwords
  are moved to the new file automatically, in the old format. The
  new format will be used whenever old passwords are changed or when
  a Master Passphrase is used. All new passwords are saved using the
  new format, irrespective of whether a Master Passphrase is used or
  not. Further information can be found here:
  http://www.claws-mail.org/doc/password_encryption.txt

* Compose window: Removed the outer scrollbar from header area.

* Message view: The HTML to plain text converter now indicates list
  items with a hyphen (-), adds a line break after
    , and indents
      text within blockquotes.

    * Main window: Changed default /View/Show or hide/Menubar shortcut to
      Ctrl+F12.

    * SSL certificates list: Added automatic scrollbar.

    * Address book: Double-clicking datasources now opens the edit
      dialogue.

    * Forwarding: The external editor is now automatically used when
      forwarding as attachment, if the preference is set.

    * Preferences: Automatic mail checking can now be configured in
      hours, minutes and seconds.
      (/Configuration/Preferences/Mail Handling/Receiving)

    * Preferences: The 'next_on_delete' hidden preference now applies to
      trashing or moving, in addition to deleting, a message.

    * Command line: Added -geometry to set geometry for main window.

    * IMAP: Added SASL 'PLAIN' and 'LOGIN' authentication methods for
      accounts. Renamed the old plaintext 'LOGIN' to 'plaintext'.

    * IMAP: The acccount preference, 'Move deleted mails to trash and
      expunge immediately' has been removed.

    * Notification plugin: Added 'Get mail from account...' to the
      SysTray module's menu.

    * Notification plugin: Focus the widget between iconify/deiconify
      events.

    * Tools: Added tools/cm-reparent.pl, which can be used to fix thread
      parenting for two or more messages.

    * Documentation: Updated man page and manual.

    * Translations: Updated: Brazilian Portuguese, Catalan, Czech, Dutch,
                         Finnish, French, German, Hungarian, Italian,
                         Slovak, Spanish, Swedish, Traditional
                         Chinese.
                Added: Danish, Indonesian, Turkish.
                Dropped: Lithuanian (unmaintained)

    * Bug fixes:
        o bug 2518, '"Reply-All" message from NNTP-account does not
                     contain CC'ed correspondents'
        o bug 2781, 'Unsanitised Folder Creation'
        o bug 3028, 'Claws doesn't select html part if attachments
                     present'
        o bug 3213, 'Line break in subject of message'
        o bug 3573, 'Out of bounds read in macro LBREAK_IF_REQUIRED
                     in codeconv.c'
        o bug 3581, 'sys:1: Warning: Source ID # was not found when
                     attempting to remove it'
        o bug 3603, 'Feeds from Reddit are empty'
        o bug 3610, 'Heap use after free in
                     privacy_mimeinfo_check_signature()'
        o bug 3616, 'segfault setting up new CM in new userid'
        o bug 3623, 'Client crash on importing duplicated feed'
        o bug 3629, 'Invalid subject can distort message list view'
        o bug 3652, 'utils.c:4740:47: warning: ordered comparison of
                     pointer with integer zero [-Wextra]'
        o bug 3653, 'Upgrading from Mageia5 default (3.11.1),
                     3.13.2git tries to load 3.11.1 plugins'
        o bug 3658, 'Passphrase ignored during keypair generation
                     with gpg2'
        o include Reply-To value when using 'reply to all'
        o inputdialog modality and focus issue
        o fix Compose account selection when imap folder is selected.
        o set correct rcdir on Win32
        o Fix behavior in selecting PGP MIME signature on Windows.
        o RSSyl: typo in handling feed name ending with a period on
          Win32
        o vCalendar: Handle ical lines longer than 256 bytes

diffstat:

 mail/claws-mail/Makefile      |   3 +--
 mail/claws-mail/Makefile.vers |   4 ++--
 mail/claws-mail/PLIST         |  11 +++++++++--
 mail/claws-mail/distinfo      |  10 +++++-----
 4 files changed, 17 insertions(+), 11 deletions(-)

diffs (99 lines):

diff -r 6470287a65ed -r 73b38908e6c4 mail/claws-mail/Makefile
--- a/mail/claws-mail/Makefile  Sat Sep 03 18:06:27 2016 +0000
+++ b/mail/claws-mail/Makefile  Sat Sep 03 18:09:32 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.76 2016/08/03 10:23:03 adam Exp $
+# $NetBSD: Makefile,v 1.77 2016/09/03 18:09:32 nros Exp $
 
 INSTALLATION_DIRS+=    ${EGDIR}
 INSTALLATION_DIRS+=    share/claws-mail
 
-PKGREVISION= 3
 .include "Makefile.common"
 
 PKGNAME=       claws-mail-${CLAWS_VERSION}
diff -r 6470287a65ed -r 73b38908e6c4 mail/claws-mail/Makefile.vers
--- a/mail/claws-mail/Makefile.vers     Sat Sep 03 18:06:27 2016 +0000
+++ b/mail/claws-mail/Makefile.vers     Sat Sep 03 18:09:32 2016 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.vers,v 1.20 2016/01/31 13:37:08 nros Exp $
+# $NetBSD: Makefile.vers,v 1.21 2016/09/03 18:09:32 nros Exp $
 #
-CLAWS_VERSION= 3.13.2
+CLAWS_VERSION= 3.14.0
diff -r 6470287a65ed -r 73b38908e6c4 mail/claws-mail/PLIST
--- a/mail/claws-mail/PLIST     Sat Sep 03 18:06:27 2016 +0000
+++ b/mail/claws-mail/PLIST     Sat Sep 03 18:09:32 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2016/01/31 13:37:08 nros Exp $
+@comment $NetBSD: PLIST,v 1.24 2016/09/03 18:09:32 nros Exp $
 bin/claws-mail
 bin/sylpheed-claws
 include/claws-mail/account.h
@@ -36,6 +36,7 @@
 include/claws-mail/common/md5.h
 include/claws-mail/common/mgutils.h
 include/claws-mail/common/passcrypt.h
+include/claws-mail/common/pkcs5_pbkdf2.h
 include/claws-mail/common/plugin.h
 include/claws-mail/common/prefs.h
 include/claws-mail/common/progressindicator.h
@@ -159,6 +160,9 @@
 include/claws-mail/news_gtk.h
 include/claws-mail/noticeview.h
 include/claws-mail/partial_download.h
+include/claws-mail/password.h
+include/claws-mail/password_gtk.h
+include/claws-mail/passwordstore.h
 include/claws-mail/pine.h
 include/claws-mail/pop.h
 include/claws-mail/prefs_account.h
@@ -178,6 +182,7 @@
 include/claws-mail/prefs_logging.h
 include/claws-mail/prefs_matcher.h
 include/claws-mail/prefs_message.h
+include/claws-mail/prefs_migration.h
 include/claws-mail/prefs_msg_colors.h
 include/claws-mail/prefs_other.h
 include/claws-mail/prefs_quote.h
@@ -231,6 +236,7 @@
 share/icons/hicolor/64x64/apps/claws-mail.png
 share/locale/ca/LC_MESSAGES/claws-mail.mo
 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/en_GB/LC_MESSAGES/claws-mail.mo
 share/locale/es/LC_MESSAGES/claws-mail.mo
@@ -238,12 +244,13 @@
 share/locale/fr/LC_MESSAGES/claws-mail.mo
 share/locale/he/LC_MESSAGES/claws-mail.mo
 share/locale/hu/LC_MESSAGES/claws-mail.mo
+share/locale/id_ID/LC_MESSAGES/claws-mail.mo
 share/locale/it/LC_MESSAGES/claws-mail.mo
-share/locale/lt/LC_MESSAGES/claws-mail.mo
 share/locale/nb/LC_MESSAGES/claws-mail.mo
 share/locale/nl/LC_MESSAGES/claws-mail.mo
 share/locale/pt_BR/LC_MESSAGES/claws-mail.mo
 share/locale/ru/LC_MESSAGES/claws-mail.mo
 share/locale/sk/LC_MESSAGES/claws-mail.mo
 share/locale/sv/LC_MESSAGES/claws-mail.mo
+share/locale/tr/LC_MESSAGES/claws-mail.mo
 share/locale/zh_TW/LC_MESSAGES/claws-mail.mo
diff -r 6470287a65ed -r 73b38908e6c4 mail/claws-mail/distinfo
--- a/mail/claws-mail/distinfo  Sat Sep 03 18:06:27 2016 +0000
+++ b/mail/claws-mail/distinfo  Sat Sep 03 18:09:32 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.29 2016/01/31 13:37:08 nros Exp $
+$NetBSD: distinfo,v 1.30 2016/09/03 18:09:32 nros Exp $
 
-SHA1 (claws-mail-3.13.2.tar.xz) = 8d670c30b07ac47ee1772e47f6721f49df77a4a7
-RMD160 (claws-mail-3.13.2.tar.xz) = 14a80c6743efd564b5273cc4670a4f2a928c464e
-SHA512 (claws-mail-3.13.2.tar.xz) = 7356a4286fc76e215746de846f412e80b4d21c3be90ac8edd7719be2874569f953ce5c094e4a20b0c467db994d710135fc14bcb01f8fb4e947bf7d1666261ea3
-Size (claws-mail-3.13.2.tar.xz) = 5582600 bytes
+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 (patch-ab) = d1c89842cedad037c9ac3836da630244fe8ff9c9
 SHA1 (patch-af) = 2655fac7e0e7bfb2d50291537eab9481dbc83691
 SHA1 (patch-ah) = cdfd816669c0c1ae6dba0d97a6d1fe5a8c2e4626



Home | Main Index | Thread Index | Old Index