* Allow more hash algorithms with the OpenPGP v2 card. * The gpg-agent now tests for a new gpg-agent.conf on a HUP. * Fixed output of "gpgconf --check-options". * Fixed a bug where Scdaemon sends a signal to Gpg-agent running in non-daemon mode. * Fixed TTY management for pinentries and session variable update problem.
16 lines
673 B
Text
16 lines
673 B
Text
$NetBSD: patch-ak,v 1.3 2011/01/20 08:54:56 adam Exp $
|
|
|
|
gpg-zip script will not be installed, so man page also should not be installed.
|
|
If will introduce conflict with security/gnupg.
|
|
|
|
--- doc/Makefile.am.orig 2009-12-16 18:23:55.000000000 +0000
|
|
+++ doc/Makefile.am
|
|
@@ -65,7 +65,7 @@ myman_sources = gnupg7.texi gpg.texi gpg
|
|
myman_pages = gpg2.1 gpgsm.1 gpg-agent.1 scdaemon.1 gpgv2.1 \
|
|
watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \
|
|
gpg-connect-agent.1 gpgparsemail.1 symcryptrun.1 \
|
|
- gpgsm-gencert.sh.1 applygnupgdefaults.8 gpg-zip.1
|
|
+ gpgsm-gencert.sh.1 applygnupgdefaults.8
|
|
|
|
man_MANS = $(myman_pages)
|
|
noinst_MANS = gnupg.7
|