Commit Graph

26417 Commits

Author SHA1 Message Date
Tee KOBAYASHI 3850927b3a gitoxide: Depend on resolv-conf 2023-01-07 22:59:49 +00:00
Tee KOBAYASHI 335cb30a68 gomuks: Depend on resolv-conf 2023-01-07 22:59:40 +00:00
Tee KOBAYASHI f50679e7a4 tcllib: Recommend resolv-conf
Strictly needs revbump, but for now:

%ci:no-build
2023-01-08 06:55:35 +09:00
Tee KOBAYASHI 5786987ed1 simh: Recommend resolv-conf
Strictly needs revbump, but for now:

%ci:no-build
2023-01-08 06:55:16 +09:00
Tee KOBAYASHI 84885c2435 ruby: Recommend resolv-conf
Strictly needs revbump, but for now:

%ci:no-build
2023-01-08 06:54:47 +09:00
Tee KOBAYASHI 6d988a71f9 openjdk-17: Recommend ca-certificates-java, resolv-conf
Strictly needs revbump, but for now:

%ci:no-build
2023-01-08 06:53:28 +09:00
Tee KOBAYASHI 1b669d6fc5 golang: Recommend resolv-conf
Strictly needs revbump, but for now:

%ci:no-build
2023-01-08 06:50:24 +09:00
Tee KOBAYASHI a60695d362 libvips: Depend on imath
due to `DT_NEEDED`, though effectively no-op.
2023-01-08 05:20:25 +09:00
Daniel Löbl ce78763a36 remove giflib dependency + add cgif,libimagequant
libvips >= v8.12 requires cgif and libimagequant for saving GIFs
2023-01-07 20:18:19 +00:00
ruki 4694902344
xmake: 2.7.5 2023-01-07 20:12:17 +00:00
Daniel Löbl 80252eee0a
new package: cgif 2023-01-07 20:18:28 +01:00
Leonid Pliushch c3a94d4682
fix(main/minio): workaround for local IPs gathering
If minio unable to get all local IPs, use 127.0.0.1 as fallback.

Additionally mark package as dependent on resolv-conf.
2023-01-07 15:36:03 +02:00
Leonid Pliushch 122ce95027
fix(main/clash): depend on resolv-conf
Based on strace logs.

26879 openat(AT_FDCWD, "/data/data/com.termux/files/usr/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
26879 <... openat resumed>)             = -1 ENOENT (No such file or directory)
26879 openat(AT_FDCWD, "/data/data/com.termux/files/usr/etc/resolv.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
26879 <... openat resumed>)             = -1 ENOENT (No such file or directory)

Related to https://github.com/termux/termux-packages/issues/14332.

Even though I can't confirm whether absent resolv.conf may lead to DNS
errors when using this package, a dependency will be assigned anyway.
2023-01-07 15:01:36 +02:00
Leonid Pliushch 311338e6cd
fix(main/pocketbase): depend on resolv-conf
Based on strace logs.

25945 openat(AT_FDCWD, "/data/data/com.termux/files/usr/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
25945 <... openat resumed>)             = -1 ENOENT (No such file or directory)
25945 openat(AT_FDCWD, "/data/data/com.termux/files/usr/etc/resolv.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
25945 <... openat resumed>)             = -1 ENOENT (No such file or directory)

Related to https://github.com/termux/termux-packages/issues/14332.

Even though I can't confirm whether absent resolv.conf may lead to DNS
errors when using this package, a dependency will be assigned anyway.
2023-01-07 14:51:10 +02:00
Leonid Pliushch 2bade051c3
fix(main/litespeedtest): depend on resolv-conf
Without resolv-conf the package will use hardcoded Alibaba DNS 223.5.5.5.

Related to https://github.com/termux/termux-packages/issues/14332, but
due to valid hardcoded DNS this is not a problem in given case.
2023-01-07 14:44:03 +02:00
Henrik Grimler bb298ba27f
scripts: update hint in properties.sh regarding ndk-packages
%ci:no-build
2023-01-07 10:37:42 +01:00
Henrik Grimler c99bb18a84
vulkan-loader-android: make package buildable on device
By downloading android-ndk zip instead of relying on the toolchain
directory.
2023-01-07 10:37:38 +01:00
Henrik Grimler 3a13b4fa37
enhance(main/ndk-multilib): make package buildable on device
By downloading android-ndk zip instead of relying on the toolchain
directory.
2023-01-07 10:37:33 +01:00
Henrik Grimler ba5debc31f
enhance(main/ndk-sysroot): make package buildable on device
By downloading android-ndk zip instead of relying on the toolchain
directory.
2023-01-07 10:37:25 +01:00
Henrik Grimler 06db5c1a83
enhance(main/libc++): make package buildable on device
By downloading android-ndk zip instead of relying on the toolchain
directory.
2023-01-07 09:42:10 +01:00
Henrik Grimler 07874a94b3
chore(main/ndk-sysroot): cleanup build recipe 2023-01-07 09:42:07 +01:00
Henrik Grimler 0b9bf5d483
chore(main/ndk-sysroot): drop gcc_fixes.diff
That we have carried but not used for a few ndk versions.  Diff is
available in git history, let's not keep it in repo any more.
2023-01-07 09:42:04 +01:00
Henrik Grimler 38c22acb44
enhance(main/ndk-sysroot): use TERMUX_PKG_RM_AFTER_INSTALL
Instead of deleting files in termux_step_extract_into_massagedir.
2023-01-07 09:42:00 +01:00
Henrik Grimler 2118cb740c
fix(main/mpc): remove need for socket patch
Patch belongs in libmpdclient, and libmpdclient already has a
configure arg we can use to set default socket.

Fixes issue described in termux/termux-packages#12962.
2023-01-07 09:39:22 +01:00
Termux Github Actions 417d952869 bump(main/ruff): 0.0.213
This commit has been automatically submitted by Github Actions.
2023-01-07 06:24:52 +00:00
Termux Github Actions 2713d2c471 bump(main/neovim-nightly): 0.9.0-dev-626+g42afa0369
This commit has been automatically submitted by Github Actions.
2023-01-07 06:17:17 +00:00
Termux Github Actions 613637c751 bump(main/esbuild): 0.16.15
This commit has been automatically submitted by Github Actions.
2023-01-07 06:09:02 +00:00
Tee KOBAYASHI 749bbcaf6c hcloud: Depend on resolv-conf
Closes https://github.com/termux/termux-packages/issues/14332
2023-01-07 09:23:03 +09:00
Termux Github Actions 4b553bd280 bump(main/gdu): 5.21.1
This commit has been automatically submitted by Github Actions.
2023-01-07 00:20:47 +00:00
Tee KOBAYASHI 72db1a09ff termux_step_massage: Check for `$PREFIX/$PREFIX`
which almost always indicates packaging error.
2023-01-07 06:44:41 +09:00
Chongyun Lee 67bf160355 new package: qt5-qtwebengine 2023-01-06 21:22:56 +00:00
Chongyun Lee 4dfa1f1836 setup-ubuntu.sh: install deps 2023-01-06 21:22:56 +00:00
Tee KOBAYASHI 4ac3cc72d9 recode: Bump to 3.7.13 2023-01-06 19:26:56 +00:00
Tee KOBAYASHI 8b951f0a7a mplayer: Bump to 1.5 2023-01-06 18:18:44 +00:00
Termux Github Actions f90d662973 bump(main/libheif): 1.14.2
This commit has been automatically submitted by Github Actions.
2023-01-06 18:10:07 +00:00
Lucy Phipps 3439d0d10a
vim{,-gtk,-python}: update to 9.0.1151
not a multiple of 50 because it fixes a build failure in 9.0.1150
2023-01-06 17:17:14 +00:00
Tee KOBAYASHI 025114fc39 libnss: Bump to 3.87 2023-01-06 17:14:28 +00:00
Termux Github Actions 90e80d2baf bump(main/mold): 1.9.0
This commit has been automatically submitted by Github Actions.
2023-01-06 12:16:59 +00:00
Termux Github Actions 4a6c9e3b8b bump(main/ruff): 0.0.212
This commit has been automatically submitted by Github Actions.
2023-01-06 06:20:23 +00:00
T-Dynamos 101d682405 add(main): new package rirc
Co-authored-by: Tee KOBAYASHI <xtkoba@gmail.com>
2023-01-06 04:57:34 +00:00
Tee KOBAYASHI 7e0339ed86 psmisc: Do not use `pidfd_send_signal` syscall
which is disallowed by seccomp.
2023-01-06 01:14:10 +00:00
Termux Github Actions d243344b04 bump(main/neovim-nightly): 0.9.0-dev-622+g08ebf8d3a
This commit has been automatically submitted by Github Actions.
2023-01-06 00:36:03 +00:00
Termux Github Actions 4050a2d931 bump(main/flyctl): 0.0.443
This commit has been automatically submitted by Github Actions.
2023-01-06 00:25:26 +00:00
Tee KOBAYASHI 738e213005 libxfce4ui: Bump to 4.18.1 2023-01-05 23:24:17 +00:00
Tee KOBAYASHI 7b0f914747 php: Bump to 8.2.1 2023-01-05 22:32:40 +00:00
Tee KOBAYASHI 8a3390dff6 new package: libknot
* new subpackage: knot-utils
2023-01-05 21:27:02 +00:00
Tee KOBAYASHI 5af6582097 new package: libfixposix 2023-01-05 21:26:51 +00:00
Termux Github Actions d4764244dc bump(main/jftui): 0.6.2
This commit has been automatically submitted by Github Actions.
2023-01-05 12:14:20 +00:00
Termux Github Actions 9c7efba0fa bump(main/alist): 3.8.0
This commit has been automatically submitted by Github Actions.
2023-01-05 12:10:33 +00:00
Ivan Max 3539351e60
termux-keyring: updating the termux-pacman key and configuring the package (#14301) 2023-01-05 13:27:55 +03:00