summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2008-09-07Bump PKGREVISION for db4 shlib name change (4.6 -> 4.7).wiz3-6/+6
Noted by OBATA Akio.
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz14-25/+28
name change).
2008-09-05Update to 4.0.4. From the changelog:schmonz2-6/+6
Moved the code for loading configuration files into prepare_settings() from do_spamdyke(). When the default value for the "log-target" option was being set before the configuration files were read, the syslog option could be incorrectly set, even if stderr was specified in a file. Thanks to Eric Shubert for reporting this one. Changed the configure script to detect environments where printf()/scanf() use "%ld" for 64-bit integers instead of "%lld" (CentOS 64-bit). This wouldn't be necessary if the gcc authors could grasp the idea that "long int" and "long long int" may be interchangable and not emit warnings. Thanks to kjl for reporting this one.
2008-09-05Add and enable enma.obache1-1/+2
2008-09-05Import enma-1.0.0 as mail/enma.obache7-0/+137
ENMA is a milter program for the domain authentication technologies. It authenticates sender's address with SPF and Sender ID, then labels the result onto the Authentication-Results: field. ENMA implements the following RFCs and an Internet Draft: - RFC4406 (Sender ID) - RFC4407 (PRA) - RFC4408 (SPF) - draft-kucherawy-sender-auth-header-15 (the Authentication-Results: field) ENMA is developed by IIJ. IIJ has been using several domain authentication software, though, all of them appeared unstable. ENMA is designed and implemented in order to stand large ISP's operation and is well-tested.
2008-09-04Updated mail/postfix-current to 2.6.20080903martti5-13/+19
Postfix 2.4 and later, on Linux kernel 2.6, is vulnerable to a denial of service attack by a local user. There is no breach of data confidentiality or data integrity. This problem was found by the Postfix author during routine source code maintenance. An on-line version of this announcement is available at http://www.postfix.org/announcements/20080902.html
2008-09-04Updated mail/postfix to 2.5.5martti5-12/+18
Postfix 2.4 and later, on Linux kernel 2.6, is vulnerable to a denial of service attack by a local user. There is no breach of data confidentiality or data integrity. This problem was found by the Postfix author during routine source code maintenance. An on-line version of this announcement is available at http://www.postfix.org/announcements/20080902.html
2008-09-04Updated mail/clamav to 0.94martti7-141/+29
* Lots of bug fixes I removed patch-ba and tested this on NetBSD/i386 3.1.1_PATCH and NetBSD/amd64 4.0_STABLE and everything seems to work...
2008-09-03Update to Dovecot 1.1.3. From the release announcement mail:ghen2-6/+6
This fixes several mbox problems previous v1.1 releases have had. * mail_max_userip_connections limit no longer applies to master user logins. + login_log_format_elements: Added %k to show SSL protocol/cipher information. Not included by default. + imap/pop3-proxy: If auth_verbose=yes, log proxy login failures. + deliver: Added -s parameter to autosubscribe to autocreated mailboxes. - message parser fixes - hopefully fixes an infinite looping problem - SORT: One more assert-crashfix when renumbering index sort IDs. - mbox: Saving may have truncated the mail being saved - mbox: Several other bugfixes - mail_full_filesystem_access=yes was broken when listing mailboxes (it still is with maildir++ layout). - maildirlock utility was somewhat broken - zlib plugin: bzip2 support was somewhat broken - NFS: Make sure writing to files via output streams don't assert-crash when write() returns only partial success.
2008-08-31Don't do a global s/==/=/ in the configure script; that breaks stuff.dholland11-18/+341
Patch the uses of test == instead. Fixes broken build. Also, fix interpreter handling in the installed perl script, and fix some 64-bit issues. Mark that destdir support works. PKGREVISION++
2008-08-30Also install gentxt.csherh2-3/+5
2008-08-22Add some (http) mirrors.ghen2-2/+8
2008-08-22Update thunderbird and thunderbird-gtk1 to 2.0.0.16.ghen7-34/+23
Security fixes in this version: MFSA 2008-34 Remote code execution by overflowing CSS reference counter MFSA 2008-33 Crash and remote code execution in block reflow MFSA 2008-31 Peer-trusted certs can use alt names to spoof MFSA 2008-29 Faulty .properties file results in uninitialized memory being used MFSA 2008-26 Buffer length checks in MIME processing MFSA 2008-25 Arbitrary code execution in mozIJSSubScriptLoader.loadSubScript() MFSA 2008-24 Chrome script loading from fastload file MFSA 2008-21 Crashes with evidence of memory corruption For more info, see http://www.mozilla.com/en-US/thunderbird/2.0.0.16/releasenotes/
2008-08-21Use INSTALLATION_DIRS.epg1-6/+2
2008-08-19Set MAKE_JOBS_SAFE =no.epg1-1/+3
2008-08-18Add & enable p5-Email-LocalDeliveryseb1-1/+2
2008-08-18Initial import of p5-Email-LocalDelivery version 0.217 in the NetBSDseb3-0/+28
Packages Collection. The Perl 5 module Email::LocalDelivery delivers an email to a list of mailboxes.
2008-08-18Add & enable p5-Email-Folderseb1-1/+2
2008-08-18Initial import of p5-Email-Folder version 0.854 in the NetBSDseb3-0/+27
Packages Collection. The Perl 5 module Email::Folder provides a class for reading all the messages from a folder as Email::Simple objects.
2008-08-18Add & enable p5-Email-FolderTypeseb1-1/+2
2008-08-18Initial import of p5-Email-FolderType version 0.813 in the NetBSDseb3-0/+26
Packages Collection. The Perl 5 module Email::FolderType provides a utility subroutine for detecting the type of a given mail folder
2008-08-18Updated mail/postfix-current to 2.6.20080814martti2-7/+7
20080804 Bugfix: dangling pointer in vstring_sprintf_prepend(). File: util/vstring.c. 20080814 Security: some systems have changed their link() semantics, and will hardlink a symlink, contrary to POSIX and XPG4. Sebastian Krahmer, SuSE. File: util/safe_open.c. The solution introduces the following incompatible change: when the target of mail delivery is a symlink, the parent directory of that symlink must now be writable by root only (in addition to the already existing requirement that the symlink itself is owned by root). This change will break legitimate configurations that deliver mail to a symbolic link in a directory with less restrictive permissions.
2008-08-18Updated mail/postfix to 2.5.4martti2-6/+6
20080804 Bugfix: dangling pointer in vstring_sprintf_prepend(). File: util/vstring.c. 20080814 Security: some systems have changed their link() semantics, and will hardlink a symlink, contrary to POSIX and XPG4. Sebastian Krahmer, SuSE. File: util/safe_open.c. The solution introduces the following incompatible change: when the target of mail delivery is a symlink, the parent directory of that symlink must now be writable by root only (in addition to the already existing requirement that the symlink itself is owned by root). This change will break legitimate configurations that deliver mail to a symbolic link in a directory with less restrictive permissions.
2008-08-17Update from version 1.313 to 1.315.he2-10/+10
Pkgsrc changes: o Fix MASTER_SITES o Fix up DEPENDS acocrding to updated dependencies o Change HOMEPAGE to use searc.cpan.org and standardized URL Upstream changes: 1.315 2008-07-08 http://rt.cpan.org/Public/Bug/Display.html?id=20536 improve docs, improve handling of nested multipart thanks to DROLSKY and to the guys at Best Practical 1.314 2007-10-02 bug fix: bump up prereq on Email::MIME::Modifier (fixes a scalar deref issue, reported by JESSE)
2008-08-17Update from version 1.21 to 1.22.he2-7/+10
Pkgsrc changes: o Changed MAINTAINER to pkgsrc-users@ as per communication with maintainer o Adjust dependencies to match Makefile.PL Upstream changes: 1.22 2006/09/09 18:05:00 alian - Fix rt#19656: unknown URI schemes cause rewrite to fail - Fix rt#17385: make test semi-panics - Fix rt#7841: Text-Only Encoding Ignored - Fix rt#21339: no license or copyright information provided - Fix rt#19655: include_css is far too aggressive
2008-08-17no time to maintain this unfortunatelycjep1-2/+2
2008-08-15Add MESSAGE explaining how to enable spamdyke with qmail-smtpd.schmonz1-0/+10
2008-08-15Update to 4.0.3. From the changelog:schmonz2-6/+6
This version fixes two bugs. The first is an integer argument parsing bug on some systems (FreeBSD). Thanks to Shane Bywater for reporting this one. The second is a bug parsing invalid nameserver entries in /etc/resolv.conf that prevented spamdyke from defaulting to 127.0.0.1. Thanks to slamp slamp for reporting this one.
2008-08-15Add RubyForge's project page as HOMEPAGE.taca1-1/+2
2008-08-14Update to 2.2.22:wiz2-6/+6
* configure.in: Bumped version to 2.2.22 * src/uudecode.c (uudecode): Don't base64 decode the end-tag ("====\n"). Fixes bug #542222. * COPYING: Fixed to reference LGPL v2.1 * gmime/gmime-common.h: Removed unused prototypes. * gmime/gmime-message.c (g_mime_message_add_recipient): Change 'type' argument to const char *. (g_mime_message_add_recipients_from_string): Same. * gmime/gmime-utils.h (GMIME_QP_ENCODE_LEN): Add an extra byte for \n in the case of quoted_encode_close(). Thanks to Peter Bloomfield for discovering this. * gmime/internet-address.c (decode_mailbox): Prevent reading past the end of the input string. * examples/basic-example.c: Fixed to use GMimeSignatureValidity. * gmime/gmime-multipart-encrypted.c (g_mime_multipart_encrypted_encrypt): Don't use deprecated functions. * gmime/gmime-stream.c (stream_eos): Fixed a typo. * mono/StreamWrapper.cs: Allow seeking to position 0 for GMimeStreamFilter. Thanks to Debajyoti Bera for this patch. * README: Bumped version * configure.in: Bumped version to 2.2.21 * gmime/gmime-parser.c: Check parser_step() against GMIME_PARSER_STATE_ERROR rather than -1 in case the value ever changes. (struct _GMimeParserPrivate): Changed state to be 16bit int instead of a 26bit int which apparently cannot be set to -1 on Solaris. Fixes bug #534301. (parser_step_headers): Fixed a corner-case where a read boundary fell between the \n and \t of a folded header. * README: Bumped version * configure.in: Bumped version to 2.2.20 * gmime/gmime-stream-buffer.c (stream_read): Break if g_mime_stream_read() returns 0 as well (meaning EOF, no more data to read) and don't keep looping. Fixes bug #533331. * README: Bumped version * configure.in: Bumped version to 2.2.19 * gmime/gmime-parser.c (parser_step_headers): Fix for CRLF encoded input. * gmime/gmime-parser.c (header_parse): Fixed a memory leak in the case of an invalid header.
2008-08-13Update to 4.8.3. From the changelog:schmonz2-6/+6
- Improve information sent to logfile about messages not retrieved. Thanks: Scott.
2008-08-13Enable _FFR_LDAP_NETWORK_TIMEOUTmanu2-2/+4
This feature adds a -c switch to LDAPMAP definitions, which can be used to specify a connection timeout (the equivalent of ldap.conf's bind_timeout) Here is an usage example, in sendmail.cf: O LDAPDefaultSpec=-w 3 -c 1 -l 3 If the server does not connect after 1 second (-c 1), we give up. If it does not anwer after 3 seconds (-l 3), we give up with a temporary failure. Using -c is the only way to avoid sendmail getting stuck against a half-dead slapd, where the TCP port is in listening state but the server will not serve anything.
2008-08-13Updated mail/postfix-current to 2.6.20080726martti2-8/+8
* Lots of bug fixes
2008-08-12Update to 5.427:wiz2-6/+6
5.427 2008-06-30 Dave O'Neill <dmo@roaringpenguin.com> * VERSION 5.427 RELEASED * (bugfix) fix remove_sig() on invalid multipart message (RT #11901) * (bugfix) make_singlepart() no longer creates bizzare Content-Type: headers (RT #37139) * (bugfix) process_part() no longer sets incorrect charset on empty parts (RT #35369) * (bugfix) fix runtime warnings caused by incorrect pack() string (RT #34451, bugs.debian.org #446342) * (docs) add "SEE ALSO" sections to POD docs (RT #30391) * (docs) fix documentation of MIME::Head::get() (RT #34552, bugs.debian.org #235189) * (packaging) Depend on IO::File 1.1.3, for its binmode() support (RT #34178)
2008-08-12Update to 2.04:wiz2-6/+6
version 2.04: Tue Jul 29 11:44:26 CEST 2008 Fixes: - Mail::Field::_require_dir complained on 5.10 about a closed dirhandle. rt.cpan.org#37114 [Manuel Hecht] - Bcc line removed before collecting addresses. [Jørgen Thomsen] Improvements: - add "die" to "close()" in synopsis of Mail::Send and Mail::Mailer. rt.cpan.org#36103 [Ed Avis]
2008-08-12Update to 1.4.16. This is from Leonardo Taccari via PR 39337.reed2-9/+12
Okayed by maintainer (private email to me). Adds DESTDIR support. Changes from ChangeLog: Version 1.4.16: - Changed all scripts to '#!/usr/bin/env bash' instead of '#!/bin/sh' or '#!/bin/bash', because they use bash features that are not available in POSIX /bin/sh and because bash might not live in /bin, e.g. on BSD systems. This is a quick fix for Debian bug #489635. - Accept both 250 and 251 in return of the RCPT TO command, as required by RFC 2821 sections 4.3.2 and 3.4. Reported and fixed by Matthias Bernhardt. Thanks! - Fix scripts/msmtpqueue/msmtp-runqueue.sh. An error made while applying a patch accidently broke it. Reported by Thomas Weber. Thanks! Version 1.4.15: - Added the new tls_crl_file configuration command and the corresponding --tls-crl-file option. - Added the new tls_min_dh_prime_bits configuration command and the corresponding --tls-min-dh-prime-bits option. This closes Debian bug #440344. - Added the new tls_priorities configuration command and the corresponding --tls-priorities option. - Gnulib upate to 2008-06-02. Use getpass-gnu instead of getpass module. - Add msmtpq scripts by Chris Gianniotis to the scripts directory. Suggest them as a replacement in the README of the msmtpqueue scripts. - Do not let getpass() read from stdin, because we read the mail from there. Reported by Karol Lewandowski. Thanks! - Updated the set_sendmail script by Gautam Iyer. Thanks! - Return EX_TEMPFAIL instead of EX_DATAERR in case of 4xx replies to the MAIL FROM, RCPT TO and DATA commands. Reported by Kent Vinther Friis. Thanks! Version 1.4.14: - Add support for the SMTPSERVER and EMAIL environment variables. These variables are used when no other configuration is available. Suggested by Jari Aalto. - Add the --read-envelope-from option, which extracts the envelope from address from the From: header. - Fix a typo in the man page. - Add support for Resent-* headers to the -t/--read-recipients option. Fixes Debian bug #464474, reported by Tim Abbott. - Buffer read operations also when TLS/SSL is active. Fixes performance problems with GnuTLS, reported by Dimitrios Apostolou for mpop. - Fixed a potential problem with VPATH builds. - Updated gnulib to 2008-02-26. Imported havelib module. - Always log smtpstatus and smtpmsg, even in case of success. Suggested by Bruno De Fraine. - Use locale-independent c_toupper() instead of toupper() to avoid problems with the tr_TR.UTF-8 locale. Reported by S.Çağlar Onur. Thanks! - Updated gnulib to 2008-02-15. Imported c-ctype module. - Support for the Max OS X keychain was added by Jay Soffian. Thanks a lot! - Fix network input/output timeouts for W32. Bug reported and fixed by Shoorick for mpop. Thanks!
2008-08-09Update "milter-regex" package to version 1.7. Changes since 1.6:tron3-22/+20
- Support filtering sendmail macros, like {auth_type}.
2008-08-08Note that these changes are upstream, will be in the next release.epg4-7/+13
2008-08-08- Update from 1.0.4 (Apr 2000) to 1.3 (Jun 2008) (whew!).epg44-796/+91
- many bug fixes - MM_CHARSET no longer needed; now uses iconv to decode RFC2047-encoded headers and convert to current locale. - various MIME improvements - Take maintainership (ok'd by kim@). - Replace DESCR with text from web site. - Support user-destdir. - Use --with-hash-backup instead of hacking config.h post-configure. - Drop IRIX-specific part of fmt_scan.c patch-cd, and therefore drop patch-ck and IRIX bits in Makefile. - A tmac.h conf file (wtf?) is no longer installed. - Update what's installed to share/doc/nmh. - Update PLIST for added/removed/renamed files. - Patches: - Update patch-ca and patch-cd. - Remove errno patches, upstream since XXX: patch-aa, patch-ab, patch-ad, patch-ae, patch-ag, patch-ah, patch-ai, patch-aj, patch-ak, patch-al, patch-am, patch-an patch-ao, patch-ap, patch-aq, patch-ar, patch-as, patch-at, patch-au, patch-av, patch-aw, patch-ax, patch-az, patch-ba, patch-bb, patch-bc, patch-bd, patch-be, patch-bf, patch-bg, patch-bh, patch-bi - patch-aa also had a patch for some fgetstr problem on NetBSD which no longer seems to happen. - Remove patch-cb; GCOS_HACK is referenced nowhere in nmh code (only apparently outdated docs) or in any other pkgsrc patch; HAVE_SYS_PARAM_H is already elsewhere in config.h, and sys/param.h is included in nmh.h. - Remove patch-ce (http://savannah.nongnu.org/bugs/?1393 fixed in uip/sortm.c r1.7). - Remove patch-ci (fixed in uip/show.c r1.6). - Remove patch-cj; $(etcdir)/tmac.h is gone and the folders/flists problems were fixed (differently) in 2000. - Remove patch-ck (CPPFLAGS support for the IRIX-specific part of patch-cd.
2008-08-07Update to 4.0.2. From the changelog:schmonz2-6/+6
Fixed a bug in filter_graylist() that was creating infinitely deep "_none" directories. The special-case conversion code added in 4.0.1 was not checking to see if "_none" was a file or a directory and performing the conversion every time. Thanks to Bob Alanis for reporting this one.
2008-08-05Update from version 0.20 to 0.22.he2-7/+6
Changes (hard to dig out of CPAN; there's version confusion, so this is from the source): 0.22 Sun May 18 09:10:19 EDT 2008 - removed constant CL_SCAN_PHISHING_DOMAINLIST - removed support for maxratio and maxmailrec 0.21 Mon Jan 14 14:39:43 MST 2008 - updated to work with missing defines in new libclamav-0.92
2008-08-05Fix path to wrong interpreter. Bump revision. From PR 39290.joerg1-1/+4
2008-08-02Update to 4.8.2. From the changelog:schmonz2-6/+6
- for IMAP retrievers, keep message state around for 30 days even if the corresponding message isn't seen. This allows users to have multiple rc files with different IMAP folders to retrieve from without losing their "seen" mail state for the folders they're not currently retrieving from. You no longer need to work around this with different getmail state directories. Thanks: ?.
2008-08-01Update to 0.07.2. From the changelog:schmonz3-21/+18
0.06 Mon Dec 26 18:55:12 CET 2005 - support for ezmlm-idx-5.0.0 added - fixed version check 0.07 Mon Jan 2 22:12:32 CET 2006 - new functions for text management (idx >= 5.0) - new functions for language setting (idx >= 5.0) - new functions for charset setting (idx >= 5.0) - new functions for config directory setting (idx >= 5.0) - look for ezmlm-make at run-time - requires Text::ParseWords 0.07.1 Mon Jan 23 22:30:14 CET 2006 - fix misinterpretation of empty settings 0.07.2 Tue Jun 20 01:05:56 UTC 2006 - fixed 'get_charset' and 'set_charset' for idx < 5.0
2008-07-31Add js directory which should fix PR 39253adrianp2-3/+22
PKGREVISION++
2008-07-31Add js directory which should fix PR 39253adrianp2-3/+56
PKGREVISION++
2008-07-30Update to 0.2-alpha, which is no less alpha than 0.1.1 and fixes aschmonz11-337/+408
major bug preventing the display of non-UTF8 messages. Includes a pkgsrc patch to restore PKG_SYSCONFDIR support (#1485215). From the changelog: - Added option to disable autocompletion from selected LDAP address books (#1484922) - TLS support in LDAP connections: 'use_tls' property (#1485104) - Fixed removing messages from search set after deleting them (#1485106) - imap.inc: Fixed iil_C_FetchStructureString() to handle many literal strings in response (#1484969) - Support for subfolders in default/protected folders (#1484665) - Disallowed delimiter in folder name (#1484803) - Support " and \ in folder names - Escape \ in login (#1484614) - Better HTML sanitization with the DOM-based washtml script (#1484701) - Fixed sorting of folders with non-ascii characters - Fixed Mysql DDL for default identities creation (#1485070) - In Preferences added possibility to configure 'read_when_deleted', 'mdn_requests', 'flag_for_deletion' options - Made IMAP auth type configurable (#1483825) - Fixed empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055) - Fixed attachment list on IE 6/7 (#1484807) - Fixed JavaScript in compose.html that shows cc/bcc fields if populated - Make password input fields of type password in installer (#1484886) - Don't attempt to delete cache entries if enable_caching is FALSE (#1485051) - Optimized messages sorting on servers without sort capability (#1485049) - Corrected message headers decoding when charset isn't specified and improved support for native languages (#1485050, #1485048) - Expanded LDAP configuration options to support LDAP server writes. - Installer: encode special characters in DB username/password (#1485042) - Fixed management of folders with national characters in names (#1485036, #1485001) - Fixed identities saving when using MDB2 pgsql driver (#1485032) - Fixed BCC header reset (#1484997) - Improved messages list performance - patch from Justin Heesemann - Append skin_path to images location only when it starts with '/' sign (#1484859) - Fix IMAP response in message body when message has no body (#1484964) - Fixed non-RFC dates formatting (#1484901) - Fixed typo in set_charset() (#1484991) - Decode entities when inserting HTML signature to plain text message (#1484990) - HTML editing is now working with PHP5 updates and TinyMCE v3.0.6 - Fixed signature loading on Windows (#1484545) - Added language support to HTML editing (#1484862) - Fixed remove signature when replying (#1333167) - Fixed problem with line with a space at the end (#1484916) - Fixed <!DOCTYPE> tag filtering (#1484391) - Fixed <?xml> tag filtering (#1484403) - Added sections (fieldset+label) in Settings interface - Mark as read in one action with message preview (#1484972) - Deleted redundant quota reads (#1484972) - Added options for empty trash and expunge inbox on logout (#1483863) - Removed lines wrapping when displaying message - Fixed month localization - Changed codebase to PHP5 with autoloader
2008-07-30Bring over leapsecs_read() fix to the included libtai, probablyschmonz3-2/+16
fixing maildirserial (as with mess822). Bump PKGREVISION.
2008-07-30Bring over leapsecs_read() fix to the included libtai, fixing theschmonz3-3/+16
handful of programs which read leapsecs.dat. Bump PKGREVISION.
2008-07-29Remove yatsvrs package. It's time to say good-by to yatsvrs and itstaca48-1562/+0
client WinYAT.