Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B42347ABEE for ; Mon, 22 Feb 2016 12:13:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1C42785FDD; Mon, 22 Feb 2016 12:13:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C40885FE6 for ; Mon, 22 Feb 2016 12:13:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7L-uWYb8xk_e for ; Mon, 22 Feb 2016 12:13:27 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0A51D85FDD for ; Mon, 22 Feb 2016 12:13:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB969FBB7; Mon, 22 Feb 2016 12:13:26 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 22 Feb 2016 12:13:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160222121326.EB969FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon Feb 22 12:13:26 UTC 2016 Modified Files: pkgsrc/mail/mutt: Makefile distinfo pkgsrc/mail/mutt-kz: Makefile distinfo Added Files: pkgsrc/mail/mutt-kz/patches: patch-crypt.c pkgsrc/mail/mutt/patches: patch-crypt.c Log Message: mutt{,-kz}: add upstream patch for better S/MIME support, bump PKGREVISION. # HG changeset patch # User Kevin McCarthy # Date 1449022827 28800 # Tue Dec 01 18:20:27 2015 -0800 # Node ID 5e5aff1782dc62044197c2230d346bd492706fbf # Parent 428a92464d5bccccda818bed598610db212fcf7c Loosen mutt_signed_handler() protocol value consistency check. (closes #3639) Apparently, for S/MIME, some MUAs mismatch the protocol value of the multipart/signed and the content-type of the signature: putting "pkcs7-signature" in one and "x-pkcs7-signature" in the other. Change mutt_signed_handler() to independently verify the values of the protocol and the content-type. This still checks for correct values but doesn't ensure they match between the two (for S/MIME). To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 pkgsrc/mail/mutt/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/mail/mutt/distinfo cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/mutt-kz/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/mutt-kz/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/mail/mutt-kz/patches/patch-crypt.c cvs rdiff -u -r0 -r1.1 pkgsrc/mail/mutt/patches/patch-crypt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.