Commit Graph

5996 Commits

Author SHA1 Message Date
Fredrik Fornwall 43acc56967 dnsutils: Update from 9.13.3 to 9.13.4 2018-11-27 00:25:40 +01:00
Fredrik Fornwall e0c25842e1 bison: Update from 3.2.1 to 3.2.2 2018-11-27 00:25:40 +01:00
Fredrik Fornwall 78334ba47d radare2: Update from 3.0.1 to 3.1.0 2018-11-27 00:25:40 +01:00
Fredrik Fornwall f639e3dbb9 mutt: Update from 1.10.1 to 1.11.0 2018-11-27 00:25:40 +01:00
Henrik Grimler 2fc73cef77 archlinux needs patch as well 2018-11-25 00:56:56 +01:00
Fredrik Fornwall 759396912e dropbear: Fix duplicated TERMUX_PKG_DEPENDS assignment 2018-11-23 02:20:40 +01:00
Fredrik Fornwall 744d139e90 openssh: Just link sshd to libtermux-auth 2018-11-23 00:58:14 +01:00
Leonid Pliushch fa5b80982d termux-auth: fix home url 2018-11-23 00:33:02 +01:00
Leonid Pliushch 47a9d541bd termux-auth: fix repository url
Termux-Auth was moved to https://github.com/termux/termux-auth.
2018-11-23 00:33:02 +01:00
Leonid Pliushch 95ede4b430 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.
```
2018-11-23 00:33:02 +01:00
Leonid Pliushch c7442155d4 openssh: enable password auth 2018-11-23 00:33:02 +01:00
Leonid Pliushch bb7dcf52c4 dropbear: enable progress information for utility 'scp' 2018-11-23 00:33:02 +01:00
Leonid Pliushch 0c79d1cc56 dropbear: enable password auth 2018-11-23 00:33:02 +01:00
Leonid Pliushch b19653b13e new package: termux-auth 2018-11-23 00:33:02 +01:00
Fredrik Fornwall 8e594b8c50 librsvg: Update from 2.40.20 to 2.45.0 2018-11-23 00:13:25 +01:00
Fredrik Fornwall 08a21e6ef8 jq: Update checksum (after tarball added onigurama) 2018-11-22 20:56:26 +01:00
Fredrik Fornwall 2448fbfde1 ffmpeg: Update from 4.0.2 to 4.1 2018-11-22 20:40:45 +01:00
Fredrik Fornwall a706cc49d2 doxygen: Avoid trying to use cross-compiled python 2018-11-22 20:35:46 +01:00
Fredrik Fornwall 99a27737c0 ncurses: Update from 6.1.20180707 to 6.1.20181117 2018-11-22 20:33:31 +01:00
Fredrik Fornwall e8c70324ae libwebp: Update from 1.0.0 to 1.0.1 2018-11-22 00:31:16 +01:00
Fredrik Fornwall dbcc88719b libcairo: Update from 1.14.12 to 1.16.0 2018-11-22 00:16:16 +01:00
Fredrik Fornwall ef6b080214 libpixman: Update from 0.34.0 to 0.36.0 2018-11-22 00:16:00 +01:00
Fredrik Fornwall 3efd32ae0e mtools: Update from 4.0.19 to 4.0.20 2018-11-22 00:15:06 +01:00
Fredrik Fornwall e8b3c38719 git: Update from 2.19.1 to 2.19.2 2018-11-21 23:59:19 +01:00
Fredrik Fornwall 32a5eeef5a ghostscript: Update from 9.25 to 9.26 2018-11-21 23:46:19 +01:00
Fredrik Fornwall bc6c203729 torsocks: Update from 2.2.0 to 2.3.0 2018-11-21 23:45:52 +01:00
Fredrik Fornwall e951dcf596 apk-tools & abuild: Enable packages 2018-11-21 23:37:17 +01:00
Fredrik Fornwall 06b416051b graphicsmagick: Update from 1.3.30 to 1.3.31 2018-11-21 23:36:54 +01:00
Fredrik Fornwall bc28ce6c6e openssl: Update from 1.1.1 to 1.1.1a 2018-11-21 23:36:34 +01:00
Fredrik Fornwall ae4c38d09e nnn: Depend on files (fixes #929) 2018-11-21 22:55:37 +01:00
Leonid Pliushch 331bdeed7c abuild: set variables ac_cv_* and gl_cv_* like in build-package.sh 2018-11-20 22:04:57 +01:00
Leonid Pliushch 4f737bc7a5 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'.
2018-11-20 22:04:57 +01:00
Leonid Pliushch 4a67d1175c abuild: disable getfattr/setfattr calls
a. We don't have getfattr/setfattr software.
b. May not work without root.
2018-11-20 22:04:57 +01:00
Leonid Pliushch 701e4891ac abuild: fix dependency tracing
Now dependency tracing seems working properly if 'scanelf' binary
is installed.
2018-11-20 22:04:57 +01:00
Leonid Pliushch 5b0dcffaf2 apk-tools: don't set db->root to $PREFIX
Setting db->root to $PREFIX breaks package installation if package
was configured with '--prefix=$PREFIX'.
2018-11-20 22:04:57 +01:00
Leonid Pliushch dc9113cc21 abuild: use only Android/Termux-specific architecture specifications 2018-11-20 22:04:57 +01:00
Leonid Pliushch 57b1e0eddb abuild: add missing dependencies
Add necessary dependencies. Generally, deps like autoconf should be in 'build-base'
package but we don't have it.
2018-11-20 22:04:57 +01:00
Leonid Pliushch 1a77ab931b abuild: fix missing configuration file (/etc/abuild.conf)
File is required for 'abuild' configuration.
2018-11-20 22:04:57 +01:00
Leonid Pliushch d0216b11d7 abuild: allow uncompressed manpages
Many packages installs only uncompressed manpages, but users may want
to keep APKBUILDs simple. So allowing uncompressed manpages.
2018-11-20 22:04:57 +01:00
Leonid Pliushch 2ecc0e95f2 abuild: adopt stuff to the Termux's file system style (rootfs in $PREFIX)
In Termux all package stuff is located under $PREFIX.
2018-11-20 22:04:57 +01:00
Leonid Pliushch 58fa8e3192 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.
2018-11-20 22:04:57 +01:00
Leonid Pliushch 6fb3feaf24 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).
2018-11-20 22:04:57 +01:00
Leonid Pliushch 98d0c10e9d abuild: apply initial fixes
* Use bash instead of 'ash'.
 * Use clang instead of gcc.
 * Don't use sudo wrapper for 'apk' package manager.
2018-11-20 22:04:57 +01:00
Leonid Pliushch 046c92e2ae apk-tools: provide necessary files & dirs 2018-11-20 22:04:57 +01:00
Leonid Pliushch 3605599394 apk-tools: don't set ownership and xattrs
Such functionality causes 'permission denied' errors in Termux as
we don't require root permissions for installing packages.
2018-11-20 22:04:57 +01:00
Fredrik Fornwall e6677aff2f abuild: Add as disabled package 2018-11-18 02:33:40 +01:00
Fredrik Fornwall d530dc97d9 apk-tools: Add repositories file 2018-11-18 02:10:46 +01:00
Fredrik Fornwall b42953c810 Update disable apk-tools 2018-11-18 02:01:58 +01:00
Fredrik Fornwall 2aef57f7b5 nodejs: Use included zlib
See https://github.com/termux/termux-packages/issues/2922
2018-11-18 01:32:30 +01:00
Fredrik Fornwall 467475b03b mg: Install man page to expected directory 2018-11-18 00:57:49 +01:00