summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-10-20Update to 4.2.2. From the changelog:schmonz2-5/+5
Version 4.1.5 13 September 2004 -getmail would not delete messages from the server if it was configured not to retrieve them and the delete_after directive was not in use (i.e. user normally left messages on server but occasionally wanted to force-delete them). Fixed. Thanks: Frankye Fattarelli. Version 4.2.0 18 September 2004 -SECURITY: previous versions of getmail contain a security vulnerability. A local attacker with a shell account could exploit a race condition (or a similar symlink attack) to cause getmail to create or overwrite files in a directory of the local user's choosing if the system administrator ran getmail as root and delivered messages to a maildir or mbox file under the control of the attacker, resulting in a local root exploit. Fixed in versions 4.2.0 and 3.2.5. This vulnerability is not exploitable if the administrator does not deliver mail to the maildirs/mbox files of untrusted local users, or if getmail is configured to use an external unprivileged MDA. This vulnerability is not remotely exploitable. Thanks: David Watson. My gratitude to David for his work on finding and analyzing this problem. -Now, on Unix-like systems when run as root, getmail forks a child process and drops privileges before delivering to maildirs or mbox files. getmail will absolutely refuse to deliver to such destinations as root; the uid to switch to must be configured in the getmailrc file. -revert behaviour regarding delivery to non-existent mbox files. Versions 4.0.0 through 4.1.5 would create the mbox file if it did not exist; in versions 4.2.0 and up, getmail reverts to the v.3 behaviour of refusing to do so. Version 4.2.1 8 October 2004 -set message attributes on corrupt container objects to prevent problems with destinations that expect multidrop-retrieved messages. Thanks: Harry Wearne. -move tests for existence of file from mbox destination initialization to delivery method, and change error from configuration to delivery error. Thanks: David Watson. Version 4.2.2 11 October 2004 -in child delivery processes, change real as well as effective uid/gid. Thanks: David Watson. -handle corrupted oldmail file better. Thanks: Matthias Andree.
2004-10-20Update to version 0.99.11.cube2-5/+5
v0.99.11 2004-09-04 Timo Sirainen <tss@iki.fi> + 127.* and ::1 IP addresses are treated as secured with disable_plaintext_auth = yes + auth_debug setting for extra authentication debugging + Some documentation and error message updates + Create PID file in /var/run/dovecot/master.pid + home setting is now optional in static userdb + Added mail setting to static userdb - After APPENDing to selected mailbox Dovecot didn't always notice the new mail immediately which broke some clients - THREAD and SORT commands crashed with some mails - If APPENDed mail ended with CR character, Dovecot aborted the saving - Output streams sometimes sent data duplicated and lost part of it. This could have caused various strange problems, but looks like in practise it rarely caused real problems.
2004-10-20Update ja-squirrelmail to 20041014 release (1.4.3a-ja-20041014).taca2-5/+6
Fix these bugs.. (1) A problem with displaying mails in Japanese unless they are specified charset to ISO-2022-JP in Content-Type header; - encoded with euc-JP or Shift_JIS - encoded with ISO-2022-JP but no Content-Type header (2) A problem with replying to a mail with HTML format. Bump package revision.
2004-10-20- fix a problem that poppassd(8) would hang with smbpasswd(1).taca6-29/+108
- make it work on Solaris; tested on SunOS 5.8. Bump package revision.
2004-10-20add dependency on www/curl via PKG_OPTIONS.clamav. reported by Timogrant1-2/+13
Schöler. bump PKGREVISION.
2004-10-20update hypermail to 2.1.8.grant6-31/+66
many changes since 2.1.7, mostly bug fixes and XHTML output. see the ChangeLog for full details.
2004-10-20Fix crash while shutting down Evolution. Bump PKGREVISION to 2.jmmv3-3/+17
2004-10-20take over maintainership from David Ferlier, who is no longergrant1-2/+2
maintaining this package.