Tor CI Release
dea6d3596b
release: ChangeLog and ReleaseNotes for 0.4.7.16
2023-11-03 09:36:40 -04:00
David Goulet
c61c1c2cfc
Merge branch 'maint-0.4.7' into release-0.4.7
2023-11-03 09:29:01 -04:00
Tor CI Release
6901949d38
fallbackdir: Update list generated on November 03, 2023
2023-11-03 09:25:34 -04:00
Tor CI Release
ee152a421e
Update geoip files to match ipfire location db, 2023/11/03.
2023-11-03 09:25:28 -04:00
David Goulet
65bb594ccf
Merge branch 'maint-0.4.7' into release-0.4.7
2023-11-03 09:04:27 -04:00
Alexander Færøy
7aa496a2e0
Fix TROVE-2023-004: Remote crash when compiled against OpenSSL
...
Fixes #40874
Signed-off-by: David Goulet <dgoulet@torproject.org >
2023-11-03 08:52:38 -04:00
David Goulet
fe338e2d68
release: ChangeLog and ReleaseNotes for 0.4.7.15
...
Signed-off-by: David Goulet <dgoulet@torproject.org >
2023-09-18 09:55:13 -04:00
David Goulet
8cd66da805
Merge branch 'maint-0.4.7' into release-0.4.7
2023-09-18 09:51:59 -04:00
Tor CI Release
4a11b4b95c
fallbackdir: Update list generated on September 18, 2023
2023-09-18 09:51:12 -04:00
Tor CI Release
4fc5fe7f69
Update geoip files to match ipfire location db, 2023/09/18.
2023-09-18 09:51:07 -04:00
David Goulet
77c41700ad
Merge branch 'maint-0.4.7' into release-0.4.7
2023-09-18 09:08:17 -04:00
David Goulet
c0a10b259c
Merge branch 'tor-gitlab/mr/764' into maint-0.4.7
2023-09-18 09:08:13 -04:00
David Goulet
23a965757d
Merge branch 'maint-0.4.7' into release-0.4.7
2023-09-18 09:05:45 -04:00
David Goulet
bb44a0a544
Merge branch 'tor-gitlab/mr/765' into maint-0.4.7
2023-09-18 09:05:42 -04:00
Alexander Færøy
3a5bf0f5e6
Add changes file for tor#40859.
2023-09-14 22:43:12 +02:00
Alexander Færøy
3d160b37c2
Lower the log-level and soften the language for our Zstd ABI compat check.
...
See: tpo/core/tor#40815.
2023-09-14 22:26:41 +02:00
David Goulet
6fa4314740
Merge branch 'maint-0.4.7' into release-0.4.7
2023-09-14 15:34:25 -04:00
Mike Perry
8fc589f564
Changes file for bug40858
2023-09-14 19:18:15 +00:00
David Goulet
666a272f3f
Merge branch 'maint-0.4.7' into release-0.4.7
2023-08-15 12:39:33 -04:00
David Goulet
fd3f9e8580
zstd: Check errors right affer compressing/decompressing
...
Considering a compression bomb before looking for errors led to false negative
log warnings. Instead, it is possible the work failed for whatever reasons
which is not indicative of a compression bomb.
Fixes #40739
Signed-off-by: David Goulet <dgoulet@torproject.org >
2023-08-14 11:05:23 -04:00
David Goulet
45f9b17475
release: ChangeLog and ReleaseNotes for 0.4.7.14
...
Signed-off-by: David Goulet <dgoulet@torproject.org >
2023-07-26 10:20:35 -04:00
David Goulet
4ff8f0ffa0
Merge branch 'maint-0.4.7' into release-0.4.7
2023-07-26 10:13:21 -04:00
Tor CI Release
fa40b0a122
fallbackdir: Update list generated on July 26, 2023
2023-07-26 10:12:30 -04:00
Tor CI Release
e4308eb159
Update geoip files to match ipfire location db, 2023/07/26.
2023-07-26 10:12:24 -04:00
David Goulet
0178cc9fd1
Merge branch 'maint-0.4.7' into release-0.4.7
2023-07-24 10:18:53 -04:00
David Goulet
d6fd7d1035
Fix all -Werror=enum-int-mismatch warnings
...
Close #40824
Signed-off-by: David Goulet <dgoulet@torproject.org >
2023-07-24 09:44:42 -04:00
David Goulet
b02407ef6c
Merge branch 'maint-0.4.7' into release-0.4.7
2023-07-12 08:17:23 -04:00
Roger Dingledine
3335829347
replace L2 vanguards that aren't Fast or Stable
...
Rotate to a new L2 vanguard whenever an existing one loses the
Stable or Fast flag. Previously, we would leave these relays in the
L2 vanguard list but never use them, and if all of our vanguards
end up like this we wouldn't have any middle nodes left to choose
from so we would fail to make onion-related circuits.
Fixes bug 40805; bugfix on 0.4.7.1-alpha.
2023-07-05 23:00:38 -04:00
David Goulet
eeb1f8b0fd
Merge branch 'maint-0.4.7' into release-0.4.7
2023-05-31 14:32:07 -04:00
David Goulet
066da91521
changes: Add file for MR 714
...
Signed-off-by: David Goulet <dgoulet@torproject.org >
2023-05-31 14:31:59 -04:00
David Goulet
322c1ed8fb
Merge branch 'maint-0.4.7' into release-0.4.7
2023-03-07 08:39:48 -05:00
Roger Dingledine
36612b9bf8
vote AuthDirMaxServersPerAddr in consensus params
...
Directory authorities now include their AuthDirMaxServersPerAddr
config option in the consensus parameter section of their vote. Now
external tools can better predict how they will behave.
In particular, the value should make its way to the
https://consensus-health.torproject.org/#consensusparams page.
Once enough dir auths vote this param, they should also compute a
consensus value for it in the consensus document. Nothing uses this
consensus value yet, but we could imagine having dir auths consult it
in the future.
Implements ticket 40753.
2023-02-13 13:54:29 -05:00
David Goulet
0b38e2e75a
Merge branch 'maint-0.4.7' into release-0.4.7
2023-02-13 10:16:13 -05:00
Gabriela Moldovan
21b3397f9b
metrics: Decrement hs_intro_established_count on intro circuit close.
...
Closes #40751 .
Signed-off-by: Gabriela Moldovan <gabi@torproject.org >
2023-02-10 20:31:36 +00:00
David Goulet
f731134697
Merge branch 'maint-0.4.7' into release-0.4.7
2023-01-26 13:11:22 -05:00
David Goulet
e390a7cdee
Merge branch 'tor-gitlab/mr/687' into maint-0.4.7
2023-01-26 13:11:18 -05:00
David Goulet
ee3173c965
Merge branch 'maint-0.4.7' into release-0.4.7
2023-01-25 14:13:35 -05:00
David Goulet
7b87ecf7e2
Merge branch 'maint-0.4.5' into maint-0.4.7
2023-01-25 14:13:35 -05:00
Micah Elizabeth Scott
a1d3d201ae
compress_lzma: New enum values from liblzma 5.3.x
...
Add new liblzma enums (LZMA_SEEK_NEEDED and LZMA_RET_INTERNAL*)
conditional to the API version they arrived in. The first stable
version of liblzma this affects is 5.4.0
Fixes #40741
Signed-off-by: Micah Elizabeth Scott <beth@torproject.org >
2023-01-25 14:13:31 -05:00
David Goulet
bff6d7a944
relay: Use the right max queue size value in log
...
Fixes #40745
Signed-off-by: David Goulet <dgoulet@torproject.org >
2023-01-25 14:10:20 -05:00
Tor CI Release
7a78436b0c
release: ChangeLog and ReleaseNotes for 0.4.7.13
2023-01-12 11:14:51 -05:00
David Goulet
30d31e7a0e
Merge branch 'maint-0.4.7' into release-0.4.7
2023-01-12 11:07:40 -05:00
David Goulet
64cebf4e1b
Merge branch 'maint-0.4.5' into maint-0.4.7
2023-01-12 11:07:39 -05:00
Tor CI Release
64c0a9fa74
fallbackdir: Update list generated on January 12, 2023
2023-01-12 11:07:33 -05:00
Tor CI Release
049d0818c6
Update geoip files to match ipfire location db, 2023/01/12.
2023-01-12 11:07:23 -05:00
David Goulet
3b14909785
Merge branch 'maint-0.4.7' into release-0.4.7
2023-01-12 10:52:35 -05:00
David Goulet
0df4083299
Merge branch 'maint-0.4.5' into maint-0.4.7
2023-01-12 10:52:35 -05:00
David Goulet
7b83e336ec
Merge branch 'ticket40730_045_01' into maint-0.4.5
2023-01-12 10:52:31 -05:00
David Goulet
1ee37f32f3
Merge branch 'maint-0.4.7' into release-0.4.7
2023-01-12 10:49:57 -05:00
David Goulet
f2e9ce72d6
dirauth: Reject 0.4.6.x series at the authority level
...
Closes #40664
Signed-off-by: David Goulet <dgoulet@torproject.org >
2023-01-12 09:07:52 -05:00