pkgsrc/mail/claws-mail-mailmbox/Makefile

17 lines
383 B
Makefile
Raw Normal View History

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
2020-11-26 16:06:35 +01:00
# $NetBSD: Makefile,v 1.78 2020/11/26 15:06:35 nia Exp $
2007-08-06 02:33:05 +02:00
#
2013-07-24 17:29:21 +02:00
PLUGIN_NAME= mailmbox
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
2019-11-26 20:13:25 +01:00
2013-07-24 17:29:21 +02:00
.include "../../mail/claws-mail/plugins.mk"
2007-08-06 02:33:05 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2007-08-06 02:33:05 +02:00
COMMENT= Handles mailboxes in mbox format
TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
2007-08-06 02:33:05 +02:00
2013-07-24 17:29:21 +02:00
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
2007-08-06 02:33:05 +02:00
.include "../../mk/bsd.pkg.mk"