Upgrade Tor from 0.4.5.8 to 0.4.7.13#111
Open
rhatto wants to merge 1 commit intoalecmuffett:masterfrom
Open
Conversation
Tor 0.4.5 series reached End Of Life on Feb 15th 2023: https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/CoreTorReleases This commit upgrades Tor on EOTK to the latest 0.4.7.13 release. Recently Tor changed the way it distributes tarball signatures, so this commit also keep things up to date in that regard.
Owner
|
Hi Rhatto!
Have you tested that everything still works for you?
…On Fri, 3 Mar 2023, 17:15 rhatto, ***@***.***> wrote:
Tor 0.4.5 series reached End Of Life on Feb 15th 2023:
https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/CoreTorReleases
This commit upgrades Tor on EOTK to the latest 0.4.7.13 release.
Recently Tor changed the way it distributes tarball signatures, so this
commit also keep things up to date in that regard.
Here is the build.log
<https://github.com/alecmuffett/eotk/files/10884632/build.log> resulting
from running LC_ALL=C ./opt.d/build-ubuntu-20.04.sh in a fresh Ubuntu
20.04 LTS virtual machine and against the proposed changes.
------------------------------
You can view, comment on, or merge this pull request online at:
#111
Commit Summary
- 3db34a7
<3db34a7>
upgrade Tor from 0.4.5.8 to 0.4.7.13
File Changes
(1 file <https://github.com/alecmuffett/eotk/pull/111/files>)
- *M* opt.d/lib.sh
<https://github.com/alecmuffett/eotk/pull/111/files#diff-0d39eda008dc73bd601d73d906f8df35403aeece6d523f1e3ee653279aa745e3>
(13)
Patch Links:
- https://github.com/alecmuffett/eotk/pull/111.patch
- https://github.com/alecmuffett/eotk/pull/111.diff
—
Reply to this email directly, view it on GitHub
<#111>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGC4EH7XGB5B3RASFBDPZ3W2IRLTANCNFSM6AAAAAAVO3M6ZA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Author
Everything seems to be working fine with the wikipedia template. I haven't tested it on production or in a persistent virtual machine, nor performed extensive tests, but I'd be happy to test more if there's some specific procedure or actions I should follow, or any detail I should pay attention to. |
Author
|
I have created a fork which will help me test this and other improvements, and put them into production: https://gitlab.torproject.org/tpo/onion-services/eotk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tor 0.4.5 series reached End Of Life on Feb 15th 2023: https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/CoreTorReleases
This commit upgrades Tor on EOTK to the latest 0.4.7.13 release.
Recently Tor changed the way it distributes tarball signatures, so this commit also keep things up to date in that regard.
Here is the build.log resulting from running
LC_ALL=C ./opt.d/build-ubuntu-20.04.shin a fresh Ubuntu 20.04 LTS virtual machine and against the proposed changes.