Commit Graph

11387 Commits

Author SHA1 Message Date
Henrik Grimler
970cb29dee at: update url, the other site is down 2021-02-04 19:20:18 +01:00
Leonid Pliushch
45fae41684
new package: dosfstools
Requested in https://github.com/termux/termux-packages/issues/6335.
2021-02-03 23:21:59 +00:00
Leonid Pliushch
d8e81509eb
Revert "e2fsprogs: update to 1.46.0"
Needs patching due to error:

/home/builder/.termux-build/e2fsprogs/src/e2fsck/rehash.c:1051:3: warning: implicit declaration of function 'qsort_r' is invalid in C99 [-Wimplicit-function-declaration]
                qsort_r(fd.harray+2, fd.num_array-2, sizeof(struct hash_entry),
                ^
        CC /home/builder/.termux-build/e2fsprogs/src/e2fsck/encrypted_files.c
        SUBST e2fsck.8
        SUBST e2fsck.conf.5
5 warnings generated.
        LD e2fsck
rehash.o:rehash.c:function e2fsck_rehash_dir: error: undefined reference to 'qsort_r'

***

This reverts commit 8b2f08e281.
2021-02-03 23:17:14 +00:00
Leonid Pliushch
8b2f08e281
e2fsprogs: update to 1.46.0 2021-02-03 23:14:15 +00:00
Leonid Pliushch
bb97d16dfc
doxygen: update to 1.9.1 2021-02-03 23:13:54 +00:00
Leonid Pliushch
b169e3515e
cmake: update to 3.19.4 2021-02-03 23:09:42 +00:00
Leonid Pliushch
3dbb8e982e
ccache: delete unneeded patch 2021-02-03 23:05:37 +00:00
Leonid Pliushch
06f0f909e2
Revert "calc: update to 2.12.7.5"
Needs patching due to error:

 aarch64-linux-android-clang -DCALC_SRC -DCUSTOM -Wall  -march=native   -fPIC -O3 -g3 -I..  -I/data/data/com.termux/files/usr/include  -c -o custtbl.o custtbl.c
 clang: error: the clang compiler does not support '-march=native'

***

This reverts commit 087382e27b.
2021-02-03 23:02:33 +00:00
Leonid Pliushch
1b299a0a05
dnsutils: update to 9.16.11 2021-02-03 22:54:44 +00:00
Leonid Pliushch
92c49b5527
ccache: update to 4.2 2021-02-03 22:54:29 +00:00
Leonid Pliushch
087382e27b
calc: update to 2.12.7.5 2021-02-03 22:54:21 +00:00
Leonid Pliushch
2b3f58852f
bison: update to 3.7.5 2021-02-03 22:54:11 +00:00
Leonid Pliushch
21a29142eb
binutils: update to 2.36 2021-02-03 22:54:02 +00:00
Leonid Pliushch
d5290ab3e7
autoconf: update to 2.71 2021-02-03 22:52:58 +00:00
Leonid Pliushch
9d45302ffc
age: update to 1.0.0-beta6 2021-02-03 22:52:11 +00:00
Leonid Pliushch
c061024982
apt: update patches
***

This commit contains further changes to user agent string in addition
to introduced in fd66e2fe29.

Now it will send installation prefix obtained by /proc/self/exe. It
should resist patching `apt` with sed or in other way. Reminding that
installation prefix provided in user agent http header is intended for
distinguishing Termux from derivatives.

Here are sample lines from my mirror logs showing usage of Termux repo
by third-party projects:
```
162.158.103.43 - - [21/Jan/2021:09:46:43 +0200] "GET /dists/stable/Release HTTP/1.1" 304 0 "-" "Termux-PKG/1.0 mirror-checker (termux-tools 0.104) Termux (pl.sviete.dom; install-prefix:/data/data/pl.sviete.dom/files/usr)"
162.158.210.8 - - [20/Jan/2021:06:24:54 +0200] "GET /dists/stable/InRelease HTTP/1.1" 404 146 "-" "Debian APT-HTTP/1.3 (2.1.15) Termux (vn.vhn.vsc; install-prefix:/data/data/vn.vhn.vsc/files/usr)"
162.158.210.142 - - [20/Jan/2021:06:24:54 +0200] "GET /dists/stable/Release.gpg HTTP/1.1" 304 0 "-" "Debian APT-HTTP/1.3 (2.1.15) Termux (vn.vhn.vsc; install-prefix:/data/data/vn.vhn.vsc/files/usr)"
```

***

CloudFlare firewall for termux.org and termux-mirror.ml hosts would be
adjusted to block all requests which do not have install-prefix set or
if the latter doesn't match one of the Termux.
2021-02-03 22:33:22 +02:00
Leonid Pliushch
df64cf9d76
rebuild: dpkg, gnupg, libcurl
apt fails as need updated patches.
2021-02-03 21:33:57 +02:00
Leonid Pliushch
bf06a7a7b0
gnupg: update to 2.2.27 2021-02-03 21:10:46 +02:00
Leonid Pliushch
f68101f583
dpkg: update to 1.20.7.1 2021-02-03 21:08:53 +02:00
Leonid Pliushch
cb4be87fd3
libcurl: update to 7.75.0 2021-02-03 21:08:48 +02:00
Leonid Pliushch
5b5f81f1fb
apt: update to 2.1.18 2021-02-03 21:08:41 +02:00
Termux Github Actions
94fdeb8fb5 syncthing: update to 1.13.1
This commit has been automatically submitted by Github Actions.
2021-02-03 18:32:30 +00:00
Termux Github Actions
fb904b1226 fzf: update to 0.25.1
This commit has been automatically submitted by Github Actions.
2021-02-03 18:25:14 +00:00
Leonid Pliushch
0905cc6cf7
proot-distro: update to 1.6.0 2021-02-03 18:17:57 +02:00
Henrik Grimler
742d86b568 Remove _FORTIFY_SOURCE workaround for some pkgs for debug builds
Not necessary after __USE_FORTIFY_LEVEL is set. No need to rebuild any
packages for this though:
%ci:no-build
2021-02-03 16:57:21 +01:00
Henrik Grimler
b158c8de2a emacs: set additional configure flags for debug build
As suggested in the DEBUG documentation:
https://github.com/emacs-mirror/emacs/blob/master/etc/DEBUG
2021-02-03 16:57:21 +01:00
Termux Github Actions
e7c538a75a syncthing: update to 1.13.0
This commit has been automatically submitted by Github Actions.
2021-02-02 18:40:50 +00:00
Termux Github Actions
55bcf3dbed rclone: update to 1.54.0
This commit has been automatically submitted by Github Actions.
2021-02-02 18:38:01 +00:00
Termux Github Actions
831d2681d6 ncompress: update to 5.0
This commit has been automatically submitted by Github Actions.
2021-02-02 12:24:40 +00:00
Termux Github Actions
f0e5a10da7 libnghttp2: update to 1.43.0
This commit has been automatically submitted by Github Actions.
2021-02-02 12:24:14 +00:00
Termux Github Actions
29fa2b568a gitea: update to 1.13.2
This commit has been automatically submitted by Github Actions.
2021-02-02 00:44:50 +00:00
Leonid Pliushch
0729cb17ab
proot: termux-chroot needs to bind /linkerconfig/ld.config.txt on Android 11
Without /linkerconfig/ld.config.txt, dynamic linker will unable to find
shared libraries provided by APEX modules.
2021-02-01 18:58:41 +02:00
Termux Github Actions
11e6365843 jfrog-cli: update to 1.44.0
This commit has been automatically submitted by Github Actions.
2021-02-01 12:25:03 +00:00
Leonid Pliushch
0133650c03
ncurses: add terminfo for Kitty terminal
Issue https://github.com/termux/termux-packages/issues/6296
2021-01-31 23:55:09 +02:00
Leonid Pliushch
8114ea34ae
teleport-tsh: fix description
Any reason to add a duplicate space in description when UPDATING (!) package
version?
2021-01-31 23:34:21 +02:00
Leonid Pliushch
ee607a57d0
libopenmpt: fix license name
Bintray requires a specific format of license field, otherwise
package will not be published.
2021-01-31 23:30:50 +02:00
Leonid Pliushch
046861d6bf
new package: libopenmpt
Requested in https://github.com/termux/termux-packages/issues/6179
2021-01-31 23:28:41 +02:00
Roman Kredentser
7989c69644
teleport-tsh: update to 5.1.2 (#6318) 2021-01-31 18:28:56 +05:30
Termux Github Actions
4e14728958 lf: update to 20
This commit has been automatically submitted by Github Actions.
2021-01-30 18:30:04 +00:00
Termux Github Actions
084e559243 libgd: update to 2.3.1
This commit has been automatically submitted by Github Actions.
2021-01-30 12:23:16 +00:00
Butta
5ce5505df2 swift: update from 5.3.2 to 5.3.3 2021-01-30 07:18:36 +05:30
Leonid Pliushch
dbed0c1150
qemu: force use little endian UCS-2
See issue https://github.com/termux/termux-packages/issues/6332.
2021-01-30 01:30:58 +02:00
Leonid Pliushch
442f8378fb
mpg123: correct homepage url 2021-01-30 01:22:51 +02:00
Thibault Meyer
96a0010bbc
Add mpg123 (#6333)
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
2021-01-29 21:17:46 +01:00
Termux Github Actions
43ce537315 shfmt: update to 3.2.2
This commit has been automatically submitted by Github Actions.
2021-01-29 18:38:08 +00:00
Thibault Meyer
2b3b0d3309
Add libvips (#6325)
Resolves: #6113
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
2021-01-29 09:57:22 +01:00
Termux Github Actions
fbe6659950 helm: update to 3.5.1
This commit has been automatically submitted by Github Actions.
2021-01-29 00:39:52 +00:00
Termux Github Actions
7cb0cf7af5 delve: update to 1.6.0
This commit has been automatically submitted by Github Actions.
2021-01-29 00:38:13 +00:00
Thibault Meyer
87abb34255
new package: libcunit (#6319) 2021-01-28 21:25:23 +02:00
Termux Github Actions
45b4b5fa65 solidity: update to 0.8.1
This commit has been automatically submitted by Github Actions.
2021-01-27 18:58:50 +00:00
Termux Github Actions
a12e86967b gifski: update to 1.3.1
This commit has been automatically submitted by Github Actions.
2021-01-27 18:35:01 +00:00
Termux Github Actions
93a21e038c composer: update to 2.0.9
This commit has been automatically submitted by Github Actions.
2021-01-27 18:32:43 +00:00
Michael Bryant
6da90bc816 taskwarrior: remove pkg revision 2021-01-27 10:26:12 +05:30
Michael Bryant
d73e412a55 taskwarrior: revert revision increase 2021-01-27 10:26:12 +05:30
Michael Bryant
752bc5a11d taskwarrior: update to 2.5.3 2021-01-27 10:26:12 +05:30
Michael Bryant
a7be64b3fc ca-certificates: update to newer version 2021-01-27 10:26:12 +05:30
Termux Github Actions
04115efa57 gifski: update to 1.3.0
This commit has been automatically submitted by Github Actions.
2021-01-27 00:38:11 +00:00
Rabby Sheikh
b141100bd4
new package: logrotate (#6315)
* new package: logrotate

* fix build error

* Update build.sh
2021-01-26 20:38:33 +05:30
Termux Github Actions
38adadab32 keybase: update to 5.6.1
This commit has been automatically submitted by Github Actions.
2021-01-25 18:59:53 +00:00
Termux Github Actions
620f984c2d findomain: update to 3.0.1
This commit has been automatically submitted by Github Actions.
2021-01-25 06:54:34 +00:00
Termux Github Actions
39ac4c9afd lf: update to 19
This commit has been automatically submitted by Github Actions.
2021-01-24 18:54:41 +00:00
Patrick Gaskin
fc007e73f4
PulseAudio SLES module improvements (#6290)
* pulseaudio: Improve error msg when module-sles-source is missing the RECORD_AUDIO permission

* pulseaudio: Refactor and improve module-sles-{source,sink}

* More readable and consistent code style.
* Fix subtle bugs and typos (e.g. duplicate or ineffectual assignments,
  mishandled enums, etc).
* Fix stereo input channel mask.
* Fix wrong self object being passed to SLES functions.
* Handle more sample formats.
* Better logging.
* Fix potential freeing of undefined pointers.
* Fixed module usage (channel_map was on source instead of sink,
  some items were missing the trailing space).
* Other minor fixes.

* pulseaudio: Implement PA_SINK_MESSAGE_GET_LATENCY message

Every built-in module implements this and without it, PA will crash
in some cases (e.g. when opening pavucontrol).

* pulseaudio: Increment TERMUX_PKG_REVISION
2021-01-24 22:21:02 +05:30
Termux Github Actions
975f908da5 asciidoc: update to 9.0.5
This commit has been automatically submitted by Github Actions.
2021-01-24 06:44:37 +00:00
Termux Github Actions
d8d5dbe000 mu: update to 1.4.15
This commit has been automatically submitted by Github Actions.
2021-01-23 18:58:34 +00:00
Termux Github Actions
57aa4c77d8 gifski: update to 1.2.7
This commit has been automatically submitted by Github Actions.
2021-01-23 18:56:21 +00:00
Termux Github Actions
91186a6a7c cmus: update to 2.9.1
This commit has been automatically submitted by Github Actions.
2021-01-23 01:10:28 +00:00
Termux Github Actions
4545b5f343 findomain: update to 3.0.0
This commit has been automatically submitted by Github Actions.
2021-01-22 19:01:42 +00:00
Leonid Pliushch
8214a60e86
ffsend: fix maintainer info 2021-01-22 13:36:57 +02:00
Leonid Pliushch
cbe115d728
restore package: ffsend, updated to v0.2.68 2021-01-22 13:11:49 +02:00
Termux Github Actions
d5d4278cab gh: update to 1.5.0
This commit has been automatically submitted by Github Actions.
2021-01-22 01:09:55 +00:00
Henrik Grimler
cdfaea8f10
emacs: rebuild
Seems that emacs is linked against libnettle on some arches (without the dependency being declared) so rebuild to solve that.

See https://www.reddit.com/r/emacs/comments/l1wiwz/help_with_install_termux/
2021-01-21 13:02:12 +01:00
ruki
14a9c6980e
xmake: update to 2.5.1 (#6286) 2021-01-21 09:21:55 +05:30
Termux Github Actions
19ce4cacb7 z3: update to 4.8.10
This commit has been automatically submitted by Github Actions.
2021-01-21 01:38:37 +00:00
Termux Github Actions
2c1681ea92 youtubedr: update to 2.4.0
This commit has been automatically submitted by Github Actions.
2021-01-21 01:17:23 +00:00
Termux Github Actions
67a9c7e6d9 toxic: update to 0.10.1
This commit has been automatically submitted by Github Actions.
2021-01-21 01:16:13 +00:00
Termux Github Actions
4c194103a0 rclone: update to 1.53.4
This commit has been automatically submitted by Github Actions.
2021-01-21 01:15:42 +00:00
Termux Github Actions
870e6003fb openethereum: update to 3.1.1
This commit has been automatically submitted by Github Actions.
2021-01-20 13:19:21 +00:00
Roman Kredentser
fc9d4c4e24
update teleport tsh cli to latest version 4.4.7 (#6281) 2021-01-20 10:41:13 +01:00
Termux Github Actions
1d410f3911 algernon: update to 1.12.12
This commit has been automatically submitted by Github Actions.
2021-01-18 18:56:30 +00:00
kcubeterm
5e6023bdb4 darkhttpd: Update to 1.13 2021-01-18 17:49:18 +00:00
Patrick Gaskin
a3d0c0df0f
pulseaudio: Add dependency on libwebrtc-audio-processing (#6273) 2021-01-18 12:55:29 +05:30
Patrick Gaskin
e41152e3b8
new package: libwebrtc-audio-processing (#6272) 2021-01-18 03:04:08 +05:30
Patrick Gaskin
a5becf97c2
pulseaudio: Update to 14.2 (#6271) 2021-01-18 02:01:02 +05:30
Lucy Phipps
6e43f56ca4
tcl: update to 8.6.11 and fix (#6269) 2021-01-18 01:52:36 +05:30
Termux Github Actions
f4574f2183 libzmq: update to 4.3.4
This commit has been automatically submitted by Github Actions.
2021-01-17 18:55:41 +00:00
Lucy Phipps
761f9f5f7d
fix #6260 sqlcipher and tcl conflict (#6263) 2021-01-17 19:09:30 +02:00
Krishna कन्हैया
550ecf5419
Merge pull request #6265 from pgaskin/cmus-2.9.0
cmus: Update to 2.9.0
2021-01-17 17:39:45 +05:30
kcubeterm
d3a980063d nano: bump version 2021-01-17 12:05:38 +00:00
Patrick Gaskin
0cd975d10a
cmus: Update to 2.9.0 2021-01-17 06:46:12 -05:00
kcubeterm
915a7353a8 fossil: Updaye to 2.13 2021-01-17 11:31:22 +00:00
kcubeterm
ae4f7fcc31 findutils: Update to 4.8.0 2021-01-17 11:05:31 +00:00
Leonid Pliushch
fd4e085092
openethereum: openethereum-utils conflicting with geth-utils due to same file
Not marking as replacement for geth-utils because this package is a bit different.
2021-01-16 21:01:04 +02:00
Termux Github Actions
38d7424ba4 bitcoin: update to 0.21.0
This commit has been automatically submitted by Github Actions.
2021-01-16 01:21:00 +00:00
Termux Github Actions
b961921297 atomicparsley: update to 20210114.184825.1dbe1be
This commit has been automatically submitted by Github Actions.
2021-01-15 18:56:34 +00:00
kcubeterm
28eb7dce70 ed: bump version 2021-01-15 17:01:59 +00:00
kcubeterm
3aae97c2eb Binaryen: update to v99 2021-01-15 16:45:55 +00:00
mdouchin
9c4ad85afd
postgresql: build postgres_fdw (#6249) 2021-01-14 19:22:24 +01:00
Henrik Grimler
9f1d624c26 postgresql: build dblink
Fixes https://github.com/termux/termux-packages/issues/6247.
2021-01-14 12:39:20 +01:00
Termux Github Actions
41fdec607e helm: update to 3.5.0
This commit has been automatically submitted by Github Actions.
2021-01-14 01:13:06 +00:00
Termux Github Actions
3f092ba2f2 git-lfs: update to 2.13.2
This commit has been automatically submitted by Github Actions.
2021-01-13 19:01:20 +00:00
easyaspi314 (Devin)
12410ccc45 [zsh] Fix case insensitive globbing
Backport of a patch submitted upstream.

Finally fixes #1894.
2021-01-13 17:13:32 +02:00
Henrik Grimler
9f5fd83328 texlive-bin: rebuild after poppler update 2021-01-13 11:08:13 +01:00
Termux Github Actions
3a74a671d4 tokei: update to 12.1.2
This commit has been automatically submitted by Github Actions.
2021-01-13 01:09:12 +00:00
Termux Github Actions
4c7d704b77 gifski: update to 1.2.6
This commit has been automatically submitted by Github Actions.
2021-01-11 12:34:16 +00:00
Leonid Pliushch
74d01f38df
proot-distro: update to 1.5.0 2021-01-10 16:19:37 +02:00
Leonid Pliushch
c85d481e37
cicada: re-run build 2021-01-10 14:34:06 +02:00
Leonid Pliushch
29d48878c4
cicada: disable builds for 32bit CPUs 2021-01-10 13:38:11 +02:00
Wetitpig
5a181e1477
new package: openethereum (#6240) 2021-01-10 13:16:43 +02:00
Termux Github Actions
849c2978d0 cicada: update to 0.9.17
This commit has been automatically submitted by Github Actions.
2021-01-10 06:36:35 +00:00
kcubeterm
6d1e28d2f8 New package: Shiori 2021-01-09 12:44:26 +00:00
Termux Github Actions
91cc2aae2d qalc: update to 3.16.1
This commit has been automatically submitted by Github Actions.
2021-01-09 12:31:28 +00:00
Termux Github Actions
48a185c1a0 o-editor: update to 2.35.0
This commit has been automatically submitted by Github Actions.
2021-01-09 00:53:05 +00:00
Leonid Pliushch
38204aa2c8
rebuild packages using "gdbm"
Fixing issue with libgdbm.so(.6) linking.
2021-01-08 23:00:55 +02:00
Henrik Grimler
54015f157b tsu: ensure ~/.suroot/tmp exists
Fixes https://github.com/termux/termux-root-packages/issues/220.
2021-01-08 20:57:56 +01:00
Henrik Grimler
82168adf9b tsu: do not use arrays for source and sha256
No need for it since it is only one source archive.
2021-01-08 20:56:54 +01:00
Leonid Pliushch
5cec106f74
socat: disable 32bit builds because they are broken 2021-01-07 17:39:49 +02:00
Leonid Pliushch
b829e6f6ab
zziplib: update to 0.13.72 2021-01-07 16:54:03 +02:00
Leonid Pliushch
164d12aa30
wget: update to 1.21 2021-01-07 16:52:13 +02:00
Leonid Pliushch
8cd613ca72
vttest: update to 20201225 2021-01-07 16:51:27 +02:00
Leonid Pliushch
2ae2e8bf0b
vim, vim-python: update to 8.2.2300 2021-01-07 16:49:49 +02:00
Leonid Pliushch
11bf8a6d94
ttyd: delete unneeded patch 2021-01-07 16:48:37 +02:00
Leonid Pliushch
60b0470ff6
ttyd: update to 1.6.3 2021-01-07 16:47:37 +02:00
Leonid Pliushch
744affd3ad
task-spooler: update to 1.0.1 2021-01-07 16:45:06 +02:00
Leonid Pliushch
e6e7dd1281
swi-prolog: update to 8.3.13 2021-01-07 16:43:47 +02:00
Leonid Pliushch
17aec4df94
socat: update to 1.7.4.0 2021-01-07 16:42:42 +02:00
Leonid Pliushch
28acfd2fcf
seafile-client: update to 8.0.1 2021-01-07 16:39:16 +02:00
Leonid Pliushch
545bc26c7e
libtiff: update to 4.2.0 2021-01-07 16:37:56 +02:00
Leonid Pliushch
e43f8c433e
poppler: update to 21.01.0 2021-01-07 16:28:31 +02:00
Leonid Pliushch
a16bd6bca0
php: update to 8.0.1 2021-01-07 16:27:45 +02:00
Leonid Pliushch
104348adc3
oathtool: update to 2.6.5 2021-01-07 16:25:31 +02:00
Leonid Pliushch
ca2defd998
nushell: update Cargo.toml.patch 2021-01-07 16:24:55 +02:00
Leonid Pliushch
123ab361ee
nushell: update to 0.25.1 2021-01-07 16:22:59 +02:00
Leonid Pliushch
21dbca791e
notmuch: update to 0.31.3 2021-01-07 16:19:44 +02:00
Leonid Pliushch
a80494bb99
nginx: update to 1.19.6 2021-01-07 16:18:59 +02:00
Leonid Pliushch
1aaf87e72a
newsboat: update to 2.22 2021-01-07 16:18:15 +02:00
Leonid Pliushch
51f69feca5
libnettle: update to 3.7 2021-01-07 15:58:00 +02:00
Leonid Pliushch
bd7e64bc29
net-tools: update to 2.10.0 2021-01-07 15:55:35 +02:00
Leonid Pliushch
ab1666ca01
mutt: update to 2.0.4 2021-01-07 15:40:13 +02:00
Leonid Pliushch
c517c97a73
msmtp: update to 1.8.14 2021-01-07 15:38:44 +02:00
Leonid Pliushch
9c87905123
moreutils: update to 0.65 2021-01-07 15:37:24 +02:00
Leonid Pliushch
0e123eaa71
mbedtls: update to 2.25.0 2021-01-07 15:37:04 +02:00
Leonid Pliushch
8fc211ca1b
mkvtoolnix: update to 52.0.0 2021-01-07 15:31:34 +02:00
Leonid Pliushch
33e3e3242c
miniupnpc: update to 2.2.1 2021-01-07 15:31:12 +02:00
Leonid Pliushch
2be8cdfa3b
manpages: update to 5.10 2021-01-07 15:28:53 +02:00
Leonid Pliushch
b74d8249bb
lzlib: update to 1.12 2021-01-07 15:27:39 +02:00
Leonid Pliushch
6c31f58ad4
lighttpd: update to 1.4.58 2021-01-07 15:26:22 +02:00
Leonid Pliushch
60f02e7483
libpcap: update to 1.10.0 2021-01-07 15:22:11 +02:00
Leonid Pliushch
92de5d5e7d
libmicrohttpd: update to 0.9.72 2021-01-07 15:20:56 +02:00
Leonid Pliushch
ba4b795cad
libgpg-error: update to 1.41 2021-01-07 15:20:24 +02:00
Leonid Pliushch
6ef4fb4956
libebml: update to 1.4.1 2021-01-07 15:07:50 +02:00
Leonid Pliushch
b8b4a48dd8
libjasper: update to 2.0.24 2021-01-07 15:05:06 +02:00
Leonid Pliushch
c7a0ad14dd
libcap: remove psx-psx.go.patch
This patch is not being used and fails anyway.
2021-01-07 15:03:04 +02:00
Leonid Pliushch
79806349d4
libcap: update to 2.46 2021-01-07 15:01:37 +02:00
Leonid Pliushch
b9840529da
kubectl: update to 1.20.1 2021-01-07 14:58:30 +02:00
Leonid Pliushch
590f051571
inxi: update to 3.2.01-1 2021-01-07 14:57:32 +02:00
Leonid Pliushch
3b71cdae47
imlib2: update to 1.7.1 2021-01-07 14:55:23 +02:00
Leonid Pliushch
5ae6b7e3cd
imagemagick: update to 7.0.10.56 2021-01-07 14:53:29 +02:00
Leonid Pliushch
dbf214fb6a
graphicsmagick: update to 1.3.36 2021-01-07 14:50:38 +02:00
Leonid Pliushch
26a4a4195f
gnupg: fix patches 2021-01-07 14:49:44 +02:00
Leonid Pliushch
9dd7077f66
gnupg: update to 2.2.26 2021-01-07 14:44:13 +02:00
Leonid Pliushch
a4def93210
babl: update to 0.1.84 2021-01-07 14:42:07 +02:00
Leonid Pliushch
82c2927d29
gegl: update to 0.4.28 2021-01-07 14:40:09 +02:00
Leonid Pliushch
7a0c46a3b9
gdbm: termios_h.patch seems not needed anymore 2021-01-07 14:39:44 +02:00
Leonid Pliushch
b82aede383
gdbm: update to 1.19 2021-01-07 14:38:23 +02:00
Leonid Pliushch
c586a2857d
fftw: update to 3.3.9 2021-01-07 14:31:15 +02:00
Leonid Pliushch
47af7270c2
exiftool: update to 12.14 2021-01-07 14:30:18 +02:00
Leonid Pliushch
5d4730f139
doxygen: update to 1.9.0 2021-01-07 14:29:30 +02:00
Termux Github Actions
b9912003ed rhash: update to 1.4.1
This commit has been automatically submitted by Github Actions.
2021-01-07 12:28:39 +00:00
Leonid Pliushch
6b43d21dcf
dash: update to 0.5.11.3 2021-01-07 14:20:19 +02:00
Leonid Pliushch
477209e02c
cryptopp: fix cpu.cpp.patch 2021-01-07 14:17:59 +02:00
Leonid Pliushch
7f9739993f
cryptopp: update to 8.4.0 2021-01-07 14:10:03 +02:00
Leonid Pliushch
65835af908
cmake: update to 3.19.2 2021-01-07 14:07:55 +02:00
Leonid Pliushch
71e19896bf
caddy: update to 2.3.0 2021-01-07 14:01:29 +02:00
Leonid Pliushch
30bbdb34d1
busybox: update to 1.32.1 2021-01-07 14:00:16 +02:00
Leonid Pliushch
96a05a7dfd
bash: update to 5.1.4 2021-01-07 13:57:54 +02:00
Leonid Pliushch
896ad3a3c9
apt: update to 2.1.15 2021-01-07 13:54:51 +02:00
Leonid Pliushch
d84b9dce40
remove package: hydra
Removing packages whose sole purpose is hacking.
2021-01-07 13:54:33 +02:00
Kid
6b65a121a0
rust: update to 1.49.0 (#6224) 2021-01-07 13:43:18 +02:00
Kid
89bf7cea69
nodejs: update to 14.15.4 (#6231) 2021-01-07 14:28:01 +05:30
Kid
2e0d58da47
bat: remove uncessary LIBGIT2_SYS_USE_PKG_CONFIG (#6229) 2021-01-07 11:09:43 +05:30
Kid
e9eafb7b4e
exa: build with libgit2 (#6230) 2021-01-07 10:27:52 +05:30
Termux Github Actions
5ded56696c jfrog-cli: update to 1.43.2
This commit has been automatically submitted by Github Actions.
2021-01-06 18:45:51 +00:00
Craig Comstock
18edb9166f Fix version reported by cfengine for 3.17.0 2021-01-06 17:59:36 +02:00
Henrik Grimler
5c106a4225 termux-tools: add dummy termux.properties file
Hopefully makes it easier for users to learn about the available settings.
2021-01-06 15:00:09 +01:00
Leonid Pliushch
d60e0ff55b
proton-bridge: fix build issue & enable x86_64 2021-01-06 14:47:27 +02:00
Termux Github Actions
015e323b69 syncthing: update to 1.12.1
This commit has been automatically submitted by Github Actions.
2021-01-06 12:29:50 +00:00
Leonid Pliushch
4c3e36552a
proton-bridge: disable x86_64 builds 2021-01-06 14:17:38 +02:00
Kid
3a71b24321
exa: build from git 2021-01-06 11:02:12 +01:00
Kid
d3f75eb73b
starship: update to 0.48.0 (#6222)
* starship: update to 0.48.0
2021-01-06 09:13:08 +01:00
Kid
6c1af57d47
yadm: update to 3.0.0 (#6221) 2021-01-06 11:45:11 +05:30
Leonid Pliushch
d15df7db1d
proton-bridge: update to v1.5.4
https://github.com/termux/termux-packages/pull/6188...
2021-01-06 03:08:41 +02:00
Wetitpig
52c4243e94
Update solidity package to v0.8.0 (#6220) 2021-01-06 02:57:20 +02:00
Termux Github Actions
5c9cd695ed libmaxminddb: update to 1.5.0
This commit has been automatically submitted by Github Actions.
2021-01-06 00:49:57 +00:00
Termux Github Actions
e66beb815f git-delta: update to 0.5.1
This commit has been automatically submitted by Github Actions.
2021-01-05 18:46:57 +00:00
Lucy Phipps
80e692aa03
git: update to 2.30.0 (#6217) 2021-01-05 12:45:20 +05:30
Butta
a39eca18c1 et: bump revision 2021-01-05 12:10:44 +05:30
Butta
79de94f951 et: work around formatting bug in etserver help 2021-01-05 12:09:19 +05:30
Termux Github Actions
ebb026d03b qalc: update to 3.16.0
This commit has been automatically submitted by Github Actions.
2021-01-04 18:45:04 +00:00
Termux Github Actions
c965ad1d53 elixir: update to 1.11.3
This commit has been automatically submitted by Github Actions.
2021-01-04 18:42:17 +00:00
Archenoth
654f255f8a Fixed typo in motd (And changed wording to keep line lengths consistent) 2021-01-04 22:00:50 +05:30