From 0c735be791a67e3efe3d2cff2ef5f58b9fff9406 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 4 Sep 2023 18:46:54 -0700 Subject: [PATCH] Update pluggable transports --- RELEASE.md | 2 +- desktop/scripts/build-pt-meek.ps1 | 2 +- desktop/scripts/build-pt-meek.sh | 2 +- desktop/scripts/build-pt-snowflake.ps1 | 2 +- desktop/scripts/build-pt-snowflake.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 41b1572f..82038797 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -47,7 +47,7 @@ poetry update cd .. ``` -Update the versions of `meek`, `obfs4proxy`, and `snowflake` in the `desktop/scripts/build-pt-*` scripts, both the bash and PowerShell scripts. +Update the versions of `meek`, `obfs4proxy`, and `snowflake` in the `desktop/scripts/build-pt-*` scripts, both the bash and PowerShell scripts. You can find the latest versions by looking at the tags in their git repos: [meek](https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/meek/-/tags), [obfs4proxy](https://gitlab.com/yawning/obfs4/-/tags), [snowflake](https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/tags). ### Update the documentation diff --git a/desktop/scripts/build-pt-meek.ps1 b/desktop/scripts/build-pt-meek.ps1 index 99ff8de6..70b97797 100644 --- a/desktop/scripts/build-pt-meek.ps1 +++ b/desktop/scripts/build-pt-meek.ps1 @@ -1,4 +1,4 @@ -$env:MEEK_TAG = 'v0.37.0' +$env:MEEK_TAG = 'v0.38.0' New-Item -ItemType Directory -Force -Path .\build\meek cd .\build\meek diff --git a/desktop/scripts/build-pt-meek.sh b/desktop/scripts/build-pt-meek.sh index 30b583cc..9b8fc205 100755 --- a/desktop/scripts/build-pt-meek.sh +++ b/desktop/scripts/build-pt-meek.sh @@ -1,5 +1,5 @@ #!/bin/bash -MEEK_TAG=v0.37.0 +MEEK_TAG=v0.38.0 OS=$(uname -s) diff --git a/desktop/scripts/build-pt-snowflake.ps1 b/desktop/scripts/build-pt-snowflake.ps1 index 0c30133c..3f22f871 100644 --- a/desktop/scripts/build-pt-snowflake.ps1 +++ b/desktop/scripts/build-pt-snowflake.ps1 @@ -1,4 +1,4 @@ -$env:SNOWFLAKE_TAG = 'v2.3.1' +$env:SNOWFLAKE_TAG = 'v2.6.0' New-Item -ItemType Directory -Force -Path .\build\snowflake cd .\build\snowflake diff --git a/desktop/scripts/build-pt-snowflake.sh b/desktop/scripts/build-pt-snowflake.sh index 96a62565..4d4e858d 100755 --- a/desktop/scripts/build-pt-snowflake.sh +++ b/desktop/scripts/build-pt-snowflake.sh @@ -1,5 +1,5 @@ #!/bin/bash -SNOWFLAKE_TAG=v2.3.1 +SNOWFLAKE_TAG=v2.6.0 OS=$(uname -s)