summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2004-07-17Do the bind9 version dependency the buildlink3 way.markd1-2/+2
2004-07-17As an "overwrite" package, install mbox.5 as mutt-mbox.5 to avoidschmonz4-12/+18
conflicting with qmail's mbox.5 in an upcoming update. As a "pkgviews" package, install with the original filename and let the sysadmin decide which mbox.5 should be in which view. Bump PKGREVISION. OK'd by tron. While I'm here, move BUILD_USES_MSGFMT up a bit to placate pkglint.
2004-07-16This package defines its own log() that disagrees with gcc's builtin.schmonz1-1/+7
Add -fno-builtin-log to CFLAGS if compiling with gcc.
2004-07-15Print warnings to stderr, not stdout. This matches rc.subr behaviour.jlam4-8/+8
2004-07-15Make this look more like sqwebmail's rc.d script so that "status" returnsjlam1-29/+25
something meaningful, even if it can only be run by root.
2004-07-15Fix error in sharedindexupdate script where @DATADIR@ wasn't beingjlam1-1/+3
substituted with any value.
2004-07-14The HTML documentation has been moved to ${PREFIX}/share/doc/courier.jlam4-10/+17
2004-07-14Move addition of "liblog" to WRKSRC_SUBDIRS from Makefile tojlam2-4/+3
Makefile.authdaemond so that courier-auth* module packages will patch correctly.
2004-07-14Remove PKGREVISION after latest update to version 0.45.6.jlam2-4/+2
2004-07-14courier-maildirmake has been renamed to courier-maildir. Handle newjlam1-2/+3
dependency and bump PKGREVISION as a result. XXX This package should really be changed to build from the latest XXX courier distribution, much like courier-auth. This package in its XXX current form hasn't been updated in years, while the core courier XXX package notes bug fixes and feature additions to the maildrop code XXX during that time.
2004-07-14courier-maildirmake has been renamed to courier-maildir.jlam1-2/+2
2004-07-14Update mail/sqwebmail to 4.0.5 (based on the courier-0.45.6 distribution).jlam12-229/+148
Changes from version 3.6.2 include: * Honor ${VARBASE}. * Remove pcpd and sqwebmaild rc.d scripts and replace them with a single sqwebmail rc.d script that calls the Courier-provided control script to start/stop the SqWebMail service daemons. * Use sysconftool from courier-auth to merge config files. * Move HTML documentation into ${PREFIX}/share/doc after discussion with wiz. * Support for the ACL IMAP extension. * Improve support for MIME encodings. * Fixes buffer overflow vulnerability (PR 25774): http://www.securityfocus.com/bid/9845 http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0224
2004-07-14Update mail/courier-imap to 3.0.5 (based on the courier-0.45.6jlam17-86/+194
distribution). Changes from version 2.2.1 include: * Honor ${VARBASE}. * courierlogger(1) has been moved to mail/courier-auth. * Use the sysconftool from courier-auth to merge config files. * The courier* rc.d scripts now check that authdaemond is also set to "YES" to ensure that authdaemond is running before the courier-imap daemons are started. * Support for the ACL IMAP extension (RFC 2086 as well as the 2nd draft revision of the ACL specification) via shared maildirs. * Bug fixes and improvements to MIME encoding. * Fixes buffer overflow vulnerability (PR 25774): http://www.securityfocus.com/bid/9845 http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0224
2004-07-14Update mail/courier-auth to 0.45.6. Changes from version 0.44.2 include:jlam14-57/+134
* Honor ${VARBASE}. * Rename "authdaemon.sysconftool" to "sysconftool" for use by other Courier mail packages. * authvchkpw explicitly disabled -- it's not officially supported within courier, and there's a workaround by using vchkpw2userdb(8). This closes pkg/19365. * courierlogger(1) moved from mail/courier-imap into this package. * Support a new setting DEBUG_LOGIN in authdaemonrc to allow easier debugging of the authentication process. * Added documentation on how to debug the authentication process in ${PREFIX}/share/doc/courier. * makedat: Skip subdirectories named "CVS". Allows all directory-based lists (makesmtpaccess, etc...) to be managed via CVS.
2004-07-14Remove mail/courier-maildirmake. This package will be reimported asjlam6-128/+0
"mail/courier-maildir" and will contain the various Courier utilities used to manipulate maildirs for the Courier mail packages.
2004-07-14Re-add "courier-maildirmake" as "courier-maildir" and update to utilitiesjlam8-0/+189
from courier-0.45.6. Changes from version 0.44.2 include: * Renamed maildir* programs and manpages to be courier-maildir* to avoid conflicts with other maildir packages (notably, qmail). * New utilities to handle maildirs with ACLs to support ACL IMAP in courier-imap and sqwebmail. * Added scripts to build indices of shared maildirs on the system for courier-imap and sqwebmail.
2004-07-14Update mail/dovecot to 0.99.10.7xtraeme2-10/+10
v0.99.10.7 2004-07-14 Timo Sirainen <tss@iki.fi> + Added outlook-pop3-no-nuls workaround to fix Outlook hang in mails with NULs. + Config file lines can now contain quoted strings ("value ") - If client didn't finish downloading a single mail in 30 seconds, Dovecot closed the connection. This was supposed to work so that if client hasn't read data at all in 30 seconds, it's disconnected. - Maildir: LIST now doesn't skip symlinks
2004-07-14Update php4 to 4.3.8.jdolecek1-3/+3
This is security fix release, fixing several important security issues. From the ChangeLog: * Fixed strip_tags() to correctly handle '\0' characters. * Improved stability during startup when memory_limit is used. * Replace alloca() with emalloc() for better stack protection. * Added missing safe_mode checks inside ftok and itpc. * Fixed bug #28963 Fixed address allocation routine in IMAP extension. * Fixed bug #28632 Prevent open_basedir bypass via MySQL's LOAD DATA LOCAL. Note: package update also includes extra patches from PHP CVS not present in stock PHP 4.3.8 release - compilation fix for mssql extension and Zend engine memory-use-after-free fix.
2004-07-13s/with/enable/ to fix build when QPOPPER_USER != popmarkd1-2/+2
2004-07-13Fix build on recent NetBSD-current (statvfs).markd2-5/+29
Patch from Julian C. Dunn in PR 25481 slightly modified by me.
2004-07-10Add NetBSD to platforms setting -fno-operator-names (should this checkwiz1-3/+3
if the compiler is gcc instead?). Set USE_LANGUAGES instead of USE_GCC_SHLIB. Compiles on 2.0 now.
2004-07-10use BUILDLINK_{CPPFLAGS,LDFLAGS,LIBS}.bdb. makes this build on Linuxgrant1-12/+5
again with various db implementations.
2004-07-09depend on groff and use ${TBL} for tbl,drochner1-2/+3
fixes PR pkg/23010 by Jeremy C. Reed
2004-07-08Added libetpan-0.32.xtraeme1-1/+2
2004-07-08Initial import of libetpan-0.32 from pkgsrc-wip, contributed byxtraeme5-0/+163
<dwaszy at arhea.pl>. The purpose of this mail library is to provide a portable, efficient middleware for different kinds of mail access. When using the drivers interface, the interface is the same for all kinds of mail access, remote and local mailboxes. Current implemented drivers are mbox, MH, maildir, POP3, IMAP4rev1 and NNTP.
2004-07-08Conflict with exim-exiscan.reed1-1/+3
2004-07-07When patching to not install the mbox(5) man page, also don'tschmonz4-10/+10
install maildir(5). This will avoid a conflict with an upcoming qmail update. This maildir(5) appears at a glance to be a copy of qmail's anyhow. OK'd by martin@. Bump PKGREVISION.
2004-07-07Update to 2.511. From the changelog:schmonz2-9/+9
* Typo bug with emails.
2004-07-07Spaces to tabs (no functional change).schmonz1-4/+4
2004-07-07Fix a typo: It's user:group and not group:user.recht1-2/+3
bump PKGREVISION to 1.
2004-07-07Set BDB_ACCEPTED to "native db3 db2"; tested to compile against db1 and db3.wiz1-5/+18
Does not compile against db4. Pass down necessary -L/-Wl,-R/-I for all supported versions.
2004-07-07Not only set -Wl,-R, but also -L (for db library path).wiz1-4/+4
2004-07-06Convert to bl3.wiz1-8/+11
2004-07-06bl2 -> bl3 in a comment.wiz1-2/+2
2004-07-06Update php4 package to 4.3.7.jdolecek2-5/+5
Change list from release notes: * Synchronized bundled GD library with GD 2.0.23. * Fixed a bug that prevented compilation of GD extensions against FreeType 2.1.0-2.1.2. * Fixed thread safety issue with informix connection id. * Fixed incorrect resolving of relative paths by glob() in windows. * Fixed mapping of Greek letters to html entities. * Fixed a bug that caused an on shutdown crash when using PHP with Apache 2.0.49. * Fixed a number of crashes inside pgsql, cpdf and gd extensions. All in all this release fixes over 30 bugs that have been discovered and resolved since the 4.3.6 release.
2004-07-06Added elmo-1.2.0.xtraeme1-1/+2
2004-07-06Initial import of elmo-1.2.0 from pkgsrc-wip.xtraeme4-0/+47
Elmo the ELectronic Mail Operator is a feature-rich, highly configurable and fast console mail client. It features SMTP and POP3 support, a Bayesian mail filter, an address book, threaded mail display and Maildir, MIME, GnuPG, SSL & UTF8 support.
2004-07-06Update thunderbird-gtk2 to 0.7.1taya2-2/+6
From the article from mozillazine.org: mozilla.org today released upgrades to both Firefox 0.9 (0.9.1) and Thunderbird 0.7 (0.7.1) to fix some minor bugs present in both releases. Both releases correct some flaws in the extension system that some users may have been experiencing, as well as a new icon set for the navigation toolbar on Windows and Linux in Firefox 0.9.1. All users of both products should get this upgrade.
2004-07-06Update thunderbird to 0.7.1taya4-8/+31
From the article from mozillazine.org: mozilla.org today released upgrades to both Firefox 0.9 (0.9.1) and Thunderbird 0.7 (0.7.1) to fix some minor bugs present in both releases. Both releases correct some flaws in the extension system that some users may have been experiencing, as well as a new icon set for the navigation toolbar on Windows and Linux in Firefox 0.9.1. All users of both products should get this upgrade.
2004-07-04update to 2.1.6recht5-92/+97
From the ChangeLog it looks like there were only bugfixes and a few minor API changes.
2004-07-04Improve documentation for CYRUS_IDLE, and give it a default value of "poll"jlam1-16/+12
to match the default value from the cyrus-imapd configure script.
2004-07-02Updated postfix-current to 2.2-20040628martti19-225/+92
* Sync with pkgsrc/mail/postfix * Get rid of canonical_classes patch * No IPv6 patch
2004-07-01bump revision after previous. suggested by wizcjep1-2/+2
2004-07-01Add freetype2. PR#24513.cjep1-1/+2
2004-06-30"r2e" distfile changed. Update checksum and patch, riding the recent update.schmonz2-8/+8
2004-06-30Update to 2.51. From the changelog for 2.5:schmonz4-29/+31
* An HTML mail option. * SMTP support. * html2text 2.0. * A gaggle of bug fixes. * A gaggle of small improvements. And for 2.51: * Fixes a crash in older versions of Python on slow feeds. pkgsrc changes: * Set the versions of rss2email.py and html2text.py in one place.
2004-06-30Patch to suppress some warning - from FreeBSDhubertf2-1/+14
2004-06-30add & enable archivemailhubertf1-1/+2
2004-06-30Import archivemail-0.6.1:hubertf4-0/+48
Tool for archiving and compressing old email in mailboxes archivemail is a tool written in Python for archiving and compressing old email in mailboxes. It can move messages older than the specified number of days to a separate mbox format mailbox that is compressed with gzip, or optionally just delete old email.
2004-06-30Use "libmilter" in base system if it is available.tron1-0/+10