summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2015-08-30Update pear-Mail_Mime to 1.9.0.taca2-6/+6
* Bug #20921: Make Mail_mimePart::encodeHeaderValue() a static method [alec] * Bug #20931: Really remove unset headers [alec] * Request #18772: Added methods for creating text/calendar messages [alec]
2015-08-29Belatedly update the location to match the new position in the tree.joerg1-2/+2
2015-08-29Update to 38.2.0ryoon2-139/+139
* Sync with thunderbird-38.2.0.
2015-08-29Update to 38.2.0ryoon2-6/+6
Changelog: Changed Hardware acceleration is now disabled by default to avoid crashing Thunderbird Fixed A few bugs have been fixed to avoid crashing Thunderbird Fixed in Thunderbird 38.2 2015-90 Vulnerabilities found through code inspection 2015-88 Heap overflow in gdk-pixbuf when scaling bitmap images 2015-85 Out-of-bounds write with Updater and malicious MAR file 2015-84 Arbitrary file overwriting through Mozilla Maintenance Service with hard links 2015-79 Miscellaneous memory safety hazards (rv:40.0 / rv:38.2)
2015-08-28Update checksums for DIST_SUBDIR change.wiz1-136/+136
2015-08-28Sync with wip/dcc:wiz1-3/+12
drop perl dependency, fix fetch command From Petar Bogdanovic in PR 50163.
2015-08-26Update to 0.20.2:wiz8-63/+40
Notmuch 0.20.2 (2015-06-27) =========================== Emacs Interface --------------- Bug fix for marking messages read in `notmuch-tree` mode. Notmuch 0.20.1 (2015-06-01) =========================== Test Suite ---------- Work around apparent gdb bug on arm64 Notmuch 0.20 (2015-05-31) ========================= Command-Line Interface ---------------------- There is a new `mimetype:` search prefix The new `mimetype:` search prefix allows searching for the content-type of attachments, which is now indexed. See the `notmuch-search-terms` manual page for details. Path to gpg is now configurable On systems with multiple versions of gpg, you can tell notmuch which one to use by setting `crypto.gpg_path` Emacs ----- Avoid rendering large text attachements. Improved rendering of CID references in HTML. Vim --- Vim client now respects excluded tags. Notmuch-Mutt ------------ Support messages without Message-IDs. Library ------- Undeprecate single message mboxes It seems more trouble to remove this feature than expected, so `notmuch new` will no longer nag about mboxes with a single message. New error logging facility Clients should call `notmuch_database_status_string` to retrieve output formerly printed to stderr. Several bug fixes related to stale iterators New status code returning API for n_query_search_{messages,thread} Fix for library `install_name` on Mac OS X Fix for rounding of seconds Documentation ------------- Sphinx is now mandatory to build docs Support for using rst2man in place of sphinx to build the docmumentation has been removed. Improved notmuch-search-terms.7 The man page `notmuch-search-terms(7)` has been extended, merging some material from the relicensed wiki. Contrib ------- `notmuch-deliver` is removed. As far as we know, all functionality previously provided by `notmuch-deliver` should now be provided by `notmuch insert`, provided by the main notmuch binary. nmbug-status ------------ `nmbug-status` now only matches local branches when reading `status-config.json` from the `config` branch of the `NMBGIT` repository. To help new users running `nmbug-status`, `nmbug clone` now creates a local `config` branch tracking `origin/config`. Folks who use `nmbug-status` with an in-Git config (i.e. you don't use the `--config` option) who already have `NMBGIT` set up are encouraged to run: git checkout config origin/config in their `NMBGIT` repository (usually `~/.nmbug`).
2015-08-26Take the MAINTAINERship.leot1-2/+2
2015-08-23Remove wrong Apache dependency.taca1-10/+2
It is not the version of Apache but using Apache modules. Bump PKGREVISION.
2015-08-23Update dependency to pear-Net_LDAP3 as its PKGNAME has changed.taca2-3/+4
Bump PKGREVISION.
2015-08-23Bump PKGREVISION for nettle shlib major bump.wiz13-23/+26
2015-08-20o Fix build on older versions of Darwin affected by arc4random(3)leot1-6/+9
limitations like NetBSD. o Explicity disable readline support that - at least - on some Darwin systems was automatically detected. o Bump PKGREVISION (the readline change can affect also platforms where readline was automagically recognised and used) Thanks to sevan@ for testing the patches.
2015-08-19nmh is MAKE_JOBS_SAFE these days.leot1-3/+1
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz12-24/+24
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz5-10/+10
2015-08-13Use the right subdirectory as rpath.joerg1-2/+2
2015-08-10Apply two bug fixes from Markus W Kilbinger in PR 24350:dholland4-3/+37
- handle SIGCHLD properly - make the code for contacting clamavd work properly
2015-08-09Add support for CFLAGSkhorben1-1/+2
No functional change intended.
2015-08-08Update to 1.012wen2-7/+6
Upstream changes: 1.012 2015-03-28 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * CPAN RT #100839: Malformed JSON in META.json. 1.011.3 2014-12-10 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Use "eval 'require ...'" to import optional encoding modules. Overridden $SIG{__DIE__} can pass "eval 'use ...'". * Replace META.yml with META.json. 1.011.2 2014-11-27 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Added module CPAN to configure_require for inc::Test::AutoInstall. * Added POD2::Base to recommended feature. * Fix: wrong prototype for _resolve_S(). * Move repository to github. 1.011.1 2013-10-07 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Fix: "shift_jis-2004" did not depend on Encode::JISX0213 but Encode::ShiftJIS2004. * Chg: Added gb18030 to extended mapping of GB2312. * Updated inc::Module::Install to version 1.01. 1.011.0 2013-09-26 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Use Encode::JISX0213 instead of Encode::JIS2K which was not fully implemented. * Added support for iso-2022-jp-2 and JIS X 0213 encodings. * Reformat Changes file to suit to CPAN::Changes::Spec. 1.010.1 2013-08-25 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * No new features. * CPAN RT #86917: Invalid META. * Move Japanese documentation under POD2::JA. 1.010 2013-04-09 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Fix: UTF-16 & UTF-32 encoders are died by the texts without BOM. * Added a test #6 and some cases to test #4. * Changed layout of distribution. 1.009.3 2012-12-30 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * No new features. * CPAN RT #77715: Spelling mistake in documentation. * Bug on CPAN site: cannot render PODs including "=item" with non-ASCII. 1.009.2 2012-06-02 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Fix: detect_7bit_charset(): if charset was unknown, returns undef instead of "US-ASCII". * COPYING: Updated the address of FSF.
2015-08-07Update to 2.201wen2-7/+6
Upstream changes: 2.201 2015-03-05 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** add x_deprecated metadata
2015-08-07Update to 2.19wen2-7/+7
Add LICENSE Upstream changes: 2.19 2013/19/03 + RT82713 - version number contains a space.
2015-08-07Update to 1.907wen2-7/+6
Upstream changes: 1.907 2015-02-03 17:48:10-05:00 America/New_York - restore 5.8.x compatibility 1.906 2015-02-03 16:48:11-05:00 America/New_York - the test suite tests parses more directly, which eliminates a number of misleading (and possibly wrong) test cases - escaped characters in a quoted string are now properly unescaped for the ->phrase method, which means things should round trip better from their decomposed form
2015-08-07Update to 0.8.23wen2-7/+7
Add LICENSE Upstream changes: Version 0.8.21 - fixed the case in the header names (Content-type -> Content-Type) - fixed the encoding of non-ascii stuff in headers (RFC 2047) - fixed using the ctype even for body with MailFile Version 0.8.23 - fixed problems with long subjects containing accentuated characters - fixed problems with IO::Socket::SSL - trims addresses passed in an array (per request) - changed licence per request from Fedora - fix to allow very long passwords - fix error in TestServer()
2015-08-06Update to 2.11:wiz2-7/+6
version 2.11: Tue Jun 16 17:16:20 CEST 2015 Improvements: - strict Perl 5.8 rt.cpan.org #105267 [Miyagawa], cpantesters version 2.10: Mon Jun 15 17:32:22 CEST 2015 Fixes: - accept field 'q' weights [Theo van Hoesel] Improvements: - introduce PERL_MIME_TYPE_DB rt.cpan.org#104945 [Philip Gwyn]
2015-08-05Update to 6.7ryoon2-6/+6
Changelog: Security fix for GnuPG. GnuPG 2.1 is supported only for master password, not for PGP/MIME and S/MIME.
2015-08-03Update to 1.934wen2-12/+11
Update DEPENDS Comment out CONFLICTS and SUPERSEDES lines since p5-Email-MIME-Creator and p5-Email-MIME-Modifier had been removed from pkgsrc 5 years ago. Upstream changes: 1.934 2015-08-01 20:33:57-04:00 America/New_York - fix debug_structure for multipart mail with only one subpart 1.933 2015-07-25 09:30:56-04:00 America/New_York - correct Email::Simple prereq - skip omitting content-type attributes with undef value 1.932 2015-07-24 22:24:06-04:00 America/New_York - stable release of previous trial releases - see v1.930 and v1.931, below 1.931 2015-07-12 17:31:01-04:00 America/New_York (TRIAL RELEASE) - When doing parts_set to become single-part, do not lose the charset and set the mail to us-ascii. This is almost certainly a half measure, and this whole hunk of code should be improved. 1.930 2015-03-25 22:58:42-04:00 America/New_York (TRIAL RELEASE) - rely on the new header_raw methods in new Email::Simple 1.929 2015-02-17 09:31:35-05:00 America/New_York - try not to lose unrecognized content-type parameters - avoid copying the body content when not needed during construction 1.928 2014-12-15 21:47:49-05:00 America/New_York - when converting from single part to multipart, drop Content-Transfer-Encoding and Content-Type's charset property - update subparts in walk_parts if stringification changes 1.927 2014-12-04 10:19:58-05:00 America/New_York - add header_str_pairs; like header_pairs, but decoded - remove Email:MIME::Creator from synopsis 1.926 2014-01-28 23:28:41-05:00 America/New_York - improve EOL processing with quoted-printable (thanks, Tomohiro Hosaka!) - avoid uninitialized warnings [rt.cpan.org #91707] 1.925 2013-11-08 07:01:03 America/New_York - improve reliability of mail reconstruction during walk_parts (thanks, Tomohiro Hosaka!)
2015-08-03Update to 2.208wen2-7/+6
Upstream changes: 2.208 2015-07-20 20:34:04-04:00 America/New_York - same as v2.207 - ...but bump perl required to v5.8 2.207 2015-07-04 14:23:36-04:00 America/New_York (TRIAL RELEASE) - fold headers passed to header arg in create method https://github.com/rjbs/Email-Simple/issues/7 2.206 2015-03-26 23:30:51-04:00 America/New_York - the changes from 2.204 are back (and re-listed here), but now with the added benefit of not breaking Email::MIME; see the git repository for the sordid details - provide header_raw and header_raw_set for consistent behavior between Email::Simple and Email::MIME; also, header_raw_pairs 2.205 2015-03-26 14:54:45-04:00 America/New_York - undo changes from 2.204 until safe Email::MIME upgrade path is available 2.204 2015-03-25 22:50:49-04:00 America/New_York - provide header_raw and header_raw_set for consistent behavior between Email::Simple and Email::MIME; also, header_raw_pairs
2015-07-27Update to 2.6.2 based on patch from Mansour Moufid on pkgsrc-users.wiz3-13/+15
IMAPFilter 2.6.2 - 30 Jun 2015 - Bug fix; drop connection on local certificate mismatch. IMAPFilter 2.6.1 - 29 Jun 2015 - Support for loading the system's CA certificates from a file. - Bug fix; flusing of standard output/error in a some cases. IMAPFilter 2.6 - 16 Jun 2015 - Optimizations that vastly improve performance of the meta-searching functionality, by making subsequent search requests limit their scope based on the results already returned by previous requests (previously this was the case only for the match_*() methods). - Lua 5.3 compatibility (the codebase can still be compiled with versions 5.2 and 5.1). - A new "limit" option can be used as a work-around for problems that some servers have with long requests. - The documentation now clarifies how to make the client block indefinitely. - Bug fix; the check_status() method now returns 4 numbers on error as described in the documentation (just negative values in this case). - Bug fix; flushing of default output on password prompt. - Bug fix; program fault when very long requests were to be sent. IMAPFilter 2.5.7 - 16 Nov 2014 - Support for automatic validation of SSL connections, using the operating system's installed trusted CA certificates (usually from authorities that are shipped with web browsers). - A new "wakeonany" option makes it possible to end IDLE mode on any event, not just on new messages. - A new "reenter" option controls whether IDLE mode should be re-entered, after the recovery of the session, which makes it possible to continue with the execution of the next line in the configuration file. - The documentation now mentions that the contain_*() methods do case-insensitive searching (an IMAP limitation). - The documentation now has a better explanation of the arrived_*() and sent_*() methods. - Bug fix; the value returned by the copy method was incorrect in some cases.
2015-07-26Simplify MESSAGE.NetBSD by removing {start,stop,reload}_cmd, which arebsiegert2-5/+3
unnecessary to set. From Edgar Fuss in PR pkg/50049. Bump revision.
2015-07-22Update postfix to 2.11.6, security release.taca3-17/+16
With all supported Postfix releases, the default settings have been updated so that they no longer enable export-grade ciphers, and no longer enable the SSLv2 and SSLv3 protocols. These ciphers and protocols have little if any legitimate use today, and have instead become a vehicle for downgrade attacks. There are no other code changes. Postfix documentation has been updated to reflect the new default settings and their rationale; the RELEASE_NOTES give suggestions for how to enable the old ciphers and protocols if your infrastructure requires them. Finally, abandoning deprecated ciphers and protocols does not really improve TLS security without measures to better authenticate remote servers. Secure DNS and TLSA are steps in that direction.
2015-07-20Fix runtime problem with perl 5.22.taca5-11/+41
Bump PKGREVISION.
2015-07-18Add lib/thunderbird/libmozjs.soabs1-1/+2
2015-07-16Update to 38.1.0ryoon2-138/+138
* Sync with thunderbird-38.1.0.
2015-07-16Update to 38.1.0ryoon2-7/+7
* Fix mozilla-common.mk inclusion. Changelog: What's New Fixed Copy/Paste into plain text editor deletes newlines from quoted text (bug 1143570) Fixed Cross-posts won't send because Newsgroups: groups are separated with comma+space, not just comma (bug 1151448) Fixed Cannot send email through exchange server (NTLM) (bug 1174159) Fixed Doesn't display GB2312 encoded texts correctly for Chinese Characters (bug 1174580) Fixed OAuth2 authentication for GMail does not work when specified server is imap.gmail.com or smtp.gmail.com. (bug 1176773) Known Issues unresolved Import from Outlook and Eudora disabled, code currently not working (bug 1175055)
2015-07-15Fix package by adding 'zip' to tools.wiz1-2/+3
Mark as not for python-3.x.
2015-07-15Fix packaging after compressed-mbox patch changes.wiz1-2/+2
2015-07-14Add a build dependency on xsltproc when building with the compressed-mbox patchtonio1-1/+3
2015-07-14Re-enable compressed-mbox patch.tonio3-5/+9
Kindly suggested by Andreas Kusalananda Kähäri <andreas.kahari@icm.uu.se>
2015-07-13Add thunderbird31-l10n.ryoon1-1/+2
2015-07-13Import thunderbird31-l10n-31.7.0 as mail/thunderbird31-l10n.ryoon5-0/+17999
This package contains language packs for mail/thunderbird31.
2015-07-13Add thunderbird31.ryoon1-1/+2
2015-07-13Import thunderbird31-31.7.0 as mail/thunderbird31.ryoon165-0/+8472
Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version tracks 31 ESR.
2015-07-12Comment out dependencies of the stylewiz36-101/+101
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
2015-07-11Always install man-pagessevan2-15/+96
Patch from maintainer. Reviewed by wiz@
2015-07-11Switch to libgdata0.6. Bump PKGREVISION.wiz2-5/+5
2015-07-11Update sylpheed to 3.4.3szptvlfn2-7/+6
* 3.4.3 (stable) * The bug that wrote the first part of data if the message body in the IMAP4 responses didn't end with CR+LF was fixed (#84). * The crash when displaying HTML messages was fixed (#215). * Win32: the crash when linked with newer MSVCRT was fixed. * Win32: libjpeg was updated. * Win32: libtiff was updated. * Win32: libpng was updated to 1.2.53. * Win32: OpenSSL was updated to v0.9.8zg. * Win32: included SSL certificates were updated.
2015-07-11Update sendmail to 8.15.2.jnemeth4-9/+10
pkgsrc change: default to enable TLS - this has been requested a couple of times and most systems are going to have a recent enough version of openssl so in most cases there won't be additional dependencies 8.15.2/8.15.2 2015/07/03 If FEATURE(`nopercenthack') is used then some bogus input triggered a recursion which was caught and logged as SYSERR: rewrite: excessive recursion (max 50) ... Fix based on patch from Ondrej Holas. DHParameters now by default uses an included 2048 bit prime. The value 'none' previously caused a log entry claiming there was an error "cannot read or set DH parameters". Also note that this option applies to the server side only. The U= mailer field didn't accept group names containing hyphens, underbars, or periods. Based on patch from David Gwynne of the University of Queensland. CONFIG: Allow connections from IPv6:0:0:0:0:0:0:0:1 to relay again. Patch from Lars-Johan Liman of Netnod Internet Exchange. CONFIG: New option UseCompressedIPv6Addresses to select between compressed and uncompressed IPv6 addresses. The default value depends on the compile-time option IPV6_FULL: For 1 the default is False, for 0 it is True, thus preserving the current behaviour. Based on patch from John Beck of Oracle. CONFIG: Account for IPv6 localhost addresses in FEATURE(`block_bad_helo'). Suggested by Andrey Chernov from FreeBSD and Robert Scheck from the Fedora Project. CONFIG: Account for IPv6 localhost addresses in check_mail ruleset. LIBMILTER: Deal with more invalid protocol data to avoid potential crashes. Problem noted by Dimitri Kirchner. LIBMILTER: Allow a milter to specify an empty macro list ("", not NULL) in smfi_setsymlist() so no macro is sent for the selected stage. MAKEMAP: A change to check TrustedUser in fewer cases which was made in 2013 caused a potential regression when makemap was run as root (which should not be done anyway). Note: sendmail often contains options "For Future Releases" (prefix _FFR_) which might be enabled in a subsequent version or might simply be removed as they turned out not to be really useful. These features are usually not documented but if they are, then the required (FFR) options are listed in - doc/op/op.* for rulesets and macros, - cf/README for mc/cf options.
2015-07-09Update to 38.0.1ryoon3-499/+544
* Sync with thunderbird-38.0.1.
2015-07-09Update to 38.0.1ryoon172-2184/+6027
Changelog: What's New New GMail supports OAuth2 authentication, removing the need to manually select "allow less secure applications" in Google options for the account. (bug 849540) New Ship Lightning calendar addon with Thunderbird and enable with an opt-out dialog (bug 1113183) New Filter sent messages (bug 11039) New Filter messages when archived (bug 479823) New Enable search in multiple/all address books (bug 170270) New Add support for Yahoo Messenger in Chat (bug 955574) New Support Internationalized domain name URLs for RSS feeds (Bug 1018589) New Show expanded columns in folder pane (bug 464973) New Allow file-per-message (maildir) local message storage (bug 845952) New Add a Learn more link to the support page in feeds subscribe dialog (bug 1053782) New Add reading position marker line to conversations (bug 760762) New The editor for twitter should show inputtable character count (bug 736002) Changed Thunderbird will no longer use SHA-1 to sign messages (bug 1018259) Changed Removed rarely used character sets: T.61-8bit, non-encoding Mac encoders, VISCII, x-viet-tcvn5712, x-viet-vps x-johab, ARMSCII8 , map us-ascii to windows-1252, ISO-8859-6-I and -E and ISO-8859-8-E, (bug 1068505 and others.) Changed Disable CONDSTORE support for IMAP to prevent discrepancies in IMAP message status (deleted, unread) on some servers (bug 912216) Changed Make OpenSearch queries open in the user's default browser (bug 1120777) Changed Default to using SSL for XMPP and IRC. This might cause issues for self-signed certificates (bug 1122567, bug 1122666) Fixed Replied/forwarded icons disappear after folder repair, detach/delete (bug 840418) Fixed Attachment "Save As" files are displayed in Tools/Saved Files (bug 914517) Fixed Adding unknown email addresses to Mailing list, then deleting ghost duplicate entries from contacts pane, caused dataloss in mailing list (bug 628035) Fixed Web site from RSS feed was not rendered correctly (bug 662907) Fixed Email address with leading/trailing whitespace displayed wrongly with added quotes when composing ["foo"@bar.com] (bug 286760) Fixed Force display of Sender header if S/MIME sender is the signer (bug 332639) Fixed Addressing autocomplete widget: Typed text in red despite results/matches found if suggestions change by last input (bug 1042561) Fixed Status bar not accessible (bug 934875) Fixed Wrong folder may be deleted when requesting junk delete (bug 1018960) Fixed Severe UI stutter or freezes getting new mail for very large folders (bug 870556) Fixed Automatically rejoin multi-user conversations on reconnect for XMPP (bug 1014472) Fixed Various improvements when using IRC on moznet (bug 1083768 and others) Fixed Significantly improve XMPP support (bug 1085022 and others) Fixed Fixes for connecting to non-standard IRC networks (bug 870556 and others) Fixed Automatically reclaim IRC nicks during a reconnect (bug 1087566) Fixed Changing location in editor doesn't preserve the font when returning to end of text/line (bug 756984) Fixed Inline spell checker loses red underlines after a backspace is used (bug 1100966) Known Issues unresolved Automatic addon compatibility update checks were not completed, so existing addon compatibilities may not be accurate. unresolved Copy/Paste into plain text editor deletes newlines from quoted text (bug 1143570) unresolved Importing data from Outlook or Eudora crashes (bug 917961) Security: Fixed in Thunderbird 38.0.1 2015-58 Mozilla Windows updater can be run outside of application directory 2015-57 Privilege escalation through IPC channel messages 2015-54 Buffer overflow when parsing compressed XML 2015-51 Use-after-free during text processing with vertical text enabled 2015-48 Buffer overflow with SVG content and CSS 2015-47 Buffer overflow parsing H.264 video with Linux Gstreamer 2015-46 Miscellaneous memory safety hazards (rv:38.0 / rv:31.7)
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg4-8/+4