Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 F079DA654B for ; Sun, 5 Jul 2015 18:26:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 965C114A22C; Sun, 5 Jul 2015 18:26:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DC4B914A228 for ; Sun, 5 Jul 2015 18:26:45 +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 MMqa0pJeEvCt for ; Sun, 5 Jul 2015 18:26:45 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3932514A208 for ; Sun, 5 Jul 2015 18:26:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2D1B898; Sun, 5 Jul 2015 18:26:45 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 5 Jul 2015 18:26:45 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/gpgme To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150705182645.2D1B898@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Jul 5 18:26:45 UTC 2015 Modified Files: pkgsrc/security/gpgme: Makefile PLIST distinfo pkgsrc/security/gpgme/patches: patch-aj Log Message: Update to 1.5.5: Noteworthy changes in version 1.5.5 (2015-06-08) [C24/A13/R4] ------------------------------------------------ * Fixed crash in key listings for user ids with a backslash. * Fixed regression for GPGSM use with GnuPG < 2.1. * Properly set signature summary for revoked OpenPGP keys. Noteworthy changes in version 1.5.4 (2015-04-13) [C24/A13/R3] ------------------------------------------------ * Fixed a possible crash in the debug code. * Fixed building for Windows with newer versions of Mingw. Noteworthy changes in version 1.5.3 (2014-12-11) [C24/A13/R2] ------------------------------------------------------------- * The export key functions do now return an error if used with the latest GnuPG version. Noteworthy changes in version 1.5.2 (2014-11-21) [C24/A13/R1] ------------------------------------------------------------- * gpgme-tool is now installed. * Fix external listing for modern keyservers. * Minor other fixes. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 pkgsrc/security/gpgme/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/gpgme/PLIST cvs rdiff -u -r1.33 -r1.34 pkgsrc/security/gpgme/distinfo cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/gpgme/patches/patch-aj Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.