Hello
I'm running ubuntu, jammy, arm64.
When I run:
machine@user_1:~$ sudo apt-get install obfs4proxy Reading package lists... Done Building dependency tree... Done Reading state information... Done obfs4proxy is already the newest version (0.0.13-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Where do I get version 14?
-m
On Fri, Jan 13, 2023 at 7:00 AM tor-relays-request@lists.torproject.org wrote:
Send tor-relays mailing list submissions to tor-relays@lists.torproject.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays or, via email, send a message with subject or body 'help' to tor-relays-request@lists.torproject.org
You can reach the person managing the list at tor-relays-owner@lists.torproject.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of tor-relays digest..."
Today's Topics:
- obfs4proxy on arm64 (tor)
- Re: obfs4proxy on arm64 (meskio)
Message: 1 Date: Thu, 12 Jan 2023 18:11:40 -0500 From: tor tor@kevinandmatt.com To: tor-relays@lists.torproject.org Subject: [tor-relays] obfs4proxy on arm64 Message-ID: <CAE8TgqTFidzSHmS+u2h5OBfwaS2xaK_tqc3ddh6jcm4= OdgRLA@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
Hi Where do I find the updated version of obfs4proxy for arm64? -m
On Wed, Jan 11, 2023 at 7:00 AM tor-relays-request@lists.torproject.org wrote:
Send tor-relays mailing list submissions to tor-relays@lists.torproject.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays or, via email, send a message with subject or body 'help' to tor-relays-request@lists.torproject.org
You can reach the person managing the list at tor-relays-owner@lists.torproject.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of tor-relays digest..."
Today's Topics:
- Re: security update for obfs4proxy (meskio)
Message: 1 Date: Tue, 10 Jan 2023 19:51:49 +0100 From: meskio meskio@torproject.org To: tor-relays tor-relays@lists.torproject.org Subject: Re: [tor-relays] security update for obfs4proxy Message-ID: 167337670907.1540.14665065923373201554@localhost Content-Type: text/plain; charset="utf-8"
We have made public the details of the distinguishability bugs that were affecting obfs4: https://gitlab.torproject.org/tpo/anti-censorship/team/-/issues/91
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/obfs4...
Most bridges are already upgraded, thank you all bridge operators for the work here.
Quoting meskio (2022-10-14 11:28:44)
Hello,
The latest version of obfs4proxy (0.0.14) comes with an important
security fix.
If you are running a obfs4 Tor bridge please upgrade as soon as
possible.
If you use debian you can find the Debian package in stable-backports: https://packages.debian.org/stable-backports/obfs4proxy
If you use docker you'll find the latest version in docker hub: https://hub.docker.com/r/thetorproject/obfs4-bridge/
Or you can find the source code in the upstream repository: https://gitlab.com/yawning/obfs4
If you need help upgrading your relay, please use this mailing list or
the Tor
Forum: https://forum.torproject.net/c/support/relay-operator/17
We appreciate a lot your effort and time!
Thank you
-- meskio | https://meskio.net/ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- My contact info: https://meskio.net/crypto.txt -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Nos vamos a Croatan.
On Freitag, 13. Januar 2023 15:40:50 CET tor wrote:
Hello
I'm running ubuntu, jammy, arm64.
When I run:
machine@user_1:~$ sudo apt-get install obfs4proxy Reading package lists... Done Building dependency tree... Done Reading state information... Done obfs4proxy is already the newest version (0.0.13-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Where do I get version 14?
From backports: https://lists.torproject.org/pipermail/tor-relays/2023-January/020976.html
If ubuntu doesn't have one yet: (blame https://canonical.com/) backport it yourself or take it from the debian repo.
On Freitag, 13. Januar 2023 16:09:33 CET lists@for-privacy.net wrote:
Where do I get version 14?
From backports: https://lists.torproject.org/pipermail/tor-relays/2023-January/020976.html
A little help for backports that I've already posted: https://lists.torproject.org/pipermail/tor-relays/2022-March/020461.html
1. check which version is installed:
~# apt-cache policy obfs4proxy obfs4proxy: Installed: 0.0.14-1~bpo11 Candidate: 0.0.14-1~bpo11 Version table: *** 0.0.14-1~bpo11 100 100 https://deb.debian.org/debian bullseye-backports/main amd64 Packages 100 /var/lib/dpkg/status 0.0.8-1+b6 500 500 https://deb.debian.org/debian bullseye/main amd64 Packages
2. Add Backports to sources.list: ~# sudo nano /etc/apt/sources.list
# bullseye-backports, previously on backports.debian.org deb http://deb.debian.org/debian/ bullseye-backports main
3. Then install:
~# sudo apt update ~# sudo apt install -t bullseye-backports obfs4proxy
https://backports.debian.org/Instructions/ Installed backport packages are set to 'AutomaticUpgrades: yes'
Just out of curiosity, when will this version be implemented in the TOR repositories?
/M
On Fri, Jan 13, 2023 at 5:29 PM lists@for-privacy.net wrote:
On Freitag, 13. Januar 2023 16:09:33 CET lists@for-privacy.net wrote:
Where do I get version 14?
From backports:
https://lists.torproject.org/pipermail/tor-relays/2023-January/020976.html
A little help for backports that I've already posted: https://lists.torproject.org/pipermail/tor-relays/2022-March/020461.html
- check which version is installed:
~# apt-cache policy obfs4proxy obfs4proxy: Installed: 0.0.14-1~bpo11 Candidate: 0.0.14-1~bpo11 Version table: *** 0.0.14-1~bpo11 100 100 https://deb.debian.org/debian bullseye-backports/main amd64 Packages 100 /var/lib/dpkg/status 0.0.8-1+b6 500 500 https://deb.debian.org/debian bullseye/main amd64 Packages
- Add Backports to sources.list:
~# sudo nano /etc/apt/sources.list
# bullseye-backports, previously on backports.debian.org deb http://deb.debian.org/debian/ bullseye-backports main
- Then install:
~# sudo apt update ~# sudo apt install -t bullseye-backports obfs4proxy
https://backports.debian.org/Instructions/ Installed backport packages are set to 'AutomaticUpgrades: yes'
-- ╰_╯ Ciao Marco!
Debian GNU/Linux
It's free software and it gives you freedom!_______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
On Freitag, 13. Januar 2023 18:05:19 CET Martin wrote:
Just out of curiosity, when will this version be implemented in the TOR repositories?
As far as I can tell, not in the near future. (this version and also future versions) Obfs4proxy has too many dependencies and is packed better (as backport) in the distribution: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/obfs4...
tor-relays@lists.torproject.org