Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C4C361A9239 for ; Sun, 12 Dec 2021 10:41:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CD76C84E97; Sun, 12 Dec 2021 10:41:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1275084DBF for ; Sun, 12 Dec 2021 10:41:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id tQVsaXp9-Viz for ; Sun, 12 Dec 2021 10:41:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7982684CEF for ; Sun, 12 Dec 2021 10:41:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6B159FAEC; Sun, 12 Dec 2021 10:41:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639305708263330" MIME-Version: 1.0 Date: Sun, 12 Dec 2021 10:41:48 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mail/msmtp To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20211212104148.6B159FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639305708263330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Dec 12 10:41:48 UTC 2021 Modified Files: pkgsrc/mail/msmtp: Makefile distinfo Log Message: Update to 1.8.19. From the changelog: - Fixed a security problem in msmtpd: mail addresses starting with '-' could be interpreted as options of the pipe command. - msmtpd now supports logging to syslog or to a file with the option --log, and authentication (for special use cases) with the option --auth. - The 'from' command now accepts patterns (as in shell file name matching) so that many envelope from addresses given with --from can match the same account - Added support for %H, %C, %M in the domain command - msmtpd now supports sysexits.h error codes from the pipe command To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 pkgsrc/mail/msmtp/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/mail/msmtp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639305708263330 Content-Disposition: inline Content-Length: 1496 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/msmtp/Makefile diff -u pkgsrc/mail/msmtp/Makefile:1.87 pkgsrc/mail/msmtp/Makefile:1.88 --- pkgsrc/mail/msmtp/Makefile:1.87 Wed Dec 8 16:05:29 2021 +++ pkgsrc/mail/msmtp/Makefile Sun Dec 12 10:41:48 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.87 2021/12/08 16:05:29 adam Exp $ +# $NetBSD: Makefile,v 1.88 2021/12/12 10:41:48 schmonz Exp $ -DISTNAME= msmtp-1.8.15 -PKGREVISION= 3 +DISTNAME= msmtp-1.8.19 CATEGORIES= mail MASTER_SITES= https://marlam.de/msmtp/releases/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/mail/msmtp/distinfo diff -u pkgsrc/mail/msmtp/distinfo:1.47 pkgsrc/mail/msmtp/distinfo:1.48 --- pkgsrc/mail/msmtp/distinfo:1.47 Tue Oct 26 10:54:09 2021 +++ pkgsrc/mail/msmtp/distinfo Sun Dec 12 10:41:48 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.47 2021/10/26 10:54:09 nia Exp $ +$NetBSD: distinfo,v 1.48 2021/12/12 10:41:48 schmonz Exp $ -BLAKE2s (msmtp-1.8.15.tar.xz) = 1a7f0c43012a29387716da9680e8dc9a47921dea10f4f3b69eec4a4d3648f8cb -SHA512 (msmtp-1.8.15.tar.xz) = 66c722f65590785f005631f0edb46f427cc4d9028c71ffbb1fb4eaa8d8fdacaadbcf24f81edc41e464e156b2beb65ecd1166b3d4aad4630ccd9fcaaa2e72e2a6 -Size (msmtp-1.8.15.tar.xz) = 370736 bytes +BLAKE2s (msmtp-1.8.19.tar.xz) = 7b504e47d7dbdf9d8f206290d95ef9393aa933ae2c7fb9911f0681f8ecfd2819 +SHA512 (msmtp-1.8.19.tar.xz) = 0be193fc0a415824e311f88b57521898caaed49737370b6ae688c7f75e3ff5bc3dc9d87d9d08289b46a1b9650b2a48fb3cd40fb156f894b3fe805136d124f1bd +Size (msmtp-1.8.19.tar.xz) = 383100 bytes --_----------=_1639305708263330--