Commit Graph

11 Commits

Author SHA1 Message Date
Henrik Grimler 25288dc7ef
frida-server: update to 15.1.12 2022-04-18 14:32:01 +05:30
Henrik Grimler 9b8cb4d83c
frida-server: update to 14.2.14
Also create new subpackage frida-dev with libraries and include files.

Frida should be built with ndk r22 but I have now patched it to use
r21 since we have not switched to r22 yet.  Using a lower version
might break stuff, but frida-python is already broken anyways since it
relies on python3.8 so building with r21 does not make the current
situation worse.

Updating it now so that the version in the Bintray repos will not be
left in guaranteed broken state.
2022-04-18 14:31:51 +05:30
Henrik Grimler 42ca7d8a49
frida: update to 12.11.18 2022-04-18 14:31:41 +05:30
Henrik Grimler b7a7e46fdd
frida: update to 12.11.6
The CC and CXX environmental variables cannot be set to the cross
compiler, meson expects them to point to the native compiler and the
build fails when meson tries to execute binaries compiled with CC and
CXX, as part of the configure tests (sanitycheckc.exe fails to
run). Unsetting CC and CXX means that clang and clang++ from the frida
sdk is used instead of the ones from the android-ndk. This is probably
fine for our purposes (and could otherwise be changed by patching
releng/setup-env.sh).
2022-04-18 14:31:36 +05:30
Henrik Grimler d57f6eecd0
Update termux-packages submodule 2022-04-18 14:31:27 +05:30
Henrik Grimler 143ad34b9a
frida: fix frida-python problem
Fix `frida.NotSupportedError: unable to handle 32-bit processes due to build configuration` by making `frida-android-*` instead of `frida_thin-android-*`.
2022-04-18 14:31:27 +05:30
Henrik Grimler ef3ad5cf43
frida: upgrade to 12.5.6 2022-04-18 14:31:03 +05:30
Henrik Grimler 0bdf7568e2
frida: update to 12.2.29 2022-04-18 14:30:57 +05:30
Henrik Grimler b6b8f4a05b
frida-server: update to 12.2.6 2022-04-18 14:30:54 +05:30
Henrik Grimler 41109aec58
frida: download through SRCURL, include only binaries in pkg
Download node in a HOST_BUILD step.

Package is ready to be added to repo (after some more testing).
2022-04-18 14:30:52 +05:30
Henrik Grimler 20d59131e2
frida: update to 11.0.12
Builds, but requires node/npm and rsync
2022-04-18 14:30:52 +05:30