summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2010-12-24Move security/amavis-perl into mail/amavis-perl. No objections on tech-pkg@kefren8-0/+278
Part of PR/32554
2010-12-24re-add files after conflicting importkefren9-0/+412
2010-12-24Fix clamav locationkefren1-3/+3
2010-12-24clamav was moved into security/. Remove it from mail/kefren16-381/+0
Part of PR/32554
2010-12-23Add and enable fml and fml4.taca1-1/+3
2010-12-23Importing fml 7.98.15-20100306 snapshot.taca7-0/+1022
This is popular mailing list manager package in Japan and development version almost believed to be stable.
2010-12-23Importing fml4 package 20040215 snapshot.taca13-0/+2455
This is popular mailing list manager package in Japan and it is stable but slightly legacy codes.
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty2-4/+4
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-12-22Update pear-Mail_mimeDecode package to 1.5.5.taca2-6/+6
1.5.5 2010-12-02 03:45 UTC Changelog: Minor Bug fix release. #17959 - Boundaries ending with non-word characters - patch by Alex Adriaanese ------ - ignore whitespace and trailing cr/lf in last section of split ------ - correct spacing on multi-line headers. now only striped for encoded data. (on previous line)
2010-12-20Update cyrus-imapd24 to 2.4.6.obache3-8/+8
Changes to the Cyrus IMAP Server since 2.4.5 * Fixed Bug #3370 - corruption on OpenBSD and other systems without a reliable mmap * Fixed Bug #3360 - race condition which could lose seen data on XFER with upgrade * Lots of documentation updates * Fixed Bug #3355 - added an option to suppress items from the capability response (and bug #3356 when the first attempt was buggy) * Fixed Bug #3357 - crash when calling ctl_mboxlist on mailboxes with annotations * Fixed Bug #3369 - crash when undumping mailbox during XFER * Fixed Bug #3361 - shared folders not listing in LSUB "" % - only with unixheirsep and altnamespace * Fixed Bug #3362 - "too many open files" when doing XFER of a user with too many sub mailboxes. Makes XFER less "atomic", but now it works, which is good! * Fixed Bug #3313 - md5 library usage. Properly this time!
2010-12-20Reenable mutt-sidebar and mutt-compressed-mbox options.tonio2-8/+27
Use patch urls found by gls@
2010-12-17- updated to 3.003rhaen2-9/+7
Changelog: 3.003 2010-11-08 replace Class::ISA with mro (MRO::Compat)
2010-12-15Changes 1.8.1:adam2-8/+6
Bugs Fixed: * Not possible to set separate charset for attachment content and headers
2010-12-13Reset PKGREVISION by update of base PHP version.taca1-2/+1
2010-12-12Pick the default mysql-server versionadam1-2/+7
2010-12-11PR pkg/44219 - washington.edu have adjusted the maildir.patch.gzabs2-17/+17
The new version looks fine, so update DIST_SUBDIR, regen distinfo and bump PKGREVISION
2010-12-11Update to thunderbird-3.1.7.tnn3-19/+6
- Several fixes to improve performance, stability and security - Several fixes to improve handling of large folder files stored locally. - Several fixes to improve corruption in local copy of IMAP mailboxes. - MFSA 2010-78 Add support for OTS font sanitizer - MFSA 2010-75 Buffer overflow while line breaking after document.write with long string - MFSA 2010-74 Miscellaneous memory safety hazards (rv:1.9.2.13/ 1.9.1.16)
2010-12-07Revert last changeadam1-3/+3
2010-12-07Fix setting dovecot_fdlimitadam1-3/+3
2010-12-07Update Dovecot Pigeonhole plugin to 0.2.2 (goes with Dovecot 2.0.8).ghen2-18/+18
* LDA Sieve plugin: started using Dovecot LDA reject API for the reject extension. This means that the LDA reject_reason and reject_subject settings now also work for Pigeonhole's LDA Sieve plugin. * Did some work on the new sieve-filter tool. It is mostly functional, but it is not finished yet. * Dovecot change: services' default vsz_limits weren't being enforced correctly in earlier v2.0 releases. Now that they are enforced, you might notice that the default limits are too low and you need to increase them. This problem will show up in logs as "out of memory" errors. See default_vsz_limit and service { vsz_limit } settings. - Imap4flags: fixed segfault bug occurring in multiscript context. - Added version checking to the ManageSieve settings plugin. This plugin was forgotten when the LDA plugin was updated with this change in the previous release. - LDA Sieve plugin: fixed memory leak at deinitialization.
2010-12-03Leftover.ghen1-61/+0
2010-12-03Update to Dovecot 2.0.8.ghen8-90/+22
* Services' default vsz_limits weren't being enforced correctly in earlier v2.0 releases. Now that they are enforced, you might notice that the default limits are too low and you need to increase them. This problem will show up in logs as "out of memory" errors. See default_vsz_limit and service { vsz_limit } settings. * LMTP: In earlier versions if mail was delivered to user+detail@domain address, LMTP server always attempted to deliver the mail to mailbox named "detail". This was rather unintentional and shouldn't have been the default. lmtp_save_to_detail_mailbox=yes setting now preserves this behavior (default is no). + Added systemd support (configure --with-systemdsystemunitdir). Based on patch by Christophe Fergeau. + Replaced broken mbox-snarf plugin with a new more generic snarf plugin. - dbox: Fixes to handling external mail attachments - verbose_proctitle=yes didn't work for all processes in v2.0.7 - imap, pop3: When service { client_count } was larger than 1, the log messages didn't use the correct prefix. Last logged in user's prefix was always used, regardless of what user's session actually logged it. Now the proper log prefix is always used. - MySQL: Only the first specified host was ever used
2010-12-02Update to 2.07:wiz2-9/+6
version 2.07: Fri Oct 1 12:39:43 CEST 2010 Improvements: - update README: MailTools 2.* require 5.8.1 rt.cpan.org#61753 [Alexandre Bouillot] - add "MAIL FROM" to Mail::Mailer::smtp, to be able to communicate with Comcast [David Myers]
2010-12-02Update to 1.906:wiz2-7/+6
1.906 2010-10-07 update our prereq on Test::More to 0.88
2010-12-02remove empty lines at end of PLIST.reed1-3/+1
2010-12-02remove obsolete patches noticed by wizdrochner2-61/+0
2010-12-01Changes 0.96.5:adam4-35/+26
* libclamav/pdf.c: fix crashes * libclamav/pe_icons.c: off by one while * libclamav: fix detection of embedded executables * libclamav/matcher-ac.c: fix offset handling for sigs with {x-y} wildcards * freshclam/manager.c: fix error path infinite loop * clamd/clamd.c: fix RLIMIT_DATA setting on BSD * freshclam: improve mirror management * libclamav: fix possible use of uninitialized values * libclamav: Set the unreliability flag on (un)packed files * libclamav/c++: Update embedded copy of LLVM to version 2.8 * freshclam: make query format backward compatible * freshclam: get detection stats directly from clamd * libclamav/cache.c,c++/bytecode2llvm.cpp}: make cl_load thread safe * freshclam: load database in subprocess * clamd: add new commands DETSTATS and DETSTATSCLEAR * libclamav/7z.c: fix file descriptor leak * clamd, libclamavll: add ability to logg messages from libclamav * libclamav/builtin_bytecodes.h: Don't disable JIT on pentium4
2010-11-30Updte cyrus-imapd24 to 2.4.5.obache4-17/+39
Changes to the Cyrus IMAP Server since 2.4.4 * Tidy up of the git version number added to the ID response * Fixed incorrect time field in date searches (Bug #3339) - thanks Greg Banks for noticing this one * Fixed reconstruct crash and other potential issues (Bug #3353) - first reported Paul Dekkers * Fixed ACL passing for rename/delete on murder backends (Bug #3342) - first reported by Robert Spellman * Fixed corruption of long (>1024 byte) seen records on replica (Bug #3344) - found at FastMail by Bron Gondwana * Made all perl utilities use /usr/bin/perl in the #! line (Bug #2275) - reported by Yann Rouillard over 5 years ago! * Fixed crash on message with incomplete final boundary (Bug #3345) - found at FastMail by Bron Gondwana * Regression: sync_crc was being set to 00000000 on repack - introduced in 2.4.4 (Bug #3347) - first found at FastMail, but also seen at multiple other sites * Always print [CLOSED] response when selecting a new mailbox, even if a CONDSTORE enabling command has not been sent (Bug #3352) - reported by Jan Kundra't, author of the Trojita IMAP client * Fixed crash with reconstruct -rf and missing mailboxes.db entries (Bug # 3351) - reported by Giles Malet * Made sync_server report errors earlier if there are extra records on the master which aren't present on the replica (Bug #3355) - thanks to David Carter for finding it and a first pass at a fix * Stopped expunges to never-reported-messages being showed (basically if the 'EXPUNGE' command was run, and it expunged a message that the client had never even seen - seriously rare race condition, Bug #3356) - discovered by Bron Gondwana hammering a testbed with Dovecot's imaptest tool * Fixed compile with old PCRE (Bug #3358) - found and fixed by Simon Matter * Fixed missing quota usage after XFER (Buf #3349) - found by Dave McMurtrie
2010-11-29update to 3.7.7 (and sync plugins)drochner39-167/+120
changes: -Enable building with GTK+ 2.22 -QuickSearch can now be run from the command line -Added a hidden option to set a margin in the text area of the Compose window -updated manual and man page -bugfixes -translation updates pkgsrc change: reset MAINTAINER -- he doesn't use the program anymore
2010-11-28Update "postfix" package to version 2.7.2. Changes since version 2.7.1:tron2-7/+6
- Postfix no longer automatically appends the system default CA (certificate authority) certificates, when it reads the CA certificates specified with {smtp, lmtp, smtpd}_tls_CAfile or with {smtp, lmtp, smtpd}_tls_CApath. This prevents third-party certificates from getting mail relay permission with the permit_tls_all_clientcerts feature. Unfortunately, this change may cause compatibility problems with configurations that rely on certificate verification for other purposes. To get the old behavior, specify "tls_append_default_CA = yes". - A prior fix for compatibility with Postfix < 2.3 was incomplete. When pipe-to-command delivery fails with a signal, mail is now correctly deferred, instead of being returned to sender. - Poor smtpd_proxy_filter TCP performance over loopback (127.0.0.1) connections was fixed by adapting the output buffer size to the MTU. - The SMTP server no longer applies the reject_rhsbl_helo feature to non-domain forms such as network addresses. This would cause false positives with dbl.spamhaus.org. - The Postfix SMTP server failed to deliver a "421" response and hang up the connection after Milter error. Instead, the server delivered a "503 Access denied" response and left the connection open, due to some Postfix 1.1 workaround for RFC 2821. - The milter_header_checks parser failed to enable any of the actions that have no effect on message delivery (warn, replace, prepend, ignore, dunno, and ok).
2010-11-26update to 2.32.1drochner3-94/+93
This switches to the gnome-2.32 release branch.
2010-11-26update to 2.32.1drochner4-834/+1261
This switches to the gnome-2.32 release branch.
2010-11-25Bump REVISION since CVE-2010-4150 fix was added.taca1-1/+2
2010-11-24update to 2.32.1drochner8-477/+432
This switches to the gnome-2.32 release branch.
2010-11-23Resign as maintainer of this package as I'm now using thetron1-2/+2
"mutt-devel" package.
2010-11-23Update milter-manager to 1.6.1.obache3-8/+8
== [release-1-6-2] 1.6.2: 2010-11-23 A bug fix release of 1.6.1. === milter manager ==== Improvements * Made PID file directory prepareing process in init script on Debian robust. [Reported by Kenji Shiono] * Used gint64 for time_t. [Suggested by OBATA Akio] ==== Fixes * Fixed missing temporary file close. [Reported by Kenji Shiono] === milter manager admin ==== Improvements * Documented required sqlite3-ruby version on CentOS. [Reported by Kenji Shiono] === Ruby milter ==== Improvements * Made milter-tarpit.rb, a sample milter, asynchronous. [Reported by Kenji Shiono] * Provided all milter API. ==== Fixes * Fixed a typo in command line option. [Reported by Kenji Shiono]
2010-11-20Fix MASTER_SITESgls1-2/+2
2010-11-20Update Dovecot to 1.2.16.ghen2-9/+9
- imap: Fixed SELECT QRESYNC not to crash on mailbox close if a lot of changes were being sent. - pop3: Fixed a potential hang - mbox: Creating new mailboxes should base permissions on mail root dir, not always use 0600. - auth: Disable auth caching entirely for master users.
2010-11-19Add some missing files to PKGCONFIG_OVERRIDE.obache1-2/+4
2010-11-18Bump ABI_DEPNDS of gtkhtml314 and recursive bump from libgtkhtml shlib name ↵obache4-8/+8
changed.
2010-11-17kill GDK_DISABLE_DEPRECATED, should fix build problem reported by wizdrochner2-6/+14
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs33-65/+66
2010-11-14php5-pear-Mail_mimeDecode is required to properly display certainbouyer1-1/+3
mail (especially ones with a smime.p7s signature). Bump PKGREVISION
2010-11-13Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES.shattered2-5/+5
2010-11-13Reluctantly switch over to bundled cairo and pixman for mozilla packages,tnn1-1/+2
like other distros have recently done. Bump package revisions. Background: The cairo-1.10 update caused multiple regressions in firefox, such as flickering gif animations and crashes. Mozilla doesn't seem interested in fixing it on the stable branches: https://bugzilla.mozilla.org/show_bug.cgi?id=610107 Other references: https://bugzilla.redhat.com/show_bug.cgi?id=628331 http://bugs.gentoo.org/show_bug.cgi?id=337813 https://bugzilla.mozilla.org/show_bug.cgi?id=597174 This workaround is guaranteed to cause other problems in the long run; so we should attempt to switch back when we move to the mozilla-2.0 branch.
2010-11-13Update to thunderbird-3.1.6.tnn2-6/+6
Fixes MFSA 2010-73 Heap buffer overflow mixing document.write and DOM insertion
2010-11-12Update cyrus-imapd24 to 2.4.4.obache2-6/+6
Changes to the Cyrus IMAP Server since 2.4.3 * Rewrite index_upgrade to always parse the message files and re-create cyrus.cache, to avoid upgrade upgrade failures where cache errors occured. * Fixed sync_reset handling of user deletions * Fixed proc file handling of LOGIN and folder unselect * use cyrus.expunge file (if still present) to delete bogus records from a failed index upgrade (cause by bugs in earlier version) * detect version 2.5 in XFER to support use with master git branch in a murder * made pop3 expunge much more efficient * handle missing seen file in XFER
2010-11-10Changes 1.2.5:adam3-19/+22
* Fix procmail vacation rule if no dates are set * Fix filtering only unseen message if rule should filter all messages in IMAP driver Changes 1.2.4: * Correctly escape addresses in procmail driver * Fix procmail scripts when using composite headers * Support some non-standard Date: headers in Sieve vacation rules * Support composite header rules with IMAP backends * Fix unconditional debug output with Net_Sieve earlier than 1.2.0 * Add Sieve configuration to use UTF-8 encoded folder names (for Dovecot) Changes 1.2.3: * Log Sieve communication with DEBUG log level. * Fix Oracle SQL scripts. * Add Croatian translation * Add PostgreSQL-specific upgrade script * Fix procmail vacation rule * Prevent deadlock with vacation rule in maildrop driver
2010-11-10Changes 4.3.9:adam3-19/+21
* Fix error if user's account only contains an INBOX Changes 4.3.8: * SECURITY: Properly escape user input in Fetchmail configuration. * Fix updating POP3 indices when using mailbox caching * Include "anyone" user when listing users in the ACL screen * Turn DNS prefetching off when displaying untrusted message content Changes 4.3.7: * Fix spellcheck-on-send when using fckeditor and no errors exist * Fix authenticate API call and synchronization when using realms * Optimize folder tree initialization * Add command line fetchmail script * Workaround broken PHP number formatting with some locales
2010-11-10Added Order and Allowadam1-1/+3