Fredrik Fornwall
23b763c20d
redis: Update from 5.0.1 to 5.0.2
6 years ago
Fredrik Fornwall
15563e404f
libjansson: Update from 2.11 to 2.12
6 years ago
Fredrik Fornwall
3099b8fc95
libelf: Update from 0.174 to 0.175
6 years ago
Fredrik Fornwall
5024330f99
kbfs: Update from 2.8.0 to 2.10.1
6 years ago
Fredrik Fornwall
e70fabffff
keybase: Update from 2.8.0 to 2.10.1
6 years ago
Fredrik Fornwall
079ee62571
getmail: Update from 5.8 to 5.9
6 years ago
Fredrik Fornwall
55643a4cdb
dnsutils: Update from 9.13.3 to 9.13.4
6 years ago
Fredrik Fornwall
40dff58c83
bison: Update from 3.2.1 to 3.2.2
6 years ago
Fredrik Fornwall
663740ce4f
radare2: Update from 3.0.1 to 3.1.0
6 years ago
Fredrik Fornwall
50fcb99914
mutt: Update from 1.10.1 to 1.11.0
6 years ago
Henrik Grimler
f0b96b41c4
archlinux needs patch as well
6 years ago
Fredrik Fornwall
48070bda5a
dropbear: Fix duplicated TERMUX_PKG_DEPENDS assignment
6 years ago
Fredrik Fornwall
9e0ce53765
openssh: Just link sshd to libtermux-auth
6 years ago
Leonid Plyushch
515e439ed1
termux-auth: fix home url
6 years ago
Leonid Plyushch
20bdcf20a9
termux-auth: fix repository url
Termux-Auth was moved to https://github.com/termux/termux-auth .
6 years ago
Leonid Plyushch
f943b322e6
termux-auth: apply latest fixes
```
move auth info file to ${HOME}
Since termux-auth can be used by applications other than OpenSSH/Dropbear, it
will be better to put auth information to generic location like HOME.
```
6 years ago
Leonid Plyushch
2969096e75
openssh: enable password auth
6 years ago
Leonid Plyushch
17262fb4c3
dropbear: enable progress information for utility 'scp'
6 years ago
Leonid Plyushch
32600762d5
dropbear: enable password auth
6 years ago
Leonid Plyushch
3b3650c5ac
new package: termux-auth
6 years ago
Fredrik Fornwall
26d171d689
librsvg: Update from 2.40.20 to 2.45.0
6 years ago
Fredrik Fornwall
379d1b6cc7
jq: Update checksum (after tarball added onigurama)
6 years ago
Fredrik Fornwall
e8168e49f0
ffmpeg: Update from 4.0.2 to 4.1
6 years ago
Fredrik Fornwall
7022a0e27a
doxygen: Avoid trying to use cross-compiled python
6 years ago
Fredrik Fornwall
e8661ff0c6
ncurses: Update from 6.1.20180707 to 6.1.20181117
6 years ago
Fredrik Fornwall
f03bd0f127
libwebp: Update from 1.0.0 to 1.0.1
6 years ago
Fredrik Fornwall
735dd10ca9
libcairo: Update from 1.14.12 to 1.16.0
6 years ago
Fredrik Fornwall
55cc439c1a
libpixman: Update from 0.34.0 to 0.36.0
6 years ago
Fredrik Fornwall
e4975ddfbd
mtools: Update from 4.0.19 to 4.0.20
6 years ago
Fredrik Fornwall
eca2abe4aa
git: Update from 2.19.1 to 2.19.2
6 years ago
Fredrik Fornwall
567692b3a0
ghostscript: Update from 9.25 to 9.26
6 years ago
Fredrik Fornwall
7486654d11
torsocks: Update from 2.2.0 to 2.3.0
6 years ago
Fredrik Fornwall
f890948a75
apk-tools & abuild: Enable packages
6 years ago
Fredrik Fornwall
7487cf3663
graphicsmagick: Update from 1.3.30 to 1.3.31
6 years ago
Fredrik Fornwall
11444a4aac
openssl: Update from 1.1.1 to 1.1.1a
6 years ago
Fredrik Fornwall
0a419f4447
nnn: Depend on files ( fixes #929 )
6 years ago
Leonid Plyushch
a8b679d0a3
abuild: set variables ac_cv_* and gl_cv_* like in build-package.sh
6 years ago
Leonid Plyushch
52bff393e5
abuild: remove 'df -PT' calls
Abuild uses 'df -PT' calls only to detect if 'btrfs|ecryptfs|zfs' filesystems used to
determine if it needed to execute 'sync'.
6 years ago
Leonid Plyushch
515baacfa8
abuild: disable getfattr/setfattr calls
a. We don't have getfattr/setfattr software.
b. May not work without root.
6 years ago
Leonid Plyushch
5000bb2bed
abuild: fix dependency tracing
Now dependency tracing seems working properly if 'scanelf' binary
is installed.
6 years ago
Leonid Plyushch
bd4319d001
apk-tools: don't set db->root to $PREFIX
Setting db->root to $PREFIX breaks package installation if package
was configured with '--prefix=$PREFIX'.
6 years ago
Leonid Plyushch
7a132d87a7
abuild: use only Android/Termux-specific architecture specifications
6 years ago
Leonid Plyushch
63037d5dc9
abuild: add missing dependencies
Add necessary dependencies. Generally, deps like autoconf should be in 'build-base'
package but we don't have it.
6 years ago
Leonid Plyushch
29f869c504
abuild: fix missing configuration file (/etc/abuild.conf)
File is required for 'abuild' configuration.
6 years ago
Leonid Plyushch
9a0163c7db
abuild: allow uncompressed manpages
Many packages installs only uncompressed manpages, but users may want
to keep APKBUILDs simple. So allowing uncompressed manpages.
6 years ago
Leonid Plyushch
2c66c598b2
abuild: adopt stuff to the Termux's file system style (rootfs in $PREFIX)
In Termux all package stuff is located under $PREFIX.
6 years ago
Leonid Plyushch
3e04248fa6
abuild: get rid of 'sudo' and other root-related stuff
Termux doesn't require things like 'sudo', 'chroot', 'adduser/addgroup' for
installing or building packages. Furthermore, Termux is single-user environment.
6 years ago
Leonid Plyushch
9df9674113
abuild: don't use fakeroot as it hangs for some reason
Seems that fakeroot makes 'abuild' unusable. Perhaps this is
fakeroot(tcp)-specific bug ?
Anyway, fakeroot is not needed in Termux as we don't setting
ownership for packages but only permissions (chmod).
6 years ago
Leonid Plyushch
7c3e336e75
abuild: apply initial fixes
* Use bash instead of 'ash'.
* Use clang instead of gcc.
* Don't use sudo wrapper for 'apk' package manager.
6 years ago
Leonid Plyushch
4a19fa2d88
apk-tools: provide necessary files & dirs
6 years ago