commit a9217bf6a5551e670f781fd97072ab352aea4296 Author: Nick Mathewson nickm@torproject.org Date: Tue Feb 28 09:22:11 2017 -0500
appease lintchanges --- changes/bug21116 | 2 +- changes/bug21278_extras | 1 + changes/bug21278_prevention | 2 +- changes/bug21471 | 2 +- changes/bug21553 | 2 +- changes/bug21562 | 2 +- changes/geoip-february2017 | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/changes/bug21116 b/changes/bug21116 index 2304ab0..6c94f8f 100644 --- a/changes/bug21116 +++ b/changes/bug21116 @@ -1,3 +1,3 @@ o Minor bugfixes (test): - - Fix Raspbian build missing socket errno in test util. Fixes bug 21116.; + - Fix Raspbian build missing socket errno in test util. Fixes bug 21116; bugfix on tor-0.2.8.2. Patch by "hein". diff --git a/changes/bug21278_extras b/changes/bug21278_extras index ffdf4a0..73eac67 100644 --- a/changes/bug21278_extras +++ b/changes/bug21278_extras @@ -1,3 +1,4 @@ o Minor bugfixes (code correctness): - Repair a couple of (unreachable or harmless) cases of the risky comparison-by-subtraction pattern that caused bug 21278. + diff --git a/changes/bug21278_prevention b/changes/bug21278_prevention index e07f0a6..37f84cb 100644 --- a/changes/bug21278_prevention +++ b/changes/bug21278_prevention @@ -1,4 +1,4 @@ o Minor features (directory authority): - Directory authorities now reject descriptors that claim to be malformed versions of Tor. Helps prevent exploitation of bug 21278. - + diff --git a/changes/bug21471 b/changes/bug21471 index 684035b..677e21b 100644 --- a/changes/bug21471 +++ b/changes/bug21471 @@ -1,5 +1,5 @@ o Major bugfixes (hidden service directory v3): - When a descriptor lookup was done and it was not found in the directory cache, it would crash on a NULL pointer instead of returning the 404 - code back to the client like it was suppose to. Fixes bug 21471.; + code back to the client like it was suppose to. Fixes bug 21471; bugfixes on tor-0.3.0.1-alpha. diff --git a/changes/bug21553 b/changes/bug21553 index 6ffa3e2..2da167e 100644 --- a/changes/bug21553 +++ b/changes/bug21553 @@ -4,4 +4,4 @@ an overflow passing an enormous value to the signing digest function. Fortunately, that value was only used to make sure the destination buffer length was big enough for the key size and in this case it was. - Fixes bug 21553; bugfix on tor-0.3.0.1-alpha. + Fixes bug 21553; bugfix on 0.3.0.1-alpha. diff --git a/changes/bug21562 b/changes/bug21562 index 48396a0..930d991 100644 --- a/changes/bug21562 +++ b/changes/bug21562 @@ -1,4 +1,4 @@ o Minor bugfixes (testing): - Use bash in src/test/test-network.sh. This ensures we reliably call chutney's newer tools/test-network.sh when available. - Fixes bug 21562; bugfix on tor-0.2.9.1-alpha. + Fixes bug 21562; bugfix on 0.2.9.1-alpha. diff --git a/changes/geoip-february2017 b/changes/geoip-february2017 index ec54b61..f8a4909 100644 --- a/changes/geoip-february2017 +++ b/changes/geoip-february2017 @@ -1,4 +1,4 @@ - o Minor features: + o Minor features (geoip): - Update geoip and geoip6 to the February 8 2017 Maxmind GeoLite2 Country database.
tor-commits@lists.torproject.org