Commit Graph

15610 Commits

Author SHA1 Message Date
Yaksh Bariya 81b142a793
git-sizer: update to 1.5.0 2021-11-18 21:12:06 +05:30
Yaksh Bariya 4abbbdf455
stalebot: Ignore issues for package requests 2021-11-18 20:38:27 +05:30
Malvin Gattinger 9a86d903b4 compile mu4e with emacs on device via postinst 2021-11-18 15:07:33 +01:00
Yaksh Bariya 5027722535
Add config for stalebot 2021-11-18 19:16:07 +05:30
Henrik Grimler 6347a2bbd6
command-not-found: update to 1.67 2021-11-18 09:53:30 +01:00
Arun 17475e2190 mariadb: fix socket path 2021-11-18 09:49:10 +01:00
Henrik Grimler 22ecf22438
apache2: compile host tool in termux_step_host_build
Instead of in termux_step_post_configure.
2021-11-18 08:35:34 +01:00
Henrik Grimler 239ae0c5fc
inetutils: fix build with ndk-r23 2021-11-18 08:16:40 +01:00
Henrik Grimler 14cb2a865e
iverilog: fix build with ndk-r23 2021-11-18 08:16:19 +01:00
Termux Github Actions 3b694dbbb6 lychee: update to 0.8.1
This commit has been automatically submitted by Github Actions.
2021-11-18 06:34:11 +00:00
Termux Github Actions d4e6994afa ccache: update to 4.5.1
This commit has been automatically submitted by Github Actions.
2021-11-18 00:14:46 +00:00
Henrik Grimler 283c1337a1
direnv: patch makefile to set correct PREFIX 2021-11-17 22:17:50 +01:00
Henrik Grimler abb053274b
cpio: fix build with ndk-r23
Without -fcommon we get an error due to program_name being used in two
source files:

ld: error: duplicate symbol: program_name
>>> defined at global.c
>>>            global.o:(program_name)
>>> defined at progname.c
>>>            progname.o:(.bss+0x0) in archive ../gnu/libgnu.a
clang-12: error: linker command failed with exit code 1 (use -v to see invocation)
2021-11-17 21:09:56 +01:00
Henrik Grimler 835e7ad1b9
python: define __ANDROID_API__ when compiling on device
Needed for configure check. See also issue 2780.
2021-11-17 20:50:39 +01:00
Henrik Grimler 869edf8bf1
mdns-scan: patch Makefile instead of setting DESTDIR 2021-11-17 20:42:29 +01:00
Henrik Grimler 9dfac8c46a
liblmdb: no need to install LICENSE file manually 2021-11-17 20:38:08 +01:00
Henrik Grimler 05b75210fb
bitcoin: write service script in TERMUX_PKG_SERVICE_SCRIPT instead 2021-11-17 20:37:09 +01:00
Henrik Grimler 31e3c0ee32
openssh: set PATH_PASSWD_PROG in TERMUX_PKG_EXTRA_CONFIGURE_ARGS
Instead of in termux_step_pre_configure.
2021-11-17 20:33:53 +01:00
Henrik Grimler c14cfae294
lnd: use TERMUX_PKG_SERVICE_SCRIPT for service script 2021-11-17 20:29:43 +01:00
Henrik Grimler 3878b565da
dte: avoid overriding termux_step_make and termux_step_make_install 2021-11-17 20:28:19 +01:00
Henrik Grimler 7268a66773
librsync: manpages are installed by make install
So no need to manually install them.
2021-11-17 20:26:10 +01:00
Henrik Grimler 10d7716d44
librsync: there are no library symlinks in current package
So no need to remove them.
2021-11-17 20:26:07 +01:00
Henrik Grimler 0396f55b6b
silversearcher-ag: fix build with ndk-r23
Build fails due to duplicated/shared variables, like:

[...]
ld: error: duplicate symbol: out_fd
>>> defined at ignore.c
>>>            src/ignore.o:(out_fd)
>>> defined at scandir.c
>>>            src/scandir.o:(.bss+0x188)

ld: error: duplicate symbol: print_mtx
>>> defined at ignore.c
>>>            src/ignore.o:(print_mtx)
>>> defined at scandir.c
>>>            src/scandir.o:(.bss+0x8)

ld: error: duplicate symbol: root_ignores
>>> defined at ignore.c
>>>            src/ignore.o:(root_ignores)
>>> defined at scandir.c
>>>            src/scandir.o:(.bss+0x0)

ld: error: duplicate symbol: stats
>>> defined at ignore.c
>>>            src/ignore.o:(stats)
>>> defined at scandir.c
>>>            src/scandir.o:(.bss+0x190)

ld: error: duplicate symbol: alpha_skip_lookup
>>> defined at print.c
>>>            src/print.o:(alpha_skip_lookup)
>>> defined at search.c
>>>            src/search.o:(.bss+0x102B0)
2021-11-17 19:36:45 +01:00
Henrik Grimler 8dd2b5413b
silversearcher-ag: use https for source 2021-11-17 19:36:32 +01:00
Termux Github Actions 24c1fea9a2 k9s: update to 0.25.3
This commit has been automatically submitted by Github Actions.
2021-11-17 18:20:11 +00:00
Termux Github Actions e03899e4a8 delve: update to 1.7.3
This commit has been automatically submitted by Github Actions.
2021-11-17 18:12:50 +00:00
Termux Github Actions 259d347346 hugo: update to 0.89.4
This commit has been automatically submitted by Github Actions.
2021-11-17 12:22:47 +00:00
Termux Github Actions e84004b580 k9s: update to 0.25.2
This commit has been automatically submitted by Github Actions.
2021-11-17 06:14:43 +00:00
YAKSH BARIYA 9940f6cf14
binutils: Fix empty manpages (#7989) 2021-11-17 06:58:59 +05:30
Termux Github Actions 464a9218b1 k9s: update to 0.25.1
This commit has been automatically submitted by Github Actions.
2021-11-17 00:19:33 +00:00
Termux Github Actions 2783945b8b navi: update to 2.18.0
This commit has been automatically submitted by Github Actions.
2021-11-16 18:17:44 +00:00
Claudemirovsky 5785217926
radare2: update to 5.5.0 (#7985)
Add patch to disable the CS_RELEASE, it will use the default version of capstone(v5, branch next), so the error at ARM64_INS_NAND will be solved.
2021-11-16 14:07:01 +01:00
Termux Github Actions c55bc91ed6 virustotal-cli: update to 0.9.8
This commit has been automatically submitted by Github Actions.
2021-11-16 12:52:15 +00:00
Termux Github Actions f2a071087e k9s: update to 0.25.0
This commit has been automatically submitted by Github Actions.
2021-11-16 12:18:53 +00:00
Termux Github Actions c9f6d17ec9 hugo: update to 0.89.3
This commit has been automatically submitted by Github Actions.
2021-11-15 18:26:35 +00:00
Termux Github Actions d20c43db49 stylua: update to 0.11.2
This commit has been automatically submitted by Github Actions.
2021-11-15 12:45:19 +00:00
Marlin Sööse 3311cc5f5e proxmark3-git: update to latest master 2021-11-15 07:27:34 +05:30
Henrik Grimler 96dd5b5f96
Remove unstable-repo from list of repos
It has been merged with main repo so no need to look for package
dependencies in it.
2021-11-14 20:58:36 +01:00
Jia Yuan Lo 5a65f78f8f new package: wasmer 2021-11-14 18:28:20 +05:30
Termux Github Actions 200d3f0144 diskus: update to 0.7.0
This commit has been automatically submitted by Github Actions.
2021-11-14 12:11:35 +00:00
Butta 034874f693 build-package: switch the archiver for debian packages over to the one from the NDK, which gets on-device builds working again
Also, remove the binutils-gold dependency for on-device builds, since we switched
everything over to lld now, just like the latest NDK 23.
2021-11-14 12:42:51 +05:30
Termux Github Actions 1566ce500c gopass: update to 1.13.0
This commit has been automatically submitted by Github Actions.
2021-11-14 00:15:42 +00:00
Termux Github Actions fcc9a743e4 ccache: update to 4.5
This commit has been automatically submitted by Github Actions.
2021-11-13 12:11:30 +00:00
Leonid Pliushch 879a10a845
qemu: move qemu-plugin.h to qemu-common package 2021-11-13 11:43:03 +02:00
sk0kanik da3132f1c6 tintin++: bump to 2.02.12
closes #7966
2021-11-12 15:03:18 +05:30
Termux Github Actions e5d06cfd90 erlang: update to 24.1.5
This commit has been automatically submitted by Github Actions.
2021-11-12 00:33:38 +00:00
Termux Github Actions 0c768f2b71 sleuthkit: update to 4.11.1
This commit has been automatically submitted by Github Actions.
2021-11-11 18:26:39 +00:00
Master Java a156319255
gradle: update to 7.3 (#7963) 2021-11-11 17:45:04 +05:30
Henrik Grimler bf51d022ef
gcal: include sys/types.h instead of stdint.h in gnulib patch
This makes compilation work on 32bit arches, as well as 64bit arches.
2021-11-11 10:05:32 +01:00
Termux Github Actions 48393d0190 lesspipe: update to 1.91
This commit has been automatically submitted by Github Actions.
2021-11-11 00:16:22 +00:00