Commit Graph

12 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 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 f7e7c6db22
frida: add subpackages frida-python and frida-tools
Needs some more testing, and postinst scripts to install python dependencies.
2022-04-18 14:31:26 +05:30
Henrik Grimler 7d97cdb608
frida: fix build and use node 10.16.2 on host
%ci:reset-backlog
2022-04-18 14:31:12 +05:30
Henrik Grimler 7cb329f7e1
frida: fix setup-env.sh.patch 2022-04-18 14:31:12 +05:30
Henrik Grimler 3f52645994
frida-server: update to 12.6.10 2022-04-18 14:31:08 +05:30
Henrik Grimler ef3ad5cf43
frida: upgrade to 12.5.6 2022-04-18 14:31:03 +05:30
Henrik Grimler 8f2a5e3a11
frida-server: upgrade to 12.4.0 2022-04-18 14:31:00 +05:30
Henrik Grimler b6b8f4a05b
frida-server: update to 12.2.6 2022-04-18 14:30:54 +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
Henrik Grimler 40f30697f4
frida-server: start working on package, works but ugly
Builds for all arches instead of only one at the moment.
frida-server is confirmed to work on aarch64.
2022-04-18 14:30:52 +05:30