Received: by mail.netbsd.org (Postfix, from userid 605) id CE94B84D52; Wed, 11 Dec 2019 01:44:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5813484CE9 for ; Wed, 11 Dec 2019 01:44:38 +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 VNdL2KV72GUY for ; Wed, 11 Dec 2019 01:44:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8DCCF84C2B for ; Wed, 11 Dec 2019 01:44:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 811CFFA97; Wed, 11 Dec 2019 01:44:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576028677152340" MIME-Version: 1.0 Date: Wed, 11 Dec 2019 01:44:37 +0000 From: "Emmanuel Dreyfus" Subject: CVS commit: pkgsrc/security/gnupg-pkcs11-scd To: pkgsrc-changes@NetBSD.org Reply-To: manu@netbsd.org X-Mailer: log_accum Message-Id: <20191211014437.811CFFA97@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. --_----------=_1576028677152340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: manu Date: Wed Dec 11 01:44:37 UTC 2019 Modified Files: pkgsrc/security/gnupg-pkcs11-scd: Makefile distinfo Log Message: Update gnupg-pkcs11-scd to 0.9.2 Changelog since 0.7.0 2019-01-05 - Version 0.9.2 * Fixu Windows build issues, thanks Luka Logar. * Use pin-cache configuration, thanks Luka Logar. * Support openssl-1.1, thanks Thorsten Alteholz, W. Michael Petullo. 2017-09-26 - Version 0.9.1 * Support unix domain socket credentials on FreeBSD. * Introduce GNUPG_PKCS11_SOCKETDIR to instruct where sockets are created. * Make proxy systemd service work again per change of systemd behavior. 2017-08-25 - Version 0.9.0 * Avoid dup of stdin/stdout so that the terminate assuan hack operational again. * Introduce gnupg-pkcs11-scd-proxy to allow isolation of the PKCS#11 provider. * Lots of cleanups. 2017-07-15 - Version 0.8.0 * Support multiple tokens via serial numbers by hashing token id into serial number. Implementation changes the card serial number yet again, executing gpg --card-status should resync. 2017-04-18 - Version 0.7.6 * Add --homedir parameter. * Rework serial responses for gnupg-2.1.19. 2017-03-01 - Version 0.7.5 * Fix issue with decrypting padded data, thanks to smunaut. * Catchup with gnupg-2.1 changes which caused inability to support both gpg and gpgsm. Implementation had to change card serial number, as a result current keys of gpg will look for the previous serial card. emulate-openpgpg option is obsoleted and removed. ACTION REQUIRED in order to assign new card serial number to existing keys. backup your ~/.gnupg. delete all PKCS#11 secret keys using: gpg --delete-secret-keys $KEY then Then refresh keys using: gpg --card-edit In