[Pkg-gnupg-commit] [gnupg2] 205/205: document gpgv --weak-digest in --help

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 11 08:38:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 8b81126ec71247bde8cb8cefe3dbb5d305fcc17d
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue May 10 23:06:15 2016 -0400

    document gpgv --weak-digest in --help
---
 ...-gpgv-document-weak-digest-in-help-output.patch | 23 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/0005-gpgv-document-weak-digest-in-help-output.patch b/debian/patches/0005-gpgv-document-weak-digest-in-help-output.patch
new file mode 100644
index 0000000..d049d07
--- /dev/null
+++ b/debian/patches/0005-gpgv-document-weak-digest-in-help-output.patch
@@ -0,0 +1,23 @@
+From: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
+Date: Tue, 10 May 2016 22:51:21 -0400
+Subject: gpgv: document --weak-digest in --help output
+
+* g10/gpgv.c (opts): add docstring for --weak-digest option.
+---
+ g10/gpgv.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/g10/gpgv.c b/g10/gpgv.c
+index 2a53e69..6269342 100644
+--- a/g10/gpgv.c
++++ b/g10/gpgv.c
+@@ -79,7 +79,8 @@ static ARGPARSE_OPTS opts[] = {
+                 N_("|FD|write status info to this FD")),
+   ARGPARSE_s_i (oLoggerFD, "logger-fd", "@"),
+   ARGPARSE_s_s (oHomedir, "homedir", "@"),
+-  ARGPARSE_s_s (oWeakDigest, "weak-digest", "@"),
++  ARGPARSE_s_s (oWeakDigest, "weak-digest",
++                N_("|ALGO|do not accept signatures made with algorithm ALGO")),
+ 
+   ARGPARSE_end ()
+ };
diff --git a/debian/patches/series b/debian/patches/series
index 1fa584c..52b5f0a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0003-Avoid-simple-memory-dumps-via-ptrace.patch
 0003-gpg-Request-a-save-after-cmd-check-fixed-something.patch
 0004-gpg-Fix-buglet-in-the-check_all_keysigs-function.patch
+0005-gpgv-document-weak-digest-in-help-output.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list