Commit Graph

4803 Commits

Author SHA1 Message Date
michalbednarski
c88826236f proot: Update with fix for chroot(".") (#2464)
Update with fix by @Hax4us at termux/proot#17
2018-05-29 10:31:14 +02:00
Vishal Biswas
160d3aeb06 update ndk to 17 and switch some packages to clang build (#2415)
* update ndk to 17

* bump NDK version in setup-android script

* libnl: fix for ndk r17

* libpixman: use clang's __builtin_shufflevector instead of __builtin_shuffle (#1)

Required to make package build with ndk17.

* fix as for arm

* ndk17 still uses ld.bfd on aarch64

* use -fno-integrated-as for clang only

* glib: remove patch unnecessary after ndk17

* torsocks: remove unneeded patch after ndk17

* subversion: fix build as clang++ now errors out for mismatched flags

* libpulseaudio: fix build with ndk17

https://github.com/termux/termux-packages/pull/2415#issuecomment-388296684

* gst-plugins-good: disable video4linux2

ioctl is defined as __overloadable in ndk17 headers which
  conflicts with v4l2object's member ioctl

* libzmq: disable Werror to build with ndk17

* ltrace: hardcode symbol not available in ndk17

* busybox: build with clang for all arches except arm

* dropbear: build with clang instead of gcc

* gnupg: build with clang instead of gcc

* openssl: use clang for all arches except arm

* picolisp: build with clang instead of gcc

* valgrind: use clang on all arches except aarch64

* Revert "gst-plugins-good: disable video4linux2"

This reverts commit 43850b81ccf60033c25cb13dfd326c1b0528773a.
Already applied on base branch.

* libllvm: use default arm triple
2018-05-27 14:55:20 +02:00
Fredrik Fornwall
d8b43f2e48 brotli: Update from 1.0.3 to 1.0.4
Also switch to building with cmake, and add a patch to build the
brotli binary against shared libs (binary size from 700 kb to 70 kb).
2018-05-27 14:51:20 +02:00
Fredrik Fornwall
b42ad0b3f3 busybox: Update from 1.28.3 to 1.28.4 2018-05-27 14:51:00 +02:00
Fredrik Fornwall
5ccef9db59 libunistring: Update from 0.9.9 to 0.9.10 2018-05-27 14:50:19 +02:00
its-pointless
e0c96e728a brotli lossless compression library and utility 2018-05-27 13:19:45 +02:00
Fredrik Fornwall
08ff5d4565 libcurl: Avoid linking in libidn2 2018-05-26 00:52:41 +02:00
Fredrik Fornwall
020c9420a9 memcached: Update from 1.5.7 to 1.5.8 2018-05-25 21:15:00 +02:00
Fredrik Fornwall
bf129e7dc5 libpopt: Update to working download url 2018-05-25 21:14:48 +02:00
Henrik Grimler
eeab6245ca luarocks: set default lib/inc dir to @TERMUX_PREFIX@/{lib,include} 2018-05-25 14:01:00 +02:00
Tom Yan
848215d86c libunistring: fix locale_charset()
Make locale_charset() use nl_langinfo() so that it would work
properly. For example:

$ idn2 --debug ''
Charset: en_US.UTF-8
idn2: toAscii: could not convert string to UTF-8
$ LD_PRELOAD=$PREFIX/local/lib/libunistring.so idn2 --debug ''
Charset: UTF-8

$
2018-05-25 14:00:45 +02:00
Fredrik Fornwall
3172075d3d libgrpc: Update from 1.4.7 to 1.12.0 2018-05-25 12:43:31 +02:00
Fredrik Fornwall
102122027d Remove unused TERMUX_PKG_FOLDERNAME 2018-05-25 12:42:40 +02:00
Fredrik Fornwall
fbd1fadf77 php: Update from 7.2.5 to 7.2.6 2018-05-25 12:39:28 +02:00
Fredrik Fornwall
04e32d8a1f yarn: Update from 1.6.0 to 1.7.0 2018-05-25 12:39:12 +02:00
Fredrik Fornwall
2bb920e3e2 http -> https updates 2018-05-25 12:38:52 +02:00
Fredrik Fornwall
34206524a1 radare2: Update from 2.5.0 to 2.6.0 2018-05-23 22:58:29 +02:00
Fredrik Fornwall
b02001648b valac: Update from 0.40.4 to 0.40.6 2018-05-23 22:56:54 +02:00
Fredrik Fornwall
44d254457d babl: Update from 0.1.48 to 0.1.50 2018-05-23 22:56:34 +02:00
Fredrik Fornwall
21c96e4443 stunnel: Update from 5.44 to 5.45 2018-05-23 22:56:14 +02:00
Fredrik Fornwall
2b97c09a54 tor: Update from 0.3.2.10 to 0.3.3.6 2018-05-23 22:56:02 +02:00
Fredrik Fornwall
eafa7ec84d python: Do not replace old python2, just break 2018-05-22 10:58:19 +02:00
Tom Yan
3a270b8aa3 python(2): bump revision after updates 2018-05-21 00:08:28 +02:00
Tom Yan
999d9feaab python(2): match TERMUX_PKG_RM_AFTER_INSTALL 2018-05-21 00:08:28 +02:00
Tom Yan
3d3547d115 python(2): fix bin/ and share/man/
Justification for the changes:

$ dpkg -S smtpd.py
python: /data/data/com.termux/files/usr/lib/python3.6/smtpd.py
python2: /data/data/com.termux/files/usr/lib/python2.7/smtpd.py
python2: /data/data/com.termux/files/usr/bin/smtpd.py

$ ls -l $PREFIX/bin/python-config
lrwxrwxrwx    1 u0_a312  u0_a312         14 May 18 01:09 /data/data/com.termux/files/usr/bin/python-config -> python2-config

$ ls -l $PREFIX/share/man/man1/python2.1
lrwxrwxrwx    1 u0_a312  u0_a312          9 May 18 01:09 /data/data/com.termux/files/usr/share/man/man1/python2.1 -> python2.1

$ dpkg -S bin/2to3
python: /data/data/com.termux/files/usr/bin/2to3
python: /data/data/com.termux/files/usr/bin/2to3-3.6

$ dpkg -S bin/pydoc
python2: /data/data/com.termux/files/usr/bin/pydoc
python: /data/data/com.termux/files/usr/bin/pydoc3.6
python: /data/data/com.termux/files/usr/bin/pydoc3
2018-05-21 00:08:28 +02:00
Tom Yan
07ddeca733 python: have bin/python${_MAJOR_VERSION}m back
and convert bin/python${_MAJOR_VERSION} from hardlink to symlink
2018-05-21 00:08:28 +02:00
Tom Yan
18d2585c33 python(2): improve cache cleanup command
by using + instead of ;
2018-05-21 00:08:10 +02:00
Tom Yan
cf0b9522d3 python2: fix cache cleanup command
python2 does not produce __pycache__ directories but only *.pyc
files.
2018-05-21 00:08:10 +02:00
Tom Yan
3af95bb483 python(2): remove easy_install in prerm 2018-05-21 00:08:10 +02:00
Fredrik Fornwall
de89bd2bc9 libidn2: Do not configure with --disable-doc
Removing --disable-doc gets us the idn2 manpage. Also, remove
--enable-static=no since build-package.sh already configures with
--disable-static.
2018-05-20 16:01:39 +02:00
Hax4us
3c5858d640 update build.sh 2018-05-20 15:49:12 +02:00
Hax4us
db9d7562b8 add package libidn2 2018-05-20 15:49:12 +02:00
Fredrik Fornwall
ab6b83ee2a poppler: Update from 0.64.0 to 0.65.0 2018-05-20 14:37:12 +02:00
Fredrik Fornwall
830c578502 p7zip: Minor cleanup 2018-05-20 14:36:54 +02:00
Fredrik Fornwall
135fcfaeb3 mutt: Update from 1.9.5 to 1.10.0 2018-05-20 13:51:42 +02:00
Fredrik Fornwall
703140f17a neofetch: Update from 4.0.1 to 4.0.2 2018-05-20 13:51:30 +02:00
its-pointless
3414e5d00b install freetype-config and freetype-config.1 2018-05-20 13:43:09 +02:00
Fredrik Fornwall
7f163df93e mariadb: Avoid linking in liblz4 2018-05-19 04:11:16 +02:00
Fredrik Fornwall
2db10a2925 nginx: Update from 1.12.2 to 1.14.0 2018-05-19 03:50:28 +02:00
Fredrik Fornwall
90e0af4ee7 procps: Update from 3.3.12 to 3.3.14 2018-05-19 03:50:15 +02:00
Fredrik Fornwall
99a925b57c gst-plugins-good: Build with --disable-gst_v4l2
See https://github.com/termux/termux-packages/pull/2415
2018-05-19 03:44:16 +02:00
Fredrik Fornwall
df928df3e3 util-linux: Update from 2.30.1 to 2.32 2018-05-19 03:18:52 +02:00
Fredrik Fornwall
aee44c886b yarn: Update from 1.5.1 to 1.6.0 2018-05-19 03:18:35 +02:00
Fredrik Fornwall
a7c92ae5f1 strace: Update from 4.20 to 4.22 2018-05-19 02:57:29 +02:00
Fredrik Fornwall
ff1b5fbc40 transmission: Update from 2.93 to 2.94 2018-05-19 02:57:06 +02:00
Fredrik Fornwall
21eba96fb7 tcl: Update from 8.6.7 to 8.6.8 2018-05-19 02:47:36 +02:00
Fredrik Fornwall
6b27b56f44 ffmpeg: Bump revision after libsoxr and libx265 updates 2018-05-19 02:37:04 +02:00
Fredrik Fornwall
78faca718a gstreamer: Update from 1.14.0 to 1.14.1 2018-05-19 02:36:37 +02:00
Fredrik Fornwall
a532007e9d rgbds: Update from 0.3.3 to 0.3.7 2018-05-19 02:35:47 +02:00
Fredrik Fornwall
016e10da3d qpdf: Update from 7.1.1 to 8.0.2 2018-05-19 02:33:14 +02:00
Fredrik Fornwall
debd94d63d pforth: Update to latest git master 2018-05-19 02:32:50 +02:00
Fredrik Fornwall
2649fe5317 qalc: Update from 2.4.0 to 2.5.0 2018-05-19 02:27:09 +02:00
Fredrik Fornwall
ea61f2c544 minicom: Update from 2.7 to 2.7.1 2018-05-19 02:08:49 +02:00
Fredrik Fornwall
0d808c6efa mariadb: Update from 10.2.13 to 10.2.15 2018-05-19 02:08:14 +02:00
Fredrik Fornwall
2c168d0b6d mpc: Update from 0.29 to 0.30 2018-05-19 02:03:42 +02:00
Fredrik Fornwall
2196c78446 libx265: Update from 2.6 to 2.7 2018-05-19 01:53:35 +02:00
Fredrik Fornwall
b493edf5de libvpx: Update from 1.6.1 to 1.7.0 2018-05-19 01:53:13 +02:00
Fredrik Fornwall
79b090146c libvterm: Update from 17.10.05 to 18.02.20 2018-05-19 01:51:29 +02:00
Fredrik Fornwall
8fe03f26f7 luarocks: Update from 2.4.3 to 2.4.4 2018-05-19 01:50:23 +02:00
Fredrik Fornwall
291f2230e1 linux-man-pages: Update from 4.14 to 4.16 2018-05-19 01:49:08 +02:00
Fredrik Fornwall
94c90a62af libsoxr: Update from 0.1.2 to 0.1.3 2018-05-19 01:48:40 +02:00
Fredrik Fornwall
42119def68 libprotobuf: Update from 3.5.1 to 3.5.2 2018-05-19 01:46:57 +02:00
Fredrik Fornwall
ee4a1454ab lighttpd: Update from 1.4.48 to 1.4.49 2018-05-19 01:46:35 +02:00
Fredrik Fornwall
4499b72c24 libgraphite: Update from 1.3.10 to 1.3.11 2018-05-19 01:15:26 +02:00
Fredrik Fornwall
e7ad5dc071 libgc: Update from 7.6.2 to 7.6.4 2018-05-19 01:15:06 +02:00
Fredrik Fornwall
aeaf0d6ea3 iperf3: Update from 3.4 to 3.5 2018-05-19 01:13:46 +02:00
Fredrik Fornwall
5441a3179f libical: Update from 3.0.1 to 3.0.3 2018-05-19 01:09:21 +02:00
Fredrik Fornwall
0b1a57c9d8 frobtads: Update from 1.2.3 to 1.2.4 2018-05-19 01:04:39 +02:00
Fredrik Fornwall
6e69209b9b libcue: Update from 2.1.0 to 2.2.1 2018-05-19 00:57:53 +02:00
Fredrik Fornwall
9f8a166ecc libexif: Update homepage 2018-05-19 00:57:05 +02:00
Fredrik Fornwall
dd932526c3 inotify-tools: Update from 3.14 to 3.20.1 2018-05-19 00:55:59 +02:00
Fredrik Fornwall
6a5422bafa gmic: Update from 2.1.1 to 2.2.3 2018-05-19 00:55:20 +02:00
Fredrik Fornwall
116bcfeab2 graphicsmagick: Update from 1.3.28 to 1.3.29 2018-05-19 00:45:45 +02:00
Fredrik Fornwall
feec79e2b0 expect: Update from 5.45.3 to 5.45.4 2018-05-19 00:24:34 +02:00
Fredrik Fornwall
f1921582cb debootstrap: Update from 1.0.97 to 1.0.99 2018-05-19 00:17:00 +02:00
Fredrik Fornwall
6ff640723a ctags: Update to latest git master 2018-05-19 00:16:44 +02:00
Fredrik Fornwall
c185812061 ccache: Update from 3.3.4 to 3.4.2 2018-05-19 00:16:31 +02:00
Fredrik Fornwall
62842942e7 dash: Update from 0.5.10.1 to 0.5.10.2 2018-05-19 00:16:15 +02:00
Fredrik Fornwall
88ef04afdc cava: Update from 0.6.0 to 0.6.1 2018-05-19 00:05:28 +02:00
Fredrik Fornwall
abc004f9f5 ack-grep: Update from 2.20 to 2.22 2018-05-19 00:05:15 +02:00
Fredrik Fornwall
ef4834a4d1 libzopfli: Update from 1.0.1 to 1.0.2 2018-05-18 23:34:45 +02:00
Fredrik Fornwall
51c65880e4 neofetch: Update from 4.0.0 to 4.0.1 2018-05-18 23:32:37 +02:00
Fredrik Fornwall
648bde33e8 nodejs: Update from 8.11.1 to 8.11.2 2018-05-18 03:35:09 +02:00
Fredrik Fornwall
2ebfc9c51c imgflo: Revision-bump after gegl update 2018-05-18 03:34:50 +02:00
Fredrik Fornwall
7c2b8f9be2 cmake: Update from 3.11.1 to 3.11.2 2018-05-18 03:22:51 +02:00
Fredrik Fornwall
29b5ee8f52 librhash: Include pkg-config file 2018-05-18 03:22:17 +02:00
Fredrik Fornwall
12360b9e5d ncurses: Update from 6.1.20180331 to 6.1.20180512 2018-05-18 02:33:40 +02:00
Fredrik Fornwall
ba05115274 gegl: Update from 0.3.34 to 0.4.2 2018-05-17 19:52:25 +02:00
Fredrik Fornwall
2edf15cca4 babl: Update from 0.1.46 to 0.1.48 2018-05-17 19:42:08 +02:00
Fredrik Fornwall
d4c7819660 libidn: Update from 1.34 to 1.35 2018-05-17 19:40:39 +02:00
Fredrik Fornwall
61f5368431 fribidi: Update from 1.0.2 to 1.0.3 2018-05-17 19:38:49 +02:00
Fredrik Fornwall
80eccf01da unrar: Update from 5.6.3 to 5.6.4 2018-05-17 19:38:03 +02:00
Fredrik Fornwall
1961b1c68f dash: Update from 0.5.10 to 0.5.10.1 2018-05-17 19:37:02 +02:00
Fredrik Fornwall
9d756ccaf3 aria2: Update from 1.33.1 to 1.34.0 2018-05-17 19:36:11 +02:00
Fredrik Fornwall
3e8f0d30ab libnghttp2: Update from 1.31.1 to 1.32.0 2018-05-17 19:32:29 +02:00
Fredrik Fornwall
531990abcd libcurl: Update from 7.59.0 to 7.60.0 2018-05-17 19:32:12 +02:00
Fredrik Fornwall
1c0e8a272e vim: Update from 8.0.1800 to 8.0.1850 2018-05-17 19:29:13 +02:00
Fredrik Fornwall
287b3f97a7 nano: Update from 2.9.6 to 2.9.7 2018-05-17 19:22:11 +02:00
Fredrik Fornwall
ad4536d5a9 scripts/lint-packages.py cleanups 2018-05-17 18:09:24 +02:00
Muhammad Herdiansyah
3dc576054a neofetch: update from 3.4.0 to 4.0.0 2018-05-17 12:14:16 +02:00
Oliver Schmidhauser
6e3b4bca9a remove --without-ltdl 2018-05-17 12:10:36 +02:00
Oliver Schmidhauser
23168abfbe Update imagemagick to 7.0.7.32 2018-05-17 12:10:36 +02:00
Oliver Schmidhauser
5ac2bab27f Update imagemagick to version 7.0.7.31
I was checking if it might fix the segfault problems, as the changelog
indicated that several memory overflows have been fixed, but they still
happen for me.
2018-05-17 12:10:36 +02:00
Tom Yan
9cd99e6e02 openssh: keep TMPDIR and PS1 2018-05-14 18:07:42 +02:00
Fredrik Fornwall
b1ba7dbf95 boost: Bump revision after update 2018-05-14 17:33:51 +02:00
Tom Yan
248cde994b set address-model 2018-05-14 16:51:38 +02:00
its-pointless
5dba6d8779 enables coroutine and context 2018-05-14 16:51:38 +02:00
Fredrik Fornwall
67ab5c8c30 fontconfig: Update from 2.12.6 to 2.13.0 2018-05-14 03:12:55 +02:00
Fredrik Fornwall
71822db961 Rebuild boost-using packages 2018-05-14 03:12:05 +02:00
Fredrik Fornwall
e74de1b6d4 liblz4: Update from 1.8.1.2 to 1.8.2 2018-05-14 02:27:06 +02:00
Fredrik Fornwall
1a78444e66 freetype: Update from 2.9 to 2.9.1 2018-05-14 02:27:06 +02:00
Tom Yan
5694891398 boost: add python2 variant of libboost_python 2018-05-14 02:26:52 +02:00
Tom Yan
e54ed44bde boost: unsplit libboost-python
libboost_python was never supposed to be linked to libpython. Hence
the patch, and in turn the dependency to the python package, and in
turn the package split, were never necessary.
2018-05-14 02:26:52 +02:00
Tom Yan
91dd97de1c boost: Update from 1.65.1 to 1.67.0 2018-05-14 02:26:52 +02:00
its-pointless
074bc59583 symlink fix 2018-05-14 02:13:59 +02:00
vishalbiswas
712530b3ef librhash: build executable as well 2018-05-14 01:39:08 +02:00
Michał Bednarski
8cfea9198f proot: Update with fix for termux/proot#14 2018-05-14 00:57:33 +02:00
Fredrik Fornwall
1164b7f094 imagemagick: Update from 7.0.7.27 to 7.0.7.29 2018-05-13 02:58:23 +02:00
Fredrik Fornwall
f2f5eb5eab leptonica: Update from 1.75.3 to 1.76.0 2018-05-13 02:55:23 +02:00
Fredrik Fornwall
53b0f0bb4b erlang: Update from 20.3.4 to 20.3.6 2018-05-13 02:52:42 +02:00
Fredrik Fornwall
1aea1fc27f libsoup: Update from 2.62.1 to 2.62.2 2018-05-13 02:49:01 +02:00
Fredrik Fornwall
29fbc255f4 gnuplot: Update from 5.2.1 to 5.2.3 2018-05-13 02:47:02 +02:00
Fredrik Fornwall
135be814eb python2: Update from 2.7.14 to 2.7.15 2018-05-13 02:46:43 +02:00
Fredrik Fornwall
ed55902513 libuv: Update from 1.20.2 to 1.20.3 2018-05-13 02:35:03 +02:00
Fredrik Fornwall
8f770c94c1 liblzma: Update from 5.2.3 to 5.2.4 2018-05-13 02:32:53 +02:00
Fredrik Fornwall
cb281f9ba8 gnupg2: Update from 2.2.6 to 2.2.7 2018-05-13 02:32:10 +02:00
Fredrik Fornwall
6e884842ac libgpg-error: Update from 1.29 to 1.31 2018-05-13 02:31:49 +02:00
Fredrik Fornwall
8d4b626137 vim: Update from 8.0.1750 to 8.0.1800 2018-05-13 02:31:01 +02:00
Fredrik Fornwall
05e07975bc postgresql: Update from 10.3 to 10.4 2018-05-13 02:30:31 +02:00
Fredrik Fornwall
abeb42d322 krb5: Update from 1.16 to 1.16.1 2018-05-13 02:18:50 +02:00
Fredrik Fornwall
78255375ff dash: Update from 0.5.9.1 to 0.5.10 2018-05-13 01:53:19 +02:00
Fredrik Fornwall
633a1dd711 bash-completion: Update from 2.7 to 2.8 2018-05-13 01:37:03 +02:00
Fredrik Fornwall
698f578ce9 wget: Update from 1.19.4 to 1.19.5 2018-05-13 01:28:55 +02:00
its-pointless
0f7cb9b760 fixes lldb on arm only not working properly on i386 now 2018-05-13 01:14:10 +02:00
its-pointless
baf33705a9 lldb: remove non working archs and use dynamic lib 2018-05-13 01:14:10 +02:00
Fredrik Fornwall
b997717564 htop: Bump revision after patch 2018-05-13 01:09:24 +02:00
Henrik Grimler
13147dbd80 texlive: remove no longer needed file lists 2018-05-13 01:06:42 +02:00
Michał Bednarski
15911384b6 htop: Don't exit if /proc/stat cannot be opened 2018-05-13 01:05:19 +02:00
Henrik Grimler
7d8f39bb84 texlive-tlmgr: create a separate package and fix typo
Also simplify texlive/build.sh.

With this texlive-tlmgr can be updated without the need of bumping all of texlive.
2018-05-08 10:17:23 +02:00
Oliver Schmidhauser
7f1e6c977a unset LD_PRELOAD in su because magist 16.4 is 32 bit only 2018-05-03 22:46:20 +02:00
Fredrik Fornwall
6d409519e7 golang: Update from 1.10.1 to 1.10.2 2018-05-02 23:18:31 +02:00
Fredrik Fornwall
1e7afcdd12 syncthing: Update from 0.14.45 to 0.14.47 2018-05-02 23:09:06 +02:00
Leonid Pliushch
06a5e4c0a2 syncthing: fix crash on Android 8 (#2391)
Disable use of syscall sys_ioprio_set() which is blocked
by seccomp.
2018-05-02 22:57:11 +02:00
Fredrik Fornwall
c5f9811239 fwknop: Fix compilation 2018-05-02 22:53:20 +02:00
Henrik Grimler
2d2c4a4014 texlive: update to 2018 and update poppler patches to work with 0.64 2018-05-01 23:09:34 +02:00
Henrik Grimler
cf81ebc87f texlive-tlmgr: add subpackage
Tiny step in direction of fully packaged texlive
2018-05-01 23:09:34 +02:00
Henrik Grimler
bc4dd45e64 poppler: update to 0.64 2018-05-01 23:09:34 +02:00
Joakim
62d67962d6 ldc: Update from 1.8 to 1.9 2018-05-01 22:40:33 +02:00
Fredrik Fornwall
e63f7399e1 debootstrap: Update from 1.0.93 to 1.0.97 2018-04-30 03:26:35 +02:00
Fredrik Fornwall
babd466009 mpd: Update from 0.20.18 to 0.20.19 2018-04-30 03:10:14 +02:00
its-pointless
1702469492 fix to not use hardlinks which don't work... 2018-04-30 02:15:51 +02:00
Your Name
a46d0ce46d libhdf5: add missing architectures
Thanks to @live_the_dream @its-pointless !
2018-04-30 02:00:06 +02:00
Your Name
ee02ae5c1f libhdf5: limit to aarch64 for now
... until we have the output of H5make_libsettings and H5detect for other architectures.
2018-04-30 02:00:06 +02:00
Your Name
bce4eddcfe libhdf5: add package 2018-04-30 02:00:06 +02:00
Fredrik Fornwall
83d687abf5 libllvm: Fix building under ubuntu 18.04 2018-04-30 01:25:14 +02:00
Michał Bednarski
883552be67 proot: Update to fix running debuggers inside proot 2018-04-30 00:02:49 +02:00
Fredrik Fornwall
ae5e0a2e98 jupp: Update from 3.1jupp35 to 3.1jupp36 2018-04-29 23:57:39 +02:00
Fredrik Fornwall
5c407e20e8 joe: Update from 4.5 to 4.6 2018-04-29 23:57:24 +02:00
Fredrik Fornwall
fb4644bd4b flex: Patch Makefile.in instead of Makefile.am
This avoids the following error when building under ubuntu 18.04
which has a never version of automake:

configure.ac:31: error: version mismatch.  This is Automake 1.15.1,
configure.ac:31: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:31: comes from Automake 1.15.  You should recreate
configure.ac:31: aclocal.m4 with aclocal and run automake again.
2018-04-29 23:48:19 +02:00
Fredrik Fornwall
ca6de44cf5 apksigner: Update from 0.4 to 0.7 2018-04-29 17:44:48 +02:00
Fredrik Fornwall
6c7f931e22 debianutils: Update from 4.8.3 to 4.8.4 2018-04-29 17:44:30 +02:00
Fredrik Fornwall
bda313b49b rclone: Switch tarballs to signed (fixes #2382) 2018-04-29 16:55:35 +02:00
Fredrik Fornwall
cc01cdda83 notmuch: Update from 0.26.1 to 0.26.2 2018-04-29 16:50:36 +02:00
Fredrik Fornwall
61575ba7bc rclone: Update from 1.40 to 1.41 2018-04-29 16:50:24 +02:00
Fredrik Fornwall
3079e23bef utf8proc: Update from 2.1.0 to 2.1.1 2018-04-28 22:27:08 +02:00
Fredrik Fornwall
6ca1532a74 nano: Update from 2.9.5 to 2.9.6 2018-04-28 22:26:54 +02:00
Fredrik Fornwall
d3b302a4eb php: Update from 7.2.4 to 7.2.5 2018-04-28 22:24:37 +02:00
Fredrik Fornwall
ee00525e7e redis: Update from 4.0.8 to 4.0.9 2018-04-28 22:24:27 +02:00
Fredrik Fornwall
e7b3479205 libuv: Update from 1.20.1 to 1.20.2 2018-04-26 22:39:28 +02:00
Fredrik Fornwall
a93d985e66 vim: Update from 8.0.1700 to 8.0.1750 2018-04-26 22:39:01 +02:00
Fredrik Fornwall
3c7e66821e picolisp: Update from 18.1.24 to 18.4.26 2018-04-26 22:17:35 +02:00
Fredrik Fornwall
a3e0d1faca gstreamer: Update from 1.12.3 to 1.14.0 2018-04-26 22:17:20 +02:00
michalbednarski
9f0eb75dfb proot: Update for Linux >= 4.8 (#2374) 2018-04-26 21:37:19 +02:00
tomty89
194add87fd mc: multple fixes (#2367)
* mc: use $TERMUX_PREFIX for ac_cv_path_(UN)ZIP

* mc: set path for perl, python and ruby

* mc: use python2 for extfs helpers

* ncurses: create symlinks under include/ncurses

* mc: set --with-ncurses-includes

* mc/ncurses: bump revision after updates
2018-04-26 21:26:17 +02:00
tomty89
47ea3c75ba xorriso: remove unnecessary iconv dependency (#2368)
The iconv package provides only the iconv executable which has no
use to xorriso.

Also removing the unncessary pre-configure step.
2018-04-26 21:22:03 +02:00
Michael Hendricks
61d36249ed fsmon: Update from 1.4 to 1.5 (#2373) 2018-04-26 21:15:39 +02:00
Fredrik Fornwall
906659a06b dropbear: Add back scp
Make openssh conflict with dropbear as it also contains scp.
2018-04-23 01:37:15 +02:00
Fredrik Fornwall
8fc82261ba gegl: Update from 0.3.32 to 0.3.34 2018-04-23 01:27:52 +02:00
Fredrik Fornwall
b6d04ff11a mc: Fix path to zip and unzip (fixes #2362)
Variant of solution in #2363 by Hax4us.
2018-04-23 00:48:19 +02:00
Fredrik Fornwall
fb25a02c04 ncmpcpp: Update from 0.8.1 to 0.8.2 2018-04-23 00:06:41 +02:00
Fredrik Fornwall
079164292d erlang: Update from 20.3.2 to 20.3.4 2018-04-23 00:06:41 +02:00
tomty89
016708301f (un)zip: fix bip2 support (#2364)
* zip: depends on libbz2 instead of bzip2

* unzip: enable bzip2 support
2018-04-23 00:06:26 +02:00
Fredrik Fornwall
7eb88453df libgeos: Disable build for now
Snapshots are stored only a few days back:
https://geos.osgeo.org/snapshots/
2018-04-22 23:58:16 +02:00
Fredrik Fornwall
4d4ffb0ec3 weechat: Bump revision to rebuild against ruby 2.5 2018-04-22 23:40:11 +02:00
Fredrik Fornwall
cb73157041 dropbear: Do not build scp
Building scp as part of dropbear causes it to conflict with openssh.
2018-04-22 23:39:49 +02:00
Fredrik Fornwall
0c35bd52aa less: Bump revision after enabling pcre 2018-04-22 23:39:41 +02:00
Vadzim Miliantsei
9889c15a5f Use PCRE (#2349) 2018-04-22 22:04:59 +02:00
Fredrik Fornwall
fff0d4a41d perl: Update from 5.26.1 to 5.26.2 2018-04-22 22:04:23 +02:00
Fredrik Fornwall
2a3c395e95 librhash: Update from 1.3.5 to 1.3.6 2018-04-22 22:04:02 +02:00
Fredrik Fornwall
6a7686bbf2 jsoncpp: Update from 1.8.3 to 1.8.4 2018-04-22 22:02:34 +02:00
Fredrik Fornwall
6e4c409982 radare2: Update from 2.4.0 to 2.5.0 2018-04-22 21:53:05 +02:00
Fredrik Fornwall
aac77c68bf cmake: Update from 3.11.0 to 3.11.1 2018-04-22 21:48:24 +02:00
Fredrik Fornwall
e1d0f4eda3 libuv: Update from 1.20.0 to 1.20.1 2018-04-22 21:48:02 +02:00
Fredrik Fornwall
9fb0b82ea4 unrar: Update from 5.6.2 to 5.6.3 2018-04-22 21:45:23 +02:00
Fredrik Fornwall
7a54dea479 ruby: Build 32-bit variants with gcc for now
This fixes a build error with clang for 32-bit targets:
process.c:function timetick2integer: error: undefined reference to
'__mulodi4'
2018-04-22 21:43:19 +02:00
Fredrik Fornwall
bf07a5080b zsh: Update from 5.5 to 5.5.1 2018-04-22 21:42:47 +02:00
Fredrik Fornwall
9cd1d85f41 gpgme: Update from 1.10.0 to 1.11.1 2018-04-22 21:41:05 +02:00
rnauber
10e061f3df libgeos: add package (#2348) 2018-04-22 21:28:22 +02:00
Carl Hörberg
1ab55487de Ruby 2.5.0 (#2143)
* ruby: patching two cross compile bugs in ruby 2.5.0

* ruby 2.5.1
2018-04-22 21:24:15 +02:00
Leonid Plyushch
c4061e081f dropbear: update to 2018.76 (#2356)
* dropbear: update to 2018.76

* dropbear: fix hardcoded paths

* dropbear: enable scp
2018-04-22 21:22:48 +02:00
tomty89
a6aa402848 dash: fix etc/profile hardcoded path (#2357) 2018-04-22 21:21:15 +02:00
its-pointless
344cdc35fd update to 2.93 (#2360)
2.92 is vulnerable to CVE-2018-5702
2018-04-22 21:19:59 +02:00
Fredrik Fornwall
d4d851c45a lldb: Depend on libxml2 and ncurses-ui-libs 2018-04-17 00:39:57 +02:00
Fredrik Fornwall
0e19279e5e lldb: Add LLVM to description and formatting 2018-04-17 00:22:27 +02:00
its-pointless
4b34931c94 lldb: Add package (#2341) 2018-04-17 00:20:05 +02:00
Fredrik Fornwall
92febdf895 subversion: Update from 1.9.7 to 1.10.0 2018-04-17 00:11:22 +02:00
Fredrik Fornwall
a659c5645d gegl: Update from 0.3.30 to 0.3.32 2018-04-17 00:07:17 +02:00
Fredrik Fornwall
60006b8a7c git: Bump revision after enabling pcre 2018-04-17 00:07:02 +02:00
Fredrik Fornwall
28e7196005 utf8proc: Add package 2018-04-17 00:06:43 +02:00
Fredrik Fornwall
021f784e3f liblz4: Add package 2018-04-17 00:06:15 +02:00
Fredrik Fornwall
13b7b89f2a valac: Update from 0.40.3 to 0.40.4 2018-04-16 23:29:47 +02:00
Fredrik Fornwall
caeba9f76c tmux: Update from 2.6 to 2.7 2018-04-16 23:25:15 +02:00
Fredrik Fornwall
79ccbdacfe file: Update from 5.32 to 5.33 2018-04-16 23:22:57 +02:00
Fredrik Fornwall
39fe23967b mutt: Update from 1.9.4 to 1.9.5 2018-04-16 23:20:53 +02:00
Fredrik Fornwall
fb73c33d7f libnghttp2: Update from 1.31.0 to 1.31.1 2018-04-16 23:20:32 +02:00
Fredrik Fornwall
89f16eea84 vim: Update from 8.0.1650 to 8.0.1700 2018-04-16 23:19:30 +02:00
Vadzim Miliantsei
38db9ee81d git: Use PCRE (#2350) 2018-04-16 23:00:58 +02:00
Fredrik Fornwall
912e0aa223 libsqlite: Update from 3.23.0 to 3.23.1 2018-04-12 16:04:13 +02:00
Fredrik Fornwall
351d158779 qalc: Update from 2.3.0 to 2.4.0 2018-04-12 16:03:58 +02:00
Fredrik Fornwall
5f5d570e3b babl: Update from 0.1.44 to 0.1.46 2018-04-12 15:54:36 +02:00
Fredrik Fornwall
d84a821bd5 libsoup: Update from 2.62.0 to 2.62.1 2018-04-12 07:59:18 +02:00
Fredrik Fornwall
12beaf1bf0 pick: Update from 2.0.1 to 2.0.2 2018-04-12 07:59:18 +02:00
Fredrik Fornwall
37f42a7aa2 optipng: Update from 0.7.6 to 0.7.7 2018-04-12 07:59:18 +02:00
Fredrik Fornwall
92c115e720 glib: Update from 2.56.0 to 2.56.1 2018-04-12 07:59:18 +02:00
Fredrik Fornwall
2a7d5f0a12 htop: Update from 2.1.0 to 2.2.0 2018-04-12 07:59:18 +02:00
Fredrik Fornwall
658bffabdb gnupg2: Update from 2.2.5 to 2.2.6 2018-04-12 07:59:18 +02:00
Fredrik Fornwall
4eac3deb02 libgpg-error: Update from 1.27 to 1.29 2018-04-12 07:59:18 +02:00
tomty89
4dcaf6681d postgresql: do not split postgresql-contrib (#2336)
Three reasons:
1. build-package.sh doesn't have the facility to do this:

$ tar -xf /sdcard/Download/postgresql-9.6_9.6.7-0+deb9u1.debian.tar.xz
$ cd debian/
$ grep extension postgresql-9.6.install postgresql-contrib-9.6.install
postgresql-9.6.install:usr/share/postgresql/*/extension/plpgsql*
postgresql-contrib-9.6.install:usr/share/postgresql/*/extension/*
$

while initdb requires extension/plpgsql*.

2. postgresql-contrib takes up only 492kB out of 17.3MB

$ pkg unins postgresql
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
  libandroid-shmem
Use 'apt autoremove' to remove it.
The following packages will be REMOVED:
  postgresql postgresql-contrib
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 17.3 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
$ pkg unins postgresql-contrib
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  postgresql-contrib
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 492 kB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
$

3. Both Ubuntu and Debian has stopped splitting postgresql-contrib.
It is now only a virtual package provided by postgresql in the 10
branch.
2018-04-12 07:58:50 +02:00
Fredrik Fornwall
fe61a82994 zsh: Bump revision after enabling pcre 2018-04-12 00:47:40 +02:00
Fredrik Fornwall
6b849967ea autossh: Update from 1.4e to 1.4f 2018-04-12 00:47:33 +02:00
tomty89
f56dfd8d78 zsh: enable pcre (#2331) 2018-04-12 00:39:49 +02:00
Fredrik Fornwall
da921eda4b valac: Update from 0.40.0 to 0.40.3 2018-04-09 14:16:34 +02:00
Fredrik Fornwall
c5fbfdd6c8 zsh: Update from 5.4.2 to 5.5 2018-04-09 14:14:31 +02:00
Fredrik Fornwall
82fc3e7936 gdk-pixbuf: Update from 2.36.11 to 2.36.12 2018-04-09 14:14:00 +02:00
Fredrik Fornwall
2f9a47b93a pango: Update from 1.42.0 to 1.42.1 2018-04-09 14:13:46 +02:00
Fredrik Fornwall
a64437c43a gzip: Fix text relocations on i686 (fixes #654) 2018-04-09 14:13:22 +02:00
Fredrik Fornwall
9d134eae2e libsasl: Update homepage and src url 2018-04-09 11:23:48 +02:00
Fredrik Fornwall
7f5a620157 busybox: Update from 1.28.2 to 1.28.3 2018-04-09 01:31:57 +02:00
Fredrik Fornwall
862e8faf05 termux-api: Update from 0.27 to 0.28 2018-04-09 01:10:13 +02:00
Fredrik Fornwall
bd00474740 asciinema: Update from 1.4.0 to 2.0.1 2018-04-08 23:45:06 +02:00
Fredrik Fornwall
f4bec0e35f php: Update from 7.2.3 to 7.2.4 2018-04-08 23:38:39 +02:00
Fredrik Fornwall
d59bf21918 Add comment about fix in ndk r17 2018-04-08 23:34:43 +02:00
its-pointless
c3d307c97f fixes libgit2 for arm (#2316) 2018-04-08 23:33:39 +02:00
Fredrik Fornwall
ebf7c80eac ncurses: Update from 6.1.20180317 to 6.1.20180331 2018-04-07 01:52:22 +02:00
Hax4us
a6d08e8fb3 create libcurses as a symlink (#2291)
* create libcurses as a symlink

* Update build.sh
2018-04-07 01:46:31 +02:00
Fredrik Fornwall
39c0251406 postgresql: Build the fuzzystrmatch extension 2018-04-07 01:33:38 +02:00
Chih-Hsuan Yen
332467a1b7 rclone: new package, version 1.40 (#2304)
Closes #704
2018-04-07 00:57:29 +02:00
its-pointless
d49351380f msmtp (#2310) 2018-04-07 00:55:00 +02:00
its-pointless
abd06e6437 llvm fixes using jit and calling getProcessTriple (#2299)
* llvm fixes using jit and calling getProcessTriple

* works properly with rustc

* this allows python llvmlite to built
2018-04-07 00:50:40 +02:00
Fredrik Fornwall
0427a46304 termux-api: Update from 0.26 to 0.27 2018-04-07 00:39:28 +02:00
Fredrik Fornwall
86082f29d6 libtalloc: Update from 2.1.12 to 2.1.13 2018-04-06 23:06:09 +02:00
Fredrik Fornwall
890319e800 libgit2: Update from 0.26.3 to 0.27.0 2018-04-06 23:05:55 +02:00
Herdiansyah
bbaea8e15e neofetch: Update from 3.3.0 to 3.4.0 (#2312) 2018-04-06 22:59:20 +02:00
Fredrik Fornwall
79088f1bf6 getmail: Update from 5.4 to 5.6 2018-04-04 00:22:41 +02:00
Fredrik Fornwall
3b68f37c35 python: Fix "rounding errors"
By @its-pointless (great work!). Fixes #2236.
2018-04-04 00:17:22 +02:00
Fredrik Fornwall
bf7f306e00 openssh: Update from 7.6 to 7.7 2018-04-04 00:09:47 +02:00
Fredrik Fornwall
c356b0274d git: Update from 2.16.3 to 2.17.0 2018-04-04 00:09:18 +02:00
Fredrik Fornwall
288207c709 notmuch: Update from 0.26 to 0.26.1 2018-04-03 23:36:49 +02:00
Fredrik Fornwall
cd87c90fb0 libsqlite: Update from 3.22.0 to 3.23.0 2018-04-03 23:35:00 +02:00
Fredrik Fornwall
a84faea1b9 libuv: Update from 1.19.2 to 1.20.0 2018-04-03 23:34:19 +02:00
Hax4us
1a752de401 qalc: Update from 2.2.1 to 2.3.0 2018-04-03 23:27:54 +02:00
Fredrik Fornwall
41d929bb16 termux-api: Update from 0.25 to 0.26 2018-04-02 01:35:38 +02:00
Fredrik Fornwall
3c2019aa9b pcre2: Update from 10.30 to 10.31 2018-04-02 00:24:24 +02:00
Fredrik Fornwall
aff3c58cbd Rebuild libidn-using packages
After the libidn 1.34 update the library is simply named libidn.so.
2018-04-02 00:23:07 +02:00
Fredrik Fornwall
b4fca26549 ghostscript: Update from 9.22 to 9.23 2018-04-02 00:08:22 +02:00
Fredrik Fornwall
654b49d81b lynx: Update from 2.8.9dev.16 to 2.8.9dev.17 2018-04-02 00:04:32 +02:00
Fredrik Fornwall
f4f942c1ec busybox: Update from 1.27.2 to 1.28.2 2018-04-01 23:54:38 +02:00
Fredrik Fornwall
f27d7b669e unrar: Update from 5.6.1 to 5.6.2 2018-04-01 23:46:10 +02:00
Fredrik Fornwall
14734bd8a2 sed: Update from 4.4 to 4.5 2018-04-01 23:45:27 +02:00
Fredrik Fornwall
24c7ab478a newsboat: Update from 2.11 to 2.11.1 2018-04-01 23:44:47 +02:00
Fredrik Fornwall
0065b30150 libidn: Update from 1.33 to 1.34 2018-04-01 23:44:11 +02:00
Fredrik Fornwall
ef4c52d10d Rebuild packages after libicu update 2018-03-31 10:18:51 +02:00
Fredrik Fornwall
11ad78c3c9 libicu: Update from 60.2 to 61.1 2018-03-31 10:16:42 +02:00
Fredrik Fornwall
6cc1e17082 cmake: Update from 3.10.3 to 3.11.0 2018-03-31 00:48:49 +02:00
Fredrik Fornwall
6bfa336c39 nodejs-current: Update from 9.9.0 to 9.10.1 2018-03-30 23:09:07 +02:00
Fredrik Fornwall
cd2f88cb1e python: Update from 3.6.4 to 3.6.5 2018-03-30 23:03:04 +02:00
Fredrik Fornwall
aad79c4278 nodejs: Update from 8.10.0 to 8.11.1 2018-03-30 23:00:23 +02:00
Fredrik Fornwall
c6cecd311f memcached: Update from 1.5.6 to 1.5.7 2018-03-30 22:59:50 +02:00
Fredrik Fornwall
8686aa8dd9 newsboat: Update from 2.10.2 to 2.11 2018-03-30 22:56:21 +02:00
Fredrik Fornwall
27573c9b4d json-c: Update from 0.13 to 0.13.1 2018-03-30 22:55:54 +02:00
Fredrik Fornwall
3d1c1bd116 zstd: Update from 1.3.3 to 1.3.4 2018-03-30 22:49:30 +02:00
Fredrik Fornwall
450bb1bdcb nano: Update from 2.9.4 to 2.9.5 2018-03-30 22:49:04 +02:00
Fredrik Fornwall
4cd89d2337 gegl: Update from 0.3.28 to 0.3.30 2018-03-30 22:47:37 +02:00
Fredrik Fornwall
3d13d7ca2b vim: Update from 8.0.1600 to 8.0.1650 2018-03-30 22:47:15 +02:00
Fredrik Fornwall
08270f101a babl: Update from 0.1.42 to 0.1.44 2018-03-30 22:45:16 +02:00
Fredrik Fornwall
7cdcb293a5 less: Update from 487 to 530 2018-03-30 22:44:41 +02:00
Fredrik Fornwall
0c88d75c6f openssl: Update from 1.0.2n to 1.0.2o 2018-03-30 22:44:10 +02:00
Fredrik Fornwall
bbe42921fa golang: Update from 1.10 to 1.10.1 2018-03-30 22:43:39 +02:00
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
Pierre Rudloff
4ca7b4dd66 sslscan: Update from 1.11.10 to 1.11.11 2018-02-18 22:00:21 +01:00
Fredrik Fornwall
4053e617b2 leptonica: Update from 1.75.2 to 1.75.3 2018-02-17 01:04:24 +01:00
Fredrik Fornwall
722d4b02fa irssi: Update from 1.1.0 to 1.1.1 2018-02-17 01:03:19 +01:00
Fredrik Fornwall
a6d1006f84 libgnutls: Update from 3.5.17 to 3.5.18 2018-02-17 01:01:36 +01:00
Fredrik Fornwall
333eef6a7f c-ares: Update from 1.13.0 to 1.14.0 2018-02-17 00:43:47 +01:00
Henrik Grimler
8bf71e91bb valgrind: build without -fstack-protector if debug (#2153) 2018-02-17 00:19:35 +01:00
michalbednarski
71ff728d08 proot: Update package (#2156)
* Consider EACCES as permission denied in fake_id0 (instead of just EPERM)
* Add warning about termux-exec if first process fails to start
2018-02-17 00:17:17 +01:00
Fredrik Fornwall
a71263bdbb ndk-sysroot: Add missing ; and use , in deb fields 2018-02-15 18:01:55 +01:00
tomty89
7072d99dd7 Ship libgcc in ndk-sysroot and ndk-multilib (#2146) 2018-02-15 17:57:03 +01:00
Fredrik Fornwall
6f06565847 mpc: Build with TERMUX_MAKE_PROCESSES=1 2018-02-15 17:52:21 +01:00
Fredrik Fornwall
368df22245 jupp: Update from 3.1jupp31 to 3.1jupp35 2018-02-15 17:51:44 +01:00
Fredrik Fornwall
f15d3b263d iperf3: Update from 3.3 to 3.4 2018-02-15 17:50:47 +01:00
Fredrik Fornwall
9bd91bbde4 lzip: Update from 1.19 to 1.20 2018-02-15 17:50:36 +01:00
Fredrik Fornwall
8bdbf65624 potrace: Switch from sourceforge download url 2018-02-15 10:34:00 +01:00
Tom Yan
a3268a467f sox: bump revision after changes 2018-02-15 02:16:32 +01:00
Tom Yan
ab91fc1505 sox: depend on libpulseaudio instead of pulseaudio 2018-02-15 02:16:32 +01:00
Tom Yan
805d524b80 sox: avoid silly work for play and rec 2018-02-15 02:16:32 +01:00
Fredrik Fornwall
e87d81b81d ndk-multilib: Use $ARCH, not $TERMUX_ARCH 2018-02-15 02:02:13 +01:00
Tom Yan
4689150338 ndk-multilib: use libatomic from armv7-a/ for arm 2018-02-15 01:55:39 +01:00
Tom Yan
aa887f55aa ndk-sysroot: fix typo for LIBATOMIC_PATH 2018-02-15 01:55:39 +01:00
Cswl Coldwind
00ac7ce256 Update tsu to v1.2 2018-02-14 23:12:33 +01:00
Fredrik Fornwall
df852f0c49 memcached: Update from 1.5.2 to 1.5.5 2018-02-14 22:42:30 +01:00
Fredrik Fornwall
f4bc8d7d1c lighttpd: Update from 1.4.45 to 1.4.48 2018-02-14 22:42:03 +01:00
Fredrik Fornwall
60e77c8739 mariadb: Update from 10.2.12 to 10.2.13 2018-02-14 22:41:50 +01:00
Fredrik Fornwall
5f1f47c05f mpv: Update from 0.27.1 to 0.27.2 2018-02-14 22:41:21 +01:00
tomty89
67dc670b1b qpdf: Update from 7.0.0 to 7.1.1 (#2134) 2018-02-14 13:29:17 +01:00
Fredrik Fornwall
fc76a67b9c mpc: Update from 0.28 to 0.29 2018-02-12 20:34:22 +01:00
Fredrik Fornwall
210a49c6af mpd: Update from 0.20.16 to 0.20.17 2018-02-12 20:19:51 +01:00
Fredrik Fornwall
08fe7a13e9 libmpdclient: Update from 2.13 to 2.14 2018-02-12 20:09:51 +01:00
Fredrik Fornwall
02955f00b8 mpv: Update from 0.27.0 to 0.27.1 2018-02-12 19:53:41 +01:00
Fredrik Fornwall
de56b2bf12 ffmpeg: Update from 3.4.1 to 3.4.2 2018-02-12 19:53:19 +01:00
Fredrik Fornwall
01fe8ad3b5 gstreamer: Update from 1.12.3 to 1.12.4 2018-02-12 19:52:33 +01:00
Fredrik Fornwall
c4571cb009 libx264: --disable-asm on x86_64 for now 2018-02-12 15:20:41 +01:00
Fredrik Fornwall
db5a101ef6 libx265: Update from 2.5 to 2.6 2018-02-12 15:18:40 +01:00
Fredrik Fornwall
19db34b956 postgresql: Update from 10.1 to 10.2 2018-02-12 15:17:00 +01:00
Fredrik Fornwall
f6438b5433 libx264: Update from 20170714 to 20180211 2018-02-12 15:16:02 +01:00
Fredrik Fornwall
7484c611b1 leptonica: Update from 1.75.1 to 1.75.2 2018-02-12 15:15:42 +01:00
Fredrik Fornwall
e1dc6a5488 daemonize: Update from 1.7.7 to 1.7.8 2018-02-12 15:15:28 +01:00
Fredrik Fornwall
79e376f7e2 alpine: Bump revision after patch 2018-02-11 22:20:03 +01:00
Quasic
f5866510c8 alpine: use termux tmp dir for locks (#2127) 2018-02-11 22:19:12 +01:00
Fredrik Fornwall
66c367d0d5 vim: Update from 8.0.1450 to 8.0.1500 2018-02-11 22:01:45 +01:00
Fredrik Fornwall
53a3d331a4 golang: Add golang-doc subpackage (fixes #2000) 2018-02-11 22:00:30 +01:00
Fredrik Fornwall
28e6e5aa36 global: Drop build revision after update 2018-02-11 21:48:55 +01:00
Auxilus
1244405942 global: Update from 6.6.1 to 6.6.2 2018-02-11 21:46:46 +01:00
Fredrik Fornwall
5baa01d856 bash: Update from 4.4.18 to 4.4.19 2018-02-09 15:55:25 +01:00
Fredrik Fornwall
9ce876228c libunibilium: Update from 1.2.1 to 2.0.0 2018-02-09 15:55:11 +01:00
Fredrik Fornwall
0e2280726f libmpfr: Build with gcc for i686
This works around a clang internal failure.
2018-02-09 01:22:17 +01:00
Auxilus
79029ea1e4 Update libmpfr to 4.0.1 (#2114) 2018-02-09 01:12:50 +01:00
its-pointless
f3889fbe75 alpine: passwordless masterpasword file 2018-02-09 00:57:35 +01:00
Fredrik Fornwall
7ba4537aa4 ncurses: Update from 6.1.20180129 to 6.1.20180203 2018-02-09 00:08:56 +01:00
Fredrik Fornwall
b76468a544 mc: Fix mouse after ncurses 6.1 (fixes #2112) 2018-02-09 00:08:00 +01:00
Fredrik Fornwall
84ca1935bf golang: Update from 1.9.3 to 1.9.4 2018-02-08 21:48:28 +01:00
Fredrik Fornwall
81bc7c1c2a fossil: Update from 2.4 to 2.5 2018-02-08 21:48:00 +01:00
Auxilus
f78e5a7090 Update patch to 2.7.6 (#2108) 2018-02-07 16:48:47 +01:00
Fredrik Fornwall
dedd4d579b bison: Depend on m4 2018-02-07 16:33:49 +01:00
Fredrik Fornwall
2e5d9894e5 isync: Prevent opportunistic libdb linkage 2018-02-07 00:09:42 +01:00
Ayanokoji Takesi
65aef23c04 isync: Add package at version 1.3.0 (#2103) 2018-02-06 22:42:57 +01:00
Fredrik Fornwall
e9cdab3c29 termux-tools: Depend on termux-am (fixes #2101) 2018-02-06 22:34:07 +01:00
Fredrik Fornwall
1d3ee4b675 command-not-found: Update with latest commands 2018-02-06 22:34:07 +01:00
Vishal Biswas
d97f2538a2 Add some disabled packages (#2106) 2018-02-06 22:23:31 +01:00
Fredrik Fornwall
c7a2a800ed libsoup: Update from 2.61.1 to 2.61.90 2018-02-06 22:01:19 +01:00
Fredrik Fornwall
945c606b41 vifm: Update from 0.9 to 0.9.1 2018-02-06 22:01:06 +01:00