This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch release-0.4.5 in repository tor.
from 283f2f6fc7 Merge branch 'maint-0.4.5' into release-0.4.5 new ec0414270a Update geoip files to match ipfire location db, 2022/12/06. new 1992c553d5 fallbackdir: Update list generated on December 06, 2022 new b4fe2c94f4 Merge branch 'maint-0.4.5' into release-0.4.5 new 7f1658daa3 release: ChangeLog and ReleaseNotes for 0.4.5.15 new 2be4c8319a version: Bump version to 0.4.5.15 new 90638c3be7 Merge branch 'maint-0.4.5' into release-0.4.5
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 37 + ReleaseNotes | 37 + changes/bug40684 | 6 - changes/geoip-2022-08-12 | 5 - changes/ticket40674 | 3 - changes/ticket40687 | 2 - changes/ticket40688 | 3 - changes/ticket40722 | 5 - configure.ac | 4 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/app/config/fallback_dirs.inc | 972 +++--- src/config/geoip | 5870 ++++++++++++++++++--------------- src/config/geoip6 | 6070 ++++++++++++++++++++++++++--------- src/win32/orconfig.h | 2 +- 14 files changed, 8323 insertions(+), 4695 deletions(-) delete mode 100644 changes/bug40684 delete mode 100644 changes/geoip-2022-08-12 delete mode 100644 changes/ticket40674 delete mode 100644 changes/ticket40687 delete mode 100644 changes/ticket40688 delete mode 100644 changes/ticket40722
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.5 in repository tor.
commit b4fe2c94f4ef9338a2bbf87b8998a1eee9975fcd Merge: 283f2f6fc7 1992c553d5 Author: David Goulet dgoulet@torproject.org AuthorDate: Tue Dec 6 10:10:41 2022 -0500
Merge branch 'maint-0.4.5' into release-0.4.5
changes/fallbackdirs-2022-12-06 | 2 + changes/geoip-2022-12-06 | 3 + src/app/config/fallback_dirs.inc | 972 +++--- src/config/geoip | 5870 +++++++++++++++++++----------------- src/config/geoip6 | 6070 ++++++++++++++++++++++++++++---------- 5 files changed, 8250 insertions(+), 4667 deletions(-)
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.5 in repository tor.
commit 7f1658daa3cb44b713f436e1e33bf121be566a6d Author: Tor CI Release no-email@torproject.org AuthorDate: Tue Dec 6 15:05:23 2022 +0000
release: ChangeLog and ReleaseNotes for 0.4.5.15 --- ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ ReleaseNotes | 37 +++++++++++++++++++++++++++++++++++++ changes/bug40684 | 6 ------ changes/fallbackdirs-2022-12-06 | 2 -- changes/geoip-2022-08-12 | 5 ----- changes/geoip-2022-12-06 | 3 --- changes/ticket40674 | 3 --- changes/ticket40687 | 2 -- changes/ticket40688 | 3 --- changes/ticket40722 | 5 ----- 10 files changed, 74 insertions(+), 29 deletions(-)
diff --git a/ChangeLog b/ChangeLog index c120861a0c..7a31917078 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +Changes in version 0.4.5.15 - 2022-12-06 + This version has several major changes for directory authorities. And a + major bugfix on OSX. Again, we strongly recommend to upgrade to our 0.4.7.x + series latest stable. This series is EOL on February 15th, 2023. + + o Directory authority changes (dizum): + - Change dizum IP address. Closes ticket 40687. + + o Directory authority changes (Faravahar): + - Remove Faravahar until its operator, Sina, set it back up online + outside of Team Cymru network. Closes ticket 40688. + + o Directory authority changes (moria1): + - Rotate the relay identity key and v3 identity key for moria1. They + have been online for more than a decade and refreshing keys + periodically is good practice. Advertise new ports too, to avoid + confusion. Closes ticket 40722. + + o Major bugfixes (OSX): + - Fix coarse-time computation on Apple platforms (like Mac M1) where + the Mach absolute time ticks do not correspond directly to + nanoseconds. Previously, we computed our shift value wrong, which + led us to give incorrect timing results. Fixes bug 40684; bugfix + on 0.3.3.1-alpha. + + o Major bugfixes (relay): + - Improve security of our DNS cache by randomly clipping the TTL + value. TROVE-2021-009. Fixes bug 40674; bugfix on 0.3.5.1-alpha. + + o Minor features (fallbackdir): + - Regenerate fallback directories generated on December 06, 2022. + + o Minor features (geoip data): + - Update the geoip files to match the IPFire Location Database, as + retrieved on 2022/12/06. + + Changes in version 0.4.5.14 - 2022-08-12 This version updates the geoip cache that we generate from IPFire location database to use the August 9th, 2022 one. Everyone MUST update to this diff --git a/ReleaseNotes b/ReleaseNotes index 1b9d64cbc2..d094336a66 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -2,6 +2,43 @@ This document summarizes new features and bugfixes in each stable release of Tor. If you want to see more detailed descriptions of the changes in each development snapshot, see the ChangeLog file.
+Changes in version 0.4.5.15 - 2022-12-06 + This version has several major changes for directory authorities. And a + major bugfix on OSX. Again, we strongly recommend to upgrade to our 0.4.7.x + series latest stable. This series is EOL on February 15th, 2023. + + o Directory authority changes (dizum): + - Change dizum IP address. Closes ticket 40687. + + o Directory authority changes (Faravahar): + - Remove Faravahar until its operator, Sina, set it back up online + outside of Team Cymru network. Closes ticket 40688. + + o Directory authority changes (moria1): + - Rotate the relay identity key and v3 identity key for moria1. They + have been online for more than a decade and refreshing keys + periodically is good practice. Advertise new ports too, to avoid + confusion. Closes ticket 40722. + + o Major bugfixes (OSX): + - Fix coarse-time computation on Apple platforms (like Mac M1) where + the Mach absolute time ticks do not correspond directly to + nanoseconds. Previously, we computed our shift value wrong, which + led us to give incorrect timing results. Fixes bug 40684; bugfix + on 0.3.3.1-alpha. + + o Major bugfixes (relay): + - Improve security of our DNS cache by randomly clipping the TTL + value. TROVE-2021-009. Fixes bug 40674; bugfix on 0.3.5.1-alpha. + + o Minor features (fallbackdir): + - Regenerate fallback directories generated on December 06, 2022. + + o Minor features (geoip data): + - Update the geoip files to match the IPFire Location Database, as + retrieved on 2022/12/06. + + Changes in version 0.4.5.14 - 2022-08-12 This version updates the geoip cache that we generate from IPFire location database to use the August 9th, 2022 one. Everyone MUST update to this diff --git a/changes/bug40684 b/changes/bug40684 deleted file mode 100644 index 8c751ede2c..0000000000 --- a/changes/bug40684 +++ /dev/null @@ -1,6 +0,0 @@ - o Major bugfixes (OSX): - - Fix coarse-time computation on Apple platforms (like Mac M1) where - the Mach absolute time ticks do not correspond directly to - nanoseconds. Previously, we computed our shift value wrong, which - led us to give incorrect timing results. - Fixes bug 40684; bugfix on 0.3.3.1-alpha. diff --git a/changes/fallbackdirs-2022-12-06 b/changes/fallbackdirs-2022-12-06 deleted file mode 100644 index 17daf63f53..0000000000 --- a/changes/fallbackdirs-2022-12-06 +++ /dev/null @@ -1,2 +0,0 @@ - o Minor features (fallbackdir): - - Regenerate fallback directories generated on December 06, 2022. diff --git a/changes/geoip-2022-08-12 b/changes/geoip-2022-08-12 deleted file mode 100644 index e8f282db01..0000000000 --- a/changes/geoip-2022-08-12 +++ /dev/null @@ -1,5 +0,0 @@ - o Major bugfixes (geoip data): - - IPFire informed us on August 12th that databases generated after - (including) August 10th did not have proper ARIN network allocations. We - are updating the database to use the one generated on August 9th, 2022. - Fixes bug 40658; bugfix on 0.4.5.13. diff --git a/changes/geoip-2022-12-06 b/changes/geoip-2022-12-06 deleted file mode 100644 index f96e833e63..0000000000 --- a/changes/geoip-2022-12-06 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features (geoip data): - - Update the geoip files to match the IPFire Location Database, - as retrieved on 2022/12/06. diff --git a/changes/ticket40674 b/changes/ticket40674 deleted file mode 100644 index b371cafcf0..0000000000 --- a/changes/ticket40674 +++ /dev/null @@ -1,3 +0,0 @@ - o Major bugfixes (relay): - - Improve security of our DNS cache by randomly clipping the TTL value. - TROVE-2021-009. Fixes bug 40674; bugfix on 0.3.5.1-alpha. diff --git a/changes/ticket40687 b/changes/ticket40687 deleted file mode 100644 index e96119cf49..0000000000 --- a/changes/ticket40687 +++ /dev/null @@ -1,2 +0,0 @@ - o Directory authority changes (dizum): - - Change dizum IP address. Closes ticket 40687. diff --git a/changes/ticket40688 b/changes/ticket40688 deleted file mode 100644 index 79350cb836..0000000000 --- a/changes/ticket40688 +++ /dev/null @@ -1,3 +0,0 @@ - o Directory authority changes (Faravahar): - - Remove Faravahar until its operator, Sina, set it back up online outside - of Team Cymru network. Closes ticket 40688. diff --git a/changes/ticket40722 b/changes/ticket40722 deleted file mode 100644 index a9a9f520a9..0000000000 --- a/changes/ticket40722 +++ /dev/null @@ -1,5 +0,0 @@ - o Directory authority changes (moria1): - - Rotate the relay identity key and v3 identity key for moria1. They - have been online for more than a decade and refreshing keys - periodically is good practice. Advertise new ports too, to avoid - confusion. Closes ticket 40722.
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.5 in repository tor.
commit 90638c3be75e811512d21923fea84d71b7ce69c9 Merge: 7f1658daa3 2be4c8319a Author: David Goulet dgoulet@torproject.org AuthorDate: Tue Dec 6 10:23:00 2022 -0500
Merge branch 'maint-0.4.5' into release-0.4.5
configure.ac | 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
tor-commits@lists.torproject.org