summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2009-09-17Handle:reed1-2/+2
WARN: mail/Makefile:263: re-alpine should come before relay-ctrl.
2009-09-16Updating mail/p5-Net-ManageSieve from 0.06 to 0.08sno2-6/+7
pkgsrc changes: - Adding license definition Upstream changes: 0.08 Tue Aug 4 13:56:26 CEST 2009 - chg: accept ucfirst options on new() constructor for all options CPAN bug #48349 MDOM - fix: documentation bug about to pass "tls" to IO::Socket 0.07 Tue Aug 4 13:56:26 CEST 2009 - add: on_fail option for constructor CPAN bug #48286 Mario Domgoergen - fix: missing call to _set_error() when TLS fails
2009-09-16Updating mail/p5-Email-Send from 2.194 to 2.198sno2-6/+7
pkgsrc changes: - Adding license definition Upstream changes: 2.198 2009-07-12 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** fix the paths added in 2.195; thanks, ansgar from uni-heidelberg 2.197 2009-06-13 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** fix regression introduced into SMTP transport's "to" detector (thanks to John Maslanik for bug report) 2.196 2009-06-09 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** reduce reliance of tests on screw-up-able Module::Pluggable call 2.195 2009-06-07 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** add /usr/sbin/sendmail as last place to always look for sendmail add /usr/lib/sendmail as last place to always look for sendmail if $QMAIL variable for Qmail subclass is -x, use it
2009-09-16Updating mail/p5-Email-Valid from 0.181 to 0.182sno2-7/+7
Upstream changes: 0.182 2009-08-03 skip DNS tests on machines with lying DNS
2009-09-15Added mail/re-alpine version 2.01reed1-1/+2
2009-09-15Import new package: re-alpine.reed5-0/+80
Re-alpine is a fork of Alpine with a new development team. (Alpine is the official replacement for the Pine email and news client.) Re-alpine is a screen-oriented message-handling tool (i.e. a mail client) with many configurations for the novice and power user. This package currently only installs the alpine binary, excluding the pilot and pico binaries which would cause it to conflict with the pine package.
2009-09-15reset PKGREVISION for base pkg updatedrochner8-24/+8
2009-09-15update to 3.7.2drochner5-23/+14
changes: Default Cc, Bcc and Reply-To options have been added to Folder Properties. MIME parts that lack an end boundary are now handled, (even though they're INVALID!). A 'Metadata handling' option has been added to the Miscellaneous options page. The options are 'safer' or 'faster'. 'faster' is Claws' original behaviour. 'safer' prevents data loss on system crashes where the filesystem is of a 'not-so-robust' variety, e.g. xfs. If in doubt, use 'safer'. This option defaults to 'safer'. Face and X-Face previews have been added to the Custom Header Configuration dialogue in Account preferences. An option has been added to the Receive page of IMAP account preferences, "Move deleted mails to trash and expunge immediately". This option is on by default to avoid changing the existing behaviour. Turning it off prevents automatic expunging. Also, 'Tools/Expunge' and 'View/Hide deleted messages' menu items have been added to main toolbar. Support for clickable gopher:// links has been added. In the Compose window a warning dialogue is raised if attachments that have been added no longer exist on the filesystem at the time of sending. Buttons to clear header lines in the Compose window have been added. GnuTLS compatibility mode is now used, this avoids problems with servers that don't comply 100% with the spec, but still exist. tools/csv2addressbook.pl thunderbird import for version 2.0.0.21 has been added. translation updates bugfixes
2009-09-14Update msmtp package to 1.4.18 adding a patch for OpenSSL 1.0beta.taca3-7/+22
(fix PR pkg/42054.) Changes: - Update gnulib to 2009-09-07. - Use proper binary prefixes when handling sizes. - Scripts msmtpq and msmtpQ: do not hardcode IP address of www.google.com when testing connectivity. Use host name instead. Closes Debian bug #538328. - Make the option -v an alias for -d/--debug, for compatibility with other implementations of the sendmail interface. Closes Debian bug #487272. - Add find_alias_for_msmtp.sh script by Jim Lofft. - Update gnulib to 2009-08-02. - Increase SMTP_MAXCMDLEN so that it is large enough to handle the potentially very long lines generated by the GSSAPI authentication method. - Update gnulib to 2009-03-07. Remove gnulib modules fseek/fseeko/lseek because they cause errors on MinGW: files opened with "r+" cannot be written to. Provide our own fseeko instead if it does not exist; see configure.ac. - Use "netrc" as SYSNETRCFILE, not ".netrc". Reported by Jim Pryor. - Use more gnulib modules to remove more W32 workarounds from the source. - Add missing gnulib module strerror for meaningful error messages on W32.
2009-09-14Dovecot CMU Sieve plugin 1.1.7 fixes some buffer overflow vulnerabilities,ghen3-13/+13
see: http://www.dovecot.org/list/dovecot-news/2009-September/000135.html Other changes not listed.
2009-09-14Update to Dovecot 1.1.19.ghen2-6/+6
- file_set_size() was broken with OSes that didn't support posix_fallocate() (almost everyone except Linux), causing all kinds of index file errors. - ldap: Fixed hang when >128 requests were sent at once. - Fixed a crash in saving messages where message contained a CR character that wasn't followed by LF (and the CR happened to be the last character in an internal buffer). - deliver: Don't send rejects to any messages that have Auto-Submitted header. This avoids emails loops. - Message decoding fixes (mainly for IMAP SEARCH, Sieve).
2009-09-13Add two patches from upstream bug tracking that fix MH box handlingwiz3-3/+41
that was broken in 1.5.20. Tracked down by tonio@ with help from Antonio Radici. Bump PKGREVISION.
2009-09-13Include "string.h" instead of manually defining prototypes for e.g.tron2-1/+23
strcpy(3). This fixes the build under Mac OS X Snow Leopard.
2009-09-13Updating mail/p5-Mail-Mbox-MessageParser from 1.5000nb2 to 1.5002sno5-60/+12
pkgsrc changes: - Adding license definition - Adjusting dependencies - prevent bundled Module::Install from automatic installing extra deps - removed upstream applied patches Upstream changes: Version 1.5002: Sun Aug 9 2009 - Disabled the grep interface, which has had some tricky bugs that I don't have time to figure out. - Fixed infinite loop that occurred for emails of less than 200 characters. (Thanks to Julian Ladisch <bitcard.org-prt@ladisch.de> for the bug report.) - Updated Makefile.PL to be compatible with versions of Module::Install > 0.88. - Instead of returning an error for an empty mailbox, a valid mailbox is returned that will immediately fail the end_of_mailbox check. This should simplify people's code. (Thanks to Daniel Maher <dma@witbe.net> for a bug report that suggested this change in semantics.) - More updates for the missing "m" modifier issue exposed by Perl 5.10. (Thanks to Tom Callawa <tcallawa@redhat.com> for the bug report, and Andreas K"onig <andreas.koenig@anima.de> for the patch.) - Added some debugging information for the "cache data not validated" error. Hopefully this will help catch the bug in the act. Version 1.5001: Sun Jul 20 2008 - Added the missing "m" modifier to a number of regular expressions. A change in Perl 5.10 exposed this issue. (Thanks to Anicka Bernathova <anicka@suse.cz> for the patch.) - Fixed an off-by-one error that would sometimes cause warnings about undefined values. - Added a hack to Makefile.PL to force Module::AutoInstall to be included for Module::Install::CheckOptional. - Fixed a problem in the PREOP rewriting that would cause it to fail on Windows.
2009-09-13Since cnews and snews scripts are Ruby scripts which use sqlite3taca1-2/+8
interface, replace interpreter line and depends on ruby-sqlite3 package. Bump PKGREVISION.
2009-09-12Sync ruby-actionmailer with rails packages.minskim2-6/+6
2009-09-12Updating mail/p5-MIME-Lite from 3.024 to 3.025sno2-6/+7
pkgsrc changes: - Adding license definition Upstream changes: Version 3.025 Added back support for providing a non-default SMTP port (#21156, #48783, thanks John Bokma!).
2009-09-12Updating mail/p5-MIME-Types from 1.27 to 1.28sno2-6/+7
pkgsrc changes: - Adding license definition Upstream changes: version 1.28: Mon Sep 7 00:12:53 CEST 2009 - fix initiation when using by_mediatype(). rt.cpan.org#49111 [GENEHACK]
2009-09-12Spelling and stuff.wiz3-4/+4
2009-09-10Update cyrus-imapd to 2.2.13p1.obache3-12/+11
Changes to the Cyrus IMAP Server since 2.2.13 * Fixed CERT VU#336053 - Potential buffer overflow in Sieve.
2009-09-08Added postconf (pkg/42015)martti2-2/+4
2009-09-08Fix an abort() caused by miscalculating the size of an internal buffer.tron3-2/+22
This can crash applications using "libspf2" (e.g. "milter-greylist") in an e-mail gets delivered via SMTP over IPv6 depending on the remote machine's IPv6 address.
2009-09-07nuked sendmail813jnemeth1-2/+1
2009-09-07This is ancient, unmaintained (both upstream and in pkgsrc), doesn't buildjnemeth33-896/+0
on current NetBSD releases, and nobody said anything when I asked, so bye-bye.
2009-09-03Restore DEPENDS, it wasn't mean to be removed. Drop NO_SRC_ON_FTP, itjoerg1-4/+2
can be mirrored normally.
2009-09-03Don't pass down -I and -L without argument for X11_TYPE=modular.joerg1-3/+5
2009-09-02Update to 2.7.1:wiz2-6/+6
2.7.1 Changes: Users (or package maintainers) now have the choice between Getopt::Long and Getopt::Mixed (with the latter as the default). 2.7 Changes: Another tweak to the MS-TOFU detection has been applied. 2.6 Changes: This release has a minor TOFU detection tweak. Some typos have been fixed. It is hopefully the last release before a long overdue migration to Getopt::Long.
2009-09-01Update "milter-greylist" package to version 4.2.3. Changes since 4.2.2:tron2-6/+6
- Fix unallocated memory use for ldapcheck and urlcheck property matching - Fix off-by one bug in DATA stage filtering (Pascal Lalonde)
2009-08-31Set license to "gnu-gpl-v2".tron1-1/+2
2009-08-31Updated mail/postfix-current to 2.7.20090828martti2-7/+7
The stable release Postfix 2.6.5 addresses the defects described below (some already addressed with the not-announced Postfix 2.6.3 release). These defects are also addressed in the legacy releases that are still maintained: Postfix 2.5.9, 2.4.13 and 2.3.19. Do not use Postfix 2.6.4, 2.5.8, 2.4.12, 2.3.18, 2.7-20090807, and 2.7-20090807-nonprod. These contain a DNS workaround that causes more trouble than it prevents. It is removed until further notice. Defects fixed with Postfix 2.6.3, 2.5.9, 2.4.13 and 2.3.19: - The Postfix Milter client got out of step with a Milter application after the application sent a "quarantine" request at end-of-message time. The Milter application would still be in the end-of-message state, while Postfix would already be working on the next SMTP event, typically, QUIT or MAIL FROM. In the latter case, Milter responses for the previously-received email message would be applied towards the next MAIL FROM transaction. This problem was diagnosed with help from Alban Deniz. Defects fixed with Postfix 2.6.5, 2.5.9, 2.4.13 and 2.3.19: - The Postfix SMTP server would abort with an "unexpected lookup table" error when an SMTPD policy server was mis-configured in a particular way.
2009-08-31Updated mail/postfix to 2.6.5martti2-6/+6
The stable release Postfix 2.6.5 addresses the defects described below (some already addressed with the not-announced Postfix 2.6.3 release). These defects are also addressed in the legacy releases that are still maintained: Postfix 2.5.9, 2.4.13 and 2.3.19. Do not use Postfix 2.6.4, 2.5.8, 2.4.12, 2.3.18, 2.7-20090807, and 2.7-20090807-nonprod. These contain a DNS workaround that causes more trouble than it prevents. It is removed until further notice. Defects fixed with Postfix 2.6.3, 2.5.9, 2.4.13 and 2.3.19: - The Postfix Milter client got out of step with a Milter application after the application sent a "quarantine" request at end-of-message time. The Milter application would still be in the end-of-message state, while Postfix would already be working on the next SMTP event, typically, QUIT or MAIL FROM. In the latter case, Milter responses for the previously-received email message would be applied towards the next MAIL FROM transaction. This problem was diagnosed with help from Alban Deniz. Defects fixed with Postfix 2.6.5, 2.5.9, 2.4.13 and 2.3.19: - The Postfix SMTP server would abort with an "unexpected lookup table" error when an SMTPD policy server was mis-configured in a particular way.
2009-08-31Update to 1.2.1:wiz2-7/+6
1.2.1 28-August-2009 --------------------------------------------- - Fix item creation with RID's containing a ']'. - Fix ASAP parser not reading the entire command.
2009-08-29Convert to user-destdir.wiz1-7/+10
2009-08-27Fix build with openssl in current.wiz2-1/+24
Ok tonio@
2009-08-26bump revision because of graphics/jpeg updatesno6-6/+16
2009-08-26bump revision because of graphics/jpeg updatesno35-43/+74
2009-08-26Update "squirremail" package to version 1.4.20rc2. Changes since 1.4.19:tron3-14/+10
- Protect message deletion with security token system. (Secunia Advisory SA346) - Removed the shut down DSBL blocklists (#2796734). - Fixed broken RFC1918 reference in contrib/.htaccess and doc/.htaccess (#2798839). - Updated INSTALL doc to remove possible bad system admin typos (#2827153). - PHP 5.3 deprecates ereg functions (#2820952). - Filters plugin uses badly formatted literals request (#2805201). - Provide option for complete removal of usernames and user IP addresses from message headers, and remove personal data from Message ID seed. (#880029/847107) - Implemented page referal verification mechanism. (Secunia Advisory SA34627) - Implemented security token system. (Secunia Advisory SA34627) Approved by Martti Kuparinen.
2009-08-25Change default for zip extraction to leave files as they are.wiz2-5/+5
Previously, zip extraction by default converted to lower case. Fix some packages that need it and remove -L from some packages that manually set it.
2009-08-21Add DESTDIR support.obache1-23/+25
2009-08-20Give up maintainership of packages where I am still listed as MAINTAINER.jwise1-2/+2
2009-08-17Updated p5-GD-Graph3d dependency.sno2-4/+4
2009-08-17Added mail/p5-Email-Find version 0.10sno1-1/+2
2009-08-17Importing package for p5 module Email::Find version 0.10 as dependency forsno3-0/+35
scheduled import of www/p5-Template-Plugin-Clickable-Email. Email::Find is a module for finding a subset of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but they will be valid RFC 822 syntax. Email::Find will perform some heuristics to avoid some of the more obvious red herrings and false addresses, but there's only so much which can be done without a human.
2009-08-16Update to 2.4.8. Set LICENSE.wiz2-6/+7
* README: Bumped version * configure.in: Bumped version to 2.4.8 * build/vs2008/gmime.vcproj: Bumped version. * gmime/gmime-utils.c (charset_convert): If iconv() fails, treat conditions where outleft == 0 the same as if we had gotten an E2BIG error (e.g. we need to grow the output buffer) so that we don't overrun it while appending a '?' placeholder character. * configure.in: Simplified configuring of gmime in a cross-compilation environment. Make it possible to work-around AC_TRY_RUN limitations by copying of target system iconv-detect.h and setting ac_cv_have_iconv_detect_h=yes. * gmime/gmime-parser.c (g_mime_parser_set_header_regex): Fix non-GLib regex initialization to actually compile. * gmime/gmime-stream-fs.c (stream_read): Removed gross hack. (stream_write): Same. (g_mime_stream_fs_new): On Windows systems, set the translation mode to BINARY. (g_mime_stream_fs_new_with_bounds): Same. * gmime/gmime-stream-file.c: Same as GMimeStreamFs * gmime/gmime-stream-buffer.c (stream_seek_cache_read): Fixed a 64bit cleanlines issue. (stream_seek_cache_read): Cap the max cache size to G_MAXSIZE.
2009-08-16Update to 2.2.24. Fix MASTER_SITES. Set LICENSE.wiz2-7/+8
* README: Bumped version * configure.in: Bumped version to 2.2.24 * gmime/gmime-utils.c (charset_convert): If iconv() fails, treat conditions where outleft == 0 the same as if we had gotten an E2BIG error (e.g. we need to grow the output buffer) so that we don't overrun it while appending a '?' placeholder character. * configure.in: Simplified configuring of gmime in a cross-compilation environment. Make it possible to work-around AC_TRY_RUN limitations by copying of target system iconv-detect.h and setting ac_cv_have_iconv_detect_h=yes.
2009-08-15remove ftp.ayamura.org from master_sites. service suspended.zafer1-3/+2
2009-08-15update master sites. remove dead mirror.zafer1-3/+2
2009-08-15Add checksum for patch-ab.taca1-1/+2
2009-08-14patch-aa: set auto_update_check to default FALSE.tnn3-2/+17
(I don't appreciate software that phones home.)
2009-08-14Add UTF-8 hack for Emacs 23. Patch from Mew CVS.minskim2-1/+16