[tor-commits] [torspec/master] Fix a bogus part of dir-spec wrt specification of "package" line.

nickm at torproject.org nickm at torproject.org
Fri Jun 16 18:14:58 UTC 2017


commit 5b7a7d6264f24c029377ac2d9efc58ea48be86a0
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Jun 16 14:14:53 2017 -0400

    Fix a bogus part of dir-spec wrt specification of "package" line.
---
 dir-spec.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index 61d218e..fb35a24 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -1675,7 +1675,8 @@
         DIGESTS = DIGEST | DIGESTS SP DIGEST
         DIGEST = DIGESTTYPE "=" DIGESTVAL
         NONSPACE = one or more non-space printing characters
-        DIGESTVAL = DIGESTTYPE = one or more non-=, non-" " characters.
+        DIGESTVAL = DIGESTTYPE = one or more non-space printing characters
+              other than "=".
 
         Indicates that a package called "package" of version VERSION may be
         found at URL, and its digest as computed with DIGESTTYPE is equal to



More information about the tor-commits mailing list