1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 18:07:07 +00:00
Commit Graph

518 Commits

Author SHA1 Message Date
Termux Github Actions
4f898d7d8d nexttrace-enhanced: update to 0.2.0-beta.5
This commit has been automatically submitted by Github Actions.
2022-08-24 00:32:59 +00:00
Pooya Moradi
59b760f19d new package: bubblewrap 2022-08-14 21:10:24 +03:00
Henrik Grimler
c80ff9ee61
rebuild(deps:libc++): bump termux-root packages that depend on libc++ 2022-08-13 12:21:18 +02:00
Termux Github Actions
162fb8d95d nexttrace-enhanced: update to 0.2.0-beta.4
This commit has been automatically submitted by Github Actions.
2022-08-10 06:20:31 +00:00
Termux Github Actions
677aaa75cb nexttrace-enhanced: update to 0.2.0-beta.3
This commit has been automatically submitted by Github Actions.
2022-08-09 18:13:52 +00:00
Henrik Grimler
a5e45a05da
cryptsetup: rename to libcryptsetup
And keep bin/cryptsetup in subpackage named 'cryptsetup'.
2022-08-09 11:06:12 +02:00
Termux Github Actions
aefc13fc62 nexttrace-enhanced: update to 0.2.0-beta.2
This commit has been automatically submitted by Github Actions.
2022-08-08 18:32:59 +00:00
Henrik Grimler
b61db757e1
enhance(root/frida): add patch to allow building unstripped debug variant 2022-08-05 10:26:06 +02:00
Henrik Grimler
258e47783c
updpkg(root/frida): update to 15.2.2 2022-08-05 10:25:54 +02:00
Henrik Grimler
0b99071d0d
addpkg(root/lvm2): build full lvm2 package, not just libdevmapper 2022-08-05 08:54:20 +02:00
Termux Github Actions
bd939769bd nexttrace-enhanced: update to 0.1.12-beta.2
This commit has been automatically submitted by Github Actions.
2022-07-22 12:16:41 +00:00
Termux Github Actions
9049ab7292 nexttrace-enhanced: update to 0.1.12-beta.1
This commit has been automatically submitted by Github Actions.
2022-07-22 06:29:37 +00:00
Termux Github Actions
0b423e08f1 nexttrace-enhanced: update to 0.1.11-beta.6
This commit has been automatically submitted by Github Actions.
2022-07-22 00:37:22 +00:00
Termux Github Actions
6cc1a05582 nexttrace-enhanced: update to 0.1.11-beta.5
This commit has been automatically submitted by Github Actions.
2022-07-20 12:19:40 +00:00
Termux Github Actions
7da6668544 nexttrace-enhanced: update to 0.1.11-beta.2
This commit has been automatically submitted by Github Actions.
2022-07-20 06:15:07 +00:00
Graham Clark
f9895e6402 termshark: update to 2.4.0 2022-07-17 14:04:43 +08:00
Henrik Grimler
f021c2b870
ethtool: fix typo in TERMUX_PKG_REVISION 2022-07-13 14:07:16 +02:00
Henrik Grimler
71b6ab6f4c
ethtool: bump after libmnl update 2022-07-12 23:36:11 +02:00
2096779623
dda70653c4
add(root): new package nexttrace-enhanced
Signed-off-by: 2096779623 <admin@utermux.dev>
2022-07-11 22:08:43 +02:00
Henrik Grimler
02bb7cd9f2
updpkg(root/cryptsetup): update to 2.4.3
Tested on aarch64 as well as arm.  Creating, opening and mounting a
volume works fine in both cases, if kernel is compiled with necessary
CRYPTO options.
2022-07-01 12:39:38 +02:00
Henrik Grimler
2c6efec6d6
updpkg(root/libdevmapper): update to 2.03.16 2022-07-01 12:39:31 +02:00
Henrik Grimler
b6d063489a
libnetfilter-queue: bump after libmnl update 2022-06-26 10:33:05 +02:00
Henrik Grimler
202c9b325a
frida: update to 15.1.27 2022-06-23 21:48:21 +02:00
Henrik Grimler
662054d2ee
updpkg(root/frida): update to 15.1.25 2022-06-18 23:35:42 +02:00
Henrik Grimler
56e38728f4
fix(root/frida): remove frida-tools subpackage
It was suppose to be removed in commit c2cbc4368e
("enhance(root/frida): mv python tools to frida-python").
2022-06-10 13:26:48 +02:00
Henrik Grimler
a87bc634b7
chore(root/frida): rename frida-server to just frida
Makes more sense now that the package contains more than just
frida-server.
2022-06-10 11:55:31 +02:00
Henrik Grimler
c2cbc4368e
enhance(root/frida): mv python tools to frida-python
And remove frida-tools subpackage.  We can then also move python
dependency to frida-python.  Main package frida-server now gets two
new binaries gum-graft and frida-portal.

Also update python dependencies and specify valid versions (taken from
frida/frida-tools's setup.py).
2022-06-10 11:55:28 +02:00
Henrik Grimler
3ad3dca4b9
enhance(root/frida): add additional tools to frida-tools
Package split is a bit weird, frida-tools contains both python tools
and compiled binaries, but the python site-package part is in
frida-python.
2022-06-10 11:38:58 +02:00
Henrik Grimler
cd5071620e
fix(root/frida): use termux's toolchain for compilation
And avoid frida's cc/cxx wrappers.  This fixes
termux/termux-packages#10129.  Most likely it is
frida-elf-cleaner (that is run in the wrappers) that strips away
DT_GNU_HASH and friends and causes the errors.
2022-06-10 11:38:55 +02:00
Henrik Grimler
386c714fd9
fix(root/frida): compile frida-resource-compiler in hostbuild step
For some reason the compilation as part of termux_step_make results in
a binary that segfaults.  Issue has something to do with our
toolchain, if it is removed from PATH then frida-resource-compiler
works fine.  So, one solution is to solely use frida's toolchain, but
as we have seen in termux/termux-packages#10129 this gives libraries
and executables that do not work on device.  Using our toolchain gives
us more control over the compilation and makes it easier to solve the
issue.
2022-06-10 11:38:52 +02:00
Henrik Grimler
3f1c2a88b0
upgpkg(root/frida-server): update to 15.1.24 2022-06-10 11:25:33 +02:00
Henrik Grimler
ca42ecde60
chore(root/frida): use termux_setup_nodejs function
Instead of downloading node in a hostbuild step.
2022-06-10 11:25:30 +02:00
Henrik Grimler
39b9dbc92f
add(root/iptables): new package 2022-06-09 08:47:09 +02:00
tjhexf
8e2c3a5061
docker: update to 20.10.16 2022-06-03 22:22:38 +02:00
Yaksh Bariya
75f1ce2548
chore: use HTTPS download/homepage links when HTTP redirects to HTTPS counterpart
%ci:no-build
2022-05-29 10:09:10 +05:30
mywalk
8c7577eb44
wpa-supplicant: update to 2.10 2022-05-14 19:48:59 +02:00
tjhexf
79992db4bf docker-compose: update to 2.5.0 2022-05-14 16:03:37 +05:30
mywalk
174e32f0c0
wpa_supplicant: fix tmpdir path
Fixes https://github.com/termux/termux-packages/issues/10653.
2022-05-14 08:23:02 +02:00
tjhexf
641a8cd99a
docker: update to 20.10.14 2022-05-04 08:13:43 +02:00
Yaksh Bariya
a2e07ef1cc
chore: fix lint errors for packages in x11 and root repo 2022-04-20 15:33:18 +05:30
Henrik Grimler
0f7cd9e7f3
iw: update to 5.16 2022-04-18 14:32:10 +05:30
Henrik Grimler
7bc15f19d9
hw-probe: update to 1.6.4 2022-04-18 14:32:10 +05:30
Henrik Grimler
0fd40f20f2
sshfs: depend on either openssh or dropbear 2022-04-18 14:32:10 +05:30
marcusz
2cb1162dc6
Remove htop package
Moving htop packages to main-repo and will be changed from htop-legacy to htop
https://github.com/termux/termux-packages/pull/9998
2022-04-18 14:32:10 +05:30
Matheus Sampaio Queiroga
ceeb79061a
minikube: Add Package 2022-04-18 14:32:10 +05:30
Matheus Sampaio Queiroga
143c75dcea
Upgrade docker-compose to version 2.3.4 2022-04-18 14:32:09 +05:30
Henrik Grimler
ff040e0dff
hwinfo: bump to rebuild against latest libandroid-shmem 2022-04-18 14:32:09 +05:30
Tee KOBAYASHI
7246f2fa90
hwinfo: Rebuild after fix in libandroid-shmem 2022-04-18 14:32:09 +05:30
Tee KOBAYASHI
609f638179
hwinfo: Get rid of references to leaked builtins
out of previous `libuuid` and `libx86emu` shared libraries.
2022-04-18 14:32:09 +05:30
Tee KOBAYASHI
995eb3781d
libx86emu: Rebuild with NDK r23b
to stop leaking builtin functions out of shared library.
2022-04-18 14:32:09 +05:30