summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2004-11-10Update mimedefang to version 2.48markd3-10/+12
Changes in 2.48: This is a bugfix release for 2.46 and 2.47, which contained several embarrassing bugs. Changes in 2.46: This release has a mechanism for Perl slaves to report back their status to the multiplexor. This allows you to see exactly what each scanning slave is doing at a given point in time. This release also features support for the "csav" virus-scanner from Command Software, and better support for Trend Micro's command line scanner. The algorithm that reconstructs MIME messages after modification is greatly improved and avoids creating useless multipart containers with only a single sub-part. A few smaller changes fix minor bugs and tighten up security. Changes in 2.45: The multiplexor has a new "-a" option to allow non-privileged users to run a restricted set of status commands. "watch-mimedefang" has been completely revamped and gives a lot of useful information about email server load. It can monitor a remote server over an SSH tunnel. The notification facility has two new messages, indicating a busy timeout and the unexpected death of a Perl slave. There is a new set of RBL functions that perform parallel DNS lookups to reduce latency. In addition, many minor features have been added, bugs have been fixed, and documentation has been cleaned up.
2004-11-09Changes 3.2.6:adam2-6/+6
* Security fix * Workarounds for buggy browser behaviour * Support for folder names in other charsets than iso-8859-1 * Many bug-fixes
2004-11-09Do not hardcode /bin/sh.salo1-2/+2
2004-11-08PKG_OPTIONS-ize openldap support. USE_OPENLDAP is still supported throughtv1-6/+10
bsd.options.mk compatibility; "PKG_OPTIONS.pine+=ldap" is the new form.
2004-11-08Update to 3.0.1.mjl5-80/+5
This is a minor maintenance release to 3.0.0 and the old archive was no longer available on the primary sites.
2004-11-08Extra LDFLAGS for Solaris. Tested by Robert Lillack <lillack at mis.mpg.de>gavan1-1/+3
2004-11-06Add missing include of www/curl/buildlink3.mk and mk/pthread.buildlink3.mk.kristerw1-2/+4
2004-11-06Let the user enable/disable Kerberos 4 and 5 support through the new krb4jmmv1-4/+24
and krb5 options. These are disabled by default, so bump PKGREVISION to 4 because the package was previously finding and using both libraries. Also forbid the usage of krb[45] options together with ssl. This fixes a crash when using SSL, because the Mozilla NSS libraries and libcrypto (used by Kerberos) have functions with the same name. I don't know why this worked for me in the first place, but it doesn't any more.
2004-11-05now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safejdolecek1-3/+2
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS setting; successful build confirmed with both PHP 4.x and PHP 5.x
2004-11-04Use __va_copy instead of va_copy for NetBSD. This is needed on gcc 3.4kristerw2-4/+4
since the build use -ansi that in turn makes gcc 3.4 modify its pre- defined symbols in such a way that va_copy is not defined.
2004-11-04Rename .keep_me to keep_me, to avoid filenames starting with a dot.wiz2-3/+3
No change in the package.
2004-11-04Add devel/zlib/buildlink3.mk, noted by pancake in PR 27870.wiz1-1/+2
2004-11-03Update sylpheed-gtk2 to 0.9.99.20041024.minskim2-6/+6
Changes: * The new filtering system, which has many new features, has been implemented. * The handling of 'New' flags for messages has been modified. * The spool path setting can now take both file and directory. * Invalid URIs used by DnD has been fixed. * Other bugfixes have been made.
2004-11-03Fix build when ipv6 support is not enabled. Pointed out by wa1ter atjmmv2-1/+25
myrealbox.com in tech-pkg@.
2004-11-02Don't harcode default flags for freshclam, use defaults if none wasxtraeme1-2/+3
given (-c 2). Patch submitted by Koji Mori in PR pkg/27734.
2004-11-01Update mail/dspam to 3.2.1.xtraeme3-116/+5
Version 3.2.1 is a maintenance release and contains bugfixes to v3.2.0 only. BUGFIX: PGP Messages cause pop3filter to hang BUGFIX: Invalid read of free()'d memory caused by parsing multi-line headers BUGFIX: SQLite driver fails to call PRAMA specified in dspam.conf BUGFIX: MySQL generates DUPLICATE KEY errors on simultaneous inserts BUGFIX: Memory leaks in dspam_clean BUGFIX: dspam_clean crashes with SQLite driver BUGFIX: Signatures include leading whitespace when in loose match BUGFIX: Some versions of PostgreSQL don't support PQfreemem() BUGFIX: Memory mishandling in PostgreSQL driver BUGFIX: Message delimiters mangled when processing a PGP signed message BUGFIX: --with-delivery-agent configure option no longer present BUGFIX: Default log directory /var/log not writable by some installs BUGFIX: Man page installation doesn't prefix with $(DESTDIR) BUGFIX: Emails ending with http:// cause invalid memory read
2004-11-01Update mail/clamsmtp to 1.1.xtraeme2-5/+5
Changes: - Added CLIENT and SERVER variables to VirusAction script environment. - Even better logging for network errors. - Print out clamsmtp version in debug logs - Allow configuration of server keep alives (NOOPs). Default to none
2004-11-01Add pear-Mail_Mime 1.2.1 - PHP classes to create and decode mime messages.jdolecek5-1/+27
Courtesy of pkgsrc-wip.
2004-11-01Update exim to 4.43nb1abs3-2/+35
Update exim-exiscan to 4.43_28nb1 Add back patch to ensure fork() is not called with closed fd 0, 1, or 2
2004-10-31update DEPENDS for change of php4-* packages to php-*; be optimistic andjdolecek3-7/+7
leave the DEPENDS in a form which allows PHP 5.x to match, since it should work just as well
2004-10-31adjust for rename of most php4-* packages to php-*jdolecek1-2/+2
2004-10-31remove php4-* extension packages, replaced by php-* packages, which supportjdolecek2-25/+0
PHP5 too
2004-10-31extension modules must be able to override CONFIGURE_ARGS, so includejdolecek1-2/+3
lang/php/ext.mk before setting CONFIGURE_ARGS
2004-10-31new PHP extension module framework, which makes it possible to buildjdolecek2-0/+24
individual PHP extension packages with either PHP 4.x or PHP 5.x convert existing php4-* packages to this framework and import as php-*
2004-10-31move php4-imap patches into php4/patches and use USE_PHP_EXT_PATCHESjdolecek4-63/+2
2004-10-30apply patch from Koji Mori in PR pkg/27337 to fix bad fprintf()grant2-1/+33
format string.
2004-10-30The name of the configuration file has changed to clamd.conf recently, sorecht2-4/+4
change the rc.d script to look for that one. Fix suggested by Mirko Thiesen in PR pkg/27618 Bump PKGREVISION
2004-10-30whitespace policegrant1-3/+3
2004-10-30add freshclamd rc.d script from xtraeme@. bump PKGREVISION.grant3-7/+28
2004-10-30Add missing NetBSD RCSID and regen.xtraeme3-3/+7
2004-10-30s/\/var/${VARBASE}/xtraeme1-2/+2
2004-10-29Update to evolution-2.0.2nb3:jmmv3-13/+45
- Add SSL support when the 'ssl' option is set. - Use the options framework to handle ipv6 support ('ipv6' option). - Fix permissions of files copied into the user directory from the data directory under /usr/pkg (i.e., give write permissions to them). Otherwise, the sample Inbox folder is copied with mode 444 and you get multiple warnings from Evolution saying that it can't update the folder. Evolution 2.x is - at last - usable!
2004-10-29Use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,xtraeme4-10/+10
so that we'd not force dependance on specific MySQL version, and instead pick the currently installed mysql*-client (or install the default if there is no mysql-client package installed yet) this makes package buildable with arbitrary MySQL version, such as 3.23.x, 4.0.x or 4.1.x
2004-10-29use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,jdolecek3-6/+6
so that we'd not force dependance on specific MySQL version, and instead pick the currently installed mysql*-client (or install the default if there is no mysql-client package installed yet) this makes package buildable with arbitrary MySQL version, such as 3.23.x, 4.0.x or 4.1.x
2004-10-28Remove trailing whitespace.wiz1-2/+2
2004-10-28- Do a PERL_REPLACE on cgi/configure.pl.in not configure.pl.inadrianp1-5/+10
- dspam.conf can contain sensitive information such as SQL username/password accounts. So change ownership to root:dspam and mode to 0640. - The cgi template cgi/templates/nav_performance.html contains a @yourdomain.com which should be customised on install. Added an extra BUILD_DEFS called DSPAM_DOMAIN to allow users to do this. ok'ed xtraeme@
2004-10-28Update of mail/nail to 11.13. Release notes.cjep2-5/+5
[11.13] released 10/27/04 * Backslashes outside a quoted command argument are now handled properly. * For junk mail detection, the characters '_', '#', '&', and '%' are now considered as word constituents. Also the '/' character is kept if it occurs between digits, and the ';' character if a '&' was previously encountered within the same word. * For junk mail detection, fields of MIME part headers are now handled like fields of the main header. * For junk mail detection, most HTML tags are now ignored, similar to the proposal in Paul Graham's 'Better Bayesian Filtering'. Also, the top and bottom probabilities are now adjusted to the number of messages used for building the database. * When the junk mail database is updated, it is now truncated beyond the last byte just written. Previously, stale data could have remained after this point, which was no problem for nail itself, but could make zcat(1) fail on the file. * In the junk mail database, hashes of 56 bits are now used to represent words. A side-effect is that it is possible to test for occurences of given words with a higher certainty. * To take advantage of the changes to the junk mail recognition method, you have to delete your junk mail database and have to create it again. * The new 'probability' command prints the junk statistics for given words. * The 'answered', 'classify, 'draft', 'flag', 'good', 'junk', 'undraft', 'unflag', and 'unkill' command now make their argument the current message. This is now also done by the 'score' command unless the new score of the message is negative. * Very old versions of OpenSSL are now detected by the configuration script. OpenSSL code will not be included if the version is too old (Bugreport by Thomas Voegtle).
2004-10-28Remove useless command that breaks on read-only pkgsrc trees. I wondercube1-2/+1
what was the point of this in the first place... Closes PR#27529.
2004-10-28Permissions for ${DSPAM_HOME} should be 0775 not 0770 (needed to usextraeme2-5/+5
the CGI frontend), regen distinfo for patch-ab missed in previous.
2004-10-28upgrade to 20041025. hide sender ID fields (as discussed in MARID IETF wg)itojun2-7/+6
2004-10-27Add missing OWN_DIRS_PERMS for DSPAM_LOGDIR.xtraeme1-1/+2
2004-10-27Apply patch from dspam CVS to fix some errors when using MySQL-4.1.x.xtraeme3-2/+113
Bump PKGREVISION.
2004-10-26Update to 0.92.8.snj3-15/+14
Changes: * Portability fixes * Documentation fixes * '-M' allows processing 1 msg-count file with multiple messages. Otherwise allow multiple msg-count files with 1 message in each. * Allow only one of '-d' and '-D' options for bogotune. * Remove check for bogohome since it breaks "bogotune -D". * Ignore 'X-Bogosity' lines in mime attachments. * Bogotune now warns when using '-E' to suppress ESF checking and non 1.0 esf values are read from the config file. * Limit bogotune's scanning to rx values between 0.4 and 0.6. * Fix a potential crash on malformatted input (writing a NUL byte to the wrong place) in the RFC-2047 decoder. Reported by Clint Adams. * bogofilter will now properly exit with code 3 when encountering write errors in pass-through mode. It would use the wrong code, 2, since the introduction of the "unsure" exit code. * Properly flush existing data before changing I/O buffer size. Fixes t.bogodir failure seen, for instance, on Solaris, particularly with -D and redirected output.
2004-10-25Enable the patch for crammd5, which was disabled in the last updatextraeme2-5/+5
to 0.99.11.
2004-10-25Update mail/clamsmtp to 1.0.xtraeme2-5/+5
Changes: - Removed user option from startup script (use User config option) - Don't send lines that are too long to syslog [Ben Mesman] - Stable release
2004-10-22Use unsetenv(3) instead of putenv(3) to clear the 'TZ' variable from thejmmv5-3/+49
environment (affects the libical library). The later does not really remove it under NetBSD (only leaves it blank), thus making programs get the wrong timezone (always UTC). This problem exposes, for example, in the GNOME Clock applet. The time is fine until you open the calendar (clicking on the applet). After that, the clock is converted to UTC and there is no way to reverse it, other than killing the running process (i.e., starting over with a clean environment). Bump PKGREVISION to 2.
2004-10-22Update of mail/nail to 11.12.cjep2-5/+5
Changes from 11.11 include: * Blank characters between MIME encoded words in header fields are now discarded for display purposes as demanded by RFC 2047. * Unless the 'fullnames' variable was set, nail did not generate 'To' header fields when replying to messages since version 11.5 (Bugreport by Bob Tennent). * An internal problem in the token scanning for junk mail detection has been fixed; the end of the mail header was not always correctly determined. * Special characters in IMAP or POP3 account strings like 'imap://user@host' can now be escaped using URL notation, e.g. 'foo%2Fbar' for 'foo/bar'. It was previously not possible to use these characters. This is a slightly incompatible change as the '%' character must now also be escaped, as '%25'. (Bugreport by Thomas Wolff.) * The system mailbox is now locked using fcntl(2) for reading too (Problem reported by Thomas Wolff). * When new mail arrives in an IMAP mailbox, the current message is now properly advanced by the 'next' command if it has been printed before. * If neither the host name nor the user's email address can be determined, no Message-ID fields are generated. * The empty string is now accepted as a message subject for sending.
2004-10-22Update to 2.61, and obey USE_INET6. Change highlights:tv3-15/+22
* Fixed two format string vulnerabilities (die() and log_event()) (Closes: #243945) * Segfaults when trying to send mail with authenticated smtp (Closes: #261975) * Make address rewriting possible to disable (Closes: #146238) * Add AuthUser, AuthPass, AuthMethod to configuration file (Closes: #249905) * Logic to choose cram-md5 authentication is backwards (Closes: #249907) * SSMTP builds with MD5 support but during the exchange it segfaults (Closes: #249203) * The source compilaton fails if ./configure --enable-logfile is selected (Closes: #242905) * SSL/TLS support cannot handle STARTTLS (Closes: #244666) * Creates bad date headers on some systems (Closes: #230864) * Fix 'MAIL FROM' problems with cron and the like setting bad 'From:' address when FromLineOverride=YES is set (Closes: #205513) * Update version string in ssmtp.c (Closes: #198763) * Work around missing spaces in headers (Closes: #192445)
2004-10-22Update mail/dspam to 3.2.0 (latest stable version).xtraeme5-144/+135
Version 3.2 adds many significant enhancements, these include the introduction of a dspam.conf master configuration, an aesthetically redesigned web interface, support for SQLite, support for Windows, and and many other enhancements. More information: http://www.nuclearelephant.com/projects/dspam/text/RELEASE-3.2.0.txt pkgsrc changes: * Default storage driver has been changed to SQLite, to sync with dspam's defaults. * Deprecated options has been removed totally, now you'll have to specify them via PKG_OPTIONS.dspam=foo bar baz.
2004-10-21Update mail/sylpheed-gtk2 to 0.9.12.20040918, this is a bugfix release.xtraeme2-24/+26
While I'm here, convert to use bsd.options.mk.