Commit Graph

17361 Commits

Author SHA1 Message Date
Tee KOBAYASHI
510c79dd4c libdevil: Bump revision to rebuild 2022-03-02 06:02:01 +09:00
Tee KOBAYASHI
f03c9e9fc1 k2pdfopt: Bump revision to rebuild 2022-03-02 06:02:01 +09:00
Tee KOBAYASHI
3807007384 graphicsmagick: Update to 1.3.37
* Add dependency on libwebp
2022-03-02 06:02:01 +09:00
Tee KOBAYASHI
110b379e54 gegl: Update to 0.4.36 2022-03-02 06:02:01 +09:00
Tee KOBAYASHI
f4b99bc418 dcraw: Bump revision to rebuild 2022-03-02 06:02:01 +09:00
Tee KOBAYASHI
351534ff08 libjasper: Update to 3.0.2 2022-03-02 06:02:01 +09:00
Maxython
bc2f67685e libcaca: fix link to source code 2022-03-02 05:59:14 +09:00
Henrik Grimler
4eb2971ad5
busybox: rebuild after removal of wait3 from sys/wait.h 2022-03-01 21:47:07 +01:00
Henrik Grimler
3879280345
ndk-patches: remove wait3 patch from sys/wait.h
It was added specifically for busybox, and busybox > 1.33 now
implements its own workaround, so should hopefully be no need for this
patch anymore.
2022-03-01 21:45:47 +01:00
Henrik Grimler
8b9576b49d
ca-certificates: update to 2022-02-01 2022-03-01 21:32:54 +01:00
Henrik Grimler
fdc0238b67
busybox: update to 1.35.0 2022-03-01 21:32:18 +01:00
Henrik Grimler
02b6db5ad7
angband: update to 4.2.4 2022-03-01 21:15:34 +01:00
Termux Github Actions
01dd093b4a tesseract: update to 5.1.0
This commit has been automatically submitted by Github Actions.
2022-03-01 18:25:57 +00:00
Yaksh Bariya
6ccf600bef
rsync: bump revision 2022-03-01 22:07:22 +05:30
Yaksh Bariya
4577a0cf69 revbump all packages dependent on openssl
%ci:no-build All packages will be triggered for rebuild manually
2022-03-01 12:36:05 +00:00
Yaksh Bariya
6ec87d7b0a openssl: Add SONAME to shared libraries
Possible fix for #9174
2022-03-01 12:36:05 +00:00
Henrik Grimler
c0f00c9137
termux-tools: pkg: convert spaces to tabs in indentation
%ci:no-build
2022-03-01 13:32:37 +01:00
Henrik Grimler
43f510f29b
termux-tools: pkg: add more mirrors to rotation list
To decrease load on individual mirrors.
2022-03-01 13:31:13 +01:00
Termux Github Actions
bece2c3ce4 syncthing: update to 1.19.1
This commit has been automatically submitted by Github Actions.
2022-03-01 12:20:36 +00:00
Henrik Grimler
9e4eda99e0
termux-tools: termux-change-repo: truly make cache repo first choice
This is what was suppose to be done in commit
9ba3d05f37 ("termux-tools: mv cloudflare mirror up in
termux-change-repo list").
2022-03-01 09:52:45 +01:00
Henrik Grimler
9807139375
gitea: use termux_setup_nodejs and enable autoupdates again
Forgot to fix this during docker imager ubuntu version update.
2022-03-01 09:05:10 +01:00
Henrik Grimler
f66938e355
scripts/build/setup: add termux_setup_nodejs function
To be used by packages that need nodejs during build (gitea and
frida-server for example).

Use LTS version for now (gitea had issues with latest version).
2022-03-01 09:03:54 +01:00
Tee KOBAYASHI
5a605cdffe gitea: Disable autoupdate
as a follow-up of commit c31ee772c2.

%ci:no-build
2022-03-01 13:25:34 +09:00
ELWAER-M
16482d9c2f add package: onefetch 2022-03-01 13:00:35 +09:00
Henrik Grimler
9ba3d05f37
termux-tools: mv cloudflare mirror up in termux-change-repo list
Quite often users probably just use first one, and we want to make use
of cloudflare's cache if possible.
2022-02-28 22:33:02 +01:00
Henrik Grimler
362076f2b5
apt: switch so that cloudflare cached mirror is used per default
Some countries (like Iran) has issues with it, but for most users it
can help decrease traffic to main mirror at Fosshost.
2022-02-28 22:32:57 +01:00
Tee KOBAYASHI
abdaea0406 littlecms: Create symlink with soversion suffix
for backward compatibility.
2022-03-01 06:32:22 +09:00
Tee KOBAYASHI
12eb920db0 keybase: Update to 5.9.3 2022-03-01 06:22:40 +09:00
Henrik Grimler
6246ade463
imagemagick: bump after littlecms update 2022-02-28 20:47:23 +01:00
Tee KOBAYASHI
666489294a chezmoi: Update to 2.13.0 2022-03-01 03:27:57 +09:00
Tee KOBAYASHI
c5fef4fef0 libprotobuf-c: Update to 1.4.0 2022-03-01 03:26:45 +09:00
Tee KOBAYASHI
2d0f4e8ef4 gping: Update to 1.3.0 2022-03-01 03:25:59 +09:00
Tee KOBAYASHI
068a42dac7 chromaprint: Update to 1.5.1 2022-03-01 03:24:08 +09:00
Termux Github Actions
aa4df8ad44 radare2: update to 5.6.4
This commit has been automatically submitted by Github Actions.
2022-02-28 12:37:10 +00:00
Termux Github Actions
ab00941d02 hugo: update to 0.93.0
This commit has been automatically submitted by Github Actions.
2022-02-28 12:29:04 +00:00
Henrik Grimler
40c4430d82
serf: fix undefined version ERR_GET_FUNC
The function has been removed from openssl 3.  Annoyingly enough the
build of serf doesn't fail even with this function being undefined, it
is just reported as a warning:

buckets/ssl_buckets.c:1329:24: warning: implicit declaration of function 'ERR_GET_FUNC' is invalid in C99 [-Wimplicit-function-declaration]
                       ERR_GET_FUNC(err),
                       ^

but trying to use any program linked against libserf.so later fails.
2022-02-28 10:25:38 +01:00
Tee KOBAYASHI
0492a299ab o-editor: Update to 2.48.3 2022-02-28 12:43:24 +05:30
Tee KOBAYASHI
251b6dc2fc inotify-tools: Update to 3.22.1.0 2022-02-28 12:42:29 +05:30
Tee KOBAYASHI
01c7f332e4 cava: Update to 0.7.5 2022-02-28 12:41:34 +05:30
Tee KOBAYASHI
364d091fee new package: libiniparser 2022-02-28 12:41:34 +05:30
Tee KOBAYASHI
ee96d1ad5a jfrog-cli: Update to 2.13.0 2022-02-28 12:38:37 +05:30
Tee KOBAYASHI
8b8ac623c7 proxychains-ng: Update to 4.16 2022-02-28 12:28:42 +05:30
Tee KOBAYASHI
1b68db4438 macchina: Update to 6.0.6 2022-02-28 12:26:55 +05:30
Tee KOBAYASHI
c858aa4d44 geth: Update to 1.10.16 2022-02-28 12:01:02 +05:30
Tee KOBAYASHI
cc00db05b9 babl: Update to 0.1.90 2022-02-28 11:55:06 +05:30
Tee KOBAYASHI
48de1b3239 littlecms: Update to 2.13.1 2022-02-28 11:55:06 +05:30
Tee KOBAYASHI
8aa5fa86b0 openethereum: Update to 3.3.4 2022-02-28 11:53:43 +05:30
Tee KOBAYASHI
9eb21629fb c-toxcore: Update to 0.2.16 2022-02-28 11:52:23 +05:30
Tee KOBAYASHI
e0801b8ab4 libarchive: Update to 3.6.0 2022-02-28 11:50:01 +05:30
Henrik Grimler
2a00bc345b
subversion: bump package
Needed after serf update:
```
CANNOT LINK EXECUTABLE "svn": cannot locate symbol "ERR_GET_FUNC" referenced by "/data/data/com.termux/files/usr/lib/libserf-1.so"...
```
2022-02-28 07:01:37 +01:00