aboutsummaryrefslogtreecommitdiff
path: root/proposals/227-vote-on-package-fingerprints.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-10 14:56:45 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-10 14:56:45 -0500
commiteee061542a7d4e9b62e64bbedc4dd583fe02e583 (patch)
tree466e0e86bdfde71b42ab2e54ca3907530da7b28c /proposals/227-vote-on-package-fingerprints.txt
parent3c44820f3828a009d733bf5224916e83ddf508f0 (diff)
downloadtorspec-eee061542a7d4e9b62e64bbedc4dd583fe02e583.tar.gz
torspec-eee061542a7d4e9b62e64bbedc4dd583fe02e583.zip
tweak proposal 227 to match my implementation.
Diffstat (limited to 'proposals/227-vote-on-package-fingerprints.txt')
-rw-r--r--proposals/227-vote-on-package-fingerprints.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/proposals/227-vote-on-package-fingerprints.txt b/proposals/227-vote-on-package-fingerprints.txt
index 9c8652e..d82f76c 100644
--- a/proposals/227-vote-on-package-fingerprints.txt
+++ b/proposals/227-vote-on-package-fingerprints.txt
@@ -44,9 +44,12 @@ Status: Open
Votes and consensuses may include any number of "package" lines,
but no vote or consensus may include more than one "package" line
with the same PACKAGENAME and VERSION values. All "package"
- lines must be sorted by PACKAGENAME, and then by VERSION, in
+ lines must be sorted by "PACKAGENAME VERSION", in
lexical (strcmp) order.
+ (If a vote contains multiple entries with the same PACKAGENAME and
+ VERSION, then only the last one is considered.)
+
If the consensus-method is at least (TBD), then when computing
the consensus, package lines for a given PACKAGENAME/VERSION pair
should be included if at least three authorities list such a
@@ -141,3 +144,4 @@ Status: Open
This proposal is not a substitute for a proper software update
tool.
+