Leonid Pliushch
3720c734f7
busybox: selectively disable optimization for certain functions
...
asm volatile("":::"memory") doesn't work reliably, so it is better to disable
optimization for whole function where INIT_G() or similar is used to avoid
instruction reordering.
Covers following issues:
* https://github.com/termux/termux-packages/issues/2488
* https://github.com/termux/termux-packages/issues/3216
2019-11-12 04:14:02 +02:00
Leonid Pliushch
ac5daf7925
busybox: update patches
...
Reorganize patches & do following changes:
* Enable use of sethostname(2) in utility `hostname`.
* Enable setting time in utility `date` - busybox already provide own
implementation of stime(2).
- both features require root.
2019-11-12 02:51:21 +02:00
Leonid Pliushch
7dd20bd19e
busybox: update to 1.31.1
2019-11-11 21:30:21 +02:00
Leonid Pliushch
aa5a7e89cc
busybox: fix segmentation fault when launching ash
2019-11-11 17:57:03 +02:00
Leonid Pliushch
b4b16bb3ec
busybox: bump revision
2019-11-11 17:00:02 +02:00
Leonid Pliushch
cf9e3c08f0
busybox: enable more applets in configuration
...
Some of them will be useful only as root or if SELinux is set to "permissive".
These applets will not be symlinked and callable only with "busybox <applet name>".
Issue https://github.com/termux/termux-packages/issues/3594 .
2019-11-11 16:59:01 +02:00
Leonid Pliushch
33d63bca2d
busybox: fix LDLIBS
2019-11-11 16:58:52 +02:00
Leonid Pliushch
a3d12b6314
busybox: make build logs more readable
...
Do not spam build log with warnings about unused command line & optimization
arguments. Now finding of build-time issues should be easier.
2019-11-11 15:14:10 +02:00
Leonid Pliushch
54a1ae38ed
busybox: properly pass compiler & linker flags
2019-11-11 15:13:05 +02:00
Leonid Pliushch
3d3b629763
busybox: use config generated by make menuconfig
as a base
...
Fields like CONFIG_SYSROOT are modified with `sed`.
2019-11-11 14:57:43 +02:00
Leonid Pliushch
d62c70b392
Revert nodejs update to 13.1.0
...
Delaying update since it generates a lot of undefined reference compile-time errors.
2019-11-10 19:32:23 +02:00
Leonid Pliushch
dcf78c3956
move from unstable: virustotal-cli
2019-11-10 19:32:23 +02:00
Leonid Pliushch
391df7ed82
move from unstable: miniupnpc
2019-11-10 19:32:23 +02:00
Leonid Pliushch
808fceb73d
move from unstable: libluajit
2019-11-10 19:32:23 +02:00
Leonid Pliushch
670a7cc8ad
move from unstable: exiftool
2019-11-10 19:32:23 +02:00
Leonid Pliushch
fc18df1135
move from unstable: acr
2019-11-10 19:32:23 +02:00
Leonid Pliushch
79db5701f0
nodejs: remove configure.py.patch
2019-11-10 18:19:44 +02:00
Leonid Pliushch
408152bed3
Merge pull request #4477 from tomty89/mpv
...
mpv: Update from 0.29.1 to 0.30.0
2019-11-10 17:12:59 +02:00
Leonid Pliushch
41db4e34cf
nodejs: update to 13.1.0
2019-11-10 17:06:31 +02:00
Efreak
63733da336
Don't run apt update
if it's been run recently ( #4135 )
...
When installing or searching for packages, the `apt update` will run only if it
was not executed within the last 5 minutes. Command `pkg upgrade` will
always execute `apt update` to ensure that latest package versions were
picked during upgrade.
2019-11-10 16:29:05 +02:00
Leonid Pliushch
e4f9eb7467
Merge pull request #4489 from its-pointless/lldbfix
...
fix lldb for later android versions
2019-11-09 12:26:44 +02:00
Leonid Pliushch
08595bace0
imagemagick: bump revision
2019-11-08 14:05:57 +02:00
lucy phipps
66ce56a744
build ImageMagick with bzip2
...
libbz2 is listed as a dependency but it's compiled without it
2019-11-08 07:43:01 +00:00
Fredrik Fornwall
09bf324457
curl: Update from 7.66.0 to 7.67.0
2019-11-07 18:05:56 +01:00
stefanwouldgo
c4d32e29da
bump lnd version to 0.8.0
2019-11-07 14:15:49 +01:00
Fredrik Fornwall
c5fc8ee564
libsearpc: Fix source checksum
2019-11-07 12:08:35 +01:00
Leonid Pliushch
fc6b2a493f
ffmpeg: bump revision
2019-11-07 01:54:54 +02:00
Fredrik Fornwall
e45e34b79b
libx265: Update from 3.1.2 to 3.2.1
2019-11-06 15:49:41 +01:00
Leonid Pliushch
3d21f72a63
yasm: add --enable-nls
...
Needed for `#define HAVE_ICONV 1` in config.h.
2019-11-05 17:18:34 +02:00
Leonid Pliushch
ef9365c3dd
yasm: build with libiconv
2019-11-05 16:51:54 +02:00
Leonid Pliushch
cba1405a3c
yasm: rebuild package
...
See https://github.com/termux/termux-packages/issues/4497 .
2019-11-05 13:54:47 +02:00
Fredrik Fornwall
dd9d7d1529
harfbuzz: Switch to fossies as freedesktop.org is down
2019-11-03 23:40:31 +01:00
Fredrik Fornwall
b998132903
cmake: Update from 3.15.3 to 3.15.5
2019-11-03 23:01:21 +01:00
Fredrik Fornwall
6deaef466b
mime-support: Update from 3.63 to 3.64
2019-11-03 23:00:56 +01:00
Leonid Pliushch
8958420ecf
loksh: update to 6.6
2019-11-03 03:28:52 +02:00
Leonid Pliushch
04fe6f7eb2
yarn: update to 1.19.1
2019-11-03 03:20:43 +02:00
Leonid Pliushch
851835d157
wireguard-tools: update to 0.0.20191012
2019-11-03 03:20:25 +02:00
Leonid Pliushch
6b90e16bc6
starship: update to 0.26.0
...
%ci:reset-backlog
2019-11-03 03:17:31 +02:00
Leonid Pliushch
3b2438af94
swi-prolog: update to 8.1.15
2019-11-03 03:06:04 +02:00
Leonid Pliushch
1f0819d7b6
parallel: update to 20191022
2019-11-03 03:05:37 +02:00
Leonid Pliushch
f6cc5de4fa
rclone: update to 1.50.1
2019-11-03 03:05:10 +02:00
Leonid Pliushch
3c6841e5c9
quickjs: update to 2019.10.27
2019-11-03 02:56:13 +02:00
Leonid Pliushch
cca6bcc669
pango: update to 1.44.7
2019-11-03 02:55:54 +02:00
Leonid Pliushch
8e323308d1
libmicrohttpd: update to 0.9.68
2019-11-03 02:51:07 +02:00
Leonid Pliushch
309507d599
libmaxminddb: update to 1.4.1
2019-11-03 02:50:46 +02:00
its-pointless
4ca28af86b
fix lldb for later android versions
2019-11-03 11:44:51 +11:00
Leonid Pliushch
b3f05fd22a
keybase: update to 4.7.2
2019-11-03 02:37:49 +02:00
Leonid Pliushch
e49a81c1df
hugo: update to 0.59.1
2019-11-03 02:37:33 +02:00
Leonid Pliushch
98b25c2006
harfbuzz: update to 2.6.4
2019-11-03 02:23:38 +02:00
Leonid Pliushch
41d3599e8d
googletest: update to 1.10.0
2019-11-03 02:20:01 +02:00
Leonid Pliushch
51fdbeb86f
gmic: update to 2.7.5
2019-11-03 02:17:52 +02:00
Leonid Pliushch
8970e6e3df
clamav: fix linking error for at least ARM
2019-11-03 01:55:54 +02:00
Leonid Pliushch
fe484b7332
glib: update to 2.62.2
2019-11-03 01:40:12 +02:00
Leonid Pliushch
8e5d218071
gitea: update to 1.9.5
2019-11-03 01:33:11 +02:00
Leonid Pliushch
062a700f25
geoip2-database: update to 20191103
2019-11-03 01:28:12 +02:00
Leonid Pliushch
19f46d6559
gdk-pixbuf: update to 2.40.0
2019-11-03 01:25:20 +02:00
Leonid Pliushch
af3e6c0049
clamav: update to 0.102.0
2019-11-03 01:22:21 +02:00
Leonid Pliushch
dd3d25aee2
openssh: fix typo in build.sh
2019-11-02 12:39:27 +02:00
Leonid Pliushch
c0f0b87318
x11-repo: switch to unversioned url
2019-11-02 02:57:50 +02:00
Fredrik Fornwall
590ad7f6f8
openssh: Remove enabling ssh-dss by default
2019-11-01 13:29:22 +01:00
Fredrik Fornwall
a71303512d
libedit: Update from 20190324-3.1 to 20191025-3.1
2019-11-01 12:21:38 +01:00
Fredrik Fornwall
55fdf1b26d
libxslt: Update from 1.1.33 to 1.1.34
2019-11-01 12:21:31 +01:00
Fredrik Fornwall
9d59c78f89
radare2: Update from 3.9.0 to 4.0.0
2019-11-01 12:21:07 +01:00
Fredrik Fornwall
2eeed1704e
jbig2dec: Update from 0.16 to 0.17
2019-11-01 12:20:46 +01:00
Fredrik Fornwall
58d678ad04
libxml2: Update from 2.9.9 to 2.9.10
2019-11-01 12:20:38 +01:00
Fredrik Fornwall
789354107e
nodejs-lts: Do not conflict with itself
2019-11-01 11:46:14 +01:00
Leonid Pliushch
055fff1cdb
unstable-repo: switch to unversioned url
2019-10-31 17:45:28 +02:00
Fredrik Fornwall
ecd455be02
rclone: Update from 1.49.5 to 1.50.0
2019-10-30 17:28:18 +01:00
Fredrik Fornwall
66681d6ef0
libuv: Update from 1.32.0 to 1.33.1
2019-10-30 17:13:10 +01:00
Fredrik Fornwall
315240a346
libssh: Update from 0.9.0 to 0.9.1
2019-10-30 17:12:26 +01:00
Fredrik Fornwall
c1165c1e95
libmesode: Update from 0.9.2 to 0.9.3
2019-10-30 17:11:25 +01:00
Fredrik Fornwall
312edecbc7
xorriso: Update from 1.5.0 to 1.5.2
2019-10-30 17:10:23 +01:00
Tom Yan
744cb1d056
mpv: Update from 0.29.1 to 0.30.0
2019-10-30 02:05:31 +08:00
its-pointless
a60fb05042
lldb fixes ( #4468 )
2019-10-28 12:47:55 +02:00
Henrik Grimler
9c269ff500
bs1770gain: Remove package
...
Following discussion in https://github.com/termux/termux-packages/issues/4455 and https://wiki.termux.com/wiki/Dev:Development_Session_42
2019-10-27 20:20:19 +01:00
Leonid Pliushch
f0f00d0e23
lftp: fix lib-vasnprintf.c.patch
2019-10-27 20:10:31 +02:00
Leonid Pliushch
657ed797b2
lftp: fix for "%n not allowed on Android"
2019-10-27 14:10:38 +02:00
its-pointless
b6980935d4
experiment generating llvm-config
2019-10-26 16:46:24 +11:00
its-pointless
68655ab880
hopefully last fix....
2019-10-26 14:26:20 +11:00
Leonid Pliushch
df54920e4c
Merge pull request #4456 from its-pointless/libffi
...
fix for libffi
2019-10-26 02:06:16 +03:00
Leonid Pliushch
2b32b60b82
rust: rebuild package
2019-10-25 14:30:07 +03:00
its-pointless
d776cc597f
fix for libffi
2019-10-25 12:52:01 +11:00
Leonid Pliushch
09d35c5f0a
hugo: update to 0.59.0
2019-10-25 02:00:19 +03:00
Leonid Pliushch
408e38d558
librsvg: update to 2.46.3
2019-10-25 01:47:26 +03:00
Leonid Pliushch
e2f5ae3f33
nim: update to 1.0.2
2019-10-25 01:46:25 +03:00
Leonid Pliushch
265bc56c6f
libgrpc: update to 1.24.3
2019-10-25 01:35:52 +03:00
Leonid Pliushch
fe358e8349
calcurse: update to 4.5.1
2019-10-25 01:29:08 +03:00
gtellalov
2942cba945
Add gkermit build scripts ( #1937 )
2019-10-24 20:27:16 +03:00
Leonid Pliushch
821205db22
dictd: add zlib to dependencies
2019-10-24 20:17:18 +03:00
Ayanokoji Takesi
cfa29e328c
dictd ( #2117 )
...
Add libmaa and dictd packages.
2019-10-24 20:08:35 +03:00
its-pointless
5ce1e1bc0f
wrong path fix
2019-10-24 07:29:11 +11:00
Fredrik Fornwall
b3800afaff
nodejs-lts: Update from 10.16.3 to 12.13.0
2019-10-23 17:20:58 +02:00
Fredrik Fornwall
38a7e61f37
nodejs: Update from 12.12.0 to 13.0.0
2019-10-23 17:20:15 +02:00
Fredrik Fornwall
64322444f6
vim: Update from 8.1.2150 to 8.1.2200
2019-10-23 11:06:18 +02:00
Fredrik Fornwall
4552abc8e6
unrar: Update from 5.8.2 to 5.8.3
2019-10-23 10:12:43 +02:00
Fredrik Fornwall
1a54b88b13
ccache: Update from 3.7.4 to 3.7.5
2019-10-23 10:11:47 +02:00
Fredrik Fornwall
4b31031644
xmlsec: Update from 1.2.28 to 1.2.29
2019-10-23 10:10:59 +02:00
Fredrik Fornwall
b4da3a2166
python: Update from 3.7.4 to 3.7.5
2019-10-23 10:10:20 +02:00
Fredrik Fornwall
89a1c5d0b1
python2: Update from 2.7.16 to 2.17.7
2019-10-23 10:09:49 +02:00
Fredrik Fornwall
d491fae2cc
notmuch: Update from 0.29.1 to 0.29.2
2019-10-23 10:08:27 +02:00
Fredrik Fornwall
ce9e0e9b27
gmic: Update from 2.7.2 to 2.7.4
2019-10-23 10:07:20 +02:00
Fredrik Fornwall
5794e9c1fd
libxapian: Update from 1.4.12 to 1.4.13
2019-10-23 09:29:45 +02:00
its-pointless
430ace6099
update binutils as well
2019-10-22 23:47:58 +02:00
its-pointless
b908964db3
skip make step
2019-10-22 23:47:58 +02:00
its-pointless
858ec3b0ad
lldb
2019-10-22 23:47:58 +02:00
its-pointless
8e72ae8a1d
update to llvm9 and fix tools in rust
2019-10-22 23:47:58 +02:00
CarsonThompson
bf220872fc
Bump package version
...
update to 2019-10-16
2019-10-22 03:24:31 +03:00
Leonid Pliushch
1786c2d897
apt: use redirectable (termux.org) url for main repository
...
Makes possible to redirect traffic to mirror in case if main
repository is down (like in https://github.com/termux/termux-packages/issues/4358 ).
2019-10-20 21:44:43 +03:00
Leonid Pliushch
4cbeb565e2
golang: update to 1.13.3
2019-10-18 15:11:11 +03:00
Leonid Pliushch
8cc0cffed7
dnsutils: update to 9.14.7
...
%ci:reset-backlog
2019-10-18 14:52:25 +03:00
Leonid Pliushch
c5e82ceb93
libgrpc: update to 1.24.2
2019-10-18 14:45:00 +03:00
Leonid Pliushch
270df5b287
libsearpc: update to 3.2
2019-10-18 14:38:46 +03:00
Leonid Pliushch
13d88f4a84
libsoup: update to 2.68.2
2019-10-18 14:38:43 +03:00
Leonid Pliushch
cad44f8523
librsync: update to 2.2.1
2019-10-18 14:38:39 +03:00
Leonid Pliushch
b20224973a
keybase: update to 4.6.1
2019-10-18 14:38:36 +03:00
Leonid Pliushch
473fc60a14
ack-grep: update to 3.1.2
2019-10-18 14:38:32 +03:00
Leonid Pliushch
c8db143ec0
imagemagick: update to 7.0.8.64
2019-10-18 14:38:29 +03:00
Leonid Pliushch
77c1664409
hyperfine: update to 1.8.0
2019-10-18 14:38:26 +03:00
Leonid Pliushch
3f7337cd16
hexyl: update to 0.6.0
2019-10-18 14:38:22 +03:00
Leonid Pliushch
5c2b2f4f38
geth: update to 1.9.6
2019-10-18 14:38:19 +03:00
Leonid Pliushch
23e6ec8b03
git-lfs: update to 2.9.0
...
%ci:reset-backlog
2019-10-18 14:38:02 +03:00
Leonid Pliushch
408f84a742
starship: update to 0.25.0
...
$ci:reset-backlog
2019-10-18 14:09:18 +03:00
Leonid Pliushch
811a81a8e4
debootstrap: update to 1.0.116
2019-10-18 14:07:50 +03:00
Leonid Pliushch
ceba598dd6
vim, vim-python: update to 8.1.2150
2019-10-18 14:07:47 +03:00
Leonid Pliushch
b163dfe936
libsqlite: update to 3.30.1
2019-10-18 14:07:44 +03:00
Leonid Pliushch
81f06a3751
mpd: update to 0.21.16
2019-10-18 14:07:40 +03:00
Leonid Pliushch
1fa8127d35
linux-man-pages: update to 5.03
2019-10-18 14:07:37 +03:00
Craig Barnes
1d0ef47553
new package: dte
2019-10-18 04:26:54 +01:00
Leonid Pliushch
aebb1ab86c
Revert "apt: use redirectable url for main repository"
...
Reverting since it causes https://github.com/termux/termux-app/issues/1286 .
This reverts commit afb59ff17a77943df304159e0fe8ea770fa4bd6b.
2019-10-17 16:14:54 +03:00
Leonid Pliushch
cda2a692fa
apt: use redirectable url for main repository
...
Makes possible to redirect traffic to mirror in case if main
repository is down (like in https://github.com/termux/termux-packages/issues/4358 ).
Will add small overhead due to http redirect.
2019-10-17 14:14:01 +03:00
Leonid Pliushch
dddb2b4d4d
Merge pull request #4286 from kinke/118
...
LDC: Upgrade to v1.18
2019-10-17 14:12:50 +03:00
Fredrik Fornwall
f4205b5b88
tmate: Update from 2.3.0 to 2.3.1
2019-10-17 09:54:20 +02:00
Fredrik Fornwall
4e9a3006f8
mpd: Update from 0.21.13 to 0.21.15
2019-10-17 09:52:44 +02:00
Fredrik Fornwall
dec0ef0516
gitea: Update from 1.9.3 to 1.9.4
2019-10-17 09:51:51 +02:00
Fredrik Fornwall
fa4ec51389
bvi: Update from 1.4.0 to 1.4.1
2019-10-17 09:51:46 +02:00
Martin Kinkelin
e6638c2921
LDC: Upgrade to v1.18.0
2019-10-17 00:24:04 +02:00
Martin Kinkelin
9e342fd8ce
LDC: Upgrade to v1.18.0-beta2
2019-10-17 00:24:04 +02:00
Martin Kinkelin
109fe9d919
LDC: Upgrade to v1.18.0-beta1
2019-10-17 00:24:04 +02:00
Fredrik Fornwall
f7f96e75ec
librsvg: Update from 2.46.0 to 2.46.2
2019-10-16 17:49:58 +02:00
Leonid Pliushch
05732269e2
fakeroot: more fix for quote syntax error
2019-10-15 14:34:10 +03:00
Leonid Pliushch
4ad00c1287
fakeroot: fix postinst script
2019-10-15 14:22:10 +03:00
Leonid Pliushch
bb740c5ef4
fakeroot: show post-installation notice
2019-10-15 14:04:54 +03:00
Fredrik Fornwall
d1a9b5bda0
qpdf: Update from 8.4.2 to 9.0.2
2019-10-14 14:11:58 +02:00
Fredrik Fornwall
e014e9da22
nodejs: Update from 12.11.1 to 12.12.0
2019-10-14 14:11:51 +02:00
Leonid Pliushch
97f542f12d
screen: add patch for setuid/setgid calls
2019-10-14 02:17:06 +03:00
Henrik Grimler
de54d8bb56
command-not-found: use sources in github.com/termux/command-not-found
...
Updated sources support multiple repos
2019-10-13 21:08:28 +03:00
Leonid Pliushch
e03a9f6300
aria2c: build with -Os for ARM
...
Fixes https://github.com/termux/termux-packages/issues/4420 .
2019-10-13 20:24:56 +03:00
Leonid Pliushch
b532a2eadd
aria2: rebuild package
2019-10-13 19:40:46 +03:00
Fredrik Fornwall
a3f42f7943
librsync: Update from 2.1.0 to 2.2.0
2019-10-13 12:04:02 +02:00
Fredrik Fornwall
bd612e1556
openssh: Update from 8.0p1 to 8.1p1
2019-10-13 12:03:47 +02:00
Leonid Pliushch
83fef54534
ffmpeg: build with libdav1d
2019-10-12 13:31:28 +03:00
Leonid Pliushch
4d7d3ed05e
move abuild and apk-tools to disabled packages
...
We are continuing to use APT as package manager, so having another one is pointless
especially if we are not going to create repository for `apk`.
2019-10-10 15:33:35 +03:00
Tom Yan
b33d343b6b
bump revisions for pulseaudio update
2019-10-08 20:58:52 +08:00
Tom Yan
a755ff37ec
fix sles source
2019-10-08 14:32:50 +08:00
Tom Yan
ba81346e98
fix warnings from pa_atomic_ptr_store
...
with upstream commit e4450d8
2019-10-08 14:31:12 +08:00
Tom Yan
982e71c9fc
update aaudio sink
2019-10-08 14:31:12 +08:00
Tom Yan
4c70d6f7da
build with posix_madvise
2019-10-08 10:41:40 +08:00
Tom Yan
4a1892f616
remove pre-configure hacks
2019-10-08 10:31:21 +08:00
Tom Yan
bc4f381fd1
remove bootstrap.sh.patch
2019-10-08 10:02:05 +08:00
Tom Yan
d88f6bd83c
pulseaudio: Update from 12.2 to 13.0
2019-10-08 09:30:33 +08:00
Tom Yan
22bb80b99e
pulseaudio: declare conf files
2019-10-08 09:27:36 +08:00
Tom Yan
70a8df67e7
libao: update ao_pulse.c.patch
2019-10-07 21:47:28 +08:00
Tom Yan
2f8ad960c0
pulseaudio: unsplit package
...
With commit 63dc34f being accepted, there isn't exactly a reason that pulseaudio should be splited into two packages anymore.
2019-10-07 21:27:31 +08:00
Boundary Effect
ae88e6c874
libusb: Move from termux-root-packages
2019-10-07 01:55:19 +02:00
Fredrik Fornwall
f798774538
nnn: Update from 2.6 to 2.7
2019-10-06 19:10:52 +02:00
Fredrik Fornwall
340fbe7afa
newsboat: Update from 2.17 to 2.17.1
2019-10-06 18:38:26 +02:00
Fredrik Fornwall
26d97f119e
tintin++: Update from 2.01.90 to 2.01.91
2019-10-06 18:38:22 +02:00
Fredrik Fornwall
2ca041c02d
nano: Update from 4.4 to 4.5
2019-10-06 18:38:19 +02:00
Fredrik Fornwall
48c2904ac7
hub: Update from 2.12.7 to 2.12.8
2019-10-06 18:38:16 +02:00
Fredrik Fornwall
e032aca696
gsl: Update from 2.5 to 2.6
2019-10-06 18:21:48 +02:00
Fredrik Fornwall
f1d8fc96ab
libgmime: Update from 3.2.3 to 3.2.4
2019-10-06 18:21:48 +02:00
Fredrik Fornwall
7e0dd0c389
dos2unix: Update from 7.4.0 to 7.4.1
2019-10-06 18:21:48 +02:00
Henrik Grimler
2b958b4294
Merge pull request #4393 from michalbednarski/proot-arm32-android9
...
proot: Update package
2019-10-06 18:03:17 +02:00
Henrik Grimler
5623320da5
Merge pull request #4395 from termux/termux-api-package-usb
...
termux-api: update to 0.47
2019-10-06 18:02:38 +02:00
Henrik Grimler
fc1523ab1f
termux-api: update to 0.47
2019-10-06 17:53:23 +02:00
Henrik Grimler
4851985b30
zile: fix build error if libandroid-spawn has been built
2019-10-06 17:52:24 +02:00
Henrik Grimler
2d8c6cc6a3
bison: fix build error if libandroid-spawn has been built
2019-10-06 17:52:04 +02:00
Henrik Grimler
7635a037b6
gcal: fix build error if libandroid-spawn has been built
2019-10-06 17:51:53 +02:00
Michal Bednarski
a46a55517f
proot: Update package
...
* termux/proot#77 - Support running 32-bit guests on AArch64
* termux/proot#75 - Fixed crashes on 32-bit ARM devices
with kernels using new syscall order
2019-10-06 15:41:20 +02:00
Fredrik Fornwall
b169afe903
vim: Update from 8.1.2050 to 8.1.2100
2019-10-06 11:05:43 +02:00
Fredrik Fornwall
11976eb1d8
syncthing: Update from 1.2.2 to 1.3.0
2019-10-06 11:05:37 +02:00
Fredrik Fornwall
40e3bd1fc0
sqlite: Update from 3.29.0 to 3.30.0
2019-10-06 11:05:10 +02:00
Fredrik Fornwall
8fcf2921ef
rclone: Update from 1.49.3 to 1.49.5
2019-10-06 11:05:06 +02:00
Fredrik Fornwall
033fd55534
aria2: Update from 1.34.0 to 1.35.0
2019-10-06 10:58:42 +02:00
Fredrik Fornwall
d77ce526f7
texinfo: Update from 6.6 to 6.7
2019-10-06 10:58:16 +02:00
Fredrik Fornwall
74250fce45
screenfetch: Update from 3.8.0 to 3.9.0
2019-10-06 10:18:00 +02:00
Fredrik Fornwall
8bb0f44ad7
termux-tools: bump version
2019-10-06 10:00:12 +02:00
Fredrik Fornwall
8223845be1
termux-tools: Add /sbin to su path ( fixes #4345 )
2019-10-06 01:26:36 +02:00
Fredrik Fornwall
bdb172f585
texlive-bin: Bump after libicu update
2019-10-06 01:10:19 +02:00
Fredrik Fornwall
24a0243717
nodejs-lts: Bump after libicu update
2019-10-06 01:09:14 +02:00
Fredrik Fornwall
18e6e9dcbe
nodejs: Update from 12.10.0 to 12.11.1
2019-10-06 01:09:02 +02:00
Fredrik Fornwall
049dc9a0ea
postgresql: Bump after libicu update
2019-10-06 01:07:24 +02:00
Fredrik Fornwall
72fd6c59a7
harfbuzz: Update from 2.6.1 to 2.6.2
2019-10-06 01:03:14 +02:00
Fredrik Fornwall
e4b77391e5
libicu: Update from 64.2 to 65.1
2019-10-06 00:49:09 +02:00
Fredrik Fornwall
33b3a2e147
screen: Update from 4.6.2 to 4.7.0
2019-10-06 00:47:46 +02:00
Fredrik Fornwall
081ec764f0
tmux: Add patch fixing ordering of events
2019-10-06 00:32:09 +02:00
Fredrik Fornwall
eb22d1f350
micro: Rebuild with Android Q compatible go 1.13
2019-10-05 22:08:35 +02:00
Fredrik Fornwall
07c94b436e
ncurses: Update from 6.1.20190511 to 6.1.20190928
2019-10-05 21:25:59 +02:00
Leonid Pliushch
ed5af991bd
new package: double-conversion
2019-10-05 15:56:54 +03:00
Henrik Grimler
8dd2b80f2d
starship: upgrade to 0.20.2
2019-10-05 13:31:04 +02:00
Kevin Cotugno
877529760e
Blacklist Rust for x86_64
2019-10-04 23:23:31 +03:00
Kevin Cotugno
a26ce95158
Bump Rust to 1.38.0
...
Due to https://github.com/rust-lang/rust/issues/62558 , the tools: rls,
clippy, and rustfmt cannot be built.
We also remove src which cuts the resulting size of the dep from about
330MB to 180MB.
The build is further broken into two steps:
1. `x.py dist`
2. `x.py install`
This change is because `x.py install` now fails due to an issue where
bootstrap tries to install rustc-aarch64-linux-android before the
installation script is generated.
2019-10-04 23:23:31 +03:00
Leonid Pliushch
3dc124bbe6
new package: mtd-utils
2019-10-04 20:26:18 +03:00
Henrik Grimler
01ee681f81
sharutils: fix build error
2019-10-03 21:08:50 +02:00
Fredrik Fornwall
bbf6c55514
m4: Patch to work on Android 10
...
The old version of gnulib that m4 uses tries to use the %n printf
modifier which aborts the process on Android 10 onwards.
Fixes #4381 (thanks easyaspi314).
2019-10-02 21:53:25 +02:00
Fredrik Fornwall
68b1f57179
ruby: Update from 2.6.4 to 2.6.5
2019-10-02 21:33:49 +02:00
Henrik Grimler
75d52bde83
ne: update to 3.2.1 and use github for src tar
2019-10-02 21:11:26 +02:00
araczkowski
04aa366213
bump ne version to 3.2.0
2019-10-02 21:04:14 +02:00
Andrzej Raczkowski
93a702e6da
bump libpcap version to 1.9.1 ( #4376 )
2019-10-02 14:14:07 +03:00
araczkowski
df7ea634ea
dasm moved from sourceforge to github
2019-10-02 12:33:55 +02:00
Fredrik Fornwall
400f24d1ad
openssl: Add a add-trusted-certificate script
2019-09-30 22:49:37 +02:00
Rhuan Oliveira
ff97b8f3dd
Package libgnutls update ( #4356 )
2019-09-30 19:53:11 +03:00
Fredrik Fornwall
cb73452136
curl: Build with --with-ca-path
2019-09-29 21:35:20 +02:00
Leonid Pliushch
dea67c3c30
libmosquitto: update to 1.6.7
2019-09-29 13:00:26 +03:00
Leonid Pliushch
0391db101c
php: update to 7.3.10
2019-09-29 13:00:26 +03:00
Leonid Pliushch
6370709700
gst-plugins-ugly: update to 1.16.1
2019-09-29 13:00:26 +03:00
Leonid Pliushch
0ec8e26668
gst-plugins-good: update to 1.16.1
2019-09-29 13:00:26 +03:00
Leonid Pliushch
5e57a28783
gst-plugins-base: update to 1.16.1
2019-09-29 13:00:26 +03:00
Leonid Pliushch
2f18150dfc
gst-plugins-bad: update to 1.16.1
2019-09-29 13:00:26 +03:00
Leonid Pliushch
5fb88f5d3d
gstreamer: update to 1.16.1
2019-09-29 13:00:26 +03:00
Leonid Pliushch
f9803d585f
libgrpc: update to 1.24.0
2019-09-29 13:00:26 +03:00
Leonid Pliushch
99c57ad624
unrar: update to 5.8.2
2019-09-29 13:00:26 +03:00
Leonid Pliushch
a978b62122
redis: update to 5.0.6
2019-09-29 13:00:26 +03:00
Leonid Pliushch
0faa514509
parallel: update to 20190922
2019-09-29 13:00:26 +03:00
Leonid Pliushch
e0999e5279
nginx: update to 1.17.4
2019-09-29 13:00:26 +03:00
Leonid Pliushch
ed97b52857
msmtp: update to 1.8.6
2019-09-29 13:00:26 +03:00
Leonid Pliushch
69845bf926
libexpat: update to 2.2.9
2019-09-29 13:00:26 +03:00
Leonid Pliushch
4f8353e116
hub: update to 2.12.7
2019-09-29 13:00:26 +03:00
Leonid Pliushch
6e24f31fc5
gmic: update to 2.7.2
2019-09-29 13:00:26 +03:00
Leonid Pliushch
38b6d45640
fribidi: update to 1.0.7
2019-09-29 13:00:26 +03:00
Leonid Pliushch
adb88b83cc
e2fsprogs: update to 1.45.4
2019-09-29 13:00:26 +03:00
Leonid Pliushch
26614be444
assimp: update to 5.0.0
2019-09-29 13:00:26 +03:00
Fredrik Fornwall
0e0d92a66c
golang: Update from 1.13 to 1.13.1
2019-09-29 03:04:25 +02:00
Leonid Pliushch
c86fb455fa
new package: fastmod
2019-09-26 17:32:43 +03:00
Leonid Pliushch
fa0542c054
new package: termimage
...
Good alternative to 'cacaview'...
2019-09-26 17:10:53 +03:00
Leonid Pliushch
03d6aa5c47
strace: replace fputs_unlocked with fputs
2019-09-26 03:02:46 +03:00
Fredrik Fornwall
d99db5c11b
strace: Update from 5.2 to 5.3
2019-09-26 01:03:46 +02:00
Fredrik Fornwall
240d746168
profanity: Update from 0.7.0 to 0.7.1
2019-09-26 01:03:02 +02:00
Fredrik Fornwall
ca76f32cb3
links: Update from 2.20.1 to 2.20.2
2019-09-26 01:03:02 +02:00
Fredrik Fornwall
cdf643ed8d
neovim: Update from 0.3.8 to 0.4.2
2019-09-26 00:35:09 +02:00
Fredrik Fornwall
9770eb13ee
libvterm: Update from 18.11.26 to 19.09.17
2019-09-26 00:31:05 +02:00
Fredrik Fornwall
af0fbf0425
luv: Link against libm and liblua
2019-09-26 00:29:41 +02:00
Fredrik Fornwall
15ac192101
dx: Use TERMUX_PKG_API_LEVEL
2019-09-25 23:01:31 +02:00
Leonid Pliushch
4e7307b9fc
geth: update to 1.9.5
2019-09-25 00:27:13 +03:00
Leonid Pliushch
1e932b5a2e
newsboat: attempt to fix stack corruption error
...
Issue: https://github.com/termux/termux-packages/issues/4334
2019-09-24 22:08:45 +03:00
Leonid Pliushch
3f93a0ff54
newsboat: update to 2.17
2019-09-24 21:23:16 +03:00
Leonid Pliushch
7b03075a2d
mariadb: use correct version for URL
2019-09-24 19:00:41 +03:00
Leonid Pliushch
2cbd644b08
mariadb: bump package epoch to allow downgrading
2019-09-24 18:49:43 +03:00
Leonid Pliushch
29ee6b6762
Revert "mariadb: update to 10.4.8"
...
This reverts commit d66de11b24303439210e3f2f83d99de1cafb2eef.
2019-09-24 18:49:17 +03:00
Leonid Pliushch
1472bf263d
Revert "mariadb: force disable AUTH_PAM plugin"
...
This reverts commit cd435aa56b21325de921925e41a590c4742615c4.
2019-09-24 18:48:59 +03:00
Leonid Pliushch
e7776a06bb
Revert "mariadb: blacklist i686 builds"
...
This reverts commit bcfa3eb1b9f06716b0f68afb168d06262a748d23.
2019-09-24 18:48:42 +03:00
Leonid Pliushch
2813971934
new package: pigz
2019-09-23 22:49:55 +03:00
Quasic
cd3ce11c2c
Sox: add pulseaudio as a dependency ( #4331 )
...
* Sox: add pulseaudio as a dependency
As in #3364 , Sox seems to require pulseaudio as well as libpulseaudio (a dependency of pulseaudio) to play audio. If pulseaudio is not installed, I get errors, instead.
2019-09-23 22:25:30 +03:00
Leonid Pliushch
9cb03b6870
apt: add man pages
...
Fixes https://github.com/termux/termux-packages/issues/2419 .
2019-09-23 20:37:00 +03:00
Leonid Pliushch
f1ce48aae3
new package: plzip
...
Closes https://github.com/termux/termux-packages/issues/4108 .
2019-09-23 19:40:05 +03:00
Leonid Pliushch
a1d184cf81
squid: create cache & log directories
2019-09-23 19:03:04 +03:00
Leonid Pliushch
0b35b1f17a
squid: bump revision
2019-09-23 18:28:58 +03:00
Leonid Pliushch
daeb8b4c07
squid: use strchr() instead of index()
2019-09-23 18:28:57 +03:00
Leonid Pliushch
4608de1134
squid: update configure options
2019-09-23 18:28:57 +03:00
Leonid Pliushch
322b90ee0b
squid: create $PREFIX/var/run
2019-09-23 18:28:57 +03:00
Leonid Pliushch
8a7302c555
squid: depend on resolv-conf
2019-09-23 18:28:57 +03:00
Leonid Pliushch
75bbb83f2a
squid: fix path to /etc/resolv.conf
2019-09-23 18:28:57 +03:00
Leonid Pliushch
42ec4b7849
Revert "swi-prolog: install documentation"
...
This reverts commit 12d8fc27ff7ef6545119369e26e596dd4ada3926.
2019-09-23 18:19:58 +03:00
Leonid Pliushch
4db30cbb67
libdispatch: fix source url
2019-09-23 17:27:26 +03:00
Leonid Pliushch
0b04e28861
swi-prolog: install documentation
2019-09-23 17:13:25 +03:00
Leonid Pliushch
dafee64830
swi-prolog: update to 8.1.14
2019-09-23 17:11:22 +03:00
Leonid Pliushch
de27d83d23
libdispatch: fix build.sh
2019-09-23 15:14:19 +03:00
Leonid Pliushch
2bd396bca9
libdispatch: bump package's epoch due to changed versioning scheme
2019-09-23 14:52:09 +03:00
Leonid Pliushch
00f317de48
pango: use bsearch() implementation from Musl libc
...
See https://github.com/termux/termux-packages/issues/4284 .
Note: bsearch implementation in Bionic didn't changed since
Thu Feb 20 14:15:09 2014, though issue #4284 is not reproducible
on recent Android versions. Patch is applied for both branches.
2019-09-23 14:29:56 +03:00
Leonid Pliushch
9ff63910c4
nodejs-lts: prevent calling setgroups(), setuid(), setgid(
2019-09-23 13:54:15 +03:00
Leonid Pliushch
0eacbc0a93
nodejs: prevent calling setgroups(), setuid(), setgid()
...
These syscalls are blocked by seccomp.
2019-09-23 13:54:15 +03:00
Leonid Pliushch
2ddfca3aa1
ndk-sysroot: use linker scripts instead of compatibility symlinks
2019-09-23 13:05:43 +03:00
Leonid Pliushch
5c4cd6b448
Revert "libllvm: use armv7a-linux-androideabi as default target triple"
...
Reverting because it introduces libunwind-related issues.
This reverts commit 24f1a9a07c33abfee162f8e4fe4002d320abc908.
2019-09-23 10:42:36 +03:00
Leonid Pliushch
5b8b6e0612
beanshell: use dx for dexing jar file
...
Fixes https://github.com/termux/termux-packages/issues/4136 .
2019-09-23 01:56:58 +03:00
Edward P
1e62990362
Add packages: pianobar, libao ( #2744 )
...
%ci:reset-backlog
2019-09-23 01:30:54 +03:00
Leonid Pliushch
b5e9d1ee89
openssh: bump revision
2019-09-23 00:43:13 +03:00
Leonid Pliushch
f75ed291d1
openssh: force use 64bit off_t
...
Fixes https://github.com/termux/termux-packages/issues/3233 .
2019-09-23 00:43:13 +03:00
Leonid Pliushch
48af93849f
libllvm: use armv7a-linux-androideabi as default target triple
...
Because it defaults to armv4t on ARM otherwise.
2019-09-23 00:32:57 +03:00
Leonid Pliushch
52d1291a9a
ndk-sysroot: symlink libc to libutil'
...
Fixes https://github.com/termux/termux-packages/issues/3972 .
2019-09-22 22:55:50 +03:00
Leonid Pliushch
9c106af1c1
w3m: add perl as suggested package
...
Fixes https://github.com/termux/termux-packages/issues/1160 .
2019-09-22 21:47:27 +03:00
Leonid Pliushch
c1ec7a5013
hub: update to 2.12.6
2019-09-22 20:46:08 +03:00
Leonid Pliushch
b41345e19e
mutt: update to 1.12.2
...
%ci:reset-backlog
2019-09-22 20:45:29 +03:00
Leonid Pliushch
47875d8bba
starship: update to 0.18.0
2019-09-22 20:40:48 +03:00
Leonid Pliushch
414c489fbb
diskus: update to 0.6.0
...
%ci:reset-backlog
2019-09-22 20:28:31 +03:00
Leonid Pliushch
74a16bddfb
gdb: update to 8.3.1
...
%ci:reset-backlog
2019-09-22 20:23:45 +03:00
Leonid Pliushch
887626db30
hugo: update to 0.58.3
...
%ci:reset-backlog
2019-09-22 20:23:10 +03:00
Leonid Pliushch
fee4a3a10e
tor: update to 0.4.1.6
2019-09-22 20:22:20 +03:00
Leonid Pliushch
bfd0965764
keybase: update to 4.5.0
2019-09-22 20:22:06 +03:00
Leonid Pliushch
641be57ef7
espeak: build with -Os optimization level
...
See https://github.com/termux/termux-packages/issues/1680 .
2019-09-22 20:15:05 +03:00
Leonid Pliushch
fedbc91d00
weechat: bump revision
2019-09-22 19:39:00 +03:00
edward-p
331ec24fc9
weechat: no systemcall setuid()
2019-09-22 19:38:26 +03:00
Butta
35f886abbd
llbuild: update from 0.1.1 to 5.1
2019-09-21 21:12:42 +03:00
Butta
998744e66c
libdispatch: switch from snapshot to latest 5.1 release
2019-09-21 21:12:42 +03:00
TheBrokenRail
27e5f71136
Add QuickJS Package ( #4204 )
2019-09-20 01:21:33 +03:00
Leonid Pliushch
39d4a088b9
liblua52: set prefix from @TERMUX_PREFIX@ in lua.pc
2019-09-20 00:52:24 +03:00
Leonid Pliushch
be6b7c30a8
perl: replace hardcoded prefix path with variable in build.sh
2019-09-20 00:44:47 +03:00
Leonid Pliushch
833d0c6a93
clamav: replace prefix paths with @TERMUX_PREFIX@ in config sources
2019-09-20 00:40:58 +03:00
Oliver Schmidhauser
88492182a0
Enable omemo support in profanity
...
Link profanity against libsignal-protocol-c to enable omemo support
2019-09-20 00:22:15 +03:00
Oliver Schmidhauser
5b99756a62
Add package libsignal-protocol-c
2019-09-20 00:22:15 +03:00
Leonid Pliushch
f72f7bec3b
termux-tools: bump version
2019-09-20 00:17:45 +03:00
Leonid Pliushch
ccb9ab922a
termux-tools: use @TERMUX_PREFIX@ instead of path in sources
...
Ensure that scripts always use correct prefix-specific path.
2019-09-20 00:16:26 +03:00
Leonid Pliushch
51cdbe0073
termux-tools: use default shebang in sources
...
This will allow build system to set shebang according to the
current TERMUX_PREFIX.
2019-09-19 23:41:31 +03:00
Leonid Pliushch
80b8744705
uftrace: use @TERMUX_PREFIX@ in patches instead of path
2019-09-19 23:38:10 +03:00
Leonid Pliushch
8d3c3189a5
sc: use @TERMUX_PREFIX@ in patches instead of path
2019-09-19 23:36:36 +03:00
Leonid Pliushch
6ce7d49077
libzmq: update homepage
2019-09-19 23:32:33 +03:00
Leonid Pliushch
c28a4e44b8
libgc: update homepage
2019-09-19 23:31:57 +03:00
Fredrik Fornwall
937b78d0c4
Define __TERMUX__ and __TERMUX_PREFIX__
...
By defining __TERMUX__ and __TERMUX_PREFIX__ in <sys/cdefs.h> (which is
basically always included) one can more easily target Termux
specifically, both when cross-compiling packages and when code is built
on-device.
2019-09-19 21:34:04 +02:00
Leonid Pliushch
2db41f95b9
coreutils: bump revision
2019-09-19 20:00:14 +03:00
Leonid Pliushch
9f9b5ce0ee
coreutils: build with libgmp
...
Enhances `expr` and `factor`.
Since gmp is part of bootstrap environment, it should be ok to use for
programs where possible.
2019-09-19 19:57:13 +03:00
Leonid Pliushch
32f2a2d5de
coreutils: build utility 'chroot'
2019-09-19 19:54:19 +03:00
Leonid Pliushch
777f4b0b6f
libsoup: update to 2.68.1
2019-09-19 14:30:40 +03:00
Leonid Pliushch
ab08f5f96c
pathpicker: update to 0.9.2
2019-09-19 14:26:40 +03:00
Leonid Pliushch
aea440cc1f
gmic: update to 2.7.1
2019-09-19 14:17:46 +03:00
Leonid Pliushch
b51116018d
libmosquitto: update to 1.6.6
2019-09-19 14:04:54 +03:00
Leonid Pliushch
23f74cf645
dnsutils: update to 9.14.6
2019-09-19 14:04:38 +03:00
Leonid Pliushch
28ff87f50e
mime-support: update to 3.63
2019-09-18 19:10:57 +03:00
Leonid Pliushch
2da0913d9f
fcgi: update to 2.4.2
...
%ci:reset-backlog
2019-09-18 17:37:16 +03:00
Leonid Pliushch
6f740187ec
babl: update to 0.1.72
2019-09-18 17:31:00 +03:00
Leonid Pliushch
1ab571cc55
linux-man-pages: update to 5.02
...
%ci:reset-backlog
2019-09-18 17:27:59 +03:00
Leonid Pliushch
be35eb083e
libgrpc: update to 1.23
2019-09-18 17:26:01 +03:00
Leonid Pliushch
df5f974c90
parallel: update to 20190822
2019-09-18 17:19:57 +03:00
Leonid Pliushch
53019b45ba
pango: update to 1.44.6
2019-09-18 17:19:36 +03:00
Leonid Pliushch
554436fc37
links: update to 2.20.1
2019-09-18 17:17:14 +03:00
Leonid Pliushch
741418cf83
libnl: update to 3.5.0
2019-09-18 17:16:49 +03:00
Leonid Pliushch
2a70889186
gdk-pixbuf: update to 2.38.2
2019-09-18 17:16:26 +03:00
Leonid Pliushch
8315f06624
getmail: update to 5.14
...
%ci:reset-backlog
2019-09-18 17:15:50 +03:00
Leonid Pliushch
98249bc2b6
mariadb: blacklist i686 builds
...
Compilation errors:
In file included from /home/builder/.termux-build/mariadb/src/include/my_sys.h:34:
/home/builder/.termux-build/mariadb/src/include/my_pthread.h:822:10: error: use of undeclared identifier 'my_atomic_add32'
No patch available currently.
2019-09-18 17:01:54 +03:00
Leonid Pliushch
428953fe62
mariadb: force disable AUTH_PAM plugin
...
PAM is not available (and even not usable) in Termux.
2019-09-18 16:41:45 +03:00
Leonid Pliushch
aa84508ba0
mariadb: update to 10.4.8
2019-09-18 16:34:01 +03:00
Leonid Pliushch
4a679c8b71
libelf: update to 0.177
...
%ci:reset-backlog
2019-09-18 16:26:24 +03:00
Leonid Pliushch
38df776a22
radare2: update to 3.9.0
2019-09-18 16:17:18 +03:00
Leonid Pliushch
40605182e1
swi-prolog: update to 8.1.13
2019-09-18 15:51:32 +03:00
Leonid Pliushch
fd01d286ba
keybase: 4.4.2
2019-09-18 15:43:54 +03:00
Leonid Pliushch
4322d22521
gitea: update to 1.9.3
2019-09-18 15:38:53 +03:00
Leonid Pliushch
5f7ac4ce98
hugo: update to 0.58.2
2019-09-18 15:36:56 +03:00
Leonid Pliushch
a6edfafe39
datamash: update to 1.5
2019-09-18 15:31:02 +03:00
Leonid Pliushch
914058888a
fakeroot: update to 1.24
2019-09-18 15:29:42 +03:00
Leonid Pliushch
80a7d37ea5
dialog: update to 1.3-20190808
2019-09-18 15:28:31 +03:00
Leonid Pliushch
97c791b0dd
debianutils: update to 4.9
2019-09-18 15:27:54 +03:00
Leonid Pliushch
5edd938a54
scrypt: update to 1.3.0
2019-09-18 15:26:52 +03:00
Leonid Pliushch
e7e87c1d78
libnftnl: update to 1.1.4
2019-09-18 15:26:30 +03:00
Leonid Pliushch
219a79a437
ccache: update to 3.7.4
2019-09-18 15:26:06 +03:00
Leonid Pliushch
e0aecd6284
imagemagick: update to 7.0.8.64
2019-09-18 15:22:03 +03:00
Leonid Pliushch
59ed60d5c0
vim, vim-python: update to 8.1.2050
2019-09-18 15:21:25 +03:00
Leonid Pliushch
f5b42dc36a
bitcoin: bump revision
...
Because latest changes were not applied.
2019-09-18 13:21:26 +03:00
Fredrik Fornwall
6cf01c56cb
luv: Add package
2019-09-17 22:28:11 +02:00
Fredrik Fornwall
72860206c4
fd: Update from 7.3.0 to 7.4.0
2019-09-17 21:42:03 +02:00
Fredrik Fornwall
2a14f56430
libexpat: Update from 2.2.7 to 2.2.8
2019-09-17 21:40:23 +02:00
Fredrik Fornwall
cf71892b65
ttyd: Rebuild after libwebsockets bump
2019-09-17 21:22:10 +02:00
Fredrik Fornwall
7a75cbd82d
libmosquitto: Update from 1.6.4 to 1.6.5
2019-09-17 21:21:00 +02:00
Fredrik Fornwall
b1ef5ae4ed
potrace: Update from 1.15 to 1.16
2019-09-17 21:18:54 +02:00
Fredrik Fornwall
05adc0621f
rclone: Update from 1.49.2 to 1.49.3
2019-09-17 21:15:31 +02:00
Fredrik Fornwall
125039250e
libical: Update from 3.0.5 to 3.0.6
2019-09-17 21:14:55 +02:00
Fredrik Fornwall
7839a79627
libwebsockets: Update from 3.2.0 to 3.2.99.1
2019-09-17 21:14:18 +02:00
Fredrik Fornwall
ea6b9a4503
apt: Fix build with current cmake
2019-09-17 20:39:03 +02:00
Henrik Grimler
336e31c691
tmux: make sure $PREFIX/var/run exists
2019-09-17 20:08:20 +02:00
Fredrik Fornwall
85188837d3
libunwind: Remove package
2019-09-17 12:33:23 +02:00
Leonid Pliushch
b19bd8a041
bitcoin: build and link with libdb v4.8.x
2019-09-16 15:07:43 +03:00
Fredrik Fornwall
e0b81e9419
openssl: Update from 1.1.1c to 1.1.1d
2019-09-16 11:55:42 +02:00
Leonid Pliushch
93f85e201b
starship: fix build error
2019-09-15 23:19:06 +03:00
Leonid Pliushch
81109c4135
bison: update to 3.4.2
2019-09-15 22:54:41 +03:00
Leonid Pliushch
fa8a631c59
starship: update to 0.17.0
...
%ci:reset-backlog
2019-09-15 22:49:19 +03:00
Leonid Pliushch
fb1c28fa27
wireguard-tools: update to 0.0.20190913
2019-09-15 22:47:25 +03:00
Leonid Pliushch
5c926a2ab0
ffmpeg: update to 4.2.1 & bump mpv
2019-09-15 22:40:16 +03:00
Leonid Pliushch
3cb546d424
libcurl: update to 7.66.0
2019-09-15 22:38:20 +03:00
Leonid Pliushch
0c2b6768cb
cryptopp: fix typo in patch
2019-09-15 22:25:41 +03:00
Leonid Pliushch
f499d36714
cryptopp: fix libcryptopp.so.8 symlinks
2019-09-15 22:22:08 +03:00
Fredrik Fornwall
5fb85968bf
bitcoin: Depend on openssl
2019-09-15 20:18:30 +02:00
Stefan
430f8c3887
added conffiles to bitcoin,lnd
2019-09-13 17:15:47 +02:00
Stefan
b27162af54
removed termux-services dependency for bitcoin,lnd
2019-09-13 17:15:10 +02:00
Stefan
121696b121
added termux-services to lnd
2019-09-13 17:15:10 +02:00
Henrik Grimler
84112144cf
lnd: download tagged archive instead of release from github
...
We then don't need to override termux_step_extract_package
%ci:no-build
2019-09-13 16:01:16 +02:00
stefanwouldgo
3d23c83cc7
new packages: bitcoin and lnd ( #4290 )
2019-09-13 15:35:32 +03:00
Leonid Pliushch
65d48fde9c
libevent: don't remove additional libs
2019-09-13 15:35:03 +03:00
Leonid Pliushch
b81d3e5ad7
libuv: rebuild package
2019-09-13 12:40:21 +03:00
Fredrik Fornwall
933f6a9389
libuv: Update from 1.31.0 to 1.32.0
2019-09-11 10:18:18 +02:00
Fredrik Fornwall
f308e16a69
lldb: Update from 8.0.0 to 8.0.1
2019-09-11 10:18:13 +02:00
Leonid Pliushch
6ed2e23775
libandroid-support: fix typo in build.sh
...
Now libandroid-support.a shouldn't be empty.
2019-09-11 04:25:38 +03:00
Leonid Pliushch
d349eeabb6
ndk-multilib: fix arch for libc++
2019-09-11 01:43:58 +03:00
Leonid Pliushch
41db6ee864
libelf: compile with -O1
...
Optimization flags -O2/-Oz cause bus error in program `uftrace` on ARM devices.
2019-09-11 01:33:15 +03:00
Rafael G. Martins
23b8ac3f11
blogc: Update from 0.17.0 to 0.18.0
2019-09-11 00:56:48 +03:00
Leonid Pliushch
2426471695
ndk-multilib: add static libc++
...
Note: we patched clang to look for libc++_shared instead of libc++. So to have
static link mode working properly, we need libc++_shared.a linker script which
will link with libc++_static.a and libc++abi.a.
2019-09-11 00:27:29 +03:00
Leonid Pliushch
338c4c8d18
ndk-multilib: provide some basic libraries
2019-09-11 00:11:23 +03:00
Fredrik Fornwall
2402367937
neofetch: Update from 6.0.0 to 6.1.0
2019-09-10 22:58:07 +02:00
Fredrik Fornwall
380bed7f27
php: Update from 7.3.7 to 7.3.9
2019-09-10 22:52:23 +02:00
Fredrik Fornwall
34ef726b09
cmake: Update from 3.15.2 to 3.15.3
2019-09-10 22:51:44 +02:00
Fredrik Fornwall
92aa29a911
harfbuzz: Update from 2.5.3 to 2.6.1
2019-09-10 22:51:13 +02:00
Fredrik Fornwall
105076ab32
libgsasl: Update from 1.8.0 to 1.8.1
2019-09-10 22:51:04 +02:00
Leonid Pliushch
369d94bfbb
uftrace: apply clang mcount hook patch
...
Was proposed in https://github.com/namhyung/uftrace/issues/851 .
2019-09-10 23:31:00 +03:00
Fredrik Fornwall
89acd4050b
dnsutils: Update from 9.14.4 to 9.14.5
2019-09-10 22:15:44 +02:00
Fredrik Fornwall
f5e14a56d4
bat: Update from 0.11.0 to 0.12.1
2019-09-10 22:09:48 +02:00
Fredrik Fornwall
8eb250e59b
rclone: Update from 1.49.1 to 1.49.2
2019-09-10 22:07:29 +02:00
Fredrik Fornwall
838d7a333c
librsvg: Update from 2.45.90 to 2.46.0
2019-09-10 21:46:08 +02:00
Fredrik Fornwall
ba0e10ac1a
weechat: Update from 2.5 to 2.6
2019-09-10 21:35:38 +02:00
Butta
f935cc7152
cmake: switch CMAKE_HOST_SYSTEM_NAME to Android, which is used to set
...
CMAKE_SYSTEM_NAME by default, then disable CMake's built-in NDK support
when CMAKE_SYSTEM_NAME is set to Android.
2019-09-10 19:06:22 +03:00
Leonid Pliushch
f0c88e6b47
ldc: bump revision
2019-09-10 16:33:12 +03:00
Leonid Pliushch
30ce913d61
newsboat: bump revision
2019-09-10 16:14:52 +03:00
Fredrik Fornwall
0b33ac3f7f
libmcrypt: Fix mandir
2019-09-09 12:31:58 +02:00
Fredrik Fornwall
ffc316917f
steghide: Fix mandir
2019-09-09 12:31:50 +02:00
Leonid Pliushch
1955cc086f
liblz4: fix build & installation steps
...
* Run only `make install` to avoid compiling libs & tools 2 times.
* Always use `ln -sf` when creating symlinks.
2019-09-09 03:44:02 +03:00