On Fri, Jul 12, 2013 at 10:30:49PM +0000, brian m. carlson wrote: > On Thu, Jul 11, 2013 at 03:33:21PM +0200, Bill Allombert wrote: > > GPG=/usr/bin/gpg > > if [ "$ENCRYPT" = "yes" ] && [ -x "$GPG" ]; then > > POPCONGPG="$POPCON.gpg" > > rm -f "$POPCONGPG" > > $GPG --no-default-keyring --keyring "$KEYRING" --trust-model=always \ > > I know you're using GnuPG 1.x here, but be aware that upstream has > removed the --keyring option in newer 2.x versions, so this will break > at some point in the future if GnuPG 2.x gets used.
This is Werner answer to this question: <http://lists.gnupg.org/pipermail/gnupg-users/2013-August/047180.html> ! ! ! > 2) I was told --keyring will be removed in gpg2, and obviously I cannot ! > use gpgv. ! ! No, that is not the case. I talked about removing the support for ! multiple keyrings, because that has a lot of problems. The option to ! specify a keyring for the public keys will not go away. The option ! --secret-keyring will have no more effect in 2.1. Cheers, -- Bill. <ballo...@debian.org> Imagine a large red swirl here. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130801091006.GA32355@yellowpig