summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2011-10-05Update cyrus-imapd24 to 2.4.12.obache4-68/+6
Changes to the Cyrus IMAP Server since 2.4.11 * Bug #3150 - fix issue with overview and messages without a References header * fixed nntp login with tab and space in password * Bug #3501 - be more relaxed about names of DELETED folders * Bug #3553 - fix QRESYNC passing to murder backend - thanks alec <alec@alec.pl> * Bug #3554 - only show ENABLED response the first time each option is ENABLEd * Lots of cleanup of build process and backporting of APIs * Bug #3502 - make configure.in more portable - thanks OBATA Akio <obata@lins.jp> * Bug #3533 - add missing break statements in sieve - thanks Thomas Jarosch <thomas.jarosch@intra2net.com> * Bug #3550 - support wildcards for ACLS in cyradm - thanks <mark.cave-ayland@siriusit.co.uk> * Bug #3556 - print remote server in mbpath - thanks Wolfgang Breyha <wbreyha@gmx.net> * Bug #3559 - make XFER work with unlimited quota - thanks Wolfgang Breyha <wbreyha@gmx.net> * Bug #3547 - use strconcat() in writefile() * fixed a case where skiplist library could write error messages directly to stdout * Bug #3545 - fix sign extension in squat_decode_64 * Bug #3558 - return error if backend doesn't support LIST-EXTENDED * Bug #3565 - clean up in preparation for automake * fixed incomplete authentication checks in nntpd, reported by Secunia as SA46093
2011-10-05add HTTP master site.obache1-2/+3
2011-10-05Update cyrus-imapd23 to 2.3.18.obache2-11/+7
Changes to the Cyrus IMAP Server since 2.3.17 * Fix for incomplete authentication checks in nntpd, reported by Secunia as SA46093 - thanks Stefan Cornelius, Secunia Research
2011-10-04Update wl-snapshot to 2.15.9.20110420.minskim2-9/+9
Changes: * etc/icons/unplugged.xpm: Change design. Use `unplugged' style instead of `prohibition sign' style. * doc/wl.texi (Variables of Summary): Replace unicode character.
2011-10-03Limit this package to ruby18 for just now.taca1-1/+4
It could be modified about handling of character encoding, but it might take some more time.
2011-10-02Remove packages scheduled to be deleted according to the pkgsrc-2011Q2wiz7-216/+1
release notes.
2011-10-01PR/44024 -- fix failure to build with recent opensslshattered3-1/+174
2011-10-01Update to 4.22.1. From the changelog:schmonz2-6/+6
- fix BrokenUIDLPOP3Retriever breakage from 4.21.0. Thanks: Scott Robbins, "hgolden".
2011-09-28Fix PLIST overlap with dependencyjoerg4-6/+18
2011-09-26Update to 4.22.0. From the changelog:schmonz3-8/+10
-when retriever supports multiple mail folders (IMAP), store oldmail data for each folder separately, preventing problems in some cases when using multiple rc files with the same account. Thanks: Jesse Schobben. While here, add a patch comment to quell pkglint.
2011-09-26require Digest::SHA1 to build.obache1-1/+3
2011-09-25Make sure user/group creation actually works by applying consistentjoerg1-6/+7
spelling of the variables
2011-09-24Update to 4.21.0. From the changelog:schmonz2-6/+6
-automatically open IMAP folders read-only if neither the delete nor delete_after options are in use; necessary to access chatlogs via Gmail. Thanks: Daniel M. Drucker. -avoid sorting msgids on each retrieval, reducing overhead when dealing with folders containing thousands of messages. Thanks: Daniel Koukola.
2011-09-22Fix build on NetBSD-4. From Robert Elz in PR 45337.wiz1-1/+7
2011-09-21Get the correct MySQL server dependency by including the buildlinkjoerg1-4/+4
files.
2011-09-19Restore information about optional patches.jmmv1-1/+7
2011-09-16Update to Dovecot 2.0.15.ghen2-6/+6
+ doveadm altmove: Added -r parameter to move mails back to primary storage. - v2.0.14: Index reading could have eaten a lot of memory in some situations - doveadm index no longer affects future caching decisions - mbox: Fixed crash during mail delivery when mailbox didn't yet have GUID assigned to it. - zlib+mbox: Fetching last message from compressed mailboxes crashed. - lib-sql: Fixed load balancing and error handling when multiple hosts are used.
2011-09-16Remove cyrus-imapd21, unsupported version by upstream.obache22-735/+1
2011-09-16Bump PKGREVISION from PHP_VERSION_DEFAULT changes.obache6-9/+12
2011-09-16Bump PKGREVISION from RUBY_VERSION_DEFAULT changes.obache2-2/+4
2011-09-15Update pigeonhole plugin to 0.2.4.ghen2-7/+6
Changelog: + Vacation extension: finally added support for using the original recipient in vacation address check. It is also possible to disable the recipient address check entirely. Check doc/vacation.txt for configuration information. + Include extension: made limits on the include depth and the total number of included scripts configurable. Check doc/include.txt for configuration information. + Implemented ihave extension. This allows checking for the availability of Sieve language extensions at 'runtime'. Actually, this is checked at compile time. At runtime the interpreter checks whether extensions that were not previously available are still unavailable. If the situation changed, the script is re-compiled and the ihave tests are evaluated again. + Sieve: optimized compilation of tests that yield constant results (i.e. known at compile tme), such as 'true' and 'false'. No code is produced anymore for script sections that are never executed. Also, semantics are not verified anymore in uncompiled script sections. + Made vnd.dovecot.debug extension available to the LDA plugin instead of only the command line tools. + Sieve: redirect action now adds X-Sieve-Redirected-From header (mainly for people using SPF/SRS). - Sieve: fixed bug in handling flags and keywords; in case of error an assertion was triggered. - Script storage: improved handling of unconfigured user home directory. Originally this would produce an unhelpful error message. - Imap4flags extension: prevent forcibly enabling imap4flags when imapflags is enabled. - Fixed various -Wunused-but-set-variable compiler warnings. - Include extension: forgot to check variable identifier syntax for 'global' command. - Sieve: fixed debug mode; no messages were logged in some situations. - sievec tool: forgot to enable -D (debug) parameter.
2011-09-14Fix build on SunOS.hans3-3/+9
2011-09-13Update sylpheed package to 3.1.2.taca2-6/+6
2011-09-07 * version 3.1.2 2011-08-03 * src/quick_search.c: applied a patch to fix quick search text color on dark themes (thanks to speps). 2011-06-24 * src/update_check.c: win32: also check the file size of updater exe. 2011-06-24 * libsylph/utils.c: my_tmpfile(): win32: fixed a memory leak. unix: removed alloca().
2011-09-12Update to 2.4.26:wiz2-6/+7
2011-08-08 Jeffrey Stedfast <fejj@gnome.org> * README: Bumped version * configure.in: Bumped version to 2.4.26 * build/vs2008/gmime.vcproj: Bumped version. 2011-07-17 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-utils.c (charset_convert): Don't skip validation of UTF-8 text. 2011-07-17 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-utils.c (charset_convert): Handle ERANGE the same as EILSEQ. * gmime/gmime-filter-charset.c (filter_filter): Handle ERANGE the same as EILSEQ. * gmime/gmime-charset.c (g_mime_charset_map_init): Improved logic for Win32 (and even Linux) systems. Don't rely on setlocale(). 2011-06-15 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-gpg-context.c: Define nfds_t on OSX. 2011-06-09 Jeffrey Stedfast <fejj@gnome.org> Fix for bug #652056 * gmime/gmime-param.c (decode_value): If STRICT_PARSER isn't defined, don't require the value to start with a valid character. 2011-06-08 Jeffrey Stedfast <fejj@gnome.org> * README: Bumped version * configure.in: Bumped version to 2.4.25 * build/vs2008/gmime.vcproj: Bumped version. * gmime/gmime-session.c: Don't crash if the request_passwd() virtual method is set to NULL. Fixes bug #651825. 2011-06-08 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-gpg-context.c: If building on Apple, force the use of our own implementation of poll() because Apple's poll() is broken on some versions of MacOS.
2011-09-12update to 3.7.10drochner41-129/+107
changes: -UI and logging improvements -documentation/i18n updates -bugfixes
2011-09-12Update proxsmtp to 1.9.taca6-28/+75
1.9 [2011-01-23] - Fix build warnings. - Fix problem on linux not detecting netfilter headers. - Add true transparent proxying, where both client and server have no knowledge of the proxy. Documented at the proxsmtp web page. - Use capabilities to have transparent proxying without running as root. - Implement a simple reject filter, so no scripts need to be run. - Allow skipping of filtering for authenticated connections. - Bump up the top number of simultaneous connections. - Add client IP addresses to the log line. 1.8 [2008-06-30] - Make the XFOWARD HELO available as a environment variable in scripts. [Glenn Matthys] - Send an RSET to the server after filter fails an email. - Fix an uninitialized pid variable. 1.7 [2007-05-28] - Use my real name 'Stef Walter' See: http://memberwebs.com/nielsen/ 1.6 [2006-11-13] - On FreeBSD fix problem where stderr wasn't processed when filter didn't read stdin. - Add strcasestr which is missing on Solaris. - Add back 'Header' option which was accidentally removed in 1.5. Blush! 1.5 [2006-09-05] - Added support for setting the REMOTE variable when an XFORWARD command is seen. 1.4 [2006-08-10] - Fix crasher after connection closes unexpectedly. - Fix problem with waiting for processes [Jeff Fisher] - Better message for 'busy' [Akihiro Sagawa] 1.3 [2005-10-21] - Handle condition of server refusing data transfers more gracefully. - Less chatty when setting timeouts fail - Drop privileges after binding to port. Allows listening on ports < 1024 - Ported to Solaris - Fix problem with binding to certain 'long' addresses - Support embedded NULLs in email data. - Fix problems with empty addresses in logs. - Don't let exchange send it's strange binary data through the proxy - Don't reject emails when server is overloaded or errors. - Don't reject emails when starting the filter command fails. 1.2.1 [2005-04-15] - Fixed bug (introduced in 1.2) when 'Header' option is not present. 1.2 [2005-03-24] - Don't leak file descriptors when clamsmtpd can't connect to outgoing SMTP server [Chris Mason] - 'Header' configuration option with special format arguments [Olivier Beyssac] - Supress weird warnings when looking up names of local unix connections. 1.1 [2005-01-27] - Fixed crasher when outgoing connection couldn't be established - Removed erroneous chown line from clamsmtpd.sh
2011-09-12Make cmew command usable with ruby19.taca4-14/+53
pkgsrc change: add comments to patch files. Bump PKGREVISION.
2011-09-12PR pkg/45346: Pierre Allegraud: Be more consistent about which configuretnn1-3/+5
settings we want / do not want with the debug option.
2011-09-09Fix build on NetBSD-4. From Robert Elz on tech-pkg.wiz1-1/+4
2011-09-09Update cyrus-imapd24 to 2.4.11.obache6-77/+12
Changes to the Cyrus IMAP Server since 2.4.10 * fixed replication recovery from different messages at the each end * Bug #3489 - fixed quotalegacy handling of prefixes so only exact subfolders match * Bug #3498 - fixed deletion of users quota files with unixheriarchysep enabled, thanks Leena Heino * Bug #3491 - NOOP and UNAUTHENTICATE for timsieved, thanks Dilyan Palauzov * Bug #3492 - better response codes for timsieved, thanks Dilyan Palauzov * Bug #3497 - fix cmd syslog from master, thanks Kristof Katus * Bug #3503 - compilation of perl libraries on dragonfly and freebsd, thanks OBATA Akio * Bug #3451 - allow CC to have spaces * Bug #3505 - fix sync_reset, thanks David Carter * Bug #3506 - use literal+ for sync_(client|server), thanks David Carter * Bug #3300 - use portable function for TCP constants, thanks OBATA Akio * Bug #3507 - fix replication recovery with non-delayed expunge, thanks Julien Coloos * Bug #3495 - improved duplicate suppression, thanks Kristof Katus * Bug #2772/3463 - fixed crashes in THREAD by correcting folding of references headers * Bug #3439 - fix ugly syslog message for vacation * Bug #3499 - options to disable namespaces to reduce load on big servers with no shared folders. Thanks Olivier ROLAND * Changed skiplist to truncate old files after checkpoint, which can save disk space on tmpfs or small ssds when old copies were held open by other processes * Made Cyrus more robust against corruption in mailboxes.db data, so it will return an error rather than crashing on invalid entries * Fix for CVE-2011-3208, a remotely exploitable buffer overflow in nntpd - thanks Coverity
2011-09-09Update cyrus-imapd23 to 2.3.17.obache5-40/+124
(add an patch to fix compilation on perl 5.14) Changes to the Cyrus IMAP Server since 2.3.16 * Fix for CVE-2011-3208, a remotely exploitable buffer overflow in nntpd
2011-09-08Update to 2.4.24:wiz3-52/+51
2011-03-26 Jeffrey Stedfast <fejj@novell.com> * README: Bumped version * configure.in: Bumped version to 2.4.24 * build/vs2008/gmime.vcproj: Bumped version. * gmime/gmime-gpg-context.c (gpg_ctx_parse_signer_info): Fixed to actually set the signer status. Fixes bug #645787, based on an initial patch by Thomas Jost. 2011-03-14 Jeffrey Stedfast <fejj@novell.com> * configure.in: Check for glib-sharp-2.0 instead of gtk-sharp-2.0 since we really only depend on glib-sharp. Also check for gapi-2.0 via pkgconfig. * mono/gmime-sharp.dll.config.in: Dll map the .so.MajorVersion instead of .so.Version.
2011-09-07Remove inet6 option -- the configure script doesn't recognize the argumentwiz2-13/+1
the option added.
2011-09-05Add missing build tools "yacc" and "lex"cheusov1-1/+3
2011-09-04Update to thunderbird-6.0.1.tnn2-6/+6
Removes trust of fraudulent SSL certificates issued by DigiNotar.
2011-09-03Update postfix pacakge to 2.8.5.taca2-6/+6
[An on-line version of this announcement will be available at http://www.postfix.org/announcements/postfix-2.8.5.html] Postfix stable release 2.8.5, 2.7.6, 2.6.12, and 2.5.15 are available. These contain fixes and workarounds for the Postfix Milter client that were already included with the Postfix 2.9 experimental release. * The Postfix Milter client logged a "milter miltername: malformed reply" error when a Milter sent an SMTP response without enhanced status code (i.e. "XXX Text" instead of "XXX X.X.X Text"). * The Postfix Milter client sent a random {client_connections} macro value when the remote SMTP client was not subject to any smtpd_client_* limit. As a workaround, it now sends a zero value instead.
2011-08-29Changes 2.0.14:adam3-8/+11
* doveadm: Added support for running mail commands by proxying to another doveadm server. * Added "doveadm proxy list" and "doveadm proxy kick" commands to list/kick proxy connections (via a new "ipc" service). * Added "doveadm director move" to assign user from one server to another, killing any existing connections. * Added "doveadm director ring status" command. * userdb extra fields can now return name+=value to append to an existing name, e.g. "mail_plugins+= quota". * script-login attempted an unnecessary config lookup, which usually failed with "Permission denied". * lmtp: Fixed parsing quoted strings with spaces as local-part for MAIL FROM and RCPT TO. * imap: FETCH BODY[HEADER.FIELDS (..)] may have crashed or not returned all data sometimes. * ldap: Fixed random assert-crashing with with sasl_bind=yes. * Fixes to handling mail chroots * Fixed renaming mailboxes under different parent with FS layout when using separate ALT, INDEX or CONTROL paths. * zlib: Fixed reading concatenated .gz files.
2011-08-27Remove the uses of ctime.pl and getopts.pl, since those are going away soon.schnoebe6-23/+119
2011-08-26Remove Byte Order Mark (BOM) which isn't understood by GCC < 4.3.0.tnn2-1/+14
From upstream. Closes PR pkg/45291.
2011-08-26Update "fetchmail" and "fetchmailconf" package to version 6.3.21.tron3-8/+8
Changes since version 6.3.20: - The IMAP client no longer inserts NUL bytes into the last line of a message when it is not closed with a LF or CRLF sequence. Reported by Antoine Levitt. As a side effect of the fix, and in order to avoid a full rewrite, fetchmail will now CRLF-terminate the last line fetched through IMAP, even if it is originally not terminated by LF or CRLF. This bears no relevance if your messages end up in mbox, but adds line termination for storages (like Maildir) that do not require that the last line be LF- or CRLF-terminated.
2011-08-23Add missing nanojit conditionals to PLIST. Should fix PR pkg/45282.tnn2-23/+29
2011-08-23Recursive bump from gdbm shlib bump.obache4-7/+8
2011-08-21DragonFly build fix. From Rumko in private mail.tnn2-4/+4
2011-08-20Update pear-Mail_Mime package to 1.8.2.taca2-6/+6
Mail_Mime 1.8.2 Release date: 2011-08-10 09:56 UTC Release state: stable Changelog: Bugs Fixed: * #18426: Fixed backward compatibility for "dfilename" parameter [alec] * Removed xmail.dtd, xmail.xsl from the package [alec] * Fixed handling of email addresses with quoted local part [alec]
2011-08-19Fix icon path.tnn1-2/+2
2011-08-19Update to thunderbird-6.0 and enigmail-1.2.1.tnn63-952/+22158
Release notes for 6.0: Thunderbird is based on the new Mozilla Gecko 6 engine Several theme improvements for Windows 7 Support for Windows 7 Jump lists Several fixes when importing email from Microsoft Outlook Default mail client check now works with newer Linux distributions Various other user interface fixes and improvements Numerous platform fixes that improve speed, performance, stability and security Release notes for 5.0: More responsive and faster to start up and use Thunderbird is based on the new Mozilla Gecko 5 engine New Add-ons Manager Revised account creation wizard to improve email setup New Troubleshooting Information page Tabs can now be reordered and dragged to different windows Attachment sizes now displayed along with attachments Plugins can now be loaded in RSS feeds by default There are several theme fixes for Windows Vista and Windows 7 Support for Mac 32/64 bit Universal builds (Thunderbird no longer supports PowerPC on Mac) Over 390 platform fixes that improve speed, performance, stability and security
2011-08-17Update ruby-actionmailer3 package to 3.0.10.taca1-4/+4
Bump version only.
2011-08-17Update ruby-actionmailer pacakge to 2.3.14.taca1-4/+4
Bump version only.
2011-08-17Changes 0.5.4:adam2-6/+6
* Fixes XSS vulnerability
2011-08-14Revision bump after updating perl5 to 5.14.1.obache69-122/+138