Package: nettle-bin
Version: 3.1.1-4
Severity: normal
Tags: patch
nettle-hash has a --raw argument, which is described in nettle-hash.1
but not explicitly mentioned.
The attached patch should fix this.
Thanks for maintaining nettle in debian!
--dkg
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.3.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages nettle-bin depends on:
ii libc6 2.21-4
ii libgmp10 2:6.1.0+dfsg-2
ii libhogweed4 3.1.1-4
ii libnettle6 3.1.1-4
nettle-bin recommends no packages.
Versions of packages nettle-bin suggests:
pn lsh-doc <none>
-- debconf-show failed
Index: nettle-hash.1
===================================================================
--- nettle-hash.1 (revision 146)
+++ nettle-hash.1 (working copy)
@@ -45,6 +45,9 @@
.B \-\-list
List supported hash algorithms.
.TP
+.B \-\-raw
+Produce raw binary output.
+.TP
.B \-\-help
Show summary of options.
.TP