summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
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.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam3-6/+6
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam56-112/+112
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-04Make "pam" an option as it is with many other pkgs; it is now off bytv3-5/+18
default. This correctly fixes the PLIST problem with pam, and makes the package more consistent with the rest of pkgsrc.
2006-03-04More errno fixes.joerg3-1/+29
2006-03-04Fix errno.joerg2-1/+23
2006-03-04Update to 2.2.2.xtraeme2-6/+6
* 2.2.2 (stable) * The crash bug that occurred when trying to move IMAP4 folders right under the root folder was fixed. * The crash bug that occurred after a message window was closed while the search dialog was still open was fixed. * Win32: The console window is newly created if --debug or --help option is specified. * Win32: The non-ASCII filename encoding problem on executing external commands was fixed. * Win32: The bug that the main window became not responsive when an error occurred on automatic receiving while the window was minimized was fixed. * Win32: Spanish translation was added for the installer. * Win32: The installer was fixed so that it selects correct language on environments other than Japanese.
2006-03-04Use PKGMANDIR instead of man. And also use INSTALLATION_DIRSreed1-13/+10
instead of INSTALL_*_DIR for some directories.
2006-03-03Remove the "daemon map" database, which is sloppy (it has vestiges of thetv3-5/+5
gdbm map it was originally based on) -- we can re-enable this when it no longer breaks builds on some platforms.
2006-03-02Add DragonFly support. Fix errno.joerg36-14/+611
2006-03-02Update to 1.6:wiz8-83/+61
16/09/2005 : V 1.6 - Removed the algorithm lightgreydomain as the new mxgrey does better and simpler - Removed the UPDATE option, now gld always update triplets. - Fixed a minor flaw in the MXGREY algorithm. - Now you can configure MXGREY to consider an ip as a safe MX after X succesful greylists instead of only 1 . (read gld.conf for details) - Now gld updates the counters only when mail is not greylisted - Added Training mode, read gld.conf for details - Now gld verify that if you supply a custom smtp code, it's a 4XX code otherwise gld discard it and use 450 . - If gld cannot connect to MySQL server on startup it will not refuse to run anymore, but will set keepdbopen to 0 and accept to run . - The sample config file provided now only listen to loopback only accept connection from localhost and runs as nobody/ nobody. WARNING: if you were using lightgreydomain algorithm, it has been discontinued use MXGREY in place, please read gld.conf for details.
2006-03-02Make MESSAGE mysql-specific, since it is.wiz2-4/+5
Final part of PR 32969 by Greg Oster.
2006-03-02Fix build both for mysql and pgsql backends.wiz3-5/+9
Addresses second part of PR 32969 by Greg Oster.
2006-03-02pkglint cleanup.wiz1-3/+3
2006-03-02Convert to make better use of the options framework. Addresses partwiz1-8/+5
of PR 32969 by Greg Oster.
2006-03-02PLIST for sqlite case was out of date -- there are now separate purgejwise1-2/+3
scripts for sqlite 2 and 3.
2006-03-02Fix pkglint -Wall warnings.martti1-3/+3
2006-03-01Fix makebdb (for perdition-bdb package) link arguments.wiz2-5/+5
2006-03-01update to 2.2.1drochner2-6/+6
relevant changes: -The bug that account names with filename-unsafe characters couldn't be used was fixed -The crash bug that occurred if non-ascii newsgroup names appeared while getting newsgroup list was fixed -The performance problem of the quick search while the summary was sorted by thread date with descending order was fixed
2006-03-01Needs pkg-config, add it to tools.wiz1-2/+2
2006-03-01Fix PLIST.cube2-3/+16
2006-02-27Updated mail/postfix-current to 2.3-20060207martti3-7/+12
* bug fixes * install PREFIX/sbin/qshape