Update InviZible Pro to 7.3.0 (26103)

This commit is contained in:
checkupdates bot 2025-11-11 17:04:48 +00:00 committed by Licaon_Kter
parent 3dd8955e18
commit f2ef80e927

View file

@ -1201,6 +1201,92 @@ Builds:
- popd
ndk: r23b
- versionName: 7.3.0
versionCode: 26102
commit: a67770a9295b3e9e6a028f85fb372ab5ac828bc6
subdir: tordnscrypt
submodules: true
sudo:
- apt-get update
- apt-get install -y autogen automake autopoint bzip2 g++ gettext libc-dev libtool
make pkg-config rename shtool
- apt-get install -y -t bookworm-backports golang-go
gradle:
- fdroid
- armv7a
srclibs:
- go@go1.23.0
prebuild:
- sed -i -e 's/8.13.0/8.11.1/' ../build.gradle
- cd libs
- ./prebuild
- sed -i -e '/bash/aset -euxo pipefail' -e 's/-w" -o libobfs/-w -checklinkname=0"
-o libobfs/' build
- export goVersion=$(find . -iname "go.mod" -exec grep "toolchain go" {} \;
| sort -u | tail -n1 | cut -d" " -f2)
- '[[ $goVersion ]]'
- git -C $$go$$ checkout -f $goVersion
- export ndkVersion=$(grep ndk_version\= build | cut -d "=" -f2)
- '[[ $ndkVersion ]]'
- sdkmanager 'cmake;3.31.6' "ndk;$ndkVersion"
scandelete:
- PurpleI2PBuildScript/external
- tordnscrypt/libs
- TorBuildScript/external
build:
- pushd $$go$$/src
- ./make.bash
- popd
- export GOPATH=$$go$$
- export PATH="$GOPATH/bin:$PATH"
- cd libs
- ./build
- mv Nflog-android conjure dnscrypt-proxy libzmq lyrebird snowflake webtunnel
~
- versionName: 7.3.0
versionCode: 26103
commit: a67770a9295b3e9e6a028f85fb372ab5ac828bc6
subdir: tordnscrypt
submodules: true
sudo:
- apt-get update
- apt-get install -y autogen automake autopoint bzip2 g++ gettext libc-dev libtool
make pkg-config rename shtool
- apt-get install -y -t bookworm-backports golang-go
gradle:
- fdroid
- arm64
srclibs:
- go@go1.23.0
prebuild:
- sed -i -e 's/8.13.0/8.11.1/' ../build.gradle
- cd libs
- ./prebuild
- sed -i -e '/bash/aset -euxo pipefail' -e 's/-w" -o libobfs/-w -checklinkname=0"
-o libobfs/' build
- export goVersion=$(find . -iname "go.mod" -exec grep "toolchain go" {} \;
| sort -u | tail -n1 | cut -d" " -f2)
- '[[ $goVersion ]]'
- git -C $$go$$ checkout -f $goVersion
- export ndkVersion=$(grep ndk_version\= build | cut -d "=" -f2)
- '[[ $ndkVersion ]]'
- sdkmanager 'cmake;3.31.6' "ndk;$ndkVersion"
scandelete:
- PurpleI2PBuildScript/external
- tordnscrypt/libs
- TorBuildScript/external
build:
- pushd $$go$$/src
- ./make.bash
- popd
- export GOPATH=$$go$$
- export PATH="$GOPATH/bin:$PATH"
- cd libs
- ./build arm64
- mv Nflog-android conjure dnscrypt-proxy libzmq lyrebird snowflake webtunnel
~
MaintainerNotes: We move the source libs folders out of the way else gradle tries
to use those files and errors out "libc++_shared.so is not an ABI"
@ -1210,5 +1296,5 @@ VercodeOperation:
- 100 * %c + 2
- 100 * %c + 3
UpdateCheckData: tordnscrypt/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
CurrentVersion: 7.2.0
CurrentVersionCode: 25303
CurrentVersion: 7.3.0
CurrentVersionCode: 26103