summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2006-05-31Update to 1.2.1, provided by Lefteris Chatzimparmpas in PR 33570:wiz2-9/+9
Version 1.2.1 - 9 March 2006 ---------------------------- - Buf fix; program fault when using the fetch*() family of functions. Version 1.2 - 2 March 2006 -------------------------- - IPv6 support. - Lua 5.1 compatibility. - Bug fix; handle messages containing binary data. - Bug fix; problems with CPU utilisation when the inactivity timeout timer was set.
2006-05-28Fix PLIST. Bump revision.joerg2-3/+5
2006-05-28Add USE_LANGUAGES= objcrh2-2/+6
2006-05-26Updated to version 3.1.2.heinz8-103/+77
Pkgsrc changes: - The updates for rule files go into $VARBASE/spamassassin/. - This above directory and the directory sa-update-keys for the GPG keys are now handled automatically by OWN_DIRS. - The growing number of *.pre files are managed in a loop in the Makefile. They are no longer contained in the static PLIST. - Removed some unnecessary trailing slashes. - Patching init.pre in order to disable the SPF plugin broke the spf.t test. This is now fixed, although in a rather ugly way :-/. - patch-ab no longer needs to use BSD_INSTALL_DATA_DIR because we create the directories through INSTALLATION_DIRS. - patch-ad and patch-az were removed (changes integrated upstream). - patch-bb fixes a small documentation error. - Fixed some warnings by pkglint about the SUBST framework in Makefile and options.mk. Relevant changes since version 3.1.1: ===================================== - bug 4802: implement DKIM plugin, including whitelist_from_dkim support - bug 3838: work around Perl bug causing captured RE variables to become tainted -- thanks to Mark Martinec for pointing out the bug with Perl itself - bug 4850: re-enable the Razor2 plugin by default due to a service policy change - bug 4826: Razor2 plugin needs to load Mail::SpamAssassin::Timeout module - bug 4827: M::SA::first_existing_path() would return the last array entry passed in if none of the paths were found. Now return undef instead and handle the error when it happens. - bug 4813: generally open RE causes sendmail received header get read in as qmail in error - bug 4839: Logger.pm converts control chars including tab into underscores which confuses a bunch of users when checking debug output. Convert tab into space instead, etc. - bug 4884: if a null message is passed in, there are several variables which end up undefined causing warnings. fake an empty message if no input is given. - bug 4793: when replacing tags in a message (_TAG_), leave the tags that don't exist alone instead of just removing them - bug 4861, 4760: handle dccifd and dccproc failover properly, backport relays_internal and relays_external code, backport bug 4760 fix so that it's not possible to be in internal_networks without being in trusted_networks as well - bug 4901: deal more properly with failures in bgsend(). also, use the proper variable to show when errors occur. - bug 4867: fetchmail changed header formats at some point making Received parsing fail in certain conditions - bug 4699: use M::SA::Timeout for spamd copy_config call and allow for empty $@ values - bug 3754: if there's a problem opening a file via sa-learn or spamassassin, return an error exit value.
2006-05-24Fix error comment line - # must be in the first column or preceded bytv1-2/+2
non-tabs; else make(1) interprets it as a command line. Fixes the following message on NetBSD 2.1: make: "/export/SRC/netbsd/pkgsrc/mail/mailman/Makefile" line 31: Unassociated shell command "# use 'postfix' for postfix"
2006-05-23Fix MAILMAN_MAILGROUP to work with our default mailer (sendmail),hubertf1-2/+3
and add a commend what to change for postfix. Before, this used group 'guest', which didn't work with any mailer, so that's not perfect, but a step in the right direction.
2006-05-22Fixed typo (PKG_SUGGEST_OPTIONS).rillig1-2/+2
2006-05-22Fixed pkglint warnings.rillig1-5/+5
2006-05-22Fixed some pkglint warnings.rillig1-5/+4
2006-05-21Set MESSAGE_SRC instead of MESSAGE so that we can take advantage ofjlam1-2/+2
MESSAGE_SUBST properly. No package should be setting MESSAGE anyway.
2006-05-21- cyrusxtraeme1-2/+1
2006-05-21Fix a problem with non-C99 compilers (reported on NetBSD 1.6 andghen3-2/+39
Solaris). The patch is from dovecot CVS (see the thread following http://www.dovecot.org/list/dovecot/2006-May/013389.html), via PR pkg/33489. Bump PKGREVISION.
2006-05-19Synchronized the Makefiles with the filesystem.rillig1-1/+2
2006-05-17Update to 5.420:wiz2-6/+6
2006-03-17 David F. Skoll * VERSION 5.420 RELEASED * Fix regression introduced in 5.419 -- quoted-printable encoding would sometimes fail on "textual" MIME parts.
2006-05-17Update to 1.74:wiz2-6/+6
version 1.74: Tue Feb 28 08:39:14 CET 2006 - Help from [Jun Kuriyama]
2006-05-15Uses C++.joerg1-1/+2
2006-05-12Update to sendmail 8.13.6adrianp8-151/+13
> 8.13.6/8.13.6 2006/03/22 > SECURITY: Replace unsafe use of setjmp(3)/longjmp(3) in the server > and client side of sendmail with timeouts in the libsm I/O > layer and fix problems in that code. Also fix handling of > a buffer in sm_syslog() which could have been used as an > attack vector to exploit the unsafe handling of > setjmp(3)/longjmp(3) in combination with signals. > Problem detected by Mark Dowd of ISS X-Force. > Handle theoretical integer overflows that could triggered if > the server accepted headers larger than the maximum > (signed) integer value. This is prevented in the default > configuration by restricting the size of a header, and on > most machines memory allocations would fail before reaching > those values. Problems found by Phil Brass of ISS. > If a server returns 421 for an RSET command when trying to start > another transaction in a session while sending mail, do > not trigger an internal consistency check. Problem found > by Allan E Johannesen of Worcester Polytechnic Institute. > If a server returns a 5xy error code (other than 501) in response > to a STARTTLS command despite the fact that it advertised > STARTTLS and that the code is not valid according to RFC > 2487 treat it nevertheless as a permanent failure instead > of a protocol error (which has been changed to a > temporary error in 8.13.5). Problem reported by Jeff > A. Earickson of Colby College. > Clear SMTP state after a HELO/EHLO command. Patch from John > Myers of Proofpoint. > Observe MinQueueAge option when gathering entries from the queue > for sorting etc instead of waiting until the entries are > processed. Patch from Brian Fundakowski Feldman. > Set up TLS session cache to properly handle clients that try to > resume a stored TLS session. > Properly count the number of (direct) child processes such that > a configured value (MaxDaemonChildren) is not exceeded. > Based on patch from Attila Bruncsak. > LIBMILTER: Remove superfluous backslash in macro definition > (libmilter.h). Based on patch from Mike Kupfer of > Sun Microsystems. > LIBMILTER: Don't try to set SO_REUSEADDR on UNIX domain sockets. > This generates an error message from libmilter on > Solaris, though other systems appear to just discard the > request silently. > LIBMILTER: Deal with sigwait(2) implementations that return > -1 and set errno instead of returning an error code > directly. Patch from Chris Adams of HiWAAY Informations > Services. > Portability: > Fix compilation checks for closefrom(3) and statvfs(2) > in NetBSD. Problem noted by S. Moonesamy, patch from > Andrew Brown.
2006-05-12Update to turba 2.1.1adrianp3-11/+11
> Major changes compared to the Turba H3 (2.1) version are: > * Fixed losing sessions when editing address books. > * Added upgrade script for Oracle to upgrade from 1.2 to 2.x. > * Fixes and improvements to the create_default_histories.php and > public_to_horde_share.php scripts. > * Updated Danish, Dutch, German, Greek, Estonian and Japanese translations. > * Small bugfixes and improvements. > > The full list of changes (from version H3 (2.1)) can be viewed here: > > http://cvs.horde.org/diff.php/turba/docs/CHANGES?r1=1.181.2.68&r2=1.181.2.80&ty=h
2006-05-12Update to ingo 1.1.1adrianp3-11/+17
> > Major changes compared to the Ingo H3 (1.1) version are: > * Restored backward compatibility with Horde 3.0.x. > * Enabled the filter setting to stop further filtering by default. > * Small bug fixes and improvements. > * New translations: Estonian, Greek. > * Updated translations: Danish, Dutch, German. > > The full list of changes (from version H3 (1.1)) can be viewed here: > > http://cvs.horde.org/diff.php/ingo/docs/CHANGES?r1=1.55.2.39&r2=1.55.2.49&ty=h
2006-05-12Add c++ to USE_LANGUAGES. PR 33470 by Ryo HAYASAKA.wiz1-1/+2
2006-05-12Move PRINT_PLIST_AWK stuff into do-only-once part.wiz1-2/+2
2006-05-12Fix missing file (lib/dovecot/pop3/lib01_quota_plugin.so) in PLIST.jwise1-1/+2
2006-05-12update dovecot to 1.0beta8.grant2-6/+6
changes since 1.0beta7: * Fixed a security hole with mbox: "1 LIST .. *" command could list all directories and files under the mbox root directory, so if your mails were stored in eg. /var/mail/%u/ directory, the command would list everything under /var/mail. + Unless nfs_check=no or mmap_disable=yes, check for the first login if the user's index directory exists in NFS mount. If so, refuse to run. This is done only on first login to avoid constant extra overhead. + If we have plugins set and imap_capability unset, figure out the IMAP capabilities automatically by running imap binary at startup. The generated capability list isn't updated until Dovecot is restarted completely, so if you add or remove IMAP plugins you should restart. If you have problems related to this, set imap_capabilities setting manually to work around it. + Added auth_username_format setting - pop3_lock_session setting wasn't really working - Lots of fixes related to quota handling. It's still not working perfectly though. - Lots of index handling fixes, especially with mmap_disable=yes - Maildir: saving mails could have sometimes caused "Append with UID n, but next_uid = m" errors - flock() locking never timeouted because ignoring SIGALRM caused the system call just to be restarted when SIGALRM occurred (probably not with all OSes though?) - kqueue: Fixed "Unrecognized event". Patch by Vaclav Haisman
2006-05-11The descriptive text at the beginning of panther.patch has been changed;schmonz1-4/+4
update checksums.
2006-05-10compile the scripts in lib/mailman/{bin,cron,scripts} for consistency,joerg2-2/+12
e.g. bin/paths.py wasn't always compiled before. Bump revision.
2006-05-10Fix install args (Problem noted by Jukka Salmi)adrianp2-5/+5
2006-05-09Fix permissions on installed filesadrianp3-1/+31
Make configure work with non sh shells Fixes from Jukka Salmi and Lubomir Sedlacik on tech-pkg@
2006-05-09Fix errno, OpenSSL 0.9.8 md5 and sys/mman.h on DragonFly.joerg4-1/+40
2006-05-08Added mail/up-imapproxy version 1.2.4adrianp1-1/+2
2006-05-08Proxies IMAP transactions between an IMAP client and an IMAP server. Theadrianp7-0/+108
general idea is that the client should never know that it's not talking to the real IMAP server. The only thing that makes this a slightly unique Imap Proxy server is that it caches server connections.
2006-05-07Update to gmime 2.1.19 and drop maintainership.recht6-41/+31
Based upon the 2.1.17 update by Fredrik Carlsson in PR 32487 Changes: The usual: fixes, new features.
2006-05-07Adapt the db_err function to bdb 4.4.recht3-3/+17
Addresses PR 32739 by John Kohl. Bump PKGREVISION.
2006-05-06Sylpheed-Claws is no longer "regularly synchronised withreed1-2/+3
the main Sylpheed branch". Improve this description. (Okayed by maintainer.)
2006-05-06Update to 3.6.5 (provided by Unex in PR pkg/33427):xtraeme5-26/+42
RELEASE 3.6.5-STABLE MAINT: PgSQL SQL tuning MAINT: WebUI aesthetic and functional fixes MAINT: Added --disable-syslog and --with-logfile= configuration flags MAINT: Added -t flag for dspam_stats to total stats MAINT: Markov result used as X-DSPAM-Confidence when Markov used MAINT: Support for separate read/write servers to be used with mysql_drv BUGFIX: Spam are quarantined when --deliver=summary BUGFIX: Admin graphs malformatted when subject contains newline character BUGFIX: WebUI does not use MAX_COL_LEN BUGFIX: Output for dspam_admin aggr pref incorrect BUGFIX: Flat-file preference writes fail on some systems BUGFIX: Failure to connect to ClamAV causes segmentation fault BUGFIX: NULL username in system causes segmentation fault BUGFIX: ClamAV processing and cleanup issues BUGFIX: Fragment files overwritten on retrain BUGFIX: Miscellaneous invalid read / segmentation fault bugs BUGFIX: If TrainingMode not specified in dspam.conf or passed in, segmentation fault BUGFIX: No output returned when using --deliver=summary with dspamc RELEASE 3.6.4-STABLE DOC: Documented user preferences in README MAINT: Added dspam_train tool, replacing most functions of dspam_corpus MAINT: Code cleanup and performance improvements MAINT: Significant improvements in accuracy, specifically reduced false pos. MAINT: Removed experimental neural collaboration functions MAINT: Added ClassAlias configuration directive to dspam.conf MAINT: Added undo option for retraining via WebUI MAINT: Added storeFragments support to WebUI MAINT: Added mass-retraining support to WebUI BUGFIX: DSPAM segfaults when invalid UID specified using UIDInSignature BUGFIX: No output when using --classify with --client BUGFIX: dspam_corpus overrides default dspam.conf settings BUGFIX: Multi-driver builds fail when preferences-extension is not supported
2006-05-05Updated ja-squirrelmail to 1.4.6nb1martti4-6/+44
* sync with squirrelmail-1.4.6nb1
2006-05-05Update poppassd package to 4.0.9.taca2-6/+5
Nothing changes but use qpopper 4.0.9 distribution.
2006-05-05Update qpopper package to 4.0.9.taca3-8/+7
Changes from 4.0.8 to 4.0.9: ----------------------------- 1. Fix crash if too many MDEF commands entered.
2006-05-05Update ja-squirrelmail package to 1.4.6 after talking with martti@.taca10-151/+19
Prior to this release, there are security vulnerability the same as squirrelmail 1.4.5. This update made with temporary Japanese patch based on the patch for 1.4.5.
2006-05-02Don't run qpopauth -init -safe during installation, it destroys thejoerg4-8/+13
symmetry between installation from source and from binary package. Annoate MESSAGE accordingly, so that those using apop can do it themselves. Bump revision
2006-05-02Update mail/p5-MIME-Types to 1.16. Changes from version 1.15 include:jlam2-7/+6
* application/smil is 8bit * application/x-javascript becomes application/javascript. * New MIME type: application/ecmascript
2006-05-01Note conflicts with postfix, qmail, and sendmail.jlam1-1/+3
2006-05-01Conflict with courier-mta.jlam5-9/+10
2006-04-30Add share/doc/mutt/samples after share/examples/mutt and removejoerg1-3/+3
the @exec/@unexec hack. This is still nasty, but easier than fighting pkg_install. Leave a comment around to not resort this. tron@: *sigh*
2006-04-30Add filterctl.8. Bump revision.joerg2-2/+4
2006-04-30No seteuid needed on DragonFly. Link correctly with pthread.joerg3-4/+18
2006-04-30expr is only needed as a tool if QMAIL_QUEUE_EXTRA is defined. Noschmonz1-2/+3
functional change.
2006-04-30Update to 0.88.2:xtraeme2-6/+6
This release improves virus detection, fixes zip handling on 64-bit architectures and possible security problem in freshclam.
2006-04-29Move the primary MASTER_SITES to http://ftp.horde.org/pub/ and moveadrianp3-7/+9
ftp://ftp.horde.org/pub/ to a backup
2006-04-29Remove qmail-users.wiz1-2/+1
2006-04-29New functionality in bsd.pkginstall.mk lets qmail create its ownschmonz3-41/+0
users and groups in time for the "configure" phase. Retire this package.