Commit Graph

4165 Commits

Author SHA1 Message Date
Fredrik Fornwall 78ea098237 dx: Drop revision 2018-03-25 00:08:36 +01:00
Fredrik Fornwall 59435fb802 libzmq: Update from 4.2.3 to 4.2.5 2018-03-25 00:04:36 +01:00
tomty89 92fb0e15fd ecj: provide android-21.jar instead of android-16.jar (#2274) 2018-03-25 00:02:47 +01:00
Fredrik Fornwall 5ff5e16f68 git: Update from 2.16.2 to 2.16.3 2018-03-23 12:53:09 +01:00
Fredrik Fornwall 62eef91aad libmosquitto: Update from 1.4.14 to 1.4.15
Also keep mosquittopp (fixes #2219).
2018-03-23 00:59:22 +01:00
Fredrik Fornwall 1d24a3fb59 c-ares: Switch to github for src tar 2018-03-23 00:14:02 +01:00
Fredrik Fornwall 52f8bd5cdd Rebuild packages linking against libflac 2018-03-22 23:32:36 +01:00
Fredrik Fornwall dbc4ce866c apache2: Do not build mod_md 2018-03-22 23:32:00 +01:00
Fredrik Fornwall d31ac80282 gdk-pixbuf: Update from 2.36.9 to 2.36.11 2018-03-22 23:25:10 +01:00
Fredrik Fornwall b35054e2a2 libjansson: Update from 2.10 to 2.11 2018-03-22 23:10:07 +01:00
Fredrik Fornwall e07182dfb4 nodejs-current: Update from 9.8.0 to 9.9.0 2018-03-22 22:48:12 +01:00
Henrik Grimler edad481ef2 tasksh: change srcurl since old is down 2018-03-22 22:37:36 +01:00
Fredrik Fornwall 099031e31c erlang: Update from 20.3.1 to 20.3.2 2018-03-22 22:36:57 +01:00
Fredrik Fornwall 0ccd9efded nmap: Update from 7.60 to 7.70 2018-03-22 22:35:51 +01:00
Hax4us 7ec420f0b0 qalc: Update from 2.1.0 to 2.2.1 2018-03-22 22:33:43 +01:00
Fredrik Fornwall 078321f41c apache2: Update from 2.4.29 to 2.4.33 2018-03-22 22:30:04 +01:00
Fredrik Fornwall dc0497ccf0 libtalloc: Update from 2.1.11 to 2.1.12 2018-03-22 22:26:56 +01:00
Fredrik Fornwall 6db92594a5 pcre: Update from 8.41 to 8.42 2018-03-22 22:23:16 +01:00
Fredrik Fornwall b5f23c58c0 fribidi: Update from 1.0.1 to 1.0.2 2018-03-22 22:23:05 +01:00
Henrik Grimler d182d8e892 Update libmpdclient url and fix libflac 1.3.2 update (#2268) 2018-03-21 09:57:13 +01:00
Fredrik Fornwall 793a8c0f87 imagemagick: Update from 7.0.7.24 to 7.0.7.27 2018-03-20 23:16:36 +01:00
Fredrik Fornwall f0e8671e91 binutils: Fix merge issue 2018-03-20 23:15:46 +01:00
its-pointless db75340215 llvm: Update from 5.0.1 to 6.0
Also build our own libomp.
2018-03-20 23:10:53 +01:00
Auxilus 164e3abc6e Fix TERMUX_PKG_DESCRIPTION (#2258) 2018-03-19 14:16:48 +01:00
Hax4us 8a96937e65 axel: Add package 2018-03-18 21:58:25 +01:00
Fredrik Fornwall fe31fa2e8c ncurses: Update from 6.1.20180203 to 6.1.20180317 2018-03-18 21:56:27 +01:00
Fredrik Fornwall e7d88ab691 erlang: Update from 20.2.4 to 20.3.1 2018-03-18 21:30:13 +01:00
Fredrik Fornwall 6dd6d3d0f3 weechat: Update from 2.0.1 to 2.1 2018-03-18 21:25:12 +01:00
Fredrik Fornwall ba75a4e65c libvorbis: Update from 1.3.5 to 1.3.6 2018-03-18 21:11:53 +01:00
Fredrik Fornwall 6045de25f7 libgit2: Update from 0.26.0 to 0.26.3 2018-03-18 21:05:31 +01:00
Fredrik Fornwall 52c909693c datamash: Update from 1.2 to 1.3 2018-03-18 21:02:54 +01:00
Fredrik Fornwall 431a20ff54 byobu: Update from 5.124 to 5.125 2018-03-18 21:01:41 +01:00
Fredrik Fornwall 568010dfbb binutils: Bump revision after patch 2018-03-18 21:00:14 +01:00
Fredrik Fornwall c316c30971 cmake: Update from 3.10.2 to 3.10.3 2018-03-18 20:59:53 +01:00
Buck Evan 424eac75a9 ld: set --enable-new-dtags by default (#2255)
The --enable-new-dtags option to ld causes it to emit a RUNPATH rather than RPATH entry in the elf header. Because the Android linker supports RUNPATH but not RPATH, this means many things can now Just Work. This should (eventually) eliminate the need to set LD_LIBRARY_PATH.

Prior art:

This [became the default for Linux in 2013](https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=822b8bf) but I think termux isn't getting it because it reports "Android" instead of "Linux"? Or maybe the way it works changed since then. Regardless, [Debian has been using RUNPATH by default since December 2016.](https://sources.debian.org/src/binutils/2.27.90.20161231-1/debian/patches/ld-new-dtags-by-default.diff/?hl=27#L27) Their [newest configuration](https://sources.debian.org/src/binutils/2.30-7/debian/rules/#L362) uses the newer configuration option seen in this patch. The [suse and gentoo](https://web.archive.org/web/20160101182307/http://comments.gmane.org/gmane.comp.gnu.binutils/57379) maintainers said they did the same in 2004 and 2005, respectively. So it seems well battle-tested, to me.

For the curious:
This came up because I'm working on [getting Homebrew working under Termux](https://github.com/Linuxbrew/brew/pull/621).
2018-03-18 20:51:06 +01:00
Hax4us 3eae19aef5 libxml2: Update from 2.9.7 to 2.9.8 2018-03-15 23:08:59 +01:00
Fredrik Fornwall bd6e28f2ca finch: Update from 2.12.0 to 2.13.0 2018-03-14 17:25:18 +01:00
Fredrik Fornwall c6f93e5e0a glib: Update from 2.54.3 to 2.56.0 2018-03-14 17:16:43 +01:00
Fredrik Fornwall 179e2fdf72 pango: Update from 1.40.13 to 1.42.0 2018-03-14 17:16:28 +01:00
Fredrik Fornwall c59873d247 fribidi: Depend on glib 2018-03-14 17:16:11 +01:00
Fredrik Fornwall f309f84c58 fribidi: Add package 2018-03-14 17:11:54 +01:00
Fredrik Fornwall d43441bfb0 libcurl: Update from 7.58.0 to 7.59.0 2018-03-14 17:03:04 +01:00
Fredrik Fornwall 070524f61e libisl: Update from 0.18 to 0.19 2018-03-14 17:02:15 +01:00
Fredrik Fornwall 9d9d427d84 imgflo: Use https for homepage 2018-03-14 17:01:59 +01:00
Fredrik Fornwall c1aae7093f libsoup: Update from 2.61.90 to 2.62.0 2018-03-14 17:01:48 +01:00
Fredrik Fornwall 97ccc4c1e3 vim: Update from 8.0.1550 to 8.0.1600 2018-03-13 15:47:10 +01:00
Fredrik Fornwall add8aa2db6 valac: Update from 0.38.7 to 0.40.0 2018-03-12 13:42:03 +01:00
Fredrik Fornwall d7455b1376 unrar: Update from 5.5.8 to 5.6.1 2018-03-12 13:02:43 +01:00
Fredrik Fornwall ec80d09805 automake: Update from 1.16 to 1.16.1 2018-03-12 13:02:43 +01:00
Henrik Grimler 7be786bb53 emacs: ac_cv_func_setrlimit=no to make termux-am work within emacs (#2239)
Solves https://github.com/termux/termux-app/issues/608. @michalbednarski found the solution.
Not sure if this will have any other side effects.
2018-03-12 13:02:35 +01:00
Henrik Grimler 0339d32080 ca-certificates: Update from 20180117 to 20180307 (#2238) 2018-03-12 13:02:23 +01:00
cswl 2df3825e4b Update tsu to v2.0.0 (#2237) 2018-03-12 11:16:36 +01:00
Fredrik Fornwall d4a8d19d4c php: Fix opcache by using MAP_ANON support
The ext/opcache/config.m4 disabled MAP_ANON when cross compiling.

Fixes #2234.
2018-03-11 00:51:41 +01:00
Fredrik Fornwall accf4c2e48 php: Link opcache.so against libpcre (fixes #2232) 2018-03-11 00:28:24 +01:00
michalbednarski 2b65c759fa proot: Update for accept and MagiskSU support (#2235)
* Added arguments for proot to enable the use of MagiskSU from within termux-chroot.

* Restore original shebang to termux-chroot for pull-request.

* Added folder existence check to ensure MagiskSU changes don't break termux-chroot on later versions of Android, just in case.

* proot: Update for accept -> accept4 translation
2018-03-10 22:35:53 +01:00
Fredrik Fornwall dcb796b618 nodejs-current: Update from 9.7.1 to 9.8.0 2018-03-09 14:22:28 +01:00
Fredrik Fornwall 12ffd0979d nodejs: Update from 8.9.4 to 8.10.0 2018-03-09 14:22:16 +01:00
Fredrik Fornwall 46be8df7af nano: Update from 2.9.3 to 2.9.4 2018-03-09 10:52:55 +01:00
Fredrik Fornwall 373317ab76 harfbuzz: Update from 1.7.5 to 1.7.6 2018-03-08 17:35:44 +01:00
Fredrik Fornwall 4f623f724a yarn: Update from 1.3.2 to 1.5.1 2018-03-08 14:27:22 +01:00
Fredrik Fornwall af4b47cf36 radare2: Update from 2.3.0 to 2.4.0 2018-03-08 14:26:33 +01:00
Fredrik Fornwall 58d5d4a7ec apache2: Use https for homepage 2018-03-07 10:49:32 +01:00
Fredrik Fornwall 66354f4367 syncthing: Update from 0.14.43 to 0.14.45 2018-03-06 16:45:29 +01:00
Fredrik Fornwall 9cf61a82c5 php: Update from 7.2.2 to 7.2.3 2018-03-06 16:45:29 +01:00
Fredrik Fornwall d4e9fa7096 nodejs-current: Update from 9.6.1 to 9.7.1 2018-03-06 16:45:29 +01:00
Fredrik Fornwall 2d8e6b3eb3 libsodium: Update from 1.0.15 to 1.0.16 2018-03-06 16:45:29 +01:00
Fredrik Fornwall 75d669f7ad mutt: Update from 1.9.3 to 1.9.4 2018-03-06 16:45:29 +01:00
Fredrik Fornwall c860661d4b tor: Update from 0.3.2.9 to 0.3.2.10 2018-03-06 16:45:29 +01:00
Leonid Pliushch 51fe412ccd htop: update to 2.1.0 2018-03-06 16:45:09 +01:00
Leonid Pliushch 2f96b6a677 fix patch 2018-03-06 16:45:03 +01:00
Leonid Pliushch e672d27deb patchfile cleanup 2018-03-06 16:45:03 +01:00
Leonid Pliushch d365f5e7df gzip: fix errors in gzexe script 2018-03-06 16:45:03 +01:00
Joakim 2e1127e646 ldc: Update from 1.7 to 1.8 2018-03-06 16:43:50 +01:00
Fredrik Fornwall 462657fa63 Add a zopfli package with zopfli and zopflipng
Fixes #2187.
2018-03-03 22:47:32 +01:00
Fredrik Fornwall 64f6bcc072 postgresql: Update from 10.2 to 10.3 2018-03-03 20:52:16 +01:00
Fredrik Fornwall c05cd55285 librsync: Update from 2.0.1 to 2.0.2 2018-03-01 15:28:31 +01:00
Fredrik Fornwall c7ae5c2055 vim: Update from 8.0.1500 to 8.0.1550 2018-03-01 15:28:12 +01:00
Fredrik Fornwall 1bf7d00b5b libnghttp2: Update from 1.30.0 to 1.31.0 2018-03-01 11:01:48 +01:00
Fredrik Fornwall db45b211a3 libunistring: Update from 0.9.8 to 0.9.9 2018-03-01 11:01:34 +01:00
Fredrik Fornwall 79f5e692ca memcached: Update from 1.5.5 to 1.5.6 2018-03-01 11:01:17 +01:00
Fredrik Fornwall 0b7df1dc25 imagemagick: Update from 7.0.7.22 to 7.0.7.24 2018-03-01 00:50:21 +01:00
Vse Mozhet Byt 0af71298fd fix readline homepage
The old site seems to be down.

See also: https://en.wikipedia.org/w/index.php?title=GNU_Readline&type=revision&diff=815079915&oldid=815079783
2018-03-01 00:10:10 +01:00
Fredrik Fornwall d26a2ec925 automake: Update from 1.15.1 to 1.16 2018-02-27 23:49:09 +01:00
Fredrik Fornwall 8b2927b646 gawk: Update from 4.2.0 to 4.2.1 2018-02-27 23:25:07 +01:00
Henrik Grimler d8cb58be57 apt: fall back to $PREFIX/tmp if TMPDIR is unreadable 2018-02-27 23:22:53 +01:00
Henrik Grimler 4ca0cce74a apt: make trusted.gpg a conffiles so that apt-key added keys are preserved 2018-02-27 23:22:53 +01:00
Fredrik Fornwall 5c7112dfb4 mpd: Update from 0.20.17 to 0.20.18 2018-02-26 00:19:48 +01:00
Fredrik Fornwall 2ce432845d boost: Update download url 2018-02-26 00:09:05 +01:00
Fredrik Fornwall 83fb87f931 ranger: Update from 1.9.0 to 1.9.1 2018-02-26 00:08:49 +01:00
Fredrik Fornwall e46a9f888e nodejs-current: Update from 9.5.0 to 9.6.1 2018-02-25 23:47:00 +01:00
Fredrik Fornwall 2c9ea72d0c erlang: Update from 20.2.1 to 20.2.4 2018-02-25 23:36:26 +01:00
Fredrik Fornwall a31e33f504 gnupg2: Update from 2.2.4 to 2.2.5 2018-02-25 23:30:52 +01:00
Fredrik Fornwall 0c99f1392e libuv: Update from 1.19.1 to 1.19.2 2018-02-25 23:28:11 +01:00
Auxilus 07e793808d Update parallel to 20180222 2018-02-25 23:24:27 +01:00
its-pointless e809105ae9 fix building syncthing and fzf 2018-02-25 23:23:57 +01:00
Buck Evan 2e7375e50e Correct homepage for proot.
http://proot.me/ points to a random Japanese blog.
2018-02-25 23:22:14 +01:00
its-pointless 4c95eb0d93 termux-tools: Work around for when termux-exec is broken 2018-02-21 00:08:15 +01:00
Fredrik Fornwall 383bfac500 git: Update from 2.16.1 to 2.16.2 2018-02-18 22:33:25 +01:00
Fredrik Fornwall 537fc9e3b4 golang: Update from 1.9.4 to 1.10 2018-02-18 22:29:21 +01:00
Fredrik Fornwall f99a11f893 ddrescue: Update from 1.22 to 1.23 2018-02-18 22:09:36 +01:00