summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2011-12-03Add devel/gdbm_compat buildlink on Linux.sbd1-1/+10
Bump PKGREVISION
2011-12-03Tag the 28 locations that result in a Python 3.1 package as supporting so.joerg1-1/+3
Remove it from the default list for the rest.
2011-12-02Update to 1.4.26ryoon4-11/+51
* Introduce scripts option to install optional scripts. Changelog: Version 1.4.26: - A new version of the msmtpq script fixes serious bugs. To update to the new version of the script, you need to remove the old msmtpQ symlink, change msmtpQ to msmtpq in your MUA config, and use msmtp-queue for queue management.
2011-11-30Update milter-manager to 1.8.2.obache3-9/+7
1.8.2: 2011-11-29 A bug fix release of 1.8.1. milter-core Fixes * [event-loop][glib] fix memory leaks since 1.6.6. * [core] fix memory leak when delete header.
2011-11-29Use CPPFLAGS and LDFLAGS to locate headers and librarys.sbd3-11/+10
Bump PKGREVISION
2011-11-27Work around lack of _SC_NPROCESSORS_ONLN on some platforms (like netbsd4).tnn2-5/+17
Observed in PR pkg/45553.
2011-11-27Update cue to 20100426.obache11-457/+176
Based on PR pkg/45557 by YAMAMOTO Takeshi. Some bug fixes include most of pkgsrc patches.
2011-11-26Fix build with modern GCCjoerg2-1/+14
2011-11-26* Update HOMEPAGEobache1-2/+3
* set LICENSE
2011-11-26Add missing devel/zlib buildlink.sbd1-2/+3
Bump PKGREVISION
2011-11-25Catch up with gnustep changes.joerg2-1/+15
2011-11-24Fix build with newer GCCjoerg4-1/+36
2011-11-23Add an missing PLIST entry.obache2-3/+4
Noticed by Robert Elz by PR pkg/45636. Bump PKGREVISION.
2011-11-22Fix build with newer GCCjoerg8-1/+117
2011-11-22Update p5-MIME-EncWords to 1.012.4.hiramatsu2-7/+6
Changes from previous: 2011-10-26 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu> * Release 1.012.4. * Chg: encode_mimewords(): 'B' was advantageous over 'Q' by 4/3 byte on average... * Updated address of FSF. 2011-06-05 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu> * Release 1.012.3. * Fix: encode_mimewords(): inproper handling of Encoding => 'S'. * Imp: decode_mimewords(): Broken "Q" encoding also warned: "=" not leading two hexdigits (raw " " and "\t" are allowed). * Imp: encode_mimewords(): negative MaxLineLen allows unlimited length of line. * Encode::MIME::EncWords: Rewritten. 0.03. - Any newlines not forming folding white space are preserved. cf. CPAN RT #68582 for standard encodings. - Error handling. * Doc: typos etc. 2011-06-01 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu> * Release 1.012.2. * Chg: encode_mimewords(): By 'A' or 'S' encodings, 'Q' will be used more often: When number of bytes to be encoded exceeds 6th of entire bytes, words may be encoded by 'B'. In other words, ``S encoding'' is to choose shorter one of 'B' or 'Q' according to length of maximally-encoded result. * Fix: encode_mimewords(): Pure ASCII words containing unsafe sequence ignored Encoding option; encoded by header_encoding() of its charset. * Updated Encode::MIME::EncWords. * Added test #03 & #04. Added UTF-8 cases to #02. 2011-05-29 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu> * Release 1.012.1. * Unicode/multibyte support on Perl 5.7.3 (experimental). * New: Encode::MIME::EncWords [alpha release] - Encode module for "MIME-EncWords", "MIME-EncWords-B", "MIME-EncWords-Q" and "MIME-EncWords-ISO_2022_JP". * Requires MIME::Charset >= 1.008.2.
2011-11-21Update to Pigeonhole 0.2.5:ghen2-6/+6
+ Sieve vacation extension: made discard message for implicit delivery more verbose - The sieve-test tool: mixed up original and final envelope recipient in implementation of command line arguments. - Sieve vacation extension: resolved FIXME regarding the use of variables in the :handle argument. Variables are now handled correctly. - Sieve body extension: fixed handling of :content "message/rfc822". This now yields the headers of the embedded message as required by the specification. Handling of :content "multipart" remains to be fixed. - LDA Sieve plugin: fixed problem with recipient_delimiter configuration. Now it falls back to global recipient_delimiter setting if plugin/recipient_delimiter is not set.
2011-11-21Update to 4.23.0. From the changelog:schmonz2-6/+6
- Fix race if new message shows up in POP3 mailbox between running the UIDL and LIST commands. Thanks: Roland Koebler, Osamu Aoki.
2011-11-19Update ruby-actionmailer3 package to 3.0.11 (version change only).taca1-4/+4
2011-11-18Update p5-Email-Valid to 0.185.hiramatsu2-7/+6
Changes from previous: 0.185 2011-08-11 do not die in t/valid.t when testing for working DNS (address RT #70157, thanks, Alexey Tourbin) avoid a pointless warning (mentioned in RT #68312) check TLD validity before MX records (address RT #32237, thanks, meyerdigital) reject addresses with non-ASCII characters (address RT #50230, thanks, ferreira)
2011-11-17Update to Dovecot 2.0.16.ghen3-7/+10
* VSZ limits weren't being enforced for any processes. On server with large mailboxes you may now see errors about it if the limits aren't high enough. To fix them, either increase individual service { vsz_limit } values or simply increase the default_vsz_limit setting. * Proxying: If using ssl=yes or starttls=yes with a hostname (not IP) as proxy destination, require that the certificate matches the given hostname. * LMTP: Changed default client_limit to 1. This should improve LMTP throughput with default settings. * dsync: Quota is no longer enforced (i.e. dsync can't fail because user is over quota). + Added "auto" mail storage driver, which can be used to autodetect mailbox location and format. This behavior is already the default for empty mail_location setting, so this change is mainly useful for shared namespace's location setting. + checkpassword: Export all auth %variables to AUTH_* environment.
2011-11-17Set PYTHON_VERSIONS_ACCEPTED=27 because the build fails with python26.dholland1-1/+3
I'm going to assume that <26 has no chance of working. I'm also going to assume python31 doesn't stand a chance...
2011-11-16Update milter-manager to 1.8.1.obache3-10/+9
A bug fix release of 1.8.0. Now, manager.event_loop_backend and manager.n_workers aren't experimental! === milter manager ==== Improvements * [applicable-condition][sendmail] clear DNS cache for each 100 IP addresses. ==== Fixes * detach IO for launcher on daemon mode. use milter_client_is_run_as_daemon() to get whether daemonize or not. [Reported by OBATA Akio] * add a workaround for Ruby cleanup. If environment variable MILTER_MANAGER_RUBY_STOP_TIMER_THREAD_BEFORE_CLEANUP=yes, skip timer thread before cleanup. * use rb_fork() as fork implementation. This will fix --daemon doesn't work on *BSD. [Reported by OBATA Akio] * use INCLUDES to use configured libev include path rather than CPPFLAGS. [Reported by moto kawasaki] === milter-core ==== Fixes * fix missing null FD close by inverted condition. [Reported by OBATA Akio] === milter-client ==== Improvements * use higher priority for accepting connection. ==== Fixes * fix a bug that workers don't shutdown on master shutdown. It's GLib evnet loop backend specific problem. === milter-server ==== Improvements * add more information to error message. * [server] unify unknown name logging. ==== Fixes * fix a bug that all milters can't find on 2nd RCPT in the same session. === Ruby milter ==== Improvements * add Milter::Client::Configuration::MilterConfiguration#name. ==== Fixes * fix event_loop_created hook can't get event loop. * do not raise error if process raw shift_jis mail file. Ruby 1.9. * udpate bundled test-unit file list. [Reported by Hirohisa Yamaguchi] * [ruby][glib2] fix a SEGV bug on Solaris10. === milter-test-server ==== Fixes * fix quoted charset detection. [Reported by nobu] * fix multiline header parsing. * --mail-file keeps new line type of the original mail. === Document ==== Improvements * add log list to HTML. * fix typos. [Pull requested by Norio Suzuki] === Admin ==== Improvements * use locale "en" if Accept-Language is not "ja". [Reported by Larry G. Wapnitsky]
2011-11-16Add missing archivers/bzip2 buildlink.sbd1-2/+3
Bump PKGREVISION
2011-11-13Update to thunderbird-l10n-8.0.tnn3-184/+319
2011-11-13Update to thunderbird-8.0 and enigmail-1.3.3.tnn14-238/+251
8.0 changes: Thunderbird is based on the new Mozilla Gecko 8 engine Add-ons installed by third party programs are now disabled by default New Search and Find Shortcuts Improved accessibility of the attachment list Folder switching pane widget has been removed, can be added back with the Folder Pane View Switcher Add-on Numerous platform fixes to stability Fixed several security issues 7.0 changes: Thunderbird is based on the new Mozilla Gecko 7 engine Several user interface fixes and improvements Several fixes to attachment handling Ability to print a summary of selected email messages Platform improvements to Address Book Fixed several security issues Numerous platform fixes that improve speed, performance and stability
2011-11-13Update to 4.22.2. From the changelog:schmonz2-6/+6
-fix an error when logging a bad response to an IMAP SELECT command, introduced in 4.21.0. Thanks: "kureshii".
2011-11-12Update p5-Email-Sender to 0.110001.hiramatsu2-7/+6
Changes from previous: 0.110001 2011-04-03 16:32:15 America/New_York prevent Test::MinimumVersion test from causing a requirement on T::MV and, thus, PPI! Thanks for the report, Matt S. Trout! 0.110000 2011-03-17 21:40:36 America/New_York provide a much clearer and more fatal error when SASL authentication has failed because Authen::SASL or MIME::Base64 is not available
2011-11-11A broken ex clone stalls causes the configure script to stallsbd1-1/+3
2011-11-11Updated p5-Email-Abstract to 3.004.hiramatsu2-7/+6
Change from previous: 3.004 2011-02-18 If present, MIME::Entity must be v5.501; v5.500 had a regression (or a bug fix, depending how you look at it) that broke header-reading. While technically older versions that are not 5.500 would work, it is much simpler to just require the newest version, rather than to support a version range with a hole in it.
2011-11-10Changes 2.5.4:adam2-6/+6
* rfc2045/rfc2045cdecode.c: Tolerate lowercase hexadecimal characters in quoted-printable-encoded content. * unicode/unicode.c: Compilation fixes.
2011-11-08* Remove .require_paths from PLISTtaca2-4/+3
* Bump PKGREVISION.
2011-11-07Update postfix pacakge to 2.8.7.taca3-14/+14
Postfix stable release 2.8.7 is available. This contains a workaround for a problem that is fixed in Postfix 2.9. * The postscreen daemon, which is not enabled by default, sent non-compliant SMTP responses (220- followed by 421) when it could not give a connection to a real smtpd process. These responses caused some remote SMTP clients to return mail as undeliverable. The workaround is to hang up after sending 220- without sending the 421 "sorry" reply; this is harmless. The complete fix involves too much change for a stable release: send the 220 greeting, wait for the EHLO command, then send the 421 "sorry" reply and hang up.
2011-11-06Annotate p5-Convert-BinHex dependency with upstream bug report.wiz1-1/+3
2011-11-06lib/MIME/Decoder/BinHex.pm uses Convert::BinHex, so depend onwiz1-1/+3
p5-Convert-BinHex. Noted by Teemu Rinta-aho on pkgsrc-users. Bump PKGREVISION.
2011-11-05Update p5-Email-MIME to 1.910.hiramatsu2-7/+6
Changes from previous: 1.910 2011-09-12 document the header_str arg to ->create more thoroughly (i.e., at all) 1.909 2011-09-08 dial the perl prereq back to 5.8.1 by popular demand... actually 1.908 2011-06-01 dial the perl prereq back to 5.8.1 by popular demand 1.907 2011-02-02 require 5.8.5 for sane encoding be more lenient with Content-Tranfser-Encoding values; stop at semicolons
2011-11-01Do not link against -lcrypt on MirBSD, fixes the build.bsiegert3-10/+16
2011-11-01Recursive bump for archivers/libarchive buildlink addition.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-3/+4
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd32-50/+71
2011-10-31The infinite loop noted in PR#30999 is cause by inlining functions onsbd2-11/+5
any system, so inline functions should alway be disabled.
2011-10-31Add p5-Test-Deep as build dependency.wiz1-1/+3
Actually, it should be a test dependency, but pkgsrc doesn't support this.
2011-10-30adjustments for perl 5.12 (no additional adjustments for perl 5.14 needed)spz6-2/+123
2011-10-28perl 5.14 adjustment: drop using ctime.pl just for a list of monthsspz6-30/+74
2011-10-25change maintainer (with ack from the previous one)spz3-10/+9
update to 2.7.0. Excerpt from the release notes: NEW FEATURES SUMMARY - significant improvements affecting a pre-queue content filtering setup (time limiting, warm/flying restart, ...) - requires Postfix 2.7.0 and SpamAssassin 3.3.0, or later; - new daemon amavisd-signer makes it possible to sign mail with DKIM signatures without requiring amavisd process to have access to private signing keys; - added support for the Sophos-SSSP, Avira SAVAPI and ClamAV clamd streaming protocols allows amavisd to communicate with these antivirus solutions; - allow specifying multiple (fail-over) back-end mailers for resubmission of messages from amavisd back to MTA; - support for Postfix 2.8.0 XFORWARD IDENT, passes a local message identifier (queue id) downstream to a post-queue content filter and back to Postfix; - speedup in data transfer rate on receiving large mail via SMTP/LMTP sessions by a factor of 3.9 for plain text sessions, and by a factor of 11 for encrypted (TLS) sessions; - recognize and insert header fields as prepared by SpamAssassin 3.3.0 or later through its 'add_header' configuration option; - a new setting allows a forward_method to be chosen based on a message content type and/or recipient address; this may be useful for outgoing mail routing purposes or to implement sender reputation schemes; - per-recipient (or per- policy bank) SpamAssassin configuration files or SQL configuration sets are supported (@sa_userconf_maps), and per-recipient SQL Bayes database usernames (@sa_username_maps); - new macros: client_helo, client_addr, client_port, client_addr_port, mime2utf8, rusage, ADDEDHEADERHAM, ADDEDHEADERSPAM, banned_parts_as_attr, actions_performed, new arguments to macros dkim, header_field, HEADER, YESNO and YESNOCAPS; - @listen_sockets setting offers a unified configuration of listening sockets; it may be configured directly, or the traditional way: the $inet_socket_port, $unix_socketname and $inet_socket_bind just add their entries to the @listen_sockets list; - lists of lookup tables (the @*_maps variables) can now contain explicit SQL and LDAP lookup objects as their elements, instead of (or in addition to) the implied SQL and LDAP lookups; - a new configuration variable @virus_name_to_policy_bank_maps allows loading of policy banks based on a virus name; - a new configuration variable $mail_id_size_bits allows setting the size of randomly generated mail_id and secret_id codes; - a new configuration variable $sql_store_info_for_all_msgs allows storing information on mail messages selectively just for quarantined messages; - added SNMP counters InMsgsStatus* which combine the final mail checking status with a direction of a mail flow; - optional transparent archival quarantine, retaining envelope recipient addresses on delivery to a dedicated SMTP server;
2011-10-25Update postfix to 2.8.6. From release announce:taca2-6/+6
Postfix stable release 2.8.6, 2.7.7, 2.6.13 and 2.5.16 are available. These contain fixes that are also included with the Postfix 2.9 experimental release. * The Postfix SMTP daemon sent "bare" newline characters instead of <CR><LF> when a header_checks REJECT pattern matched multi-line header. This bug was introduced with Postfix 1.1. * The Postfix SMTP daemon sent "bare" newline characters instead of <CR><LF> when an smtpd_proxy_filter returned a multi-line response. This bug was introduced with Postfix 2.1. * For compatibility with future EAI (email address internationalization) implementations, the Postfix MIME processor no longer enforces the strict_mime_encoding_domain check on unknown message subtypes such as message/global*. This check is disabled by default. * The Postfix master daemon could report a panic error ("master_spawn: at process limit") after the process limit for some service was reduced with "postfix reload". This bug existed in all Postfix versions. You can find the updated Postfix source code at the mirrors listed at http://www.postfix.org/.
2011-10-22Update p5-Mail-ListDetector to 1.04.hiramatsu2-7/+7
Changes from previous: 1.02 14 Nov 2009 - Fix CPAN RT bug 35320 - add missing dependency - Add Test::Kwalitee to ensure we always have kwalitee. - Add github repo http://github.com/mstevens/Mail--ListDetector 1.03 30 Jun 2010 - Make license more explicit 1.04 19 Feb 2011 - Fix pod warnings.
2011-10-19Update to 6.4ryoon5-152/+7
* Remove included patches. Changelog: Mew 6.4 stable release (2011/10/19) * cmew falls back to getModificationTime on Windows. Masamichi HOSODA <trueroad> * Supporting Ruby 1.9. Takahiro Kambe <taca> Mew 6.4 release candidate 1 (2011/09/06) * A bug of rescan is fixed finally! * mewl avoids causing error if a folder does not exist. Masamichi HOSODA <trueroad> * Catching up to stunnel 4.39. Ryo ONODERA <ryo_on> * Supporting text/csv. Tetsuya Toda <toda> Mew 6.3.51 (2011/06/29) * A hack for calling browser on Unix. "Diogo F. S. Ramos" <diogofsr> and Tatsuya Kinoshita <tats> * Bug fixes for hankaku. <tmurata> and Tatsuya Kinoshita <tats> * Avoiding broken end-of-line for quoted-printable. * Multibyte hack for Emacs 23 and 24. * Supporting GBK. * Fixing excel and powerpoint on Unix. Kan Sasaki <sasaki@fcc.ad.jp> * pdftotext support for Windows. Shuichi KITAGUCHI <ki> * &rest to mew-user-agent-compose for Emacs 24. Harald Hanche-Olsen <hanche> * More gentle for broken Multipart/Signed. Eisaku YAMAGUCHI <eisaku> * Improving the documentation of mew-draft-use-format-flowed. Christophe TROESTLER <Christophe.Troestler> * varsx hack. * Fixing regex of time. Christophe TROESTLER <Christophe.Troestler> * Fixing major mode hooks. Hayashi Masahiro <mhayashi1120> * Inline display of PDF with "pdftotext". Hideyuki SHIRAI <shirai> Harumitsu YOSHITAKE <yositake> * Text/Pdf for Thunderbird Christophe TROESTLER <Christophe.Troestler> * Removing warnings for Emacs 23.3 Yu-ji Hosokawa <yu-ji> * Killing stunnel with -KILL since the spec of stunnel changed. * The -b option for mewest. "Diogo F. S. Ramos" <diogofs> Mew 6.3.50 (2010/08/31) * Defining mew-draft-use-format-flowed. Christophe TROESTLER <Christophe.Troestler> * Making use of mew-save-dir. * Fixing the hash-vs-array problem of cmew. Masamichi HOSODA <trueroad> * Making cmew safer in the case where mewest works at the same time. Masamichi HOSODA <trueroad> * Hack for mew-time-rfc-to-sortkey. Hideyuki SHIRAI <shirai> * A patch for unzip. Yu-ji Hosokawa <yu-ji> * Supporting unzip. * Bug fix for PGP/MIME of binary encryption. Shoichi Kurosaka <sho> * Both cmew and smew in Haskell works well finally! Shuichi KITAGUCHI <kit> * Fixing info/Makefile. Yasuhiro KIMURA <yasu> * Guarding mew-addrbook-clean-up. Hideyuki SHIRAI <shirai> * A bug fix of mew-mime-content-type. Yu-ji Hosokawa <yu-ji> * Setting split-width-threshold to nil in mew-summary-reply. * "b" in Summary saves the buffer of Message mode to a file. * header-only now can work for M-x mew. * Bold of font can be specified on Emacs 23. * Deleting " " from global-mode-string. Christophe TROESTLER <Christophe.Troestler> * Correcting the -P option of stunnel3. Kendall Shaw <kshaw> * Define mew-sumsym-encode-folder and mew-sumsym-decode-folder. * set-buffer -> with-current-buffer. * Making mew-mime-image() safer. Hideyuki SHIRAI <shirai>
2011-10-19Recursive Bump from boost-libs ABI bump.obache1-2/+2
2011-10-18Update to 1.4.25ryoon2-6/+6
Changelog: Version 1.4.25: - DIGEST-MD5 authentication is not considered secure any longer. See RFC 6331. - Support for alias expansion was added. See the aliases command and --aliases option.
2011-10-16Update p5-MIME-Charset to 1.009.1.hiramatsu2-7/+6
Changes from previous: 2011-06-09 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.009.1. * Chg: Workaround for aliasing on TIS-620 that is treated as ISO-8859-11 by Encode. And added WINDOWS-874 as EXTENDED map of TIS-620. * Imp: Result of _find_encoder() will be cached. * Imp/Chg: 'S' encoding will be resolved numerically, without comparing actually encoded lengths. * Added informations for WINDOWS-125[03-8]. * Added some cases to test #4. 2011-06-08 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.009 - withdrawn. 2011-05-28 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.008.2. * Bug Fix: Body transfer-encoding profile "S" did not work properly, and profile for UTF-8 was NOT really updated. 2011-02-19 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.008.1. * Chg: Workaround for CPAN RT #65796: Deep recursion error finding invalid charset. Limit length of charset name upto 75. * Imp: Supports Unicode/multibyte on Perl 5.7.3 (experimental). * Perl 5.7.3 & 5.8.3: avoid ``Useless use of a constant in void context'' warnings. * Doc: small fixes.