Commit Graph

13850 Commits

Author SHA1 Message Date
Leonid Pliushch 08a8de9eb5
goaccess: update to 1.5.1 2021-07-08 00:37:51 +03:00
Leonid Pliushch e31ebce73a
libgnutls: update to 3.6.16 2021-07-08 00:32:15 +03:00
Leonid Pliushch baf909dc41
gnuplot: update to 5.4.2 2021-07-08 00:13:30 +03:00
Leonid Pliushch 631a8c372f
global: update to 6.6.7 2021-07-08 00:11:24 +03:00
Leonid Pliushch c24533effe
gifsicle: update to 1.93 2021-07-08 00:09:55 +03:00
Leonid Pliushch dd7c8282bc
dtc: package switched to meson build system 2021-07-08 00:07:07 +03:00
Leonid Pliushch 5d17bc3b4c
dtc: update to 1.6.1 2021-07-08 00:04:14 +03:00
Leonid Pliushch bcd6e30c57
libdav1d: update to 0.9.0 2021-07-08 00:02:35 +03:00
Leonid Pliushch 7225525267
cmusfm: update to 0.4.0 2021-07-07 23:54:48 +03:00
Leonid Pliushch 0dc3f0d83d
dash: update to 0.5.11.4 2021-07-07 23:48:50 +03:00
Leonid Pliushch bf5bd48338
clamav: update to 0.103.3 2021-07-07 23:46:47 +03:00
Leonid Pliushch 53061e23fd
babl: update to 0.1.88 2021-07-07 23:44:20 +03:00
Leonid Pliushch 6e9e94932e
acr: update to 1.9.8 2021-07-07 23:42:55 +03:00
Leonid Pliushch 90e2de6fcc
build-package.sh: add hook to prevent execution of sudo
Do not let privileged commands appear in build.sh. Any environment
configuration should be done by scripts like setup-ubuntu.sh. Execution
of arbitrary sudo commands could mess up host system, in case if not
building package in Docker container or VM.
2021-07-07 23:27:54 +03:00
Lucy Phipps 69ccc66639
apt-file: fix error handler, depend on libregexp-assemble-perl 2021-07-07 20:19:03 +01:00
Lucy Phipps b9a3b00d10
new package: libregexp-assemble-perl 2021-07-07 20:19:03 +01:00
Momin Juned 0faa3e2bcf
qemu: add spice protocol support (#7119)
Also fix libcap-ng build.
2021-07-07 21:54:22 +03:00
Lucy Phipps 3ccc4d130b
apt-file: include bash-completion file 2021-07-07 04:48:41 +01:00
Lucy Phipps 881c348348
apt-file: add apt as direct dependency 2021-07-07 03:24:50 +01:00
Lucy Phipps 991fa41252
new packages: apt-file, libapt-pkg-perl 2021-07-07 01:57:16 +01:00
Termux Github Actions 34d59c85fb gitea: update to 1.14.4
This commit has been automatically submitted by Github Actions.
2021-07-07 00:19:49 +00:00
Termux Github Actions f026a5d0f4 fish: update to 3.3.1
This commit has been automatically submitted by Github Actions.
2021-07-07 00:12:08 +00:00
Termux Github Actions e9a72c4592 syncthing: update to 1.18.0
This commit has been automatically submitted by Github Actions.
2021-07-06 18:26:02 +00:00
Lucy Phipps ed3a13eb01
irssi, psutils: bump after perl update 2021-07-06 16:42:29 +01:00
Lucy Phipps 53770219ca
exiftool: update to 12.28 2021-07-06 16:41:42 +01:00
Lucy Phipps d6cbbe2ff1
perl: update to 5.34.0 2021-07-06 16:40:33 +01:00
shadmansaleh 606c32427f fixup: libluajits share directory shouldn't contain epoch in version 2021-07-06 13:52:41 +02:00
shadmansaleh 7ee36d1980 Build luv with luajit 2021-07-06 12:08:56 +02:00
shadmansaleh 737f9ff3ce Fix libluajit having wrong version name for include/ 2021-07-06 12:08:56 +02:00
shadmansaleh 4ac21a30e9 Bump luajit to commit 787736990ac3b7d5ceaba2697c7d0f58f77bb782 2021-07-06 12:08:56 +02:00
shadmansaleh 51e6737165 Bump neovim to 0.5 2021-07-06 12:08:56 +02:00
shadmansaleh 99ee1fd977 Add package libtreesitter 2021-07-06 12:08:56 +02:00
Henrik Grimler dc9953f65d zbar: bump to rebuild after imagemagick update
Fixes https://github.com/termux/termux-packages/issues/7109.
2021-07-06 10:03:28 +02:00
Krishna Kanhaiya 95c3c5205f
ca-certificates: Update to 20210603 (#7110) 2021-07-06 13:30:00 +05:30
Termux Github Actions 8d286409e4 slides: update to 0.4.1
This commit has been automatically submitted by Github Actions.
2021-07-05 18:15:49 +00:00
Momin Juned b4552fb7ec
New packages : liborc , libspice-server , libspice-protocol (#7101)
Add packages: liborc, libspice-protocol, libspice-server
2021-07-05 17:20:12 +02:00
Termux Github Actions 7a19665fbb hugo: update to 0.85.0
This commit has been automatically submitted by Github Actions.
2021-07-05 12:16:28 +00:00
Henrik Grimler 93fca0f5c3 perl: add -pie flag when compiling perl modules on arm and i686
Before, trying to compile some perl modules on arm fails with an
error like

t/01-simple.t ..... 5/7 "./add": error: Android 5.0 and later only support position-independent executables (-fPIE).

No idea why it occurs on arm but not on aarch64 or x86_64. Error
should probably be fixed properly elsewhere in perl's source code, but
let's go for this easy fix for now. Adding -pie here also introduces
warnings when building perl packages on device due to clang -E not
recognizing it, but at least they compile..

Tested on lineage-18.1 arm tablet.
2021-07-04 21:46:28 +02:00
Henrik Grimler c7443b67fe perl: dont pass linker flags to `clang -E`
I.e. preprocessor mode. This silences warning messages both when
cross-compiling perl and when compiling perl packages on device.

Note that the main perl binary ends up with RUNPATH set to
$PREFIX/lib/perl5/5.32.1/arm-android/CORE, instead of $PREFIX/lib
_and_ $PREFIX/lib/perl5/5.32.1/arm-android/CORE.  perl only links
against the standard libraries and libperl.so though, and the latter
is in $PREFIX/lib/perl5/5.32.1/arm-android/CORE so there should be no
need to add $PREFIX/lib to RUNPATH (unless I am missing something).

Tested by running perl and installing some perl modules on an arm
tablet,
2021-07-04 21:38:43 +02:00
Jia Yuan Lo 3ed4c8eec4 emscripten: update to 2.0.25 2021-07-04 13:52:31 +03:00
YAKSH BARIYA 663f812d12
flyctl: update to 0.228 (#7095) 2021-07-04 13:52:00 +03:00
YAKSH BARIYA 1fa9c8ac52
fish: update to 3.3.0 (#7099) 2021-07-04 13:51:34 +03:00
Termux Github Actions 24f36a5fea clash: update to 1.6.5
This commit has been automatically submitted by Github Actions.
2021-07-03 18:08:03 +00:00
Termux Github Actions c5074d4a4c fmt: update to 8.0.1
This commit has been automatically submitted by Github Actions.
2021-07-03 00:10:23 +00:00
Termux Github Actions 140a9994ba chezmoi: update to 2.1.0
This commit has been automatically submitted by Github Actions.
2021-07-03 00:09:56 +00:00
Termux Github Actions b766b67ebd k9s: update to 0.24.13
This commit has been automatically submitted by Github Actions.
2021-07-01 18:18:48 +00:00
Termux Github Actions e53976156f hugo: update to 0.84.4
This commit has been automatically submitted by Github Actions.
2021-07-01 18:15:52 +00:00
Termux Github Actions a286c70e32 elixir: update to 1.12.2
This commit has been automatically submitted by Github Actions.
2021-07-01 18:07:33 +00:00
Ridhwan Ikhwanto 93ab3ef342
age: update to 1.0.0-rc.3 (#7080) 2021-07-01 13:43:27 +03:00
YAKSH BARIYA 8c38c828b7
nushell: update to 0.33.0 (#7078) 2021-07-01 12:52:38 +03:00