summaryrefslogtreecommitdiff
path: root/mail/maildrop
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-06-09Changes 2.5.5:adam3-20/+20
* rfc2045/rfc2045reply.c (mkreply): Fix copying of the contents of the original message. * rfc2045/reformime.c (do_print_info): rfc2231_udecodeDisposition() failure is not fatal. * rfc2045/reformime.c (get_suitable_filename): Ditto. * rfc2045/reformime.c (main2): Fixed segfault on some arches from an initial null given to strtok. * mailbot: add "feedback" and "replyfeedback" formats, generating RFC 5965-formatted feedback report. -a option attaches the entire original message, instead of only its headers, for "replydsn", "feedback", and "replyfeedback" formats. * rfc2045/reformime.c (main2): On ia64 and arm, argv is in readonly memory.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-1/+2
2011-11-10Changes 2.5.4:adam2-6/+6
* rfc2045/rfc2045cdecode.c: Tolerate lowercase hexadecimal characters in quoted-printable-encoded content. * unicode/unicode.c: Compilation fixes.
2010-11-10Changes 2.5.2:adam2-6/+6
* maildrop/maildropex.sgml: Fix formatting problem with man page stylesheet.
2010-11-09Need to quote MAILDROP_TRUSTED_USERS (it's a list), or failed to configure.obache1-2/+2
2010-11-05Changes 2.5.1:adam3-17/+17
This is a bugfix release.
2010-06-15maildrop-2.5.0:pettai7-54/+70
* maildrop/mailbot.c (main): Set close-on-exec bit on opened files. * rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the reply salutation. * rfc2045/reformime.sgml: Document the -c option to reformime. * Big quota patch (with some changes). (See the Changelog for the previous releases) Based on patch(es) from PR pkg/42989 by Brian Candler
2010-03-21Reset maintainer, developer lost his commit bit.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-02-19+ Update to latest courier-maildir dependency (0.58.0).jlam1-4/+7
+ Pass ${REAL_ROOT_USER} as the maildrop UID to the configure script to match the actual user that maildrop setuid()s to. Bump the PKGREVISION to 3.
2007-10-24Add some more directories needed for DESTDIR installations.joerg1-2/+2
2007-09-11Fix path to the makedatprog binary in the makedat script. Bump thejlam1-2/+3
PKGREVISION to 2.
2007-08-27Fix breakage when maildrop is invoked by the user in "delivery mode"jlam3-4/+14
without an explicity "-d" option. Maildrop was breaking because it was not properly finding the user's home directory (in order to locate ~/.maildroprc). This breakage occurred sometime shortly before maildrop was updated to 2.0.2 when I tried to make a single maildrop package usable by both courier-mta and other mailers. This fixes PR pkg/34275 by Greg Kerr. Bump the PKGREVISION to 1.
2007-08-10Update mail/maildrop to 2.0.4. Changes from version 2.0.2 include:jlam8-62/+62
* New command-line option to require the use of a working courier-authlib installation. * Install makedat along with related documentation.
2007-08-10This package is missing an inclusion of bsd.options.mk, which caused thejlam1-1/+2
"authlib" PKG_OPTION to be ignored.
2007-08-02Fix botched migration of PKG_OPTIONS from courier-mta/Makefile.commonjlam1-3/+2
into the Makefiles of the packages that include it: (1) PKGNAME and PKG_SUPPORTED_OPTIONS clearly no longer need to be defined since the only code that used it in Makefile.common was removed. (2) Package Makefiles need to properly define PKG_OPTIONS_VAR and PKG_SUPPORTED_OPTIONS prior to including bsd.options.mk. Set them to the appropriate values to match the orginal names from before the botched migration.
2007-06-15Document why SPECIAL_PERMS is set the way it is.jlam1-1/+5
2007-06-15* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRPjlam1-2/+2
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-4/+4
Patch provided by Sergey Svishchev in private mail.
2006-11-07Explicitly annotate permissions of lockmail and maildrop, as they belongjoerg1-8/+12
to the courier group. XXX Why doesn't lockmail have the default group?
2006-07-11Build needs Perl.joerg1-2/+2
2006-04-28Update mail/maildrop to 2.0.2. Changes from version 2.0.1 includejlam5-29/+33
+ Install the makedat documentation; even though "makedat" is part of courier-authlib, that package installs no doucmentation for it, and "makedat" is used quite frequently in conjunction with maildrop. * fix for RFC822 compliance -- encode spaces that precede a newline.
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-03maildrop no longer supports "fam" as a package option. It actuallyjlam1-1/+2
never used the fam code at all, so there is no actual loss of functionality. However, maildrop will now never depend on fam or gamin. Bump the PKGREVISION to 1.
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam1-2/+2
pkgsrc work.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-6/+6
CONFIGURE_ARGS.
2005-11-11Set PKGNAME, as it is a required parameter torillig1-1/+4
../../mail/courier-maildir/Makefile.common.
2005-11-10Fixed pkglint warning: PKGBASE is a read-only variable.rillig1-2/+1
2005-11-10Sorted PLIST.rillig1-2/+2
2005-11-08Include devel/sysexits bl3.tv1-1/+2
2005-10-20Update mail/maildrop to 2.0.1. Changes from version 1.8.1 include:jlam4-22/+22
* Use PCRE (http://www.pcre.org) for mattern matching. + Most visible change is a different syntax for subexpression matching, using (...). MATCH2 becomes MATCH1, MATCH3 becomes MATCH2, etc... + "w" account option dropped. + During a transitional period, setting MAILDROP_OLD_REGEXP reverts to the old pattern matching engine. * Do not autoreply to messages with an Auto-Submitted: header, unless it's contents are "no". Add Auto-Submitted: auto-replied.
2005-08-11Update mail/maildrop to 1.8.1. Changes from version 1.8.0 include:jlam2-8/+8
* Exit with TEMPFAIL if temporary error indication from authlib. * More descriptive error messages when permissions check fails. * Documentation fixes.
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-3/+3
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-18Update mail/maildrop to version 1.8.0. Changes from version 1.3.9jlam6-74/+148
include: * Support for MySQL and LDAP lookups via courier-authlib. * Honor maildir delivery quotas. * Bug fixes in MIME handling. * Plug memory leaks. * Replace dotlock with lockmail, which supports more types of locking.
2004-11-15Rework the Berkeley DB detection in buildlink3:jlam1-2/+3
* Add a db1.builtin.mk file that detects whether DB-1.85 functionality exists in the base system, and remove the distinction between "native" and the other Berkeley DB packages -- we now refer to db[1234]. This paves the way for any future databases/db1 package. * USE_DB185 shouldn't need to be set by any packages -- its correct value is now automatically determined by bdb.buildlink3.mk depending on whether we explicitly request db1 or not. By default, if you include bdb.buildlink3.mk, you want DB-1.85 functionality and USE_DB185 defaults to "yes", but if you explicitly remove db1 from the list of acceptable DBs, then USE_DB185 defaults to "no". * Set BDB_LIBS to the library options needed to link against the DB library when bdb.buildlink3.mk is included. * We only add the DB library to the linker command automatically if we want DB-1.85 functionality; otherwise assume that the package configure process can figure out how to probe for the correct headers and libraries. Edit package Makefiles to nuke redundant settings of USE_DB185.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-14courier-maildirmake has been renamed to courier-maildir. Handle newjlam1-2/+3
dependency and bump PKGREVISION as a result. XXX This package should really be changed to build from the latest XXX courier distribution, much like courier-auth. This package in its XXX current form hasn't been updated in years, while the core courier XXX package notes bug fixes and feature additions to the maildrop code XXX during that time.
2004-04-19Convert to buildlink3.snj1-4/+4
2004-03-14USE_LANGUAGES=c c++ like I meant to do last time.markd1-2/+2
2004-03-10Note dependency on db - fixes build on Solaris 9.markd1-2/+4
Also USE_LANGUAGES= c c++
2004-02-24The default EXTRACT_SUFX for the courier packages has changed to ".tar.bz2"jlam1-1/+2
but this package still uses ".tar.gz" until it's updated.
2004-02-10PERL5_REQD is now a list of values, so append to its value instead ofjlam1-2/+2
setting it.
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-2/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2002-11-15buildlink1 -> buildlink2jlam1-2/+4