Commit Graph

4973 Commits

Author SHA1 Message Date
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