Re: Complete Ubuntu compile of GnuPG

2017-11-21 Thread Robert J. Hansen
> The bash file works on a fresh install of Ubuntu 16.04, 17.10 and > Raspbian Stretch (for Raspberry Pi).  Any suggestions for improvements? Pass --enable-g13 --enable-wks-tools to your make invocation. make -f build-aux/speedo.mk INSTALL_PREFIX=/usr/local \

[Announce] GnuPG 2.2.3 released

2017-11-21 Thread Werner Koch
Hello! We are is pleased to announce the availability of a new GnuPG release: version 2.2.3. This is a maintenance release; see below for a list of fixed bugs. About GnuPG === The GNU Privacy Guard (GnuPG) is a complete and free implementation of the OpenPGP standard which is commonly

Re: Using the OpenPGP Card on Unix && Win7

2017-11-21 Thread Matthias Apitz
Hello, Thanks, Werner, for the helping hand. I did so to capture the log of the scdaemon. But did not used the nice trick of TCP, because I did not wanted to have the VM up and running and blocking the OpenPGP Card on USB. I run all the GnuPG commands from the DOS cmd shell, only the tail of

Re: Using the OpenPGP Card on Unix && Win7

2017-11-21 Thread NIIBE Yutaka
Matthias Apitz wrote: > The produced log is: > > $ cat ../AppData/Local/VirtualStore/Windows/SysWOW64/scdaemon.log [...] > 2017-11-21 08:24:04 scdaemon[3868.2] DBG: enter: apdu_open_reader: > portstr=(null) > 2017-11-21 08:24:04 scdaemon[3868.2] detected reader 'Broadcom Corp

Re: Getting more verbose details of a key

2017-11-21 Thread Peter Lebbing
On 20/11/17 08:56, Werner Koch wrote: > (Suggestions for the name of a shortcut command are welcome) How about just --show? It was suggested in an unfriendly manner at LWN[1], but apart from the unfriendliness, I do think it makes sense. It does imply that it works for more than just keys,

Re: Using the OpenPGP Card on Unix && Win7

2017-11-21 Thread Matthias Apitz
El día martes, noviembre 21, 2017 a las 06:50:18p. m. +0900, NIIBE Yutaka escribió: > Matthias Apitz wrote: > > The produced log is: > > > > $ cat ../AppData/Local/VirtualStore/Windows/SysWOW64/scdaemon.log > [...] > > 2017-11-21 08:24:04 scdaemon[3868.2] DBG: enter:

Which gnupg2-smime should I use for this build?

2017-11-21 Thread Dustin Rogers
Hi gnupg users: Which gnupg2-smime should I use here with this amazn linux? Error: Package: gnupg2-smime-2.0.14-8.el6.x86_64 (/gnupg2-smime-2.0.14-8.el6.x86_64) Requires: gnupg2 = 2.0.14-8.el6 Installed: gnupg2-2.0.28-1.30.amzn1.x86_64 (installed)

Complete Ubuntu compile of GnuPG

2017-11-21 Thread murphy
My goal is to compile the latest version of GnuPG for Ubuntu.  The following bash file does pretty well: cd ~/Downloads version=gnupg-2.2.3 wget https://gnupg.org/ftp/gcrypt/gnupg/$version.tar.bz2 wget https://gnupg.org/ftp/gcrypt/gnupg/$version.tar.bz2.sig tar xf $version.tar.bz2 cd $version