pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnupg-pkcs11-scd Update gnupg-pkcs11-scd to 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c51e3d015968
branches:  trunk
changeset: 418999:c51e3d015968
user:      manu <manu%pkgsrc.org@localhost>
date:      Wed Dec 11 01:44:37 2019 +0000

description:
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 <gnupg-2.1.19 the keys should be re-generated using:
       admin
       generate
   Do not replace keys!
   gpg will learn the private keys of the new card and attach to
   the existing public keys.
 * Support gnupg-2.1 features of using existing keys, keys
   should not be explicitly specified in configuration file
   any more.

2017-01-18 - Version 0.7.4

 * Fix gpg change in serialno attribute.
 * Sync with gnupg-2.1, thanks to Moritz Bechler.

2011-07-30 -- Version 0.7.3

 * Use assuan_sock_init, bug#3382372.

2011-04-09 -- Version 0.7.2

 * Some cleanups, thanks to Timo Schulz.
 * Sync hashing algorithms for OpenPGP.

2011-03-16 -- Version 0.7.1

 * Sync with gnupg-2.0.17.

diffstat:

 security/gnupg-pkcs11-scd/Makefile |  10 ++++++----
 security/gnupg-pkcs11-scd/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (35 lines):

diff -r 56c06a20e139 -r c51e3d015968 security/gnupg-pkcs11-scd/Makefile
--- a/security/gnupg-pkcs11-scd/Makefile        Tue Dec 10 22:26:53 2019 +0000
+++ b/security/gnupg-pkcs11-scd/Makefile        Wed Dec 11 01:44:37 2019 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.16 2019/11/04 21:12:52 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2019/12/11 01:44:37 manu Exp $
 
-VERSION=       0.7.0
+VERSION=       0.9.2
 DISTNAME=      gnupg-pkcs11-scd-${VERSION}
-PKGREVISION=   12
+#PKGREVISION=  1
 CATEGORIES=    security
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnupg-pkcs11/gnupg-pkcs11-scd/${VERSION}/}
+GITHUB_PROJECT=        gnupg-pkcs11-scd
+GITHUB_RELEASE=        ${DISTNAME}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=alonbl/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 56c06a20e139 -r c51e3d015968 security/gnupg-pkcs11-scd/distinfo
--- a/security/gnupg-pkcs11-scd/distinfo        Tue Dec 10 22:26:53 2019 +0000
+++ b/security/gnupg-pkcs11-scd/distinfo        Wed Dec 11 01:44:37 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:17:45 agc Exp $
+$NetBSD: distinfo,v 1.3 2019/12/11 01:44:37 manu Exp $
 
-SHA1 (gnupg-pkcs11-scd-0.7.0.tar.bz2) = 66f83d11c17be43da63d6ccd2478a38251e4cd9c
-RMD160 (gnupg-pkcs11-scd-0.7.0.tar.bz2) = 0b21a8dd907523df795dfbc5e8e84ee78d6618b4
-SHA512 (gnupg-pkcs11-scd-0.7.0.tar.bz2) = 7a72821fed1f20a2796db1b6450bfe1c06073e111ffd326a019a001b1a75862ba2fda6bcd19401a7f40d3268a6242b2432aee3dbe70cc8da2e629cf81ac92fb2
-Size (gnupg-pkcs11-scd-0.7.0.tar.bz2) = 120460 bytes
+SHA1 (gnupg-pkcs11-scd-0.9.2.tar.bz2) = 7c29547d34f6539c509cb5afb48e2cfe0720fac7
+RMD160 (gnupg-pkcs11-scd-0.9.2.tar.bz2) = 5a83c9d82b81f795c1066a9ab89604be096cc5d5
+SHA512 (gnupg-pkcs11-scd-0.9.2.tar.bz2) = 6afb9f0c50976636df611a0204edb0ec75aa194ba332314e3c2d7228ecf798e5f79923202f8f189b1e4aefa236a46165a5e3f0e0d98320dc4fac2bd9ac38249e
+Size (gnupg-pkcs11-scd-0.9.2.tar.bz2) = 147337 bytes



Home | Main Index | Thread Index | Old Index