summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2006-11-07Updated mail/postfix-current to 2.4-20061019martti2-6/+6
20061017 Cleanup: removed spurious warning when the cleanup server attempts to bounce mail with soft_bounce=yes. Problem reported by Ralf Hildebrandt. File: cleanup/cleanup_bounce.c. Bugfix: null pointer bug when receiving a non-protocol response on a cached SMTP/LMTP connection. Report by Brian Kantor. Fix by Victor Duchovni. File: smtp/smtp_reuse.c.
2006-11-07Updated mail/postfix to 2.3.4martti4-36/+19
Postfix 2.3 Patch 04 fixes minor problems as detailed in the change history below. The patch as well as complete source code tarballs were uploaded last week to the mirrors listed at http://www.postfix.org/ 20060831 Bugfix (introduced with initial implementation): missing "dict_errno = 0" caused mis-leading error messages after non-error lookup failure. Victor Duchovni. File: util/dict_cidr.c. Robustness: the default TLS cipher lists were changed from !foo:ALL into ALL:!foo. Victor Duchovni. Files: global/mail_params.h and documentation. 20060902 Bugfix (introduced Postfix 2.3): the LMTP client stripped "inet": from the next-hop destination, but still used the complete next-hop from the delivery request. File: smtp/smtp_connect.c. 20060903 Cleanup: record loop detection. File: global/record.c. 20060929 Workaround: AIX 5.[1-3] getaddrinfo() creates socket address structures with a non-zero port value. This breaks the smtp_bind_address etc. features, and breaks inet_interfaces settings with only one IP address. Problem reported by Hamish Marson. Files: util/sock_addr.[hc], util/myaddrinfo.c. Bugfix (introduced with the Postfix TLS patch): memory leak in verify_extract_peer(). The OpenSSL documentation provides no information on how subjectAltNames are managed. Sam Rushing, ironport. File: tls/tls_client.c. Bugfix (introduced with Postfix 2.2): smtp_generic_maps turned on MIME conversion. File: smtp/smtp_proto.c. Workaround: don't send SIZE information in the MAIL FROM command when message content will be subject to 8bit -> quoted-printable conversion. File: smtp/smtp_proto.c. 20061002 Compatibility: Sendmail now invokes the Milter connect action with the verified hostname instead of the name obtained with PTR lookup. File: smtpd/smtpd.c. 20061004 Cleanup: force space between mailq queueid+status and file size items. File: showq/showq.c. 20061015 Cleanup: convert the Milter {mail_addr} and {rcpt_addr} macro values to external form. File: smtpd/smtpd_milter.c. Cleanup: the Milter {mail_addr} and {rcpt_addr} macros are now available with non-SMTP mail. File: cleanup/cleanup_milter.c. Cleanup: convert addresses in Milter recipient add/delete requests to internal form. File: cleanup/cleanup_milter.c. Cleanup: with non-SMTP mail, convert addresses in simulated MAIL FROM and RCPT TO events to external form. File: cleanup/cleanup_milter.c. 20061017 Cleanup: removed spurious warning when the cleanup server attempts to bounce mail with soft_bounce=yes. Problem reported by Ralf Hildebrandt. File: cleanup/cleanup_bounce.c. Bugfix: null pointer bug when receiving a non-protocol response on a cached SMTP/LMTP connection. Report by Brian Kantor. Fix by Victor Duchovni. File: smtp/smtp_reuse.c.
2006-11-05DESTDIR support.joerg3-19/+23
2006-11-05Update to dovecot 1.0rc12. 1.0rc11 didn't compile on FreeBSD and OpenBSD.ghen2-6/+6
From the release announcement mail: Since rc11 has problems compiling with BSDs, here's a new release. Just two changes: - rc11 didn't compile with some compilers - default_mail_env fallbacking was broken with --exec-mail
2006-11-04Update to dovecot-1.0rc11. From the release announcement mail:ghen3-10/+10
Hopefully the last RC release? As far as I know there are no major problems left now. If nothing big shows up, v1.0 should be out in a couple of weeks. * Renamed default_mail_env to mail_location. default_mail_env still works for backwards compatibility. * deliver: When sending rejects, don't include Content-Type in the rejected mail's headers. * LDAP changes: * If auth binds are used, bind back to the default dn before doing a search. Otherwise it could fail if a user gave an invalid password. * Initial binding at connect is now done asynchronously. * Use pass_attrs even with auth_bind=yes since it may contain useful non-password fields. + passdb checkpassword: Give TCPLOCALIP and TCPREMOTEIP and PROTO=TCP environments to the checkpassword binary so we're UCSPI (and vchkpw) compatible. - mbox handling was a bit broken in rc10 - Using Dovecot via inetd kept crashing dovecot master - deliver: Don't crash with -f "". Changed the default from envelope to be "MAILER-DAEMON". - INBOX wasn't shown with LSUB command if only prefixed namespaces were used. - passdb ldap: Reconnecting to LDAP server wasn't working with auth binds. - passdb sql: Non-plaintext authentication didn't work - MySQL passdb ignored all non-password checks, such as allow_nets - trash plugin was broken
2006-11-03DESTDIR support.joerg1-16/+18
2006-11-03Make sure that a temporary has been opened with proper permissions.tonio3-2/+33
Fixes the security problem reported in CVE-2006-5298. Patch from tron@ for the mail/mutt package
2006-11-03Update p5-Mail-ListDetector to 0.34.obache2-8/+6
Patch provided by Martin Wilke via PR 34365. NOTE: p5-Test-Simple-[0-9]* already in perl base package, so delete dependency. Changes: 0.32 30 Oct 2005 - Add patch from Peter Oliver for some mailman lists 0.34 08 Apr 2006 - Add patch for bare debug issue reported by Chip Salzenberg <chip@synthian.ath.cx>
2006-11-03Fix problem that even if select gssapi option, configure detect butobache2-6/+19
isn't enabled. Reported by Jukka Salmi by PR 34917.
2006-11-02Don't mess with the share/doc/mutt/samples link in thejoerg3-17/+2
INSTALL/DEINSTALL scripts. Bump revision.
2006-11-01Make sure that a temporary has been opened with proper permissions.tron3-2/+33
That fixes the security problem reported in CVE-2006-5298.
2006-10-29Update to 2.3.0beta3:xtraeme2-6/+6
* 2.3.0beta3 (development) * The vertical padding of the folder view was reduced. * The change between folders became faster at GTK+ 2.10.x. * The bug that the window was kept hidden from taskbar on popup with another process when the window was minimized to tray was fixed. * The text insertion by the action was fixed again. * The height of the statusbar was adjusted. * The padding of the folder view was reduced.
2006-10-29Update to 1.1.1adrianp3-7/+15
Major changes compared to the Ingo H3 (1.1.1) version are: * SECURITY: Escape folder names in procmail rules to prevent local code execution. * Added parameter to enable or disable TLS in timsieved driver. * Small bug fixes and improvements. * New translations: Catalan, Slovenian. * Updated translations: Brazilian Portuguese, Dutch, German, Italian, Spanish, Traditional Chinese. The full list of changes (from version H3 (1.1.1)) can be viewed here: http://cvs.horde.org/diff.php/ingo/docs/CHANGES?r1=1.55.2.49&r2=1.55.2.59&ty=h
2006-10-28added support for IRIX 5schwarz3-7/+20
2006-10-27Update to 1.8:xtraeme2-6/+6
- Fix dumb bug with 'Action' config line - Added support for setting the REMOTE variable when an XFORWARD command is seen.
2006-10-27Update "milter-greylist" package to version 3.0rc6.tron2-6/+6
Changes since version 3.0rc5: - Check for -lc_r before others, for FreeBSD (AIDA Shinra) - Fix configure for libspf2 (AIDA Shinra) - Fix FreeBSD build (AIDA Shinra) - Avoid buffer overflow in DNSRBL code (AIDA Shinra) - Fix build problem with newer BerkeleyDB (AIDA Shinra) - Check if -lbind requires -lpthread, for Linux
2006-10-26Update p5-Email-Abstract to 2.131.obache2-7/+6
Changes: 2.131 2006-08-22 - pod tests 2.13 2006-07-24 - test for and permit passing Email::Abstract objects to Email::Abstract class methods 2.12 2006-07-24 - don't use MIME::Entity in test if it's not available 2.11 2006-07-22 - better test planning 2.10 2006-07-21 - add a new method to create wrapper objects - handle subclasses /properly/ (correct ISA order) - improved tests and test coverage - miscellaneous refactoring - update PEP URL - update documentation
2006-10-26Update p5-Email-Valid to 0.176.obache2-7/+6
Patch provided by Martin Wilke via PR 34374. Changes: 0.176 Thu Jul 27 2006 further improve DNS stuff: try to make Net::DNS a prereq if we think we'll need it later 0.175 Sat Jun 24 2006 attempt to improve nslookup-location on Cygwin 0.174 Fri Jun 17 2006 added module required on Win32 (IO::CaptureOutput) to Makefile.PL 0.173 Fri Jun 17 2006 update test to require same min. version of TLD.pm as code 0.172 Sat Jun 10 2006 add pod tests 0.171 Sat Jun 10 2006 fixed a problem with the test plan 0.170 Thu Jun 8 2006 fix details on failures for mxcheck and tldcheck don't screw up addresses beginning with a dash try to work on win32 where forking open is busted (thanks Smylers) improve tests 0.16 Fri Jun 2 2006 maintainership assumed by RJBS work with current, broken Net::Domain::TLD improve tests
2006-10-26Update p5-Email-Simple to 1.995.obache2-7/+6
Changes: 1.995 2006-10-19 - tentative refactoring of headers 1.992 2006-10-05 - fix a number of bugs when setting multiple headers, which would often refuse to set more values than were currently present - added a test for prepending (rather than appending) headers; while E::S does not yet support this, the header behavior will be easier to replace in future versions, and this is a forward-looking test 1.990 2006-09-05 - ->header('foo') returns false if there is no foo header (formerly '') - croak if an undef value is passed to new() 1.980 2006-08-17 - fix _fold() to add a missing line ending [RT #20764] (Brian Cassidy) 1.970 2006-08-17 - bring ->headers method into Email::Simple - ->header_names and ->header_pairs 1.96 2006-07-28 - output headers in predictable order - give tests more meaningful names - improved test coverage 1.95 2006-07-21 - update PEP url - reorganize dist 1.94 2006-07-03 - Fix folding of long headers with \r as line ending (thanks Adam Worrall) - add tests for message with no body
2006-10-26Since 2.2.13, authorization module is selected at run-time,obache1-4/+1
so remove from configure argments. Suggested by Jukka Salmi via PR 34916.
2006-10-25Imported avenger.rillig6-0/+111
Mail Avenger is a highly-configurable, MTA-independent SMTP server daemon. It lets users run messages through filters like ClamAV and SpamAssassin during SMTP transactions, so the server can reject mail before assuming responsibility for its delivery. Other unique features include TCP SYN fingerprint and network route recording, verification of sender addresses through SMTP callbacks, SPF (sender policy framework) as a general policy language, qmail-style control over both SMTP-level behavior and local delivery of extension addresses, mail-bomb protection, integration with kernel firewalls, and more.
2006-10-24Remove the Ghostscript viewer plugin for Sylpheed-Claws. The author hascube5-49/+1
stopped working on Sylpheed-Claws and the plugin can't work with GTK+ 2 and glib 2.
2006-10-24Remove the image-viewer plugin for sylpheed-claws. It's not neededcube3-20/+1
anymore.
2006-10-23Update pear-Mail_Mime to 1.3.1.jdolecek2-6/+6
1.3.1: o bug fix release 1.3.0 o First (stable) release in over 2.5 years (!) o MANY bugfixes (see the bugtracker) o added a few tests o one small fix after RC1 (bug #3940) Update provided in PR pkg/34644 by Martin Wilke
2006-10-23thunderbird's ldap doesn't work talking to an ipv4 ldap server ifmarkd4-5/+42
talking to ipv4 addresses using ipv6 addresses isn't allowed, which is the default on NetBSD. Patch to use a v4 socket when talking to an ipv4 ldap server. Fixes my PR 33511. seamonkey/firefox/sunbird have the same code so make the same patch. OKed ghen. Bump PKGREVISION.
2006-10-23Build the default set of extensions in thunderbird{,-gtk1}. Allowsmarkd5-7/+22
GSSAPI authentication to work on NetBSD-current. Fixes my PR 33512. OKed by ghen. Bump PKGREVISION.
2006-10-23Fixed ownership of the installed files to allow installation asrillig3-12/+30
unprivileged user. PKGREVISION++
2006-10-23Fixed pkglint warnings and made the package work for unprivileged users.rillig2-7/+15
2006-10-23Fixed "test ==" and a pkglint warning.rillig3-2/+26
2006-10-22Update to 1.8.1:wiz3-9/+8
Evolution-Data-Server 1.8.1 2006-10-02 -------------------------------------- Updated Translations: Ivar Smolin (et), Marco Ciampa (it), Luca Ferretti (it), Åsmund Skjæveland (nn), David Lodge (en_GB). Bug fixes : 350907, 350617, 347811, 357666, 351330, 352596, 352872, 356051. Contributors: Li Yuan, Veerapuram Varadhan, Sankar, Chenthill Palanisamy, Matthew Barnes, Mikael Nilsson, Devashish Sharma, Ross Burton, Harish Krishnaswamy.
2006-10-22- prevent extra -O from being added to optimizer flagsschwarz5-8/+54
- added patches for IRIX and for SGI ido cc
2006-10-21Needs pkg-config. XXX move to Makefile.common?joerg1-2/+2
2006-10-20Fix "if [ ... == ...]" in a build script.tron2-1/+15
2006-10-20Update to Exmh 2.7.2:dsainty4-21/+22
* 2.7.2 More bug fixes, plus some performance improvements for the new sequences code added in 2.6. The exmh-strip utility is integrated as "Save/Extract Attachments". * 2.7.1 (Wasn't officially released in tarball form.) * 2.7.0 Accumulates over a year of minor fixes in the CVS tree. Also fix some pkglint complaints, and take maintainership.
2006-10-19Fix MASTER_SITES.wiz1-2/+2
2006-10-19Fix crash after printing caused by trying to destroy the same charsetmarkd3-9/+19
structure multiple times. Bump PKGREVISION.
2006-10-19We are installing scripts, not programs.markd1-2/+2
2006-10-19Updated mail/clamav to 0.88.5martti7-37/+37
(I tried to contact the MAINTAINER but got no reply. I'm using this in our production systems so this should work just fine.) * Bugfixes: - libclamav/rebuildpe.c: fix possible heap overflow [IDEF1597] - libclamav/chmunpack.c: fix possible crash [IDEF1736] - freshclam/manager.c: "Cache-Control: no-cache" is now disabled by default. If you're behind a broken proxy you can recompile freshclam with --enable-no-cache.
2006-10-19More pkglint -Wall fixes.martti2-24/+24
2006-10-18Add optional debugging support for mutttonio1-2/+9
Patch from Jukka Salmi in PR pkg/34710
2006-10-18Improve handling of options related to the terminal library used by thistonio1-4/+23
package and add support for "ncursesw". Patch supplied by Ben Collver pkg/34777.
2006-10-18Remove patch-ab and "rm -f auxiliary/MacOSX/Postfix.StartupItem/Postfix"martti6-58/+6
in post-extract. I exchanges few mails with Wietse and he refused to fix the "==" lines and instructed me to simply remove the offending file. Instead of having a patch for a file which is not used by pkgsrc I think it makes sense to remove it.
2006-10-18Fix for test ... == ...martti4-2/+56
2006-10-16Fixed "test ==".rillig3-1/+29
2006-10-16Update to version 2.5.5. Thank you to Martin Wilke for PR 34302reed7-399/+96
and also to George Michaelson for patches. Note that I had already had updated mine before I saw these, so some things are different. At this time libetpan is not enabled -- we can make an option for it. Added more items to disable: libetpan, gnomeprint, bogofiloter and pgp* plugins. Set OPENSSL_CFLAGS and OPENSSL_LIBS for SSL support -- so patch is not needed. (cipher issue for DragonFly was already in upstream.) Changed config and example directories to sylpheed-claws (instead of sylpheed). Specifically make sure jpilot and ldap are disabled if not selected. Changed includes for gpgme03 to gpgme and gtk to gtk2. Executable is called "sylpheed-claws" now. Updated BUILDLINK_API_DEPENDS.sylpheed-claws. Patch patch-ab is for a problem with installing po files. NOTE: The plugins needs to be updated. And sylpheed-claws-image-viewer can be removed. Changes for sylpheed-claws itself are many: o bug 1034, 'Incorrect display of size field in message view * Make node expanding in the Folder List non-recursive * Bug fixes: o bug 1024, 'Array index out of range in sylpheed-claws-2.5.2' o Fix "Check for new folders" on folders with accented characters o Fix filtering "copy" rules o Fix "goto next unread" after collapsing/expanding a node Many more but too many to list here. cvs: ----------------------------------------------------------------------
2006-10-16Substitute _file_ with i to make pkglint happy.martti2-10/+10
2006-10-16Split SUBST_SED.postfixmartti2-22/+42
2006-10-16Fixed few pkglint warnings.martti2-10/+10
2006-10-16Fixed few pkglint warnings.martti2-2/+4
2006-10-16Fixed few pkglint warnings.martti2-10/+8