pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail



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 <kevin%8t8.us@localhost>
# 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.




Home | Main Index | Thread Index | Old Index