Up to [cvs.NetBSD.org] / pkgsrc / mail / maildrop
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Update maildrop to 3.1.6 Deliver makedat and makedatprog directly in ${PREFIX}/bin to avoid conflicts with courier-imap. Changes since 3.0.0: * maildrop: fix compilation error. * Fix spurious gcc 13 compiler warnings. * Updated Dovecode authentication fix. * Fix build with Dovecot authentication turned on. * Update to C++11, replacing internal classes with modern C++ library classes. * Fix the -V command line option to also explicitly set VERBOSE, fix assorted -V logging bugs. * all: update configure.ac to require at least version 2.0.5 of libidn * maildrop: remove unsafe SIGALRM handler.
maildrop: update to 3.1.0. Needs newest security/courier-authlib. 3.1.0 * Switch to libidn2. * Debian/Ubuntu: update lintian overrides 3.0.9 * Adjust deb packaging. Check /etc/lsb-release and include the distribution release in the deb package version, to faciliate updating to the same version of the package in an updated release. Fix build dependencies. * Update deliverquota man page. 3.0.8 * gcc 12 and autotools update. OpenSSL 3.0 update. * Add scripts to create installable .deb packages, update documentation. 3.0.7 * configure.ac: Fix configure check for pcre2 3.0.6 * Fix linking failure on some Linux distributions. 3.0.5 * Fix linking failure on some Linux distributions. 3.0.4 * maildrop: update to pcre2 * Minor code tweaks, make it compileable with -Wall -Werror. 3.0.3 * Add maildirwatch helper tool. * Fully install the maildirwatch tool, its man page, as well as the maildirkw man page and tool, which should be packaged with maildrop too. 3.0.2 * spec file: add BuildRequires: %{__make} (will be required in F34). 3.0.1 * courier-authlib API update.
mail: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles were unfetchable (possibly fetched conditionally?): ./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
mail: Remove SHA1 hashes for distfiles
Build fix for auth_mkhomedir() that is missing from courrier-authlib
Update patches from FreeBSD mail/maildrop port.
Upgrade mail/maildrop to v3.0.0 o new dependencies: courier-unicode (split out library), libidn o install text READMe files over html ones o add options.mk - optionally authenticate against dovecot user db - make locking configurable (I have seen locking rows between dovecot and mailfilter that lead to delivery failures) o re-work patches From the upstream changelog (yes, it's been eight years): 3.0.0 2018-07-31 Sam Varshavchik <mrsam@courier-mta.com> * rfc2045/reformime: parse utf-8 address types in DSNs. 2018-07-30 Sam Varshavchik <mrsam@courier-mta.com> * maildrop: explicitly require libidn to build maildrop. 2018-07-29 Sam Varshavchik <mrsam@courier-mta.com> * mailbot: generate message/global, message/global-delivery-status, and message/global-headers, when needed, when formatting autoreplies. * reformime: -m option uses message/global instead of message/rfc822 for UTF8 messages. 2018-06-25 Sam Varshavchik <mrsam@courier-mta.com> * rfc2045/reformime.c (main2): fix crash if -x or -X is specified without the corresponding -s option. 2018-02-16 Sam Varshavchik <mrsam@courier-mta.com> * libs/maildrop/search.C: ":H" pattern matching option, matching only the main message headers. 2018-01-08 Osamu Aoki <osamu@debian.org> * libs/maildrop/deliver.C (delivery): Always return 75 upon delivery failure, for the standalone maildrop build. 2017-12-26 Sam Varshavchik <mrsam@courier-mta.com> * libs/maildir/maildirmake.c (main): maildirmake's -q option will create the maildir if it does not exist. * libs/rfc2045/reformime.c (main2): Added -rU option, and a new internal RFC2045_RW_8BIT_ALWAYS conversion option. * libs/rfc2045/reformime.c (main2): Fix crash when the -s option is not valid. 2.9.3 2017-11-26 Sam Varshavchik <mrsam@courier-mta.com> * libs/rfc2045/rfc2045reply.c (mkreply): Fix null pointer dereferences. 2.9.2 2017-10-03 Sam Varshavchik <mrsam@courier-mta.com> * reformail: fix use after free with -f1 2017-09-27 Giovanni Bechis <giovanni@paclan.it> * Fix to configure.ac 2017-09-19 Sam Varshavchik <mrsam@courier-mta.com> * courier: switch default header encoding to UTF-8. 2.9.0 2017-06-17 Sam Varshavchik <mrsam@courier-mta.com> * libs/maildir/maildirquota.c (docheckquota): Skip DT_LNK. 2017-03-11 Sam Varshavchik <mrsam@courier-mta.com> * courier-unicode library API update. 2017-01-27 "Stefan Hornburg (Racke)" <racke@linuxia.de> * Merge several Debian patches: 0001-Include-cstdio-in-afx.h.patch 0005-Ignore-and-.dpkg-a-z-files.patch 0007-Fix-bashisms.patch 0009-Fix-linking-in-upstream-Makefiles.patch 0012-Define-and-use-PEMFILE-in-mkesmtpdcert.patch (*) with some changes. 0013-Add-P-to-ghostscript-invocation.patch 0014-Improve-error-reporting-in-preline.c.patch 0017-Fix-formatting-errors-in-syslog-calls.patch 0020-Add-perl-stanza-to-perlfilter-scripts.patch 2.8.5 2016-09-20 "Hanno Böck" <hanno@hboeck.de> * libs/maildrop/maildir.C (MaildirSave): Fix new/delete mismatch. 2.8.4 2016-08-03 Sam Varshavchik <mrsam@courier-mta.com> * reformime: do not abort due to invalid encoding of the "name" attributes. 2015-12-20 Sam Varshavchik <mrsam@courier-mta.com> * maildrop: implement the FLAGS variable. 2015-12-16 Andreas Kinzler <ml-ak@posteo.de> * maildrop: fix maildrop not searching last line of text. 2015-07-19 Sam Varshavchik <mrsam@courier-mta.com> * maildrop: fix parsing of a message without a body. 2.8.3 2015-06-27 "Hanno Böck" <hanno@hboeck.de> * libs/maildrop/mailbot.c: Fix bad malloc for --feedback-* command line parameters. 2015-06-20 Sam Varshavchik <mrsam@courier-mta.com> * maildrop: Implement option to automatically create home directories. 2015-05-09 "Jö Fahlke" <jorrit@jorrit.de> * maildrop: Don't include matched subpatterns in foreach. 2.8.2 2015-04-25 Giovanni Bechis <giovanni@openbsd.org> * maildircache.c: fix use after free. * mkdhparams: make compatible with libressl 2015-02-28 Sam Varshavchik <mrsam@courier-mta.com> * Update to courier-unicode 1.2. 2015-02-16 "Hanno Böck" <hanno@hboeck.de> * Fix compilation warning, testsuite. 2.8.0 2014-12-13 Sam Varshavchik <mrsam@courier-mta.com> * Update autotools 2.7.2 2014-07-21 Sam Varshavchik <mrsam@courier-mta.com> * gpglib, rfc2045: fix makefiles. * maildrop: fix parsing of headers added by the -A option. 2014-07-13 Sam Varshavchik <mrsam@courier-mta.com> * liblock, couriertls: fix compilation for OpenBSD -- based on a patch from Giovanni Bechis <giovanni@paclan.it>. 2014-06-23 Sam Varshavchik <mrsam@courier-mta.com> * libs/gpglib/Makefile.am: Fix -lunicode linkage. * libs/rfc2045/Makefile.am: Fix -lunicode linkage. * libs/rfc2045/rfc2045decodemsgtoutf8.c (rfc2045_decodemsgtoutf8): recognize "message" MIME content type, in addition to "text". 2014-06-18 Sam Varshavchik <mrsam@courier-mta.com> * maildrop: -d option changes groupid only when effective group id is root. Addresses Debian bug 564601. * mailbot: Add -T replydraft/-l options. 2014-02-02 Osamu Aoki <osamu_aoki_home@nifty.com> * Makefile.am: install makedat.1 and makedat.html 2014-01-15 Sam Varshavchik <mrsam@courier-mta.com> * libs/maildrop/search.C (search_cb): Fix logged patterns getting garbled, in log output. 2014-01-12 Sam Varshavchik <mrsam@courier-mta.com> * Factored out the unicode library into a separate package. 2.7.1 2013-11-25 Sam Varshavchik <mrsam@courier-mta.com> * Fix various compiler warnings about unchecked results from setuid and setgid calls. 2.7.0 2013-08-28 Sam Varshavchik <mrsam@courier-mta.com> * maildrop: pattern searches are now specified in UTF-8. maildrop MIME-decodes the search pattern, and transcodes it to the UTF-8 character set, for searching purposes. 2012-12-04 Alessandro Vesely <vesely@tana.it> * rfc2045/makemime.c (openfile_or_pipe): Do not dup stdin filedesc, sometimes the stdin buffer already gets filled. 2.6.0 2012-09-05 Sam Varshavchik <mrsam@courier-mta.com> * maildir/maildiraclt.c (maildir_acl_delete): Fix double-free on error path of an ENOMEM. 2012-06-18 Sam Varshavchik <mrsam@courier-mta.com> * maildrop: make a mention of reformail -D's locking in the manual pages. 2012-06-17 Osamu Aoki <osamu@debian.org> * maildrop/formatmbox.C (GetLineBuffer): Do not skip whitespaces looking for From: and Subject: headers, to log. 2012-05-05 Sam Varshavchik <mrsam@courier-mta.com> * rfc2045/rfc2045mkboundary.c (rfc2045_mk_boundary): truncate the hostname portion of the boundary to 30 chars. 2012-04-22 Sam Varshavchik <mrsam@courier-mta.com> * liblock/mail.c (dotlock_exists): Quell a compiler warning. 2012-02-23 Osamu Aoki <osamu@debian.org> * Miscellaneous spelling fixes. 2.5.5 2011-11-25 Sam Varshavchik <mrsam@courier-mta.com> * 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. 2011-09-06 Sam Varshavchik <mrsam@courier-mta.com> * rfc2045/reformime.c (main2): Fixed segfault on some arches from an initial null given to strtok. 2011-08-31 Sam Varshavchik <mrsam@courier-mta.com> * 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. 2011-08-14 Sam Varshavchik <mrsam@courier-mta.com> * rfc2045/reformime.c (main2): On ia64 and arm, argv is in readonly memory.
Add SHA512 digests for distfiles for mail category Problems found locating distfiles: Package mutt: missing distfile patch-1.5.24.rr.compressed.gz Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz Package pine: missing distfile fancy.patch.gz Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch Package qmail: missing distfile badrcptto.patch Package qmail: missing distfile outgoingip.patch Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Changes 2.5.5: * 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.
Changes 2.5.4: * rfc2045/rfc2045cdecode.c: Tolerate lowercase hexadecimal characters in quoted-printable-encoded content. * unicode/unicode.c: Compilation fixes.
Changes 2.5.2: * maildrop/maildropex.sgml: Fix formatting problem with man page stylesheet.
Changes 2.5.1: This is a bugfix release.
maildrop-2.5.0: * 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
Fix breakage when maildrop is invoked by the user in "delivery mode" 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.
Update mail/maildrop to 2.0.4. Changes from version 2.0.2 include: * New command-line option to require the use of a working courier-authlib installation. * Install makedat along with related documentation.
Update mail/maildrop to 2.0.2. Changes from version 2.0.1 include + 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.
Add a check for whether maildrop is invoked by courier or not before 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.
Update mail/maildrop to 2.0.1. Changes from version 1.8.1 include: * 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.
Update mail/maildrop to 1.8.1. Changes from version 1.8.0 include: * Exit with TEMPFAIL if temporary error indication from authlib. * More descriptive error messages when permissions check fails. * Documentation fixes.
Add RMD160 digests.
Update mail/maildrop to version 1.8.0. Changes from version 1.3.9 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.
Merge from pkgsrc-current to buildlink2 branch.
Update to 1.3.9. Fixes pkg/15568. * maildrop/filter.C (xfilter): Set O_NDELAY on file descriptors for xfilter() since select() only works correctly on non-blocking fds. * maildrop/formatmbox.C (GetFromLine): Do not write a newline before every From_ line... * maildrop/deliver.C (delivery): ... only for 2nd and subsequent msgs. * rfc2047.c (rfc2047_encode_callback): Fix MIME-encoding of spaces. * rfc822.c (rfc822_prname_orlist): Dequote quoted-strings. * rfc2045/reformime: Fix handling of unencoded nulls in text/plain content. * rfc2045/reformime.sgml: Documented the -m and -D options. * userdb/configure.in: Fix typo. * rfc2045/rfc2045.c (doline): Fix incorrect calculation of the end of a multipart MIME section that's inside another multipart MIME section. * maildir/maildirfiltertypelist.h: Fix typo.
Update mail/maildrop to 1.3.7. Changes from 1.3.4 include: * Find config files in /etc/courier (or PKG_SYSCONFDIR equivalent). We consolidate all Courier MTA software config files under a common /etc/courier directory. * Loosen up the parsing of the content-type header. Strict parsing allowed viruses to slip through using malformed content-type headers which still got picked up by Microsoft's crapware which does not strictly parse the MIME headers. * Drop install setuid. * Add UMASK variable, that sets the permissions on new mailboxes or messages. Hence, drop MAILBOX_MODE from configure script.
Update mail/maildrop to 1.3.4. Relevent changes from version 1.2.2 include: + Become maintainer for maildrop as I'm working on packaging the Courier-MTA software, of which maildrop is one piece. + Fix possible build problem on Solaris (untested). + Install maildirmake as maildrop.maildirmake to avoid conflicts with other packages that install maildirmake. + Add dependency on courier-maildirmake. + Move HTML documentation to ${PREFIX}/share/doc/html * Bug fixes, of course. * Disable MSIE smart tags in all html files. * Added mailbot(1), a MIME-capable autoresponder utility. * Reject ambigous nested MIME boundary delimiters.
Move to sha1 digests, and add distfile sizes.
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo