Commit Graph

21003 Commits

Author SHA1 Message Date
Termux Github Actions 8ffd54b69d bump(main/ipfs): 0.18.0
This commit has been automatically submitted by Github Actions.
2023-01-23 18:19:47 +00:00
Termux Github Actions a7f980f869 bump(main/gitea): 1.18.3
This commit has been automatically submitted by Github Actions.
2023-01-23 18:16:33 +00:00
Tee KOBAYASHI 25e6e8d1fc parallel: Bump to 20230122 2023-01-23 12:32:23 +00:00
Tee KOBAYASHI 7df1dc5a08 texinfo: Bump to 7.0.2 2023-01-23 12:32:08 +00:00
Tee KOBAYASHI 50522010c5 opusfile: Add patch for CVE-2022-47021 2023-01-23 11:57:16 +00:00
Lucy Phipps 54587358ab
imagemagick: update to 7.1.0.58
and revert failed auto-update
2023-01-23 08:20:51 +00:00
Lucy Phipps 1960fc79e9
imagemagick: enable auto-update 2023-01-23 08:05:47 +00:00
Termux Github Actions 1f8c8949e2 bump(main/uftrace): 0.13.1
This commit has been automatically submitted by Github Actions.
2023-01-23 06:15:55 +00:00
Termux Github Actions 8d57fb2342 bump(main/ruff): 0.0.230
This commit has been automatically submitted by Github Actions.
2023-01-23 00:34:47 +00:00
Termux Github Actions 2b3efb5530 bump(main/radare2): 5.8.2
This commit has been automatically submitted by Github Actions.
2023-01-23 00:28:09 +00:00
Termux Github Actions 01a33b1316 bump(main/gifski): 1.10.0
This commit has been automatically submitted by Github Actions.
2023-01-23 00:22:57 +00:00
Termux Github Actions 2337ae2440 bump(main/lsof): 4.98.0
This commit has been automatically submitted by Github Actions.
2023-01-22 18:11:45 +00:00
Termux Github Actions 7ba3c51448 bump(main/jfrog-cli): 2.33.0
This commit has been automatically submitted by Github Actions.
2023-01-22 18:10:48 +00:00
Chongyun Lee 0196e97804 mesa: adapt to libglvnd 2023-01-22 16:35:59 +00:00
Chongyun Lee 8318d8e5c1 new package: libglvnd 2023-01-22 16:35:59 +00:00
Tee KOBAYASHI 67f307fde7 groovy: Bump to 4.0.8 2023-01-22 13:40:39 +00:00
Tee KOBAYASHI 674182a70a libx11: Fix compose key tables
Reference: https://github.com/termux/termux-packages/issues/14491
2023-01-22 13:12:42 +00:00
Termux Github Actions 41a59cf10c bump(main/esbuild): 0.17.4
This commit has been automatically submitted by Github Actions.
2023-01-22 12:10:00 +00:00
Ivan Max bfc0e8e76b
pacman: adding a new repo and fixing a bug with checking memory (#14708)
If during the update there was a sufficiently large negative number in the "Total Installed Size", then an error about lack of memory appeared. This bug has been fixed.
2023-01-22 13:51:31 +03:00
Tee KOBAYASHI c55303d60f vtm: Restore patch to fix alignment of data
as a follow-up of commit 8f2c1b0fe4.

Please always test on arm (32-bit) arch if you modify or delete it.
2023-01-22 10:02:59 +00:00
Tee KOBAYASHI dee7c1fd58 libneon: Bump to 0.32.5 2023-01-22 09:13:51 +00:00
Tee KOBAYASHI 3be5ad61f1 new package: boxes 2023-01-22 08:51:32 +00:00
Kevin Williams 8f2c1b0fe4 upgpkg(main/vtm): 0.9.8o
Signed-off-by: Kevin Williams <admin@utermux.dev>
2023-01-22 08:48:49 +00:00
Termux Github Actions 119b8a83f2 bump(main/mold): 1.10.1
This commit has been automatically submitted by Github Actions.
2023-01-22 06:17:29 +00:00
Termux Github Actions 8f5f3e7cc0 bump(main/fastfetch): 1.9.0
This commit has been automatically submitted by Github Actions.
2023-01-22 06:09:18 +00:00
Termux Github Actions 538c6d4a51 bump(main/ruff): 0.0.229
This commit has been automatically submitted by Github Actions.
2023-01-22 00:36:27 +00:00
Termux Github Actions c446a0bbd9 bump(main/graphviz): 7.1.0
This commit has been automatically submitted by Github Actions.
2023-01-22 00:27:08 +00:00
Termux Github Actions 33336e883a bump(main/flatbuffers): 23.1.21
This commit has been automatically submitted by Github Actions.
2023-01-22 00:23:46 +00:00
Termux Github Actions 15eafe68b3 rebuild(main/command-not-found): to update database 2023-01-22 00:12:14 +00:00
Termux Github Actions 5bb20f6baf bump(main/texlab): 5.1.0
This commit has been automatically submitted by Github Actions.
2023-01-21 18:15:19 +00:00
Tee KOBAYASHI c9487abf1b mesa: Avoid hard links in `$PREFIX/lib/dri/`
Files with the same inode number become separate files after massage and
make the binary package unnecessarily larger.
2023-01-21 23:41:00 +08:00
Tee KOBAYASHI c3d4469a31 root-repo: Fix repos URL 2023-01-21 15:17:35 +00:00
Termux Github Actions 2faf193ca2 bump(main/shiori): 1.5.4
This commit has been automatically submitted by Github Actions.
2023-01-21 12:14:46 +00:00
Termux Github Actions a1b9d37007 bump(main/libpagmo): 2.19.0
This commit has been automatically submitted by Github Actions.
2023-01-21 12:11:57 +00:00
Tee KOBAYASHI d46e3bc8a4 gnupg: Fix uninitialized local variable
```
[...]/src/g10/keylist.c:342:43: warning: variable 'indent' is uninitialized when used here [-Wuninitialized]
              tty_fprintf (fp, "\n%*s%s", indent, "", _("card-no: "));
                                          ^~~~~~
[...]/src/g10/keylist.c:310:13: note: initialize the variable 'indent' to silence this warning
  int indent;
            ^
             = 0
```
2023-01-21 08:28:40 +00:00
Tee KOBAYASHI 511ed1f64c wasmtime: Bump to 5.0.0 2023-01-21 07:02:17 +00:00
Tee KOBAYASHI c2320d5a7c libtalloc: Bump to 2.4.0 2023-01-21 07:01:32 +00:00
Tee KOBAYASHI 236c7baa6f k2pdfopt: Bump to 2.54 2023-01-21 07:01:22 +00:00
Tee KOBAYASHI 956fb1aa57 entr: Bump to 5.3 2023-01-21 07:01:11 +00:00
Termux Github Actions 08a0a34ac7 bump(main/neovim-nightly): 0.9.0-dev-763+ge86d2734a
This commit has been automatically submitted by Github Actions.
2023-01-21 06:16:57 +00:00
Termux Github Actions f592ebf67a bump(main/ruff): 0.0.228
This commit has been automatically submitted by Github Actions.
2023-01-21 00:31:53 +00:00
Termux Github Actions 375ad7c9a3 bump(main/libgit2): 1.5.1
This commit has been automatically submitted by Github Actions.
2023-01-21 00:20:44 +00:00
Termux Github Actions 72a46d8205 bump(main/vulkan-tools): 1.3.239
This commit has been automatically submitted by Github Actions.
2023-01-20 18:12:02 +00:00
Yaksh Bariya 7bdc5cbe23 chore(main/{apt,{root,x11}-repo}): use cloudflare proxy by default
Referencing to
311ac5c982.
This should hopefully help reduce the amount of bandwidth consumed by
out Hetzner instance.

Some rough statistics (proper ones would require some scripts to be run
on the server, I just got to lazy to write something that could work):

Cloudflare cached content accounts for only about 14.9% of the total
amount of requests. This change should increase this number in the long
run
2023-01-20 21:39:16 +05:30
Tee KOBAYASHI 1b0767d141 libosmium: Bump to 2.19.0 2023-01-20 14:59:55 +00:00
Henrik Grimler 67ad5da810
termux-tools: update to 1.36.1 2023-01-20 13:56:34 +01:00
Termux Github Actions d2ccda8568 bump(main/mold): 1.10.0
This commit has been automatically submitted by Github Actions.
2023-01-20 12:19:30 +00:00
Termux Github Actions e36d0ac781 bump(main/lua-language-server): 3.6.7
This commit has been automatically submitted by Github Actions.
2023-01-20 12:13:19 +00:00
Termux Github Actions ad35e63040 bump(main/brook): 20230122
This commit has been automatically submitted by Github Actions.
2023-01-20 12:09:35 +00:00
Termux Github Actions 092c45bd55 bump(main/ruff): 0.0.227
This commit has been automatically submitted by Github Actions.
2023-01-20 06:30:29 +00:00