Received: by mail.netbsd.org (Postfix, from userid 605) id 14A2C84DF9; Sun, 22 Mar 2020 18:17:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E7F084D6C for ; Sun, 22 Mar 2020 18:17:56 +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 933M673FP5eW for ; Sun, 22 Mar 2020 18:17:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 11C5784CF7 for ; Sun, 22 Mar 2020 18:17:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B42FFB27; Sun, 22 Mar 2020 18:17:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584901076178310" MIME-Version: 1.0 Date: Sun, 22 Mar 2020 18:17:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/gmime3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200322181756.0B42FFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584901076178310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 22 18:17:55 UTC 2020 Modified Files: pkgsrc/mail/gmime3: Makefile distinfo Log Message: gmime3: update to 3.2.7. ### GMime 3.2.7 * Added some configure logic to auto-detect the system shift-jis charset alias. (issue #81) * Fixed tests/Makefile.am to exit with a non-negative value (issue #82) * Fixed logic to skip expired or revoked gpg subkeys when looking for the correct subkey to use for signing or encrypting. (issue #88) * Fixed a regression introduced into 3.2.6 as part of the header parsder rewrite that lost the ability to warn about invalid headers for non-toplevel MIME parts. (issue #89) * Fixed S/MIME to always set GPGME_KEYLIST_MODE_VALIDATE when looking up certificates as this is needed in order to correctly populate the GMimeCertificates (issue #90) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/gmime3/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/gmime3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584901076178310 Content-Disposition: inline Content-Length: 1621 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/gmime3/Makefile diff -u pkgsrc/mail/gmime3/Makefile:1.11 pkgsrc/mail/gmime3/Makefile:1.12 --- pkgsrc/mail/gmime3/Makefile:1.11 Fri Mar 20 11:57:58 2020 +++ pkgsrc/mail/gmime3/Makefile Sun Mar 22 18:17:55 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2020/03/20 11:57:58 nia Exp $ +# $NetBSD: Makefile,v 1.12 2020/03/22 18:17:55 wiz Exp $ -DISTNAME= gmime-3.2.6 +DISTNAME= gmime-3.2.7 PKGNAME= ${DISTNAME:S/gmime/gmime3/} -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/3.2/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/mail/gmime3/distinfo diff -u pkgsrc/mail/gmime3/distinfo:1.8 pkgsrc/mail/gmime3/distinfo:1.9 --- pkgsrc/mail/gmime3/distinfo:1.8 Sun Feb 16 10:54:55 2020 +++ pkgsrc/mail/gmime3/distinfo Sun Mar 22 18:17:55 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2020/02/16 10:54:55 wiz Exp $ +$NetBSD: distinfo,v 1.9 2020/03/22 18:17:55 wiz Exp $ -SHA1 (gmime-3.2.6.tar.xz) = c987d1bbaa30951653ca7efbe3da3ec9d7e4c883 -RMD160 (gmime-3.2.6.tar.xz) = 01ae720a6fc839b1c41ca758c880e617fbebef13 -SHA512 (gmime-3.2.6.tar.xz) = a60d3f9f1aa8490865c22cd9539544e9c9f3ceb4037b9749cf9e5c279f97aa88fc4cd077bf2aff314ba0db2a1b7bbe76f9b1ca5a17fffcbd6315ecebc5414a3d -Size (gmime-3.2.6.tar.xz) = 2225796 bytes +SHA1 (gmime-3.2.7.tar.xz) = 4c869a8c0823af30cc467fc2e523563ed97e30c5 +RMD160 (gmime-3.2.7.tar.xz) = b8dba48df961dad254690cef0f33aa3818b239b4 +SHA512 (gmime-3.2.7.tar.xz) = 2c8fecd6eb74c9e956c419ce111bef6280916ea3756a534b6b800a273f0fff260717cda7fefd4bd4c6ddb27973112ec6e73fa971fa74bb9aa04cfe587d45f10b +Size (gmime-3.2.7.tar.xz) = 2227048 bytes --_----------=_1584901076178310--