Skip to content
Snippets Groups Projects
Commit 69f87401 authored by Torsten Grote's avatar Torsten Grote
Browse files

Merge branch 'snowflake-2.9.1' into 'master'

Add snowflake 2.9.1

See merge request !14
parents 1d72acc3 dd5aeb97
No related branches found
No related tags found
1 merge request!14Add snowflake 2.9.1
Pipeline #16192 failed
FROM debian:bullseye
FROM debian:bookworm
ENV LANG=C.UTF-8
ENV DEBIAN_FRONTEND=noninteractive
......
......@@ -10,6 +10,5 @@ apt-get install -y --no-install-recommends \
unzip \
wget \
fastjar \
python \
python3 \
golang
......@@ -3,10 +3,10 @@ set -e
set -x
# use snapshot repos for deterministic package versions
DATE="20230509T000000Z"
DATE="20240301T000000Z"
cat << EOF > /etc/apt/sources.list
deb http://snapshot.debian.org/archive/debian/${DATE}/ bullseye main
deb http://snapshot.debian.org/archive/debian/${DATE}/ bullseye-updates main
deb http://snapshot.debian.org/archive/debian/${DATE}/ bookworm main
deb http://snapshot.debian.org/archive/debian/${DATE}/ bookworm-updates main
EOF
# ignore expired package releases so we can reproduce from old snapshots
......
......@@ -128,6 +128,22 @@
}
},
"snowflake": {
"2.9.1": {
"repo_url": "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git",
"revision": "b130151b24db155e4ea89517b72b73b21949c84b",
"build_path": "client",
"repo_dir": "snowflake",
"go": {
"version": "go1.21.7",
"sha256": "00197ab20f33813832bff62fd93cca1c42a08cc689a32a6672ca49591959bff6"
},
"ndk": {
"url": "https://dl.google.com/android/repository/android-ndk-r23c-linux.zip",
"revision": "23.2.8568313",
"sha256": "6ce94604b77d28113ecd588d425363624a5228d9662450c48d2e4053f8039242"
},
"timestamp": "201001010000.00"
},
"2.5.1": {
"repo_url": "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git",
"revision": "7b77001eaa90e09d41172a2b170dabd3f1922b4a",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment