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 3A13C1A9239 for ; Sun, 31 Jan 2021 13:03:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 73821850E4; Sun, 31 Jan 2021 13:03:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ADD70850C5 for ; Sun, 31 Jan 2021 13:03:08 +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 wAmzyiv5MrYr for ; Sun, 31 Jan 2021 13:03:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D153585107 for ; Sun, 31 Jan 2021 13:03:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF006FA91; Sun, 31 Jan 2021 13:03:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161209818749560" MIME-Version: 1.0 Date: Sun, 31 Jan 2021 13:03:07 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/gpgme To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210131130307.CF006FA91@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161209818749560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Jan 31 13:03:07 UTC 2021 Modified Files: pkgsrc/security/gpgme: Makefile PLIST distinfo Removed Files: pkgsrc/security/gpgme/patches: patch-lang_cpp_src_editinteractor.cpp Log Message: gpgme: updated to 1.15.1 Noteworthy changes in version 1.15.1 (2021-01-08) ------------------------------------------------- * Fix another bug in the secret key export. * Make listing of signatures work if only secret keys are listed. * Fix build problem on FreeBSD. * qt: Avoid empty "rem@gnupg.org" signature notations. * python: Fix key_export functions. Noteworthy changes in version 1.15.0 (2020-11-12) ------------------------------------------------- * New function gpgme_op_setexpire to make changing the expiration easier (requires GnuPG 2.1.22). * New function gpgme_op_revsig to revoke key signatures (requires GnuPG 2.2.24). * Support exporting secret keys. * cpp: Support for set expire operations in the C++ bindings. * cpp: Support for revoking key signatures in the C++ bindings. * qt: Extended ChangeExpiryJob to support changing the expiry of subkeys. * qt: Extended QuickJob to support revoking of key signatures. * qt: Added QDebug stream operator for GpgME::Error. * Require a somewhat newer version of libgpg-error (1.36). * Interface changes relative to the 1.14.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_op_setexpire_start NEW. gpgme_op_setexpire NEW. gpgme_op_revsig_start NEW. gpgme_op_revsig NEW. GPGME_REVSIG_LFSEP NEW. cpp: Context::setExpire NEW. cpp: Context::startSetExpire NEW. cpp: EngineInfo::Version::operator<= NEW. cpp: EngineInfo::Version::operator>= NEW. cpp: EngineInfo::Version::operator!= NEW. cpp: StatusConsumer NEW. cpp: StatusConsumerAssuanTransaction NEW. cpp: Context::cancelPendingOperationImmediately NEW. cpp: Context::revokeSignature NEW. cpp: Context::startRevokeSignature NEW. cpp: UserID::Signature::operator< NEW. qt: operator<<(QDebug debug, const GpgME::Error &err) NEW. qt: QuickJob::startRevokeSignature NEW. qt: QuickJob::result CHANGED: Made params 'auditLogAsHtml' and 'auditLogError' optional. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 pkgsrc/security/gpgme/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/gpgme/PLIST cvs rdiff -u -r1.46 -r1.47 pkgsrc/security/gpgme/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/security/gpgme/patches/patch-lang_cpp_src_editinteractor.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161209818749560 Content-Disposition: inline Content-Length: 2895 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/gpgme/Makefile diff -u pkgsrc/security/gpgme/Makefile:1.100 pkgsrc/security/gpgme/Makefile:1.101 --- pkgsrc/security/gpgme/Makefile:1.100 Sun Oct 25 12:53:54 2020 +++ pkgsrc/security/gpgme/Makefile Sun Jan 31 13:03:07 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.100 2020/10/25 12:53:54 nia Exp $ +# $NetBSD: Makefile,v 1.101 2021/01/31 13:03:07 adam Exp $ -DISTNAME= gpgme-1.14.0 +DISTNAME= gpgme-1.15.1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/security/gpgme/PLIST diff -u pkgsrc/security/gpgme/PLIST:1.22 pkgsrc/security/gpgme/PLIST:1.23 --- pkgsrc/security/gpgme/PLIST:1.22 Wed Apr 3 14:28:57 2019 +++ pkgsrc/security/gpgme/PLIST Sun Jan 31 13:03:07 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2019/04/03 14:28:57 adam Exp $ +@comment $NetBSD: PLIST,v 1.23 2021/01/31 13:03:07 adam Exp $ bin/gpgme-config bin/gpgme-json bin/gpgme-tool @@ -28,6 +28,7 @@ include/gpgme++/interfaces/assuantransac include/gpgme++/interfaces/dataprovider.h include/gpgme++/interfaces/passphraseprovider.h include/gpgme++/interfaces/progressprovider.h +include/gpgme++/interfaces/statusconsumer.h include/gpgme++/key.h include/gpgme++/keygenerationresult.h include/gpgme++/keylistresult.h @@ -35,6 +36,7 @@ include/gpgme++/notation.h include/gpgme++/result.h include/gpgme++/scdgetinfoassuantransaction.h include/gpgme++/signingresult.h +include/gpgme++/statusconsumerassuantransaction.h include/gpgme++/swdbresult.h include/gpgme++/tofuinfo.h include/gpgme++/trustitem.h Index: pkgsrc/security/gpgme/distinfo diff -u pkgsrc/security/gpgme/distinfo:1.46 pkgsrc/security/gpgme/distinfo:1.47 --- pkgsrc/security/gpgme/distinfo:1.46 Tue Aug 25 08:54:52 2020 +++ pkgsrc/security/gpgme/distinfo Sun Jan 31 13:03:07 2021 @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.46 2020/08/25 08:54:52 schmonz Exp $ +$NetBSD: distinfo,v 1.47 2021/01/31 13:03:07 adam Exp $ -SHA1 (gpgme-1.14.0.tar.bz2) = 90a1b678703b0cabdb953035a4bee012e5685dce -RMD160 (gpgme-1.14.0.tar.bz2) = 1889520e54ca69b06386b7b53f5dc82c6f8d036a -SHA512 (gpgme-1.14.0.tar.bz2) = b7ffa30a046c75215e1c73e2f34e5e65532e4dcf6bea55796adc6f82fd38dafe264bcd4332b2001155d6f9476d6fd82a77112dad31c1bb29db9ddefc532ae668 -Size (gpgme-1.14.0.tar.bz2) = 1678910 bytes +SHA1 (gpgme-1.15.1.tar.bz2) = 5ae07a303fcf9cec490dabdfbc6e0f3b8f6dd5a0 +RMD160 (gpgme-1.15.1.tar.bz2) = 16eb8809be0482f3f52c591d3235f0c169be8de0 +SHA512 (gpgme-1.15.1.tar.bz2) = 1d75a848cce6389f7cb8896b57a28dfe1dc5a447bfb4f128b0994a43e04134343400a3be063e971f03dfd595474cfd558519741d5d56afb3e84853ad4f2a45c2 +Size (gpgme-1.15.1.tar.bz2) = 1699349 bytes SHA1 (patch-Makefile.in) = 3277143d4aca64067249e03f584c9f7381c9037e SHA1 (patch-aa) = 6b81bc9b6b17f14329e0dbf1917d1352c142c072 -SHA1 (patch-lang_cpp_src_editinteractor.cpp) = f6e7234c31956ce81353d012b52011a72713e45d --_----------=_161209818749560--