Commit Graph

19186 Commits

Author SHA1 Message Date
xeffyr 9b516c7d23
update maintainer info for some packages
%ci:no-build
2022-04-18 14:32:04 +05:30
Matheus Sampaio Queiroga 678eb1fbab
Update docker-compose version
* Change Args build.
2022-04-18 14:32:03 +05:30
Tee KOBAYASHI e7b3c7708c
hwinfo: Set `DESTDIR` 2022-04-18 14:32:03 +05:30
Tee KOBAYASHI ee28b31df9
hwinfo: Fix build failure "No rule to make target"
```
make: *** No rule to make target '[TERMUX_PKG_SRCDIR]/src/libhd.a', needed by 'hwinfo'.  Stop.
```
2022-04-18 14:32:03 +05:30
Tee KOBAYASHI 35be5c4aae
docker: Fix build with Go 1.16 or newer 2022-04-18 14:32:03 +05:30
Tee KOBAYASHI a2a5425321
hping3: Fix ld duplicate symbol error 2022-04-18 14:32:03 +05:30
Maxython dae7000d3f
lxc: fix link to source code
%ci:no-build
2022-04-18 14:32:03 +05:30
Vadzim Miliantsei 869445fd57
bindfs: add package 2022-04-18 14:32:02 +05:30
Marlin Sööse f93c9bb09a
aircrack-ng: update to latest master
make recommended changes
2022-04-18 14:32:02 +05:30
Matheus Sampaio Queiroga 74ec29fd54
Add: docker-compose 2022-04-18 14:32:02 +05:30
Henrik Grimler f17f955af5
sshfs: add package
Fixes https://github.com/termux/termux-root-packages/issues/45.
2022-04-18 14:32:02 +05:30
Henrik Grimler c8844a33eb
hw-probe: bump again to rebuild
Third time's the charm.
2022-04-18 14:32:02 +05:30
Henrik Grimler b52871d81a
hwinfo: reset to 21.74-0
Need to figure out what is wrong with the build.

%ci:no-build
2022-04-18 14:32:02 +05:30
Henrik Grimler 7b78369aaf
hw-probe: bump to restart build again 2022-04-18 14:32:01 +05:30
Henrik Grimler 479bdf0cb7
hw-probe: bump to build 2022-04-18 14:32:01 +05:30
Henrik Grimler 27bc12b4c5
hwinfo: revert back to 21.74
No idea why 21.78 build failed in CI, maybe using too much RAM?

Works fine locally.
2022-04-18 14:32:01 +05:30
Henrik Grimler 87e7342837
hwinfo: update to 21.78
And avoiud overriding termux_step_make and termux_step_make_install.
2022-04-18 14:32:01 +05:30
Henrik Grimler 9400852ee2
hw-probe: update to 1.6 2022-04-18 14:32:01 +05:30
Henrik Grimler 25288dc7ef
frida-server: update to 15.1.12 2022-04-18 14:32:01 +05:30
etmatrix 47110757dd
fix missing define on ipv4.c 2022-04-18 14:32:00 +05:30
etmatrix b5033fb463
enable build also for x86_64, libnetfilter-queue is available now 2022-04-18 14:32:00 +05:30
etmatrix c2d9ff909f
some mess while the commit, now the patch is good 2022-04-18 14:32:00 +05:30
etmatrix 0de5c27135
fix package libnetfilter-queue rename 2022-04-18 14:32:00 +05:30
etmatrix c0bc0b3a44
update to version 2.32.0 now it's require library libnetfilter_queue 2022-04-18 14:32:00 +05:30
etmatrix eb06394ae3
fix a missing define 2022-04-18 14:32:00 +05:30
etmatrix e8a76815a3
restored changes of Grimler91 2022-04-18 14:31:59 +05:30
etmatrix 533c1b807c
missing dependency libmnl 2022-04-18 14:31:59 +05:30
etmatrix caaf605d89
rename package 2022-04-18 14:31:59 +05:30
etmatrix e1c24e432f
this library is required for build bettercap 2.32.0
require changes of these include files in ndk_sysrooty:
/data/data/com.termux/files/usr/include/netinet/if_ether.h
/data/data/com.termux/files/usr/include/netinet/ip.h
/data/data/com.termux/files/usr/include/linux/netfilter/nfnetlink.h
2022-04-18 14:31:59 +05:30
etmatrix 970cec2fb5
added missing patch 2022-04-18 14:31:59 +05:30
etmatrix f79eda329b
fix a redefinition error for libnetfilter-queue 2022-04-18 14:31:59 +05:30
etmatrix 1d77a50f03
libnfnetlink: new library required for libnetfilter_queue (#267)
Co-authored-by: etmatrix <etmatrix@etmatrix>
2022-04-18 14:31:58 +05:30
Henrik Grimler 77133118c6
dnsmasq: update to 2.86 2022-04-18 14:31:58 +05:30
Lucy Phipps 58dc99563e
libpcsclite: update to 1.9.4 2022-04-18 14:31:58 +05:30
Lucy Phipps c81fa33c4c
frida-server: bump after python update 2022-04-18 14:31:58 +05:30
Henrik Grimler e54a30495d
mtr: build from git master 2022-04-18 14:31:58 +05:30
Henrik Grimler 9f09bd089c
mtr: add patch to remove setuid call
Reported in https://github.com/termux/termux-root-packages/issues/247
2022-04-18 14:31:57 +05:30
Henrik Grimler 8dd7f161b6
termshark: bump to restart build 2022-04-18 14:31:57 +05:30
Henrik Grimler a8523b3af0
termshark: git clone instead of downloading archive
And reset TERMUX_PKG_REVISION.
2022-04-18 14:31:57 +05:30
Graham Clark 6d8c20f82d
Upgrade the official termshark termux package to v2.3.0
As of Go 1.17, termshark can't be installed in a single go get/go
install command because termshark uses replace directives in its
go.mod

$ go install github.com/gcla/termshark/v2/cmd/termshark@latest
go install: github.com/gcla/termshark/v2/cmd/termshark@latest (in github.com/gcla/termshark/v2@v2.3.0):
        The go.mod file for the module providing named packages contains one or
        more replace directives. It must not contain directives that would cause
        it to be interpreted differently than if it were the main module.

This is discussed here: https://github.com/golang/go/issues/40276

Longer-term, I need to remove these directives, or wait for a Go
release that makes it possible to use them with go install. Even though
termux may not yet be using Go 1.17, I decided to git-clone and build
inside the source directory instead.
2022-04-18 14:31:57 +05:30
Henrik Grimler bb1801d947
libseccomp: mv to main repository 2022-04-18 14:31:57 +05:30
Ostap 2651a9adbd
update tshark to 3.4.8 (#259)
Update tshark to 3.4.8
2022-04-18 14:31:56 +05:30
Henrik Grimler 49bc16b444
libpcsclite: should work with python3 these days 2022-04-18 14:31:56 +05:30
Henrik Grimler b36a753916
libpcsclite: update to 1.9.3 2022-04-18 14:31:56 +05:30
Lucy Phipps 23129747b6
ettercap: bump revision 2022-04-18 14:31:56 +05:30
Lucinda May Phipps b74b3a307c
ettercap: bump due to termux/termux-packages@4f8d054 2022-04-18 14:31:56 +05:30
Henrik Grimler e6a535a9f3
ettercap: bump to rebuild
Fixes https://github.com/termux/termux-root-packages/issues/253.
2022-04-18 14:31:55 +05:30
Vadzim Miliantsei b6101649ab
new package: tcplay-veracrypt (#209) 2022-04-18 14:31:55 +05:30
Henrik Grimler 6fc4a564ac
open-zwave: update to latest commit
a8aa6341f4
2022-04-18 14:31:55 +05:30
Henrik Grimler a2cfbb785f
Bump updated packages to restart build 2022-04-18 14:31:55 +05:30