Commit Graph

21497 Commits

Author SHA1 Message Date
Tee KOBAYASHI 40ff959c40 bitcoin: Downgrade to version 22.0
DEBs for version 23.0 have never been released so no need to bump epoch.
2022-05-16 10:49:30 +05:30
Tee KOBAYASHI abc972d5b3 bacula-fd: Add libgcc hack 2022-05-16 14:09:30 +09:00
Termux Github Actions ee623f4089 ccache: update to 4.6.1
This commit has been automatically submitted by Github Actions.
2022-05-16 00:25:16 +00:00
Tee KOBAYASHI ded24b5285 termux-services: Rebuild relevant packages
as a follow-up of commit e91b7fa888.

%ci:no-build
2022-05-16 08:23:32 +09:00
Tee KOBAYASHI 7f5a0210de openssh: Revbump after change around termux-services 2022-05-16 08:13:54 +09:00
Tee KOBAYASHI e91b7fa888 termux-services: Make `log/run` a regular file
so that it is populated properly before installing termux-services.
2022-05-16 08:13:54 +09:00
Termux Github Actions 9514627923 ninja: update to 1.11.0
This commit has been automatically submitted by Github Actions.
2022-05-15 18:16:29 +00:00
Termux Github Actions 99fb5272a1 navi: update to 2.20.0
This commit has been automatically submitted by Github Actions.
2022-05-15 18:16:05 +00:00
tjhexf 11d7c2afe5
i3: update to 4.20.1
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-05-15 20:17:52 +05:30
Aditya Alok 9f8a960f7f
feat: add package bore
closes #10675

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-05-15 19:58:07 +05:30
Aditya Alok f5abfad5e2
chore(topgrade): update to 9.0.0
- remove patches upstreamed in https://github.com/r-darwish/topgrade/pull/896

closes #10682

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-05-15 19:26:51 +05:30
dev-bz 7c06b80bdb
dart: Update to 2.17.0 (#10672)
* dart: Update to 2.17.0 and add to CI packages that need more disk space
2022-05-15 14:16:32 +05:30
Termux Github Actions 22d59607f0 neovim-nightly: update to 0.8.0-dev+207-g0adc66171
This commit has been automatically submitted by Github Actions.
2022-05-15 06:20:43 +00:00
Krishna Kanhaiya e807858928
Revert "termux-tools: Drop dl.kcubeterm.com mirror" (#10673)
* Revert "termux-tools: Drop dl.kcubeterm.com mirror"
2022-05-15 11:09:35 +05:30
Termux Github Actions 4f16d5260c fselect: update to 0.8.1
This commit has been automatically submitted by Github Actions.
2022-05-14 18:13:50 +00:00
mywalk 8c7577eb44
wpa-supplicant: update to 2.10 2022-05-14 19:48:59 +02:00
tjhexf 06197bac2d libgnutls: update to 3.7.5 2022-05-14 21:13:06 +05:30
Tee KOBAYASHI 8a94649306 audacity: Add comment about FFmpeg
%ci:no-build
2022-05-15 00:33:53 +09:00
Termux Github Actions e649f54661 assimp: update to 5.2.4
This commit has been automatically submitted by Github Actions.
2022-05-14 12:17:02 +00:00
tjhexf 79992db4bf docker-compose: update to 2.5.0 2022-05-14 16:03:37 +05:30
Termux Github Actions 5405b3d873 neovim-nightly: update to 0.8.0-dev+203-g9e4286294
This commit has been automatically submitted by Github Actions.
2022-05-14 06:29:52 +00:00
mywalk 174e32f0c0
wpa_supplicant: fix tmpdir path
Fixes https://github.com/termux/termux-packages/issues/10653.
2022-05-14 08:23:02 +02:00
Tee KOBAYASHI b2d0c327bb git-delta: Update to 0.13.0 2022-05-14 04:31:28 +09:00
Tee KOBAYASHI cd0062d0bf termux-tools: Drop dl.kcubeterm.com mirror
which is not renewed.
2022-05-14 04:14:54 +09:00
Termux Github Actions e87ada76eb openjpeg: update to 2.5.0
This commit has been automatically submitted by Github Actions.
2022-05-13 18:22:25 +00:00
Tee KOBAYASHI c0357c878e new package: kitty 2022-05-13 23:12:47 +09:00
Tee KOBAYASHI daa043f4b8 mesa: Update to 22.0.3 2022-05-13 22:47:46 +09:00
Termux Github Actions 10e64a8aa0 neovim-nightly: update to 0.8.0-dev+198-g030417d80
This commit has been automatically submitted by Github Actions.
2022-05-13 11:18:57 +00:00
Tee KOBAYASHI c1f5d16665 gtkmm3: Update to 3.24.6 2022-05-13 03:49:49 +05:30
Tee KOBAYASHI 6c63a649b1 libglibmm-2.4: Update to 2.66.4 2022-05-13 03:49:49 +05:30
Tee KOBAYASHI 9aa12d40c9 libsqlite{,-tcl}: Update to 3.38.5 2022-05-13 03:49:05 +05:30
Termux Github Actions ce73aeaaf1 libass: update to 0.16.0
This commit has been automatically submitted by Github Actions.
2022-05-12 18:15:32 +00:00
Tee KOBAYASHI f0dd52d17b ani-cli: Use external mpv
Co-authored-by: port19 <port19@port19.xyz>
2022-05-13 02:13:22 +09:00
Ookiineko e0032c005a
android-tools: fix fastboot patch
* when the usb is disconnected, the fd is still valid,
* thus causing LinuxUsbTransport::WaitForDisconnect to wait until the 3s timeout

* now we check if the fd's fstat->st_nlink is less than 1 to detect a disconnection

Signed-off-by: Ookiineko <chiisaineko@protonmail.com>

android-tools: bump TERMUX_PKG_REVISION

Signed-off-by: Ookiineko <chiisaineko@protonmail.com>
2022-05-12 19:50:40 +05:30
Ookiineko 36627471f8
android-tools: clean up fastboot patches
* switch to global struct for managing libusb_context

Signed-off-by: Ookiineko <chiisaineko@protonmail.com>
2022-05-12 19:50:39 +05:30
Termux Github Actions ddd1fa7d7c bat: update to 0.21.0
This commit has been automatically submitted by Github Actions.
2022-05-12 12:20:18 +00:00
Termux Github Actions e6ae225dc2 neovim-nightly: update to 0.8.0-dev+181-ga2d4b862f
This commit has been automatically submitted by Github Actions.
2022-05-12 06:26:27 +00:00
Termux Github Actions 94b06ddc68 binaryen: update to 108
This commit has been automatically submitted by Github Actions.
2022-05-12 06:18:41 +00:00
Termux Github Actions 001dbe0209 vulkan-tools: update to 1.3.213
This commit has been automatically submitted by Github Actions.
2022-05-12 00:26:18 +00:00
Tee KOBAYASHI 96b64a9cd5 apkeep: Update to 0.12.1
Co-authored-by: William Budington <bill@eff.org>
2022-05-12 07:25:12 +09:00
Tee KOBAYASHI e988a664b2 apkeep: Explicitly specify openssl version
%ci:no-build
2022-05-12 06:48:38 +09:00
Termux Github Actions 864bfef73e shfmt: update to 3.5.0
This commit has been automatically submitted by Github Actions.
2022-05-11 18:17:38 +00:00
Termux Github Actions bbdbb60f62 cloudflared: update to 2022.5.1
This commit has been automatically submitted by Github Actions.
2022-05-11 18:15:28 +00:00
Tee KOBAYASHI bd3b38ef77 php7: Fix linking against openssl 2022-05-12 02:40:06 +09:00
Tee KOBAYASHI 15fe94ce97 golang: Update to 1.18.2 2022-05-11 19:36:24 +05:30
tjhexf e283092898 git: update to 2.36.1 2022-05-11 19:35:49 +05:30
Termux Github Actions bb15832ffd hydroxide: update to 0.2.23
This commit has been automatically submitted by Github Actions.
2022-05-11 12:19:31 +00:00
Termux Github Actions 7dd54797e9 libcurl: update to 7.83.1
This commit has been automatically submitted by Github Actions.
2022-05-11 12:17:46 +00:00
Aditya Alok 7fcdb5b894
chore(psutils): update to 2.09
Ship its dependency libpaper-rrthomas with itself as the later
conflicts with debian's libpaper. Also it only uses `paper` binary from
libpaper-rrthomas, so shipping alone doesn't makes much sense.

closes #10585

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-05-11 16:19:48 +05:30
Termux Github Actions ce605b8420 neovim-nightly: update to 0.8.0-dev+169-ge50b1fe60
This commit has been automatically submitted by Github Actions.
2022-05-11 06:17:42 +00:00