Commit Graph

13120 Commits

Author SHA1 Message Date
Aditya Alok
c0820b2650 freeimage: fix prefix in patch 2021-08-27 10:53:13 +02:00
Aditya Alok
2821bdc9ba freeimage: improve patches and disable PNG optimisation for arm arch's only 2021-08-27 10:53:13 +02:00
Henrik Grimler
b782c7da0e toolchain: add -fPIC to CPPFLAGS for i686
When adding this, we go from compiling with

  /home/builder/.termux-build/_cache/android-r21d-api-24-v4/bin/clang++ [...] -mrelocation-model pic -pic-level 2 -pic-is-pie [...]

to

  /home/builder/.termux-build/_cache/android-r21d-api-24-v5/bin/clang++ [...] -mrelocation-model pic -pic-level 2 [...]

Before, we got a warning when compiling libandroid-spawn:

  /home/builder/.termux-build/_cache/android-r21d-api-24-v4/bin/../lib/gcc/i686-linux-android/4.9.x/../../../../i686-linux-android/bin/ld: warning: shared library text segment is not shareable

and trying to use a program linked against libandroid-spawn gave an
error, see
https://github.com/termux/termux-packages/issues/7215#issuecomment-906154438
the Without this, libraries might end up with text relocations. For
some reason it does not seem to be an issue on the other arches.

%ci:no-build
2021-08-27 10:02:20 +02:00
Lucinda May Phipps
0435f77102
imagemagick: update to 7.1.0.5 2021-08-27 04:44:10 +01:00
Lucy Phipps
279432d4fa
revert valgrind 2021-08-27 03:33:23 +01:00
Lucinda May Phipps
133eee0e01
valgrind: fix aarch64-setjmp.S 2021-08-27 03:03:07 +01:00
Lucinda May Phipps
d1eec6a9a1
valgrind: bump revision 2021-08-27 01:57:27 +01:00
Lucinda May Phipps
74d889d611
valgrind: update aarch64-setjmp.S 2021-08-27 01:56:41 +01:00
Termux Github Actions
a05f570d66 starship: update to 0.57.0
This commit has been automatically submitted by Github Actions.
2021-08-26 18:48:01 +00:00
Leonid Pliushch
343938a5b8
proot-distro: update to 2.4.0 2021-08-26 19:53:39 +03:00
Termux Github Actions
d41de41255 nlohmann-json: update to 3.10.2
This commit has been automatically submitted by Github Actions.
2021-08-26 12:31:46 +00:00
w4123
4e7861fc0b Bump revision 2021-08-26 11:49:26 +02:00
w4123
04a1b962e1 Compile libandroid-spawn with pic 2021-08-26 11:49:26 +02:00
w4123
ffdb1bdc5e Always compile openjdk with pic 2021-08-26 11:49:26 +02:00
Termux Github Actions
a29bdeb5d1 slides: update to 0.5.0
This commit has been automatically submitted by Github Actions.
2021-08-26 00:38:38 +00:00
Lucinda May Phipps
97f8910906
openjdk17: actually bump 2021-08-25 22:40:19 +01:00
Leonid Pliushch
e2083bd5c0
openjdk-17: bump revision & source url 2021-08-25 23:13:26 +03:00
Leonid Pliushch
0561eb8cbd
openjdk-17: extract libfontmanager patch from repository 2021-08-25 23:09:07 +03:00
Leonid Pliushch
08b1ffd458
openjdk-17: fix crash on arm devices
Closes https://github.com/termux/termux-packages/issues/7214.
2021-08-25 23:00:44 +03:00
Henrik Grimler
473374291d freeimage: re-build after fixing build system regression
All packages with zip archives had similar issues, fixed in
05728b58e5.
2021-08-25 21:46:00 +02:00
Leonid Pliushch
d916f058f5
qemu-system-x86-64-headless: bump revision 2021-08-25 22:28:20 +03:00
Leonid Pliushch
309481650e
qemu: disable use of signalfd system call
Otherwise it may crash on ARM devices with Android 8+.
2021-08-25 22:27:19 +03:00
Leonid Pliushch
2dc83c18f2
qemu: update 0009-fix-mman.h-defs.patch
Not really necessary, but on some configs build fails if patch was not updated.
2021-08-25 22:26:20 +03:00
Termux Github Actions
72eacce1c0 lesspipe: update to 1.89
This commit has been automatically submitted by Github Actions.
2021-08-25 18:17:30 +00:00
Termux Github Actions
d711176d09 flyctl: update to 0.0.234
This commit has been automatically submitted by Github Actions.
2021-08-25 18:15:56 +00:00
Leonid Pliushch
adb252ab11
qemu: update to 6.1.0 2021-08-25 17:01:43 +03:00
Pooya Moradi
65c283daac new package: jcal 2021-08-25 13:58:56 +02:00
YAKSH BARIYA
4f3f1ee43f
fish: Do not install yadm fish completions (#7386)
fish now had completions for yadm, so installing yadm with fish causes
`$PREFIX/share/fish/completions/yadm.fish` to conflict

Fixes #7384
2021-08-25 11:39:55 +01:00
Termux Github Actions
c27e2eb9c3 nlohmann-json: update to 3.10.1
This commit has been automatically submitted by Github Actions.
2021-08-25 00:30:41 +00:00
Lucy Phipps
1167594b7f
emacs, flyctl: trigger CI build 2021-08-24 21:37:16 +01:00
Henrik Grimler
d1af6df63f swift: set TERMUX_PKG_FORCE_CMAKE and TERMUX_CMAKE_BUILD=Ninja
To make termux_step_configure aware that termux_setup_{cmake,ninja}
need to be run.
2021-08-24 21:40:46 +02:00
Henrik Grimler
5eeadcf2e9 swift: keep hostbuilt tools in hostbuild dir instead
Symlink into build directory so that they can be found.
Also remove TERMUX_CLANG_VERSION variable, since it does not seem to
be used(?).
2021-08-24 21:40:46 +02:00
Henrik Grimler
ecd214881a build-package: add new arg -c for "continue build"
As replacement for TERMUX_PKG_QUICK_REBUILD. Running
./build-package.sh -c <package> starts a build for <package>, but does
not extract and patch the source from scratch. Instead it sets up the
build variables and starts from termux_step_make.

When working on a big package that can take hours to build it is
convenient to be able to build until there is an error, then apply
some new patch (manually) to the source, and then continue from where
the build failed.
2021-08-24 21:40:46 +02:00
Lucy Phipps
a636bfa2da
bump termux-tools, youtubedr, zsh
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:10 +01:00
Lucy Phipps
98184480e9
bump qemu-system-x86-64-headless, radare2, subversion
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:09 +01:00
Lucy Phipps
aba79ddac8
bump openjdk-17, proot, proot-distro
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:08 +01:00
Lucy Phipps
723b5cd08d
bump nginx, nlohmann-json, o-editor
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:06 +01:00
Lucy Phipps
d72a86ed8b
bump mupdf, mutt, navi
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:05 +01:00
Lucy Phipps
080c690466
bump libxtst, macchina, mc
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:04 +01:00
Lucy Phipps
94c4a9ccce
bump libxfixes, libxi, libxrandr
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:03 +01:00
Lucy Phipps
4b6d3bdf17
bump libapt-pkg-perl, libmosquitto, libxcursor
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:02 +01:00
Lucy Phipps
2b5af39505
bump helix, kak-lsp, libandroid-support
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:00 +01:00
Lucy Phipps
6d356992fd
bump git, golang, harfbuzz
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:12:59 +01:00
Lucy Phipps
b5027ef9fa
bump emacs, flyctl, freeimage
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:12:58 +01:00
Lucy Phipps
54c3d56ad5
bump composer, delve, dtc
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:11:58 +01:00
Lucy Phipps
df5b043c39
bump btfs, busybox, chezmoi
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:10:15 +01:00
Lucy Phipps
fb1e1f851d
bump aria2, autoconf, bat
termux/termux-packages@4f8d054
2021-08-24 20:07:27 +01:00
Termux Github Actions
d741daf94f gh: update to 2.0.0
This commit has been automatically submitted by Github Actions.
2021-08-24 12:23:19 +00:00
Termux Github Actions
8966eaaeee geth: update to 1.10.8
This commit has been automatically submitted by Github Actions.
2021-08-24 12:21:03 +00:00
Henrik Grimler
1ff378008f zsh: build param_private module as well
Fixes https://github.com/termux/termux-packages/issues/7391.
2021-08-24 13:22:56 +02:00
Aditya Alok
71fb6068d8 Emacs: bump revision 2021-08-24 06:58:32 +02:00
Aditya Alok
9f94a9d291 Emacs: add native json support 2021-08-24 06:58:32 +02:00
Termux Github Actions
72d0c3e180 o-editor: update to 2.43.1
This commit has been automatically submitted by Github Actions.
2021-08-23 12:18:41 +00:00
Leonid Pliushch
c6a80e0662
termux-tools: add NJU mirrors to termux-change-repo 2021-08-23 11:11:10 +03:00
Termux Github Actions
b4a425c414 chezmoi: update to 2.1.6
This commit has been automatically submitted by Github Actions.
2021-08-23 00:14:01 +00:00
Termux Github Actions
72c2a6142a bat: update to 0.18.3
This commit has been automatically submitted by Github Actions.
2021-08-22 18:14:30 +00:00
Leonid Pliushch
a504ba513f
openjdk-17: build with graphics support 2021-08-22 19:45:20 +03:00
Leonid Pliushch
cabcb9790c
bump packages moved from x11-repo 2021-08-22 19:44:54 +03:00
Leonid Pliushch
3121216450
add openjdk-17 x11 dependencies 2021-08-22 19:43:05 +03:00
Leonid Pliushch
d087977052
Revert "Move openjdk-17 to x11-packages"
Dependencies of packages from "main" set cannot be moved to
supplementary repositories.

This reverts commit 30356b7e32.
2021-08-22 19:32:00 +03:00
Martin Valba
30356b7e32 Move openjdk-17 to x11-packages
Moved openjdk-17 from termux-packages to x11-packages as of its deps for GUI support.
2021-08-22 18:43:49 +03:00
Leonid Pliushch
985407aa47
qemu: prevent possible crash when using security_model=mapped-file
When security_model=mapped-file is being used for VirtFS when accessing
shared storage or other file system that doesn't support chmod, an
assertion error may occur.
2021-08-22 18:35:29 +03:00
Lucy Phipps
fa14e970de
radare2: update patch 2021-08-22 05:15:19 +01:00
Aditya Alok
24384b8297
Helix: bump revision (#7375)
- `deb` has not been uploaded to Termux repo.
2021-08-22 00:11:00 +01:00
Lucy Phipps
add572bd25
dtc, mupdf: bump to build static subpackages 2021-08-22 00:01:57 +01:00
Lucy Phipps
c432bf15df
busybox, emacs, mutt, nginx: bump to fix builds
for some reason they were built with 0c8a398
2021-08-21 22:27:51 +01:00
Henrik Grimler
bb4ddd2023 libandroid-support, subversion: bump after fixing build-package 2021-08-21 22:38:56 +02:00
Lucinda May Phipps
a2a599cd91
subversion: bump revision 2021-08-21 21:26:10 +01:00
Lucy Phipps
b3f684d2e7
subversion: fix man3 location 2021-08-21 20:52:50 +01:00
Henrik Grimler
89857415a9 libandroid-support: prevent mkdir error if objects folder exists 2021-08-21 21:02:40 +02:00
Henrik Grimler
2c70621a98 build-package: rename TERMUX_DEBUG to TERMUX_DEBUG_BUILD
To make it more self-explanatory.
2021-08-21 20:55:57 +02:00
Lucy Phipps
47548b892b
subversion: hostbuild wasn't needed after all 2021-08-21 19:49:36 +01:00
Lucy Phipps
3740f1d29c
subversion: fix linker error 2021-08-21 19:13:49 +01:00
Lucy Phipps
713e9d7ee0
subversion: use host-built perl 2021-08-21 18:39:45 +01:00
Lucy Phipps
ea1cd4f4ee
libapt-pkg-perl: tweak build script 2021-08-21 16:12:54 +01:00
Lucy Phipps
8dceea857c
new package: git-svn 2021-08-21 16:12:27 +01:00
Lucy Phipps
52fcf6d530
new package: subversion-perl 2021-08-21 16:12:02 +01:00
Leonid Pliushch
059fea2920
Merge pull request #7374 from thunder-coding/flyctl
`flyctl`: Bump to 0.0.233
2021-08-21 17:00:23 +03:00
Oskar
ed869e42dc
golang: revert to 1.16 (#7373)
Issue: https://github.com/termux/termux-packages/issues/7356
2021-08-21 16:58:27 +03:00
Yaksh Bariya
86b9ba712d
flyctl getcpuinfo.patch: Update containerd version 2021-08-21 18:11:38 +05:30
Yaksh Bariya
c09753e085
flyctl: Bump to 0.0.233 2021-08-21 18:03:11 +05:30
Termux Github Actions
a1f974b81a aria2: update to 1.36.0
This commit has been automatically submitted by Github Actions.
2021-08-21 12:21:52 +00:00
Leonid Pliushch
8404b55e15
proot-distro: update to 2.3.1 2021-08-21 14:48:35 +03:00
Aditya Alok
faf4413089
freeimage: fixes (#7371)
* libm was missing
* disable arm-neon optimisation in LibPng since arm code is missing (which gave undefined error)
* swab patch was included but not compiled
2021-08-21 13:12:10 +03:00
Lucinda May Phipps
13be2e3059
fix radare2 patch again 2021-08-21 08:12:40 +01:00
Lucinda May Phipps
7c7500140e
radare2: bump revision 2021-08-21 08:05:45 +01:00
Lucinda May Phipps
47a6ae6c31
Update fix-bin-sh-path.patch 2021-08-21 08:04:07 +01:00
Claudemirovsky
d27170ef32
radare2: update to 5.4.0 (#7362)
patch is no longer needed thanks to d109d596f0
2021-08-21 06:59:20 +01:00
Leonid Pliushch
c279eff291
qemu-system-x86-64-headless: bump revision 2021-08-20 21:54:48 +03:00
Termux Github Actions
85fc5803e5 btfs: update to 1.5.2
This commit has been automatically submitted by Github Actions.
2021-08-20 12:13:22 +00:00
Aditya Alok
12982f88f0
helix: fix libc++_shared not found (#7350) 2021-08-20 11:39:59 +03:00
Puneet Gopinath
a6f77d7559 composer: update to 2.1.6 2021-08-20 08:06:31 +01:00
Aditya Alok
c79840e04b libmosquitto: increase revision count 2021-08-20 09:04:00 +02:00
Aditya Alok
9d18abeefc libmosquitto: fix unable to open tmpfile 2021-08-20 09:04:00 +02:00
Termux Github Actions
4ea884de14 youtubedr: update to 2.7.4
This commit has been automatically submitted by Github Actions.
2021-08-20 00:25:41 +00:00
Leonid Pliushch
dc8716d931
proot-distro: update to 2.3.0 2021-08-20 01:04:02 +03:00
Henrik Grimler
1e98960851 autoconf: add patch to workaround m4 issue on arm
Should be fixed properly in m4 though. Reported in
https://github.com/termux/termux-packages/issues/7361.
2021-08-19 21:51:19 +02:00
Michal Bednarski
de96fc0c8d proot: Update package with linkat() return value fix
termux/proot#173
2021-08-19 18:07:28 +02:00
Butta
7e5fdc0c7d kak-lsp: add package 2021-08-19 03:09:06 +05:30
Termux Github Actions
aa5e737530 macchina: update to 1.0.0
This commit has been automatically submitted by Github Actions.
2021-08-18 18:20:58 +00:00
Termux Github Actions
7c0624b4f2 delve: update to 1.7.1
This commit has been automatically submitted by Github Actions.
2021-08-18 18:09:48 +00:00
Leonid Pliushch
6bf15f5e5a
proot-distro: update to 2.2.0 2021-08-18 17:21:13 +03:00
Termux Github Actions
fd040e5b43 harfbuzz: update to 2.9.0
This commit has been automatically submitted by Github Actions.
2021-08-18 12:20:32 +00:00
Termux Github Actions
04a6ee3702 youtubedr: update to 2.7.3
This commit has been automatically submitted by Github Actions.
2021-08-18 00:38:33 +00:00
Termux Github Actions
99038896fe nlohmann-json: update to 3.10.0
This commit has been automatically submitted by Github Actions.
2021-08-18 00:33:18 +00:00
Oskar
a353946fc5
golang: update to 1.17 (#7345) 2021-08-17 23:31:46 +01:00
Leonid Pliushch
34e10cf98b
mc: update patches 2021-08-18 00:24:51 +03:00
Leonid Pliushch
5d6c393692
mc: update to 4.8.27 2021-08-18 00:01:42 +03:00
Leonid Pliushch
bb665b28d1
navi: depends on fzf and git 2021-08-17 21:13:25 +03:00
Nisheri-kun
c0dc6173e9
new package: brainfuck (#7343) 2021-08-17 15:43:57 +03:00
Termux Github Actions
385e609758 o-editor: update to 2.43.0
This commit has been automatically submitted by Github Actions.
2021-08-17 12:19:51 +00:00
Termux Github Actions
677e874096 lazygit: update to 0.29
This commit has been automatically submitted by Github Actions.
2021-08-17 12:18:53 +00:00
Lucy Phipps
98ef04fc5d
imagemagick: really use libjxl 2021-08-17 11:59:13 +01:00
Lucy Phipps
502adaa110
revert the imagamegick-libjxl stuff, sorry 2021-08-17 11:20:59 +01:00
Lucy Phipps
b7d6f09353
fix imagemagick build 2021-08-17 11:02:38 +01:00
Lucy Phipps
b0b0b83199
imagemagick: use libjxl 2021-08-17 10:38:49 +01:00
Lucy Phipps
7632e243e3
brotli: fix pkg-config files 2021-08-17 09:28:19 +01:00
Lucy Phipps
a666810f05
binutils: better ldd (#7342) 2021-08-17 07:40:52 +01:00
Lucy Phipps
dc10003317
binutils: update to 2.37 2021-08-17 06:44:21 +01:00
Lucy Phipps
ea367b1d39
binutils: fix argument handling in ldd 2021-08-17 06:44:12 +01:00
Termux Github Actions
5d9e023646 jfrog-cli: update to 2.2.1
This commit has been automatically submitted by Github Actions.
2021-08-17 00:25:46 +00:00
Termux Github Actions
9b7ab5c850 croc: update to 9.3.0
This commit has been automatically submitted by Github Actions.
2021-08-17 00:13:47 +00:00
Termux Github Actions
0c4b618c1e o-editor: update to 2.42.0
This commit has been automatically submitted by Github Actions.
2021-08-16 18:18:39 +00:00
Leonid Pliushch
822cf49455
proot-distro: update to 2.1.1 2021-08-16 20:13:02 +03:00
Michal Bednarski
950fbdc3b9 proot: Update with fixes for Qt and statx
termux/proot#161
termux/proot#172
2021-08-16 17:05:40 +02:00
Lucy Phipps
b61c70a038
i promise xcb-proto is fixed now 2021-08-16 15:14:34 +01:00
Lucy Phipps
9b7c1862b1
bump seafile-client build 2021-08-16 15:13:01 +01:00
Lucy Phipps
d89664ca63
really really fix xcb-proto 2021-08-16 14:56:36 +01:00
Lucy Phipps
141b03676d
really fix xcb-proto 2021-08-16 14:56:13 +01:00
Lucy Phipps
bae74ec4ab
remove ccnet as it's been deleted upstream 2021-08-16 14:42:31 +01:00
Lucy Phipps
3962defbb9
xcb-proto: try using latest python again 2021-08-16 14:28:45 +01:00
Lucy Phipps
ea5ebff29d
xcb-proto: bump to use python3.9 2021-08-16 07:20:05 +01:00
Lucy Phipps
df6d52c00e
librav1e: remove @DLC01 as maintainer 2021-08-16 07:19:05 +01:00
Lucy Phipps
607d4194a5
ffmpeg, libheif: trigger ci build 2021-08-15 22:09:48 +01:00
Lucy Phipps
5f746ae073
librav1e: fix build on x86_64 2021-08-15 21:43:06 +01:00
Lucy Phipps
4c0b83d278
libheif: depend on librav1e 2021-08-15 21:01:21 +01:00
Lucy Phipps
b69cb14687
ffmpeg: depend on librav1e 2021-08-15 21:01:21 +01:00
Lucy Phipps
c343b8d5f3
new package: librav1e
rav1e is now an independent subpackage
2021-08-15 21:01:21 +01:00
Leonid Pliushch
dac3e420a1
proot-distro: update to 2.1.0 2021-08-15 21:10:18 +03:00
Jia Yuan Lo
3ffc08acbe emscripten: update to 2.0.27 2021-08-15 17:04:23 +03:00
Jia Yuan Lo
76a529bb9f emscripten: change from using zip to tar.gz 2021-08-15 17:04:23 +03:00
Martin Kinkelin
a9dd3749b5 LDC: Work around Termux' missing ld.bfd
As there was a report that it's not available on 32-bit ARM either;
I guess it's also missing on x86 then.
2021-08-15 17:03:29 +03:00
Martin Kinkelin
d41b2ac44c LDC: Upgrade to v1.27.1 2021-08-15 17:03:29 +03:00
Leonid Pliushch
b126334fb4
proot-distro: update to 2.0.1 2021-08-15 16:58:14 +03:00
Lucy Phipps
f58a7bc8ed
apt: update to 2.3.8 2021-08-15 14:36:56 +01:00
Leonid Pliushch
d2c2a34bee
proot-distro: update to 2.0.0 2021-08-15 01:54:44 +03:00
MedzikUser
1edd9011d5
golang: update to 1.16.7 (#7308) 2021-08-15 00:59:49 +03:00
Termux Github Actions
aed2edea75 libvips: update to 8.11.3
This commit has been automatically submitted by Github Actions.
2021-08-14 18:22:47 +00:00
Jia Yuan Lo
30328a6800 vulkan packages: update to 1.2.188 2021-08-14 16:40:18 +03:00
Jia Yuan Lo
af807e8fbb vulkan-loader-android: clean up script 2021-08-14 16:40:18 +03:00
Pooya Moradi
7b0b44ab6c
new package: vile (#7316) 2021-08-14 16:37:52 +03:00
Leonid Pliushch
37afea4ba3
Merge pull request #7318 from MrAdityaAlok/update-helix
Helix: bump to version 0.4.1
2021-08-14 16:35:53 +03:00
Lucy Phipps
22dffd12c9
libwebp: update to 1.2.1 2021-08-14 13:57:07 +01:00
Termux Github Actions
44fcfa75bf cavif-rs: update to 1.3.1-win
This commit has been automatically submitted by Github Actions.
2021-08-14 12:13:43 +00:00
Aditya Alok
3a6ff407d4
Helix: bump to version 0.4.1 2021-08-14 14:09:34 +05:30
Wisest_wizard
a3090367d0 gobject-introspection: bump revision 2021-08-14 10:36:01 +03:00
Termux Github Actions
20cbb14d7d germanium: update to 1.2.2
This commit has been automatically submitted by Github Actions.
2021-08-14 00:21:27 +00:00
Leonid Pliushch
4a3b50bbf7
Merge pull request #7305 from msoose/patch-1
proxmark3-git: update to latest master
2021-08-13 12:26:12 +03:00
Leonid Pliushch
2fed51323f
proxmark3-git: remove revision when updating package version 2021-08-13 12:25:49 +03:00
Termux Github Actions
cfd84f3f5b lesspipe: update to 1.88
This commit has been automatically submitted by Github Actions.
2021-08-13 00:18:43 +00:00
Marlin Sööse
082c0742da
proxmark3-git: update to latest master 2021-08-12 15:36:38 -06:00
Termux Github Actions
4e9344e91b geth: update to 1.10.7
This commit has been automatically submitted by Github Actions.
2021-08-12 12:18:44 +00:00
Termux Github Actions
7aa99a8d9d chezmoi: update to 2.1.5
This commit has been automatically submitted by Github Actions.
2021-08-12 06:10:19 +00:00
Leonid Pliushch
85ac984cef
timg: disable stb 2021-08-12 00:07:11 +03:00
Leonid Pliushch
ff89af6745
timg: build with ffmpeg, graphicsmagic and libjpeg-turbo 2021-08-12 00:04:49 +03:00
Termux Github Actions
582a0d0c04 solidity: update to 0.8.7
This commit has been automatically submitted by Github Actions.
2021-08-11 18:58:14 +00:00
Termux Github Actions
5bb92194f1 germanium: update to 1.2.1
This commit has been automatically submitted by Github Actions.
2021-08-11 18:18:11 +00:00
Termux Github Actions
69bfc08526 exiv2: update to 0.27.5-RC1
This commit has been automatically submitted by Github Actions.
2021-08-11 18:16:35 +00:00
Lucy Phipps
4392d998b0
hopefully trigger build of lua-language-server 2021-08-11 18:28:14 +01:00
Leonid Pliushch
7d1f622ae6
new package: timg
Requested in https://github.com/termux/termux-packages/issues/7301
2021-08-11 18:59:12 +03:00
Aditya Alok
5942789b2a Add package: lua-language-server 2021-08-10 22:33:58 +02:00
Termux Github Actions
c869760fce c-ares: update to 1.17.2
This commit has been automatically submitted by Github Actions.
2021-08-10 12:10:47 +00:00
marcusz
d1702760f5
qemu: Include ppc targets (#7294) 2021-08-10 12:46:02 +03:00
Pooya Moradi
7152c44235 new package: alass 2021-08-10 12:30:50 +03:00
Henrik Grimler
9e9556da88 php-imagick: mv imagemagick BUILD_DEPENDS->DEPENDS
The resulting imagick library is linked against
libMagickWand-7.Q1HDRI.so and libMagickCore-7.Q16HDRI.so, so
imagemagick is a runtime dependency.
2021-08-10 10:54:36 +02:00
Pooya Moradi
b615046f3b new package: angle-grinder 2021-08-10 11:54:11 +03:00
Termux Github Actions
40abc868e8 o-editor: update to 2.41.3
This commit has been automatically submitted by Github Actions.
2021-08-10 00:26:59 +00:00
Termux Github Actions
cc523ff6bb jfrog-cli: update to 2.2.0
This commit has been automatically submitted by Github Actions.
2021-08-10 00:25:25 +00:00
Termux Github Actions
8541079193 findomain: update to 5.0.0
This commit has been automatically submitted by Github Actions.
2021-08-10 00:22:28 +00:00
Termux Github Actions
2b1e6e3e47 navi: update to 2.17.0
This commit has been automatically submitted by Github Actions.
2021-08-09 18:18:00 +00:00
Lucy Phipps
cdb2756b8a
python2: use gethostbyname_r 2021-08-08 23:45:20 +01:00
Lucy Phipps
1fee07163c
python: use gethostbyname_r 2021-08-08 23:41:33 +01:00
Termux Github Actions
4a8b1fd96c gifski: update to 1.5.0
This commit has been automatically submitted by Github Actions.
2021-08-08 18:15:21 +00:00
Pooya Moradi
e98ad09f55
Update mc to 4.8.26, Add a patch for tty-ncurses.h (#7288) 2021-08-08 17:05:41 +01:00
Pooya Moradi
de3faf46d9 unrar: update to 6.0.7 2021-08-08 17:04:03 +01:00
Pooya Moradi
784e0b2a10 valgrind: update to 3.17.0 2021-08-08 17:01:04 +01:00
Lucy Phipps
5fce984bbd
apt: use termux docbook-xsl-nons 2021-08-08 16:10:49 +01:00
Leonid Pliushch
08aba86850
proot-distro: update to 1.10.1 2021-08-08 17:05:42 +03:00
DLC01
c79540e8ef
add exhale (#7285)
* add exhale
2021-08-08 15:25:53 +05:30
Pooya Moradi
021e5353d7 rq: remove warning-as-error attribute 2021-08-08 13:34:20 +05:30
Pooya Moradi
0013d6e026 new package: rq 2021-08-08 13:34:20 +05:30
Ian Hu
3443859e57 add php-imagick 2021-08-08 09:55:47 +02:00
Ian Hu
9d0e219094 add php-apcu 2021-08-08 09:55:38 +02:00
Lucy Phipps
b6dc2c8e12
apt: go back to using host docbook-xsl
manpages were broken
2021-08-08 01:16:31 +01:00
Termux Github Actions
036afb7882 lesspipe: update to 1.87
This commit has been automatically submitted by Github Actions.
2021-08-08 00:15:48 +00:00
Lucy Phipps
8b6f8862e1
fix apt build for real 2021-08-08 00:15:50 +01:00
Lucy Phipps
34d21e590c
fix apt build 2021-08-08 00:03:24 +01:00
Lucy Phipps
167256cca7
apt: use termux docbook-xsl 2021-08-07 23:51:58 +01:00
Leonid Pliushch
2b6dfbd9ab
proot-distro: update to 1.10.0 2021-08-07 21:39:34 +03:00
Lucy Phipps
f91b606d95
apt: build up-to-date manpages and examples 2021-08-07 19:15:42 +01:00
Lucy Phipps
9c323a5076
fix typo in apt build.sh 2021-08-07 05:25:46 +01:00
Lucy Phipps
52798e10f3
apt: update to 2.3.7 2021-08-07 05:24:11 +01:00
Termux Github Actions
a3cec6a4b6 k9s: update to 0.24.15
This commit has been automatically submitted by Github Actions.
2021-08-07 00:21:37 +00:00
Termux Github Actions
0d09e60e0c croc: update to 9.2.1
This commit has been automatically submitted by Github Actions.
2021-08-07 00:11:13 +00:00
Pooya Moradi
883994226a
new package: sshping (#7278) 2021-08-07 01:33:33 +03:00
Pooya Moradi
3bf997224e
fzf: add zsh completions and fish keybindings (#7277) 2021-08-07 00:08:41 +03:00
Butta
0521306c30 rust: rebuild and link against new libllvm 2021-08-07 00:02:56 +05:30
Termux Github Actions
18fd149e7a o-editor: update to 2.41.1
This commit has been automatically submitted by Github Actions.
2021-08-06 18:15:42 +00:00
Leonid Pliushch
3bac938598
miniserve: fix postinst script 2021-08-06 20:31:27 +03:00
Leonid Pliushch
1fac469bdb
miniserve: postinst should be executable 2021-08-06 20:23:00 +03:00
Pooya Moradi
5173c6afb6
miniserve: install shell completions and warn user on default behaviour (#7272) 2021-08-06 19:38:18 +03:00
Henrik Grimler
d74e89d9f7
new package: speechd (#6624) 2021-08-06 19:12:03 +03:00
Pooya Moradi
cd23a4545b
new package: miniserve (#7269) 2021-08-06 18:21:56 +03:00
DLC01
4c47903280
new package: rav1e (#7270) 2021-08-06 17:53:40 +03:00
Leonid Pliushch
74eab4d48d
Merge pull request #7267 from thunder-coding/m4
m4: Bump to 1.4.19
2021-08-06 17:46:05 +03:00
Leonid Pliushch
6dd364092c
Merge pull request #7268 from thunder-coding/cmusfm
cmusfm: Bump to 0.4.1
2021-08-06 17:45:19 +03:00
Yaksh Bariya
e42a48a045
m4: Bump to 1.4.19 2021-08-06 18:57:27 +05:30
Yaksh Bariya
685ec5500c p11-kit: bump revision 2021-08-06 15:11:29 +02:00
Yaksh Bariya
433a30d5fa libtasn1: Bump to 4.17.0 2021-08-06 15:11:29 +02:00
Yaksh Bariya
e8c681bc20
cmusfm: update to 0.4.1 2021-08-06 17:45:02 +05:30
Yaksh Bariya
ebdcae3eac alpine: Bump to 2.24.2 2021-08-06 13:37:01 +02:00
Termux Github Actions
d6ef78f9fc gitea: update to 1.14.6
This commit has been automatically submitted by Github Actions.
2021-08-06 06:22:02 +00:00
Termux Github Actions
1719b541c7 zoxide: update to 0.7.3
This commit has been automatically submitted by Github Actions.
2021-08-06 00:22:00 +00:00
Leonid Pliushch
5dc862cb42
proot-distro: bump revision 2021-08-05 21:22:26 +03:00
Termux Github Actions
1353ec074b patchelf: update to 0.13
This commit has been automatically submitted by Github Actions.
2021-08-05 18:13:45 +00:00
Leonid Pliushch
ed992bc0b9
mupdf: update Makefile.patch
Include changes from 7e6d92e63e

Should deal with errors like this one:

 CANNOT LINK EXECUTABLE "mutool": library "build/shared-release/libmupdf.so" not found
2021-08-05 19:48:19 +03:00
Suhan G Paradkar
9e0233c06b
new package: gradle (#7227) 2021-08-05 19:41:57 +03:00
Termux Github Actions
a9ab1e38b3 dust: update to 0.6.2
This commit has been automatically submitted by Github Actions.
2021-08-05 12:10:09 +00:00
Henrik Grimler
c1dc78e82c command-not-found: update to 1.63 2021-08-05 12:44:14 +02:00
Butta
3b608f2e5f swift: bump after libllvm update 2021-08-05 15:46:15 +05:30
Butta
bc115c2a31 libllvm: update from 12.0.0 to 12.0.1 2021-08-05 11:50:28 +05:30
Lucy Phipps
16f6bce53b
fix sleuthkit build.sh 2021-08-05 02:53:04 +01:00
Lucy Phipps
bb3d82336e
sleuthkit: update to 4.11.0 2021-08-05 02:35:48 +01:00
Lucy Phipps
ac56f175a3
strace: update to 5.13 2021-08-05 02:25:37 +01:00
Termux Github Actions
55b56e0b1c chezmoi: update to 2.1.4
This commit has been automatically submitted by Github Actions.
2021-08-05 00:14:11 +00:00
Lucy Phipps
d64eb8836c
libde265: actually disable encoding
again, use libx265 for that
2021-08-05 00:42:50 +01:00
Lucy Phipps
cf356323a5
libde265: autoreconf 2021-08-04 23:51:59 +01:00
Lucy Phipps
6c70a63a2c
libde265: bump revision 2021-08-04 23:40:43 +01:00
Lucy Phipps
dbd3323798
libde265: only decoding
use libx265 for encoding. patches from debian
2021-08-04 23:39:04 +01:00
Termux Github Actions
79ed512695 openethereum: update to 3.3.0-rc.6
This commit has been automatically submitted by Github Actions.
2021-08-04 19:30:28 +00:00
Termux Github Actions
0631a6a023 o-editor: update to 2.41.0
This commit has been automatically submitted by Github Actions.
2021-08-04 18:15:33 +00:00
Termux Github Actions
40399518df gh: update to 1.14.0
This commit has been automatically submitted by Github Actions.
2021-08-04 18:13:34 +00:00
Lucy Phipps
422499106c
libde265: disable broken arm optimizations 2021-08-04 17:06:30 +01:00
Lucy Phipps
7545e03252
fix libde265 on arm, for real this time 2021-08-04 16:42:02 +01:00
Lucy Phipps
65037354e3
fix libde265 on arm 2021-08-04 16:31:16 +01:00
Lucy Phipps
902016b3b6
trigger rebuild of imagemagick, ffmpeg, libde265, libheif again 2021-08-04 16:08:57 +01:00
Yaksh Bariya
81e8270b3a Remove some patches 2021-08-04 17:02:55 +02:00
Yaksh Bariya
c0d89f1480 fossil: Bump to 2.16 2021-08-04 17:02:55 +02:00
Lucy Phipps
55d6aa9e99
ok libaom really works now 2021-08-04 16:00:18 +01:00
Lucy Phipps
ae2b3bcfc5
trigger rebuild of imagemagick, ffmpeg, libde265, libheif 2021-08-04 15:47:41 +01:00
Lucy Phipps
a4316066be
fix libaom build 2021-08-04 15:35:32 +01:00
Lucy Phipps
ac40765c94
imagemagick: use libheif 2021-08-04 15:29:06 +01:00
Lucy Phipps
5594889336
ffmpeg: use libaom 2021-08-04 15:28:52 +01:00
Lucy Phipps
12f5b4c795
new packages: libde256, libheif 2021-08-04 15:28:25 +01:00
Lucy Phipps
e90c91ae49
new package: libaom 2021-08-04 15:27:28 +01:00
Termux Github Actions
3df72143ee nushell: update to 0.35.0
This commit has been automatically submitted by Github Actions.
2021-08-04 00:53:46 +00:00
Lucy Phipps
74403ab5fd
chezmoi: fix bash-completion location 2021-08-03 23:33:55 +01:00
Laurent le Beau-Martin
31a82bd327 full path for destination 2021-08-03 22:32:29 +02:00
Laurent le Beau-Martin
108cad9a42 yadm: install shell completions 2021-08-03 22:32:29 +02:00
Laurent le Beau-Martin
10607b2a6b fix location of bash completions 2021-08-03 22:31:58 +02:00
Termux Github Actions
f5c2cea155 hugo: update to 0.87.0
This commit has been automatically submitted by Github Actions.
2021-08-03 18:21:59 +00:00
Leonid Pliushch
bf1f12f660
mupdf: build shared libraries
Fixes https://github.com/termux/termux-packages/issues/7247
2021-08-03 21:12:31 +03:00
Lucy Phipps
2b49c79c21
imagemagick: revert libjxl dependency
waiting until https://github.com/ImageMagick/ImageMagick/issues/4029 is fixed
2021-08-03 14:01:46 +01:00
Termux Github Actions
7bfada6110 syncthing: update to 1.18.1
This commit has been automatically submitted by Github Actions.
2021-08-03 12:23:30 +00:00
Termux Github Actions
aebded800b restic: update to 0.12.1
This commit has been automatically submitted by Github Actions.
2021-08-03 12:19:26 +00:00
Ian Hu
aa110da201 php-zephir-parse: optimize host build 2021-08-03 13:41:09 +02:00
Ian Hu
ec8f35afc7 php-zephir-parser: fix host build 2021-08-03 13:41:09 +02:00
Ian Hu
4228cd53cf add php-zephir-parser 2021-08-03 13:41:09 +02:00
Lucy Phipps
704a65766d
imagemagick: actually depend on libjx 2021-08-03 10:51:25 +01:00
Lucy Phipps
31a2188b91
imagemagick: JPEG XL support 2021-08-03 10:29:04 +01:00
Lucy Phipps
420f8f7c21
new package: libjxl 0.5 2021-08-03 10:27:10 +01:00
Yaksh Bariya
7598214f5a poppler: Bump to 21.08.0 2021-08-02 21:31:28 +01:00
Yaksh Bariya
7af0a35435 texinfo: Bump to 6.8 2021-08-02 21:31:28 +01:00
Yaksh Bariya
b99498dcad diffutils: update to 3.8 2021-08-02 21:31:28 +01:00
Leonid Pliushch
f1cc076b27
ecj: wrappers should unset JAVA_HOME
Otherwise it will work properly if package openjdk-17 is installed.

Issue https://github.com/termux/termux-packages/issues/7233
2021-08-02 20:53:57 +03:00
Suhan G Paradkar
713cd06a2f
new packages: groovy, scala (#7226) 2021-08-02 15:10:38 +03:00
Ian Hu
e57e445c48
new package: re2c (#7237) 2021-08-02 14:30:40 +03:00
Ian Hu
df01899c64 php-psr: remove optional TERMUX_PKG_LICENSE_FILE 2021-08-02 11:38:35 +02:00
Ian Hu
71076a9a0e php-psr: fix license name 2021-08-02 11:38:35 +02:00
Ian Hu
beff4f6b54 add php-psr 2021-08-02 11:38:35 +02:00
YAKSH BARIYA
5028aaca6a Bump revision for php 2021-08-02 10:26:44 +02:00
Termux Github Actions
c5756c6ef6 libjasper: update to 2.0.33
This commit has been automatically submitted by Github Actions.
2021-08-02 00:55:07 +00:00
Termux Github Actions
ed2f924695 shfmt: update to 3.3.1
This commit has been automatically submitted by Github Actions.
2021-08-01 18:33:18 +00:00
Yaksh Bariya
052241ca54 ruby: bump revision 2021-08-01 18:46:01 +03:00
Yaksh Bariya
884eba84d0 python2: bump revision 2021-08-01 18:46:01 +03:00
Yaksh Bariya
38dd3b7e56 python: bump revision 2021-08-01 18:46:01 +03:00
Yaksh Bariya
16e8b334f0 profanity: bump revision 2021-08-01 18:46:01 +03:00
Yaksh Bariya
670b8781af p11-kit: bump revision 2021-08-01 18:46:01 +03:00
Yaksh Bariya
b6d13f2b55 libllvm: bump revision 2021-08-01 18:46:01 +03:00
Yaksh Bariya
98e7ace5e3 libgmime: bump revision 2021-08-01 18:46:01 +03:00
Yaksh Bariya
1f830507c9 imagemagick: bump revision 2021-08-01 18:46:01 +03:00
Yaksh Bariya
9e36335a48 glib: bump revision 2021-08-01 18:46:01 +03:00
Yaksh Bariya
cd81866c5c ecl: bump revision 2021-08-01 18:46:01 +03:00
Yaksh Bariya
20a23c2784 ctypes-sh: bump revision 2021-08-01 18:46:01 +03:00
Yaksh Bariya
a2f2548da9 libffi: Bump to 3.4.2 2021-08-01 18:46:01 +03:00
YAKSH BARIYA
84699fd6eb
mtd-utils: Bump to 2.1.3 (#7231) 2021-08-01 16:41:08 +01:00
Leonid Pliushch
6d6f4826df
termux-tools: bump revision 2021-08-01 18:40:17 +03:00
Leonid Pliushch
58397fde9a
scripts/properties.sh: set java home to openjdk 8
Fix packages like termux-am
2021-08-01 18:39:37 +03:00
Jia Yuan Lo
45557e36a7
emscripten: update to 2.0.26 (#7228) 2021-08-01 16:37:25 +01:00
Leonid Pliushch
a093c3ff8a
termux-tools: remove information about play store from motd 2021-08-01 15:47:57 +03:00
Leonid Pliushch
b4492f5a2f
termux-tools: fix typo 2021-08-01 15:46:18 +03:00
Leonid Pliushch
c7fe135e5d
krb5: bump revision 2021-08-01 15:38:51 +03:00
Leonid Pliushch
ab7203d301
knockd: bump revision 2021-08-01 15:38:34 +03:00
Leonid Pliushch
4edc71b530
imlib2: bump revision 2021-08-01 15:38:17 +03:00
Leonid Pliushch
5bfa35412c
termux-tools: update mirror list
Fixes https://github.com/termux/termux-packages/issues/7229
2021-08-01 15:34:52 +03:00
Leonid Pliushch
677c7ed45a
openjdk-17: fix linking 2021-08-01 14:47:44 +03:00
Leonid Pliushch
c92a7a5ff3 termux-create-package: depend on binutils
It needs ar utility
2021-08-01 14:02:31 +03:00
DLC01
47a1b37659
new packages: libfdk-aac and fdkaac (#7217) 2021-08-01 13:11:23 +03:00
Leonid Pliushch
8f153ae3e3
Merge pull request #7219 from thunder-coding/package-updates
Package Updates
2021-08-01 13:09:52 +03:00
Leonid Pliushch
72f4f27b14
openjdk-17: link with libandroid-shmem and libandroid-spawn
Note: it is unknown whether these libraries actually needed during runtime.
Utilities are working fine without linking with these libraries. However
there are chances that certain Java functions may require spawn and shmem
functionality. I'm considering them as runtime dependencies because their
headers are required during compilation.
2021-08-01 12:42:16 +03:00
Leonid Pliushch
bdf1a73dd8
openjdk-17: omit DT_RUNPATH, move soft dependencies to suggests
Do not set DT_RUNPATH for OpenJDK binaries to prevent conflicts between
internal libs with present in $TERMUX_PREFIX/lib, specifically libnet.so

cups, x11 and others are not hard dependencies and shouldn't be necessary
in most cases. Move them to suggests .deb package metadata.
2021-08-01 12:37:34 +03:00
Yaksh Bariya
bb76d87665
krb5: Bump to 1.19.2 2021-08-01 11:45:22 +05:30
Yaksh Bariya
57d9c8d493
imlib2: Bump to 1.7.2 2021-08-01 11:45:22 +05:30
Yaksh Bariya
4f44489173
knockd: update to 0.8 2021-08-01 11:45:22 +05:30
Martin Kinkelin
bcd458bead LDC: Skip building compiler-rt memory profiling runtime
To prevent the `interception` library from being compiled, which hits a
static assert failure for both 32-bit ARM and i686 targets.
2021-08-01 01:01:10 +03:00
Martin Kinkelin
94e092df99 LDC: Add libunwind src
As workaround for https://bugs.llvm.org/show_bug.cgi?id=49228.
2021-08-01 01:01:10 +03:00
Martin Kinkelin
51cb37b683 LDC: Upgrade to v1.27.0 2021-08-01 01:01:10 +03:00
Termux Github Actions
b6eeb9595b chezmoi: update to 2.1.3
This commit has been automatically submitted by Github Actions.
2021-07-31 18:22:40 +00:00
Leonid Pliushch
a1e15c0d98
proot-distro: update to 1.9.0 2021-07-31 20:24:45 +03:00
Leonid Pliushch
191c273818
Revert "proton-bridge: update to 1.8.7"
Needs fix.

This reverts commit 68aab573c1.
2021-07-31 15:50:16 +03:00
Leonid Pliushch
68aab573c1
proton-bridge: update to 1.8.7 2021-07-31 11:48:42 +03:00
Termux Github Actions
5c60dcc725 cavif-rs: update to 1.3.1
This commit has been automatically submitted by Github Actions.
2021-07-31 00:56:26 +00:00
Termux Github Actions
d03f207304 hydroxide: update to 0.2.20
This commit has been automatically submitted by Github Actions.
2021-07-30 18:25:26 +00:00
Leonid Pliushch
9163bdc7f8
d8: create wrapper for r8 and specify main class in d8 2021-07-30 21:23:45 +03:00
Leonid Pliushch
89533a0ec0
d8: fix wrapper permissions 2021-07-30 18:55:05 +03:00
Leonid Pliushch
c5bb55c23d
apksigner: fix wrapper permissions 2021-07-30 18:53:56 +03:00
Leonid Pliushch
ea6e15ff2a
openjdk-17: try server variant for arm 2021-07-30 18:29:20 +03:00
Leonid Pliushch
a47d342818
coreutils: date: don't fail with 'Bad system call' on settime
Notify user that only root can modify system time.
2021-07-30 18:09:19 +03:00
Laurent le Beau-Martin
2c8431fefb
exa: install shell completion (#7212) 2021-07-30 17:17:32 +03:00
Leonid Pliushch
9a387d7d24
new package: d8 2021-07-30 17:13:40 +03:00
Leonid Pliushch
e619191b36
Revert "add old variant of apksigner"
Old variant of apksigner is no longer needed.

This reverts commit 4b763b8140.
2021-07-30 17:09:10 +03:00
Leonid Pliushch
a626b10a21
apksigner: use openjdk 2021-07-30 17:08:07 +03:00
Leonid Pliushch
f860bc27e8
new package: kotlin 2021-07-30 17:01:25 +03:00
Leonid Pliushch
f57980b343
openjdk-17: provide JAVA_HOME 2021-07-30 17:00:43 +03:00
Termux Github Actions
1758cb1578 hugo: update to 0.86.1
This commit has been automatically submitted by Github Actions.
2021-07-30 12:40:32 +00:00
Leonid Pliushch
da13243aa0
openjdk-17: use dlopen
android_mallopt seems not availabke in API 24 libc
2021-07-30 15:25:12 +03:00
Lucy Phipps
4ad7c66215
openjdk17: fix typo in android11.patch 2021-07-30 12:26:43 +01:00
Leonid Pliushch
23b82b8e3b
openjdk-17: include stdbool.h 2021-07-30 13:29:54 +03:00
Leonid Pliushch
0d5011e34a
openjdk-17: try disable tagging 2021-07-30 12:33:56 +03:00
Leonid Pliushch
ddf9dc680d
openjdk-17: remove android11.patch as it doesn't work
Perhaps issue is rather tagged pointers than fdsan.
2021-07-30 12:09:12 +03:00
Leonid Pliushch
26ca235a5d
openjdk-17: another attempt to fix android 11 2021-07-30 10:11:20 +03:00
Leonid Pliushch
7d14fcd6e4
openjdk-17: patches to disable fdsan on android 11 2021-07-30 02:15:18 +03:00
Leonid Pliushch
bfbbce0bbc
new package: openjdk-17 2021-07-30 01:44:41 +03:00
Leonid Pliushch
c6bead3a16
Revert "new package: openjdk-17"
This reverts commit 3660248f29.
2021-07-30 00:16:40 +03:00
Leonid Pliushch
3660248f29
new package: openjdk-17
Testing.

Pull request CI jobs fail for some reason, however I can't reproduce issue
with local builds. Maybe this will not fail, otherwise will revert this
commit.
2021-07-29 23:52:46 +03:00
Leonid Pliushch
c9e846c800
Merge pull request #7210 from craigcomstock/cfengine-3.18.0
cfengine: update to 3.18.0
2021-07-29 23:02:35 +03:00
Leonid Pliushch
f886f94fd9
Merge pull request #7209 from thunder-coding/package-updates-ch2
Package Updates Chapter 2
2021-07-29 23:01:46 +03:00
Craig Comstock
60a8cb2290
cfengine: update to 3.18.0 2021-07-29 12:00:52 -05:00
Yaksh Bariya
81cd7cac4a
libdav1d: update to 0.9.1 2021-07-29 20:56:32 +05:30
Leonid Pliushch
b44048eb35
cups: specify maintainer 2021-07-29 16:54:10 +03:00