summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2006-03-30Avoid extra stat() calls by not repeatedly checking whether a filejlam2-4/+6
exists on the disk -- we can just check whether a variable defined by find-files.mk is "__nonexistent__" or not.
2006-03-30Uprade to postgres 1.24. Running for several weeks at my home that way.is2-7/+6
2006-03-300.07 Wed Mar 22 15:45:00 2006 UTCtv2-7/+6
- added Mail::Milter::Module::AccessDB - Mail::Milter::Module::MailDomainDotMX needed a "use Net::DNS" - improved Mail::Milter::Wrapper::DecodeSRS parsing to understand Mail::SRS::Guarded munging where the original localpart already contained an equals (=) character - added Mail::Milter::Module::SPF - added Mail::Milter::Module::MailFakeNull - added Mail::Milter::Module::HeaderValidateMIME - added method check_superdomains() to Mail::Milter::Module::MailDomainDNSBL, allowing use of e.g. surbl.org blacklist with MAIL FROM:<> addresses
2006-03-29Update sylpheed to 2.2.4. Changes are:chris3-8/+7
* MIME filename encoding with RFC 2322 parameter value extension was supported. * The clear button for the quick search entry was added. * The bug that bold face was disabled in GtkTreeView with GLib 2.10 and Pango 1.12 was fixed. * Win32: libwimp.dll was updated. * Win32: The bug that subfolders were duplicated when rebuilding folder tree while the settings were shared between Win32 and Unix was fixed. * Win32: The uninstaller was modified so that it only removes files and folders created by the installer. Also remove extra blank lines at the end of options.mk to appease pkglint.
2006-03-29Update to:xtraeme2-7/+6
* 2.2.3 (stable) * The sorting of the result of the query search was enabled. * The printing of messages now follows the state of 'Show all headers'. * Relative path is allowed for signature files. * The To, Cc, and Bcc button of the address book are now always enabled. * The window position of the address book is now preserved. * The toggle of the Cc entry on the composition window was enabled. * The appearance of the address book was modified. * Unix: The support of metamail command was removed, and it was replaced with the alternative implementation. * Win32: libwimp.dll was updated, and the appearance of the UI was improved. * Win32: zlib1.dll was updated. * Win32: The application icon was updated. * Win32: The unnecessary message catalog files were removed to reduce the archive size.
2006-03-29This does not use the configuration file, so do not usereed1-5/+2
CONF_FILES and PKG_SYSCONFSUBDIR and bump revision. (Confirmed by jlam.)
2006-03-29Make thunderbird pass CHECK_FILES by skipping automatically generated files.ghen1-2/+6
2006-03-27Revert partial upgrade (which happened with the MAINTAINER change -- hi, tv!).wiz1-2/+3
2006-03-26Add a URL to the new (?) past-releases directory on sendmail.org for fetchingadrianp1-1/+2
the distfile
2006-03-26Add a URL to the new (?) past-releases directory on sendmail.org for fetchingadrianp1-1/+2
the distfile.
2006-03-24Fixed one forgotten case of variable with underscore. This fixes PRheinz3-8/+7
pkg/33139 by Ben Colver.
2006-03-24Generate configure patch from patch-aa and remove the autoconfjoerg3-7/+187
dependency. Fixes build of plugins on DragonFly, where patch-ab is needed.
2006-03-23Readd minor DragonFly patch. Disable use of visibility attributes,joerg5-8/+19
It's Just Broken (TM). Bump revision.
2006-03-22Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as atv5-12/+11
PR-responsible person (such as I am ;) a little easier.
2006-03-22Update sendmail (with vendor patch) to address the current security issue:tv3-4/+10
http://www.kb.cert.org/vuls/id/834865 Bump to nb2. This will change the internal version of sendmail to 8.12.11.20060308. > SECURITY: Replace unsafe use of setjmp(3)/longjmp(3) in the server > and client side of sendmail with timeouts in the libsm I/O > layer and fix problems in that code. Also fix handling of > a buffer in sm_syslog() which could have been used as an > attack vector to exploit the unsafe handling of > setjmp(3)/longjmp(3) in combination with signals. > Problem detected by Mark Dowd of ISS X-Force. > Handle theoretical integer overflows that could triggered if > the server accepted headers larger than the maximum > (signed) integer value. This is prevented in the default > configuration by restricting the size of a header, and on > most machines memory allocations would fail before reaching > those values. Problems found by Phil Brass of ISS.
2006-03-22Update sendmail to address the current security issueadrianp3-4/+10
Bump to nb2 This will change the internal version of sendmail to 8.13.5.20060308 > SECURITY: Replace unsafe use of setjmp(3)/longjmp(3) in the server > and client side of sendmail with timeouts in the libsm I/O > layer and fix problems in that code. Also fix handling of > a buffer in sm_syslog() which could have been used as an > attack vector to exploit the unsafe handling of > setjmp(3)/longjmp(3) in combination with signals. > Problem detected by Mark Dowd of ISS X-Force. > Handle theoretical integer overflows that could triggered if > the server accepted headers larger than the maximum > (signed) integer value. This is prevented in the default > configuration by restricting the size of a header, and on > most machines memory allocations would fail before reaching > those values. Problems found by Phil Brass of ISS.
2006-03-21Add a check for whether maildrop is invoked by courier or not beforejlam3-3/+32
doing courier-specific things, like accepting the values of certain environment variables for things like location of the mail folder for local delivery. This addresses PR pkg/32369 in a way that still allows for a future courier-mta package that just uses the maildrop package.
2006-03-21- remove unused file (pkg/33089)martti1-3/+4
- pkglint -Wall fixes
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam4-8/+8
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-20* Set GNU_CONFIGURE_INFODIR to specify a special location for the infojlam2-8/+31
files. Passing --infodir directly doesn't work since only the final --infodir is honored by configure scripts, and bsd.pkg.mk adds the last one based on the setting for GNU_CONFIGURE_INFODIR. Drop the obsolete use of INFO_DIR. * List the info files directly in the PLIST. * Fix the build and the PLIST when using xemacs. Bump the PKGREVISION to 2.
2006-03-19Watchout for shared directoriesadrianp4-10/+8
Standardise MESSAGE
2006-03-18Fix distfile fetch when PKGREVISION is set. SITES_foo -> SITES.foo.schmonz1-4/+4
2006-03-18USE_TOOLS+=patch for "ezmlm-althash" option. Fixes Darwin bulk build.schmonz1-1/+2
2006-03-17Update to 0.7.1:wiz2-7/+6
2006-01-09 - etpan-0.7 - alfie * release 0.7 - Figure Number Five bugfix release 2005-12-26 - etpan-0.6cvs2 - hoa * src/etpan-thread-manager.c fixed API breakage. * src/etpan-msg-list-app.c cleanup 2005-02-28 - etpan-0.6cvs1 - hoa * configure.in fixed detection of LDAP libraries. Thanks to Alfons Hoogervorst. Fixes build after libetpan update.
2006-03-17Use PKG_SUGGESTED_OPTIONS, not PKG_DEFAULT_OPTIONS, per the guide.gdt1-2/+2
2006-03-17Set PKG_DEFAULT_OPTIONS to ssl. It violates the Principle of Leastgdt1-2/+3
Astonishment that programs build w/o ssl support by default, and it's nearly inconceivable that someone would have all the gnome stuff this needs and not ssl. Works with remote imaps (dovecot) on current/i386. PGKREVISION++. Perhaps ssl should globally default to yes, like inet6.
2006-03-15Fix PLIST. (hi cube and martti!)salo2-3/+4
2006-03-14USE_PKGINSTALL isn't needed here to make these packagse use thejlam2-4/+2
pkginstall framework. In the case of libtool-base, avoid using FILES_SUBST_SED where it isn't needed.
2006-03-14Drop maintainership for packages that I no longer have time to maintain.jlam1-2/+2
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam18-51/+23
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-13Updated to version 3.1.1.heinz7-88/+107
Pkgsrc changes: - Generic option "online-tests" replaces "spamassassin-test-net". - Removed underscore from package-internal variables (pkglint complained). - patch-ay disables the SPF plugin to avoid confusing warnings in the log files. - patch-az fixes http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4826. Relevant changes since version 3.1.0: ===================================== - better validate a number of different configuration options - support new Mail::DomainKeys API, which changed incompatibly between 0.18 and 0.80 without warning - more properly handle new Received header formats - bug 4788: backport sa-update from 3.2 along with the local_state_dir code, etc. - bug 4760: strictly validate trusted/internal network configurations - bug 4696: consolidated fixes for timeout bugs - bug 3710: add timeout to connect so spamc -t works - bug 4363: if a message uses CRLF for line endings, use it for header rewrites as well - bug 4748: add ExpressionEngine and Google redirector patterns - bug 3815: add _RELAYCOUNTRY_ tag so that the RelayCountry plugin can put in the list of countries relayed through - bug 4090: x86_64 platforms (linux specifically) have an issue compiling libspamc.so causing RPM build failures - bug 4791: fix issue where perl would throw a UTF-8 warning for certain messages - bugs 4606, 4609: Adjust MIME parsing limits - bug 4780: fix IP_ADDRESS & LOCALHOST regexes to correctly parse IPv6 addresses - bug 4728: DUL rules should only use the last external IP, not all but the first of the external IPs - bug 4700: certain privileged configuration settings can inject code, due to a bad fix for bug 3846. Back that out
2006-03-13Revert tv's last commit: the paths in the config file ARE the real defaultsghen2-15/+16
(we've patched them). Wanted to wait with this for dovecot1.0beta4 but this takes longer than I thought. Not worth bumping PKGREVISION, IMO. Ok with tv.
2006-03-13Update to mimedefang 2.56markd2-7/+6
Changes 2.56: An off-by-one error in the multiplexor that could restart slaves unnecessarily was fixed. Compilation errors on some systems were fixed. A handful of other minor bugs were fixed. Changes 2.55: A new option allows you to reserve some slaves for connections from localhost; this helps clientmqueue runs to succeed on busy servers. Modern Vexira anti-virus scanners are supported; versions older than Spring 2005 are no longer supported. A new "filter_helo" callback lets you take action in response to HELO/EHLO. A new "action_insert_header" function lets you prepend headers (rather than just appending them). A new function lets you reject mail from hosts with bogus MX records; for example, MX records that resolve to private IP networks or the loopback address.
2006-03-12Fixed pkglint warnings.rillig1-3/+3
2006-03-12Fixed pkglint warnings.rillig2-13/+13
2006-03-11Rewrite DESCR. In particular, do not say "in thereed1-4/+3
early stages of development". (Sorry I can't recall where I got this. It has been in my pkgsrc since at least Dec. 20.)
2006-03-10We weren't using the DEINSTALL script extras -- fix this. Bump thejlam1-2/+3
PKGREVISION since the installed +DEINSTALL script changes significantly.
2006-03-10Use the pkginstall framework to create the INSTALL/DEINSTALL scriptsjlam1-29/+13
instead. XXX This package really needs an overhaul to use modern pkgsrc XXX conventions.
2006-03-10Updated mail/postfix-current to 2.3-20060307martti2-6/+6
20060217 Bugfix: don't terminate with a non-standard exit status when the pipe-to-command feature has a problem before it executes the command. File: global/pipe_command.c. 20060223 Bugfix: detect integer overflow when multiplying time values with non-trivial time units. File: global/conv_time.c. 20060307 Bugfix: reset the msg_cleanup() fatal error handler in child processes. See also change 20060217. Files: postlock/postlock.c, master/multi_server.c, global/mail_run.c, util/vstream_popen.c.
2006-03-10Updated to 3.01.hiramatsu2-8/+7
I don't quote changelogs for release 3.00 and 3.01, because those entry only mention taking over maintainership. Version 2.117 (2001/08/20) The terms-of-use have been placed in the distribution file "COPY- ING". Also, small documentation tweaks were made. Version 2.116 (2001/08/17) Added long-overdue patch which makes the instance method form of send() do the right thing when given HOW... arguments. Thanks to Casey West for the patch. Version 2.114 (2001/08/16) New special 'AUTO' content type in new()/build() tells MIME::Lite to try and guess the type from file extension. To make use of this, you'll want to install MIME::Types. The "AUTO" setting can be made the default default (instead of "TEXT") if you set "$AUTO_CONTENT_TYPE = 1, $PARANOID = 0". Thanks to Ville SkyttE<#228> for these patches. File::Basename is used if it is available. Thanks to Ville SkyttE<#228> for this patch. SMTP failures (in send_by_smtp) now add the $smtp->message to the croak'ed exception, so if things go wrong, you get a better idea of what and why. Thanks to Thomas R. Wyant III for the patch. Made a subtle change to "as_string" which supposedly fixes a failed MIME data.t test with Perl 5.004_04 on NT 4 sp6. The problem might only exist in this old perl, but as the patch author says, not everyone has climbed higher on the Perl ladder. Thanks to John Gotts for the patch. Added "contrib" directory, with MailTool.pm. Thanks to Tom Wyant for this contribution. Improved HTML documentation (notice the links to the individual methods in the top menu).
2006-03-08Update to 2.1adrianp3-19/+39
> Major changes compared to the Turba H3 (2.0) versions are: > * Submenu with address books and "Add" and "Search" entries in sidebar. > * Distribution lists can contain contacts from multiple sources. > * Shared address books. > * Paged browse view. > * Add files and threaded comments to contacts. > * Edit several contacts at once. > * Improved CSV import. > * Keep names optionally unformatted. > * Export more than one vCard at once. > * New language: Icelandic. > * Drop cached searches. > * Compatible with PHP 5.1. > * Improved MS-SQL support. > * Permissions managed completely though administration interface. > * Permission to restrict number of contacts. > * Command line script to batch import vCards.
2006-03-08Update to 4.1adrianp3-35/+49
> Major changes compared to the IMP H3 (4.1-RC3) version are: > * Small bugfixes. > > Major changes compared to the IMP H3 (4.0) versions are: > * User changes: > - Virtual Inbox and Virtual Trash folder. > - "Empty Spam" menu item. > - Stationery and form responses. > - Not necessary to click on "Attach" button when attaching files. > - Play sound on new mail. > - Multiple message view. > - Ability to create notes from email messages. > - Improved message previews. > - Import of photo attachments into a gallery application. > - Send notification when linked attachments are downloaded. > - Graphical representation of thread on thread view screen. > - Less intrusive notifications when expanding addresses. > - Encrypt PGP messages for all recipients in one message. > - Always send new messages in "flowed" format. > - Added Hebrew and Khmer translation. > * Administrator changes: > - Compatible with PHP 5.1. > - Auto-detection of namespace information from IMAP server. > - Permission to restrict folder creation. > - Support for changing SMTP server/port on login. > - More flexible custom email headers.
2006-03-08Update "milter-regex" package to version 1.6. Changes since version 1.6:tron4-8/+71
- More fixes for the state machine. - Dealing with multi-message connections. "pkgsrc" related changes: - Honor ${PKG_SYSCONFDIR} and ${VARBASE}. - Provide an "rc.d" script.
2006-03-08Bump PKGREVISION for libetpan RECOMMENDED bump.wiz1-2/+2
2006-03-08Remove PKGREVISION after update a minute ago.wiz1-2/+1
2006-03-08Update to 0.43. Update to 0.42 provided in PR 32760 by George Michaelson.wiz5-20/+25
0.43: SSL bugfixes. 0.42: SMTP addition. bugfixes. 2005-12-02 - libetpan-0.41 * release 0.41 - Transfixion * passphrase is implemented for S/MIME and PGP. * avoid symbols conflict between GnuTLS and OpenSSL. 2005-10-07 - libetpan-0.40 - hoa * release 0.40 - Kashmir * SSL initialization is optional. 2005-09-16 - libetpan-0.39 - hoa * release 0.39 - Deliverance * compatibility with GnuTLS * SASL for higher level Add cyrus-sasl dependency. Bump RECOMMENDED for shlib major bump.
2006-03-07Update spamd to 20060307.peter2-7/+7
Changes: - Sync with OpenBSD 3.9 branch. No new functionality, only a few bug/documentation fixes. - All major BSDs are supported now (NetBSD, OpenBSD, FreeBSD and DragonFly). Thanks to Jeremy C. Reed for providing patches for DragonFly.
2006-03-07Update mail/isync to 1.0.2tonio3-30/+7
- remove patch-af, as it is already in the release - take maintainership. Changelog: * src/compat/main.c: fix 'isync -w' writing .mbsyncrc to a wrong directory * src/sync.c: less confusing uid ranges in debug * src/sync.c: - sanitize flag handling of expired messages - don't record we synced flags if we didn't - remove now superfluous temporary rflags * src/drv_maildir.c: less confusing error message on invalid mailbox. * src/drv_imap.c: revert 1.8 - what was i smoking?! the CREATE argument is already quoted; we just extracted it from the previous command. ( that was patch-af ) * src/drv_maildir.c: make flag changes unset "new" status - unless a ghost is acting in the background, a flag change indicates that the message was at least noticed.
2006-03-06Fix parsing of IPv6 address possibly result in privilege escalation.joerg4-3/+42
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz7-13/+14
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.