Commit Graph

26431 Commits

Author SHA1 Message Date
Tee KOBAYASHI f13001b825 libmpfr: Bump to 4.2.0 2023-01-08 00:03:07 +00:00
Tee KOBAYASHI 5f68ffaa70 ncftp: Depend on resolv-conf 2023-01-07 23:35:06 +00:00
Tee KOBAYASHI 1af6fe4aba glib: Depend on resolv-conf 2023-01-07 23:34:57 +00:00
Tee KOBAYASHI 5e30eac739 libadwaita: Bump to 1.2.1 2023-01-07 23:34:29 +00:00
Tee KOBAYASHI f90c468c37 tor: Depend on resolv-conf 2023-01-07 23:27:16 +00:00
Tee KOBAYASHI c9019b58de softether-vpn: Depend on resolv-conf 2023-01-07 23:27:08 +00:00
Tee KOBAYASHI ba9b45245f ldns: Depend on resolv-conf 2023-01-07 23:27:00 +00:00
Tee KOBAYASHI 0d733a09e0 ipv6toolkit: Depend on resolv-conf 2023-01-07 23:26:50 +00:00
Tee KOBAYASHI 0d505189ce c-ares: Depend on resolv-conf 2023-01-07 23:18:10 +00:00
Tee KOBAYASHI 50cd3a324f avahi: Depend on resolv-conf 2023-01-07 23:18:04 +00:00
Tee KOBAYASHI 3b407cba5d unbound: Depend on resolv-conf 2023-01-07 23:17:55 +00:00
Tee KOBAYASHI 95cd737059 hash-slinger: Depend on resolv-conf 2023-01-07 23:17:48 +00:00
Tee KOBAYASHI 5e3cce6449 libresolv-wrapper: Depend on resolv-conf 2023-01-07 23:00:04 +00:00
Tee KOBAYASHI e11a6b302d lychee: Depend on resolv-conf 2023-01-07 22:59:57 +00:00
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