summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2013-06-07Ensure postfix is largefile aware on SunOS.jperkin1-2/+4
Bump PKGREVISION.
2013-06-07Document how to prep for upgrade to 3.x, and bump PKGREVISION.schmonz2-2/+11
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz38-76/+76
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron42-84/+84
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-04Replace py-Tk/buildlink3.mk with DEPENDS.wiz1-2/+2
There are no buildlink3-relevant files here, just a loadable module.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz42-81/+84
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-06-01Fix build with Perl 5.18.tron2-5/+38
2013-05-31Only use the email address for MAINTAINER, bump PKGREVISION.mbalmer1-3/+3
2013-05-31Bump all packages for perl-5.18, thatwiz130-245/+260
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-30Add USE_BSD_MAKEFILE=yes and bump the package revision.mbalmer1-1/+4
Thanks, joerg, for the hint.
2013-05-28Compator function must be const.joerg2-1/+15
2013-05-28Not MAKE_JOBS_SAFE.joerg1-1/+3
2013-05-26Update to 4.41.0. From the changelog:schmonz2-6/+6
- messages retrieved with POP could have a blank trailing line removed when delivered; fixed. Thanks: Christoph Mitterer, Krzysztof Warzecha. - fix an ImportError when IMAP retriever used with getmail under Python 2.4.
2013-05-25g_type_init is deprecated.joerg2-1/+15
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz6-12/+12
2013-05-24restore enigmail checksumswiz1-1/+4
2013-05-23Changes 2.2.2:adam5-33/+21
+ zlib: Keep the last mail cached uncompressed in a temp file. This fixes performance when doing small partial fetches from a large mail. + acl: If plugin { acl_defaults_from_inbox = yes } is set, get the default ACLs for private and shared namespaces from the user's INBOX. (This probably will become default in v2.3.) + pop3: Added pop3_deleted_flag setting to switch POP3 deletions to only hide the messages from POP3, but still be visible via IMAP. - ACL plugin: Mailbox creation wasn't actually checking any ACLs and always succeeded (due to some v2.2 API changes). The created mailbox couldn't have been accessed though, so this couldn't have caused any data leak. - IMAP: Various URLAUTH fixes. - IMAP: Fixed a hang with invalid APPEND parameters. - IMAP LIST-EXTENDED: INBOX was never listed with \Subscribed flag. - mailbox_list_index=yes still caused crashes. - maildir: Fixed a crash after dovecot-keywords file was re-read. - maildir: If files had reappeared unexpectedly to a Maildir, they were ignored until index files were deleted. - Maildir: Fixed handling over 26 keywords in a mailbox. - Maildir++: Fixed mail_shared_explicit_inbox=no - namespace { prefix="" list=no } was listing mailboxes. - imap/pop3-login proxying: Fixed a crash if TCP connection succeeded, but the remote login timed out. - Case-insensitive search/sort didn't work correctly for all unicode characters, as specified by i;unicode-casemap comparator. If full text search indexes were used, they need to be rebuilt for old mails to be handled correctly. (This bug has existed always in Dovecot.)
2013-05-23Drop unused member variable.joerg3-1/+29
2013-05-23Update to 17.0.6.ryoon2-139/+139
* Sync with mail/thunderbird. * Include devel/ulrunner17's xpi.mk.
2013-05-23Fix hack.mk include.ryoon1-2/+2
2013-05-23Fix PLIST. Fix build.ryoon1-13/+4
2013-05-21Revbump for WindowMaker update.hans1-2/+2
2013-05-20Update to 17.0.6ryoon2-10/+7
Changelog: FIXED Security fixes can be found here FIXED Thunderbird now supports the Twitter API version 1.1 ahead of Twitter closing the 1.0 version (Bug 857049) Fixed in Thunderbird 17.0.6 MFSA 2013-48 Memory corruption found using Address Sanitizer MFSA 2013-47 Uninitialized functions in DOMSVGZoomEvent MFSA 2013-46 Use-after-free with video and onresize event MFSA 2013-44 Local privilege escalation through Mozilla Maintenance Service MFSA 2013-42 Privileged access for content level constructor MFSA 2013-41 Miscellaneous memory safety hazards (rv:21.0 / rv:17.0.6)
2013-05-14Stop using PKG_OPTIONS.clamav as the options variable.gdt1-3/+3
In 2005, this package started using PKG_OPTIONS.clamav instead of the expected PKG_OPTIONS.p5-Mail-ClamAV, on the theory that the options were the same. Now, clamav supports "milter" and "clamav-experimental", and p5- supports "curl". So there's no way to build this package with the curl option, and no way to build this package if clamav has any options set. Therefore, the change being committed will not bother anyone :-) Nevertheless, bump PKGREVISION.
2013-05-14Update dovecot2-pigeonhole to 0.4.0.taca4-15/+19
v0.4.0 09-05-2013 Stephan Bosch <stephan@rename-it.nl> + Added doveadm-sieve plugin that provides the possibility to synch Sieve scripts using doveadm sync along with the user's mailboxes. + Added the Sieve extprograms plugin to the main Pigeonhole package. It is still a plugin, but it is now included so that a separate compile is no longer necessary and distributors are likely to include it. The extprograms plugin provides Sieve language extensions that allows executing (administrator-controlled) external programs for message delivery, message filtering and string manipulation. Refer to doc/plugins/sieve_extprograms.txt for more information. + Added debug message showing Pigeonhole version at initialization. Makes it very clear that the plugin is properly loaded. + Finished implementation of the Sieve include extension. It should now fully conform to RFC 6609. The main addition is the new :optional tag which makes the include command ignore missing included scripts without an error. + Finished implementation of the Sieve environment extension as much as possible. Environment items "location", "phase" and "domain" now also return a usable value.
2013-05-14Dovecot 2.2 change API/ABI.taca1-3/+3
2013-05-14Add share/doc/dovecot/wiki/MailboxSettings.txt to PLIST.taca2-3/+4
Bump PKGREVISION.
2013-05-14Add public wrappers for ios, ostream and unwind.h, otherwise linking mayjoerg4-1/+29
fail due to hidden definitions of system functions.
2013-05-12Make argument type match printf conversion specifier to print correctuwe3-3/+38
numbers on big-endian systems.
2013-05-11Update to 4.40.3. From the changelog:schmonz2-6/+6
- increase system recursion limit when run with Python 2.3, to prevent recursion errors in parsing some pathologically complex MIME emails. Thanks: Kenneth Pronovici.
2013-05-11Remove redundant commented out PKGREVISION line.taca1-2/+1
2013-05-10Update to 1.4.31ryoon2-7/+6
Changelog: Version 1.4.31: - Updated the msmtpq script. - Fixed building of the documentation with texinfo >= 5.0.
2013-05-09Fix missing includes.joerg3-0/+36
2013-05-09Disable visibility attributes for Clang. Fix missing includes.joerg4-13/+27
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam19-36/+38
2013-05-09Upgrade to dovecot-2.2.1. Changes since 2.2.0, from NEWS file:manu3-7/+8
v2.2.1 2013-04-19 Timo Sirainen <tss@iki.fi> - mailbox_list_index=yes was broken. - LAYOUT=index didn't list subscriptions. - auth: Multiple master passdbs didn't work. - Message parsing (e.g. during search) crashed when multipart message didn't actually contain any parts.
2013-05-09Update to 4.40.2. From the changelog:schmonz2-6/+6
- fix a backwards incompatibility with Python 2.3 and 2.4 introduced in getmail 4.38.0. Thanks: Massimo Zambelli, Krzysztof Warzecha.
2013-05-08If MOZ_ALSA is to be used in Makefiles it must have a AC_SUBST and be definedsbd3-15/+43
when needed.
2013-05-08Use the vorbis and tremor PLIST_VARS, and update PLIST.Linux.sbd2-4/+14
2013-05-07Don't remove "#include <dirent.h>" on linux.sbd2-11/+3
2013-05-07Remove PLIST.Linuxsbd1-2/+0
2013-05-05Update to sendmail 8.14.7: this is a bug fix release.jnemeth3-8/+7
8.14.7/8.14.7 2013/04/21 Drop support for IPv4-mapped IPv6 addresses to prevent the MTA from using a mapped address over a legitimate IPv6 address and to enforce the proper semantics over the IPv6 connection. Problem noted by Ulrich Sporlein. Fix a regression introduced in 8.14.6: the wrong list of macros was sent to a milter in the EHLO stage. Problem found by Fabrice Bellet, reported via RedHat (Jaroslav Skarvada). Fix handling of ORCPT parameter for DSNs: xtext decoding was not performed and a wrong syntax check was applied to the "addr-type" field. Problem noted by Dan Lukes of Obludarium. Fix handling of NUL characters in the MIME conversion functions so that message bodies containing them will be sent on properly. Note: this usually also affects mails that are not converted as those functions are used for other purposes too. Problem noted by Elchonon Edelson of Lockheed Martin. Do not perform "duplicate" elimination of recipients if they resolve to the error mailer using a temporary failure (4xy) via ruleset 0. Problem noted by Akira Takahashi of IIJ. CONTRIB: Updated version of etrn.pl script from John Beck of Oracle. Portability: Unlike gcc, clang doesn't apply full prototypes to K&R definitions.
2013-05-04Added mail/smtp-vilter.mbalmer1-1/+2
2013-05-04mail/smtp-vilter is a mail filtering engine that uses the sendmail miltermbalmer4-0/+70
API and that is used with sendmail and postfix.
2013-04-29Avoid hash function name since C++11 already provides such functions.joerg2-1/+40
2013-04-29Don't depend on namespace pollution to find resetiosflags. Add missingjoerg3-1/+28
<functional> include.
2013-04-29Upgrate to doevecot 2.2.0.manu15-464/+118
Changes since 2.1.13, from the NEWS file v2.2.0 2013-04-11 Timo Sirainen <tss@iki.fi> * When creating home directories, the permissions are copied from the parent directory if it has setgid-bit set. For full details, see http://wiki2.dovecot.org/SharedMailboxes/Permissions * "doveadm auth" command was renamed to "doveadm auth test" * IMAP: ID command now advertises server name as Dovecot by default. It was already trivial to guess this from command replies. * dovecot.index.cache files can be safely accessed only by v2.1.11+. Older versions may think they're corrupted and delete them. * LDA/LMTP: If saving a mail brings user from under quota to over quota, allow it based on quota_grace setting (default: 10% above quota limit). * pop3_lock_session=yes now uses a POP3-only dovecot-pop3-session.lock file instead of actually locking the mailbox (and causing IMAP/LDA/LMTP to wait for the POP3 session to close). * mail_shared_explicit_inbox setting's default switched to "no". * ssl_client_ca_dir setting replaced imapc_ssl_ca_dir and pop3c_ssl_ca_dir settings. + Implemented IMAP MOVE and BINARY extensions + Implemented IMAP CATENATE, URLAUTH and URLAUTH=BINARY extensions (by Stephan Bosch). + Implemented IMAP NOTIFY extension. Requires mailbox_list_index=yes to be enabled. + Redesigned and rewritten dsync. The new design makes the syncing faster, more reliable and more featureful. The new dsync protocol isn't backwards compatible with old dsync versions (but is designed to be forwards compatible with future versions). + All mailbox formats now support per-user message flags for shared mailboxes by using a private index. It can be enabled by adding :INDEXPVT=<path> to mail location. This should be used instead of :INDEX also for Maildir/mbox to improve performance. + Improved mailbox list indexes. They should be usable now, although still disabled by default. + Added LAYOUT=index. The mailbox directories are created using their GUIDs in the filesystem, while the actual GUID <-> name mapping exists only in the index. + LMTP proxy: Implemented XCLIENT extension for passing remote IP address through proxy. v2.2.rc7 2013-04-10 Timo Sirainen <tss@iki.fi> * checkpasword: AUTH_PASSWORD environment is no longer set. * Running dsync no longer triggers quota warnings. + dsync: Commit large transactions every 100 new messages, so if a large sync crashes it doesn't have to be restarted from the beginning. - replicator: doveadm commands and user list export may have skipped some users. - Various fixes to mailbox_list_index=yes v2.2.rc6 2013-04-08 Timo Sirainen <tss@iki.fi> * replicator: Don't create replicator-doveadm socket by default. This way doveadm replicator commands don't accidentally start an unconfigured replicator server. + replicator: Have remote dsync notify the remote replicator that a user was just synced. This way the replicators are kept roughly in sync. + Added ssl_client_ca_file to specify the CA certs as a file. This is needed (instead of ssl_client_ca_dir) in RedHat-based systems. + Added "doveadm fs" commands, mainly to debug lib-fs backends. - Mailbox list indexes weren't using proper file permissions based on the root directory. v2.2.rc5 2013-04-05 Timo Sirainen <tss@iki.fi> - A few small random fixes v2.2.rc4 2013-04-05 Timo Sirainen <tss@iki.fi> + Added "doveadm replicator" commands - Larger changes to lib-http and lib-ssl-iostream error handling. The API caller can now get the exact error message as a string. - Various bugfixes to LDAP changes in rc3 v2.2.rc3 2013-03-20 Timo Sirainen <tss@iki.fi> + dsync: Support syncing ACLs (and Sieve scripts with Pigeonhole) + ldap: Support subqueries and value pointers, see http://wiki2.dovecot.org/AuthDatabase/LDAP/Userdb + postmaster_address setting: Expand %d to recipient's domain - Fixed a crash when decoding quoted-printable content. - dsync: Various bugfixes v2.2.rc2 2013-02-15 Timo Sirainen <tss@iki.fi> - rc1 wasn't actually usable in most configurations. v2.2.rc1 2013-02-15 Timo Sirainen <tss@iki.fi> * See v2.2.0 notes
2013-04-24Revbump for all packages that have USE_TOOLS+=gssbd2-4/+4
2013-04-23Update to 4.40.1. From the changelog:schmonz2-6/+6
- again change protocol codes passed to OSX, as they're not only reserved codes, but also case-sensitive. Use the ones an OSX user reports work properly. Thanks: Tim Gray.
2013-04-21Update to 4.40.0. From the changelog:schmonz2-6/+6
- convert SIGTERM to SIGINT so getmail can cleanup and exit normally if killed with a default signal. Thanks: Carl Lei. - fix change which resulted in passing full protocol name to OSX keyring program, which can't handle it (restricted to 4-character code). Thanks: Tim Gray.