mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 13:24:53 +00:00
Update Windscribe to 3.79 (1520)
This commit is contained in:
parent
e8435e5f21
commit
9cdba19eb2
1 changed files with 150 additions and 2 deletions
|
|
@ -455,11 +455,159 @@ Builds:
|
||||||
- cp -r $strongswanLibsSrc $strongswanLibsDst
|
- cp -r $strongswanLibsSrc $strongswanLibsDst
|
||||||
ndk: r23c
|
ndk: r23c
|
||||||
|
|
||||||
|
- versionName: '3.79'
|
||||||
|
versionCode: 1519
|
||||||
|
commit: 0533a7783f06bdce85ee24f941214d852589ffcf
|
||||||
|
subdir: mobile
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y automake bison flex gettext gperf libtool make pkg-config
|
||||||
|
swig jq curl zip unzip tar cmake git musl-dev cmake perl golang ninja-build
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
srclibs:
|
||||||
|
- OpenSSL@OpenSSL_1_1_1t
|
||||||
|
rm:
|
||||||
|
- base/src/google/libs/in-app-purchasing-2.0.76.jar
|
||||||
|
- openvpn/src/main/cpp/mbedtls/tests
|
||||||
|
- openvpn/src/main/cpp/openvpn3/test/unittests
|
||||||
|
- openvpn/src/main/cpp/lz4/tmpsparse
|
||||||
|
- openvpn/src/main/cpp/lz4/tmp
|
||||||
|
- openvpn/src/main/cpp/mbedtls/programs/fuzz/corpuses/client
|
||||||
|
- openvpn/src/main/cpp/mbedtls/programs/fuzz/corpuses/dtlsclient
|
||||||
|
- openvpn/src/main/cpp/mbedtls/programs/fuzz/corpuses/server
|
||||||
|
- openvpn/src/main/cpp/mbedtls/programs/fuzz/corpuses/dtlsserver
|
||||||
|
- openvpn/src/main/cpp/mbedtls/tests/data_files/hash_file_1
|
||||||
|
- openvpn/src/main/cpp/mbedtls/tests/data_files/hash_file_2
|
||||||
|
- openvpn/src/main/cpp/mbedtls/tests/data_files/hash_file_3
|
||||||
|
- tv
|
||||||
|
- strongswan/libs
|
||||||
|
- strongswan-src/testing/hosts/alice/etc/raddb/certs/random
|
||||||
|
- wgtunnel/tools/elf-cleaner/tests
|
||||||
|
- wstunnel/src/main/jniLibs/arm64-v8a/libproxy.so
|
||||||
|
- wstunnel/src/main/jniLibs/x86/libproxy.so
|
||||||
|
- wstunnel/src/main/jniLibs/armeabi-v7a/libproxy.so
|
||||||
|
- wstunnel/src/main/jniLibs/x86_64/libproxy.so
|
||||||
|
- base/src/main/libs/wsnet.aar
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's/23.0.7599858/23.2.8568313/g' ../openvpn/build.gradle.kts ../base/build.gradle
|
||||||
|
build.gradle
|
||||||
|
- sed -i 's/compileSdkVersion 33/compileSdkVersion 33\n ndkVersion "23.2.8568313"/g'
|
||||||
|
build.gradle
|
||||||
|
build:
|
||||||
|
- git clone https://github.com/Microsoft/vcpkg.git
|
||||||
|
- git clone https://github.com/Microsoft/vcpkg-tool.git
|
||||||
|
- pushd vcpkg-tool
|
||||||
|
- mkdir build && pushd build
|
||||||
|
- cmake -DCMAKE_BUILD_TYPE=Release -G 'Ninja' -DVCPKG_DEVELOPMENT_WARNINGS=OFF
|
||||||
|
..
|
||||||
|
- cmake --build .
|
||||||
|
- popd && popd && pushd vcpkg
|
||||||
|
- git reset --hard f7423ee180c4b7f40d43402c2feb3859161ef625
|
||||||
|
- cp -a ../vcpkg-tool/build/vcpkg vcpkg
|
||||||
|
- touch "vcpkg.disable-metrics"
|
||||||
|
- export VCPKG_ROOT="$PWD"
|
||||||
|
- popd
|
||||||
|
- export ANDROID_NDK_HOME="$ANDROID_NDK"
|
||||||
|
- export PATH=$PATH:$ANDROID_SDK/tools:$ANDROID_SDK/platform-tools:$ANDROID_NDK_HOME
|
||||||
|
- export OpenSSL="$$OpenSSL$$"
|
||||||
|
- strongswanLibsSrc="$PWD/../strongswan-src/src/frontends/android/app/src/main/libs/*"
|
||||||
|
- strongswanLibsDst="$PWD/../strongswan/libs"
|
||||||
|
- export ANDROID_NDK=$(ls -d $ANDROID_SDK_ROOT/ndk/*/ | head -n 1)
|
||||||
|
- cd ..
|
||||||
|
- git apply hide_release_block.patch
|
||||||
|
- tools/build_wsnet.sh
|
||||||
|
- tools/build_wstunnel.sh
|
||||||
|
- cd tools
|
||||||
|
- chmod +x build_strongswan.sh
|
||||||
|
- ./build_strongswan.sh
|
||||||
|
- cd ../strongswan-src/src/frontends/android/app
|
||||||
|
- sed -i 's/compileSdkVersion 33/compileSdkVersion 33\n ndkVersion "23.2.8568313"/g'
|
||||||
|
build.gradle
|
||||||
|
- gradle assembleRelease
|
||||||
|
- cp -r $strongswanLibsSrc $strongswanLibsDst
|
||||||
|
ndk: r23c
|
||||||
|
|
||||||
|
- versionName: '3.79'
|
||||||
|
versionCode: 1520
|
||||||
|
commit: 0533a7783f06bdce85ee24f941214d852589ffcf
|
||||||
|
subdir: tv
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y automake bison flex gettext gperf libtool make pkg-config
|
||||||
|
swig jq curl zip unzip tar cmake git musl-dev cmake perl golang ninja-build
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
srclibs:
|
||||||
|
- OpenSSL@OpenSSL_1_1_1t
|
||||||
|
rm:
|
||||||
|
- base/src/google/libs/in-app-purchasing-2.0.76.jar
|
||||||
|
- openvpn/src/main/cpp/mbedtls/tests
|
||||||
|
- openvpn/src/main/cpp/openvpn3/test/unittests
|
||||||
|
- openvpn/src/main/cpp/lz4/tmpsparse
|
||||||
|
- openvpn/src/main/cpp/lz4/tmp
|
||||||
|
- openvpn/src/main/cpp/mbedtls/programs/fuzz/corpuses/client
|
||||||
|
- openvpn/src/main/cpp/mbedtls/programs/fuzz/corpuses/dtlsclient
|
||||||
|
- openvpn/src/main/cpp/mbedtls/programs/fuzz/corpuses/server
|
||||||
|
- openvpn/src/main/cpp/mbedtls/programs/fuzz/corpuses/dtlsserver
|
||||||
|
- openvpn/src/main/cpp/mbedtls/tests/data_files/hash_file_1
|
||||||
|
- openvpn/src/main/cpp/mbedtls/tests/data_files/hash_file_2
|
||||||
|
- openvpn/src/main/cpp/mbedtls/tests/data_files/hash_file_3
|
||||||
|
- mobile
|
||||||
|
- strongswan/libs
|
||||||
|
- strongswan-src/testing/hosts/alice/etc/raddb/certs/random
|
||||||
|
- wgtunnel/tools/elf-cleaner/tests
|
||||||
|
- wstunnel/src/main/jniLibs/arm64-v8a/libproxy.so
|
||||||
|
- wstunnel/src/main/jniLibs/x86/libproxy.so
|
||||||
|
- wstunnel/src/main/jniLibs/armeabi-v7a/libproxy.so
|
||||||
|
- wstunnel/src/main/jniLibs/x86_64/libproxy.so
|
||||||
|
- base/src/main/libs/wsnet.aar
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's/23.0.7599858/23.2.8568313/g' ../openvpn/build.gradle.kts ../base/build.gradle
|
||||||
|
build.gradle
|
||||||
|
- sed -i 's/compileSdkVersion 33/compileSdkVersion 33\n ndkVersion "23.2.8568313"/g'
|
||||||
|
build.gradle
|
||||||
|
build:
|
||||||
|
- git clone https://github.com/Microsoft/vcpkg.git
|
||||||
|
- git clone https://github.com/Microsoft/vcpkg-tool.git
|
||||||
|
- pushd vcpkg-tool
|
||||||
|
- mkdir build && pushd build
|
||||||
|
- cmake -DCMAKE_BUILD_TYPE=Release -G 'Ninja' -DVCPKG_DEVELOPMENT_WARNINGS=OFF
|
||||||
|
..
|
||||||
|
- cmake --build .
|
||||||
|
- popd && popd && pushd vcpkg
|
||||||
|
- git reset --hard f7423ee180c4b7f40d43402c2feb3859161ef625
|
||||||
|
- cp -a ../vcpkg-tool/build/vcpkg vcpkg
|
||||||
|
- touch "vcpkg.disable-metrics"
|
||||||
|
- export VCPKG_ROOT="$PWD"
|
||||||
|
- popd
|
||||||
|
- export ANDROID_NDK_HOME="$ANDROID_NDK"
|
||||||
|
- export PATH=$PATH:$ANDROID_SDK/tools:$ANDROID_SDK/platform-tools:$ANDROID_NDK_HOME
|
||||||
|
- export OpenSSL="$$OpenSSL$$"
|
||||||
|
- strongswanLibsSrc="$PWD/../strongswan-src/src/frontends/android/app/src/main/libs/*"
|
||||||
|
- strongswanLibsDst="$PWD/../strongswan/libs"
|
||||||
|
- export ANDROID_NDK=$(ls -d $ANDROID_SDK_ROOT/ndk/*/ | head -n 1)
|
||||||
|
- cd ..
|
||||||
|
- git apply hide_release_block.patch
|
||||||
|
- tools/build_wsnet.sh
|
||||||
|
- tools/build_wstunnel.sh
|
||||||
|
- cd tools
|
||||||
|
- chmod +x build_strongswan.sh
|
||||||
|
- ./build_strongswan.sh
|
||||||
|
- cd ../strongswan-src/src/frontends/android/app
|
||||||
|
- sed -i 's/compileSdkVersion 33/compileSdkVersion 33\n ndkVersion "23.2.8568313"/g'
|
||||||
|
build.gradle
|
||||||
|
- gradle assembleRelease
|
||||||
|
- cp -r $strongswanLibsSrc $strongswanLibsDst
|
||||||
|
ndk: r23c
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
- '%c'
|
- '%c'
|
||||||
- '%c + 1'
|
- '%c + 1'
|
||||||
UpdateCheckData: mobile/build.gradle|versionCode (\d+)||v([\d.]+)
|
UpdateCheckData: mobile/build.gradle|versionCode (\d+)||v([\d.]+)
|
||||||
CurrentVersion: '3.77'
|
CurrentVersion: '3.79'
|
||||||
CurrentVersionCode: 1448
|
CurrentVersionCode: 1520
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue