Fredrik Fornwall
3c1fede649
mc: Update from 4.8.20 to 4.8.21
7 years ago
Fredrik Fornwall
2d7abf93c9
bash: Update from 4.4.19 to 4.4.23
7 years ago
Fredrik Fornwall
836a74fd13
readline: Update from 7.0.3 to 7.0.5
7 years ago
Fredrik Fornwall
ba44e360b4
nano: Update from 2.9.7 to 2.9.8
7 years ago
Michał Bednarski
2c99df3a03
proot: Update to skip link2symlink rmdir handling
Fixes termux/termux-packages#2307 (aka. termux/proot#18 )
7 years ago
Fredrik Fornwall
67f12d9860
hub: Update from 2.2.8 to 2.3.0
7 years ago
Fredrik Fornwall
33312e7056
libgit2: Update from 0.27.0 to 0.27.1
7 years ago
Fredrik Fornwall
19731c7149
emacs: Build with --without-lcms2
7 years ago
its-pointless
1b062711b3
fails building 32bit using clang
7 years ago
Fredrik Fornwall
a35b2becb9
git: Update from 2.17.0 to 2.17.1
7 years ago
Fredrik Fornwall
17af7e77be
emacs: Build with clang
7 years ago
Fredrik Fornwall
b3a9e01f2a
emacs: Update from 25.3 to 26.1
7 years ago
Fredrik Fornwall
34882f78c7
bison: Update from 3.0.4 to 3.0.5
7 years ago
Fredrik Fornwall
410107cc05
stunnel: Update from 5.45 to 5.46
7 years ago
its-pointless
9cd2924195
tcl: fix building on ndk 17 ( #2471 )
7 years ago
its-pointless
b35dc13914
libcln: using integrated as fix ( #2472 )
7 years ago
monoidic
8270069f23
Fix building with "all" architecture ( #2465 )
7 years ago
michalbednarski
f6b3a7bf48
proot: Update with fix for chroot(".") ( #2464 )
Update with fix by @Hax4us at termux/proot#17
7 years ago
Fredrik Fornwall
1ec7631b2a
Use common cachedir for standalone toolchain
We might just as well use TERMUX_COMMON_CACHEDIR instead of using
_lib for the standalone toolchain.
7 years ago
Vishal Biswas
efa8300be1
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
7 years ago
Fredrik Fornwall
72cc5e8e47
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).
7 years ago
Fredrik Fornwall
8564312fa5
busybox: Update from 1.28.3 to 1.28.4
7 years ago
Fredrik Fornwall
8da4a3aafb
libunistring: Update from 0.9.9 to 0.9.10
7 years ago
its-pointless
c11e8a8377
brotli lossless compression library and utility
7 years ago
Fredrik Fornwall
5441dc1490
libcurl: Avoid linking in libidn2
7 years ago
Fredrik Fornwall
354ad4aa37
memcached: Update from 1.5.7 to 1.5.8
7 years ago
Fredrik Fornwall
551bae4776
libpopt: Update to working download url
7 years ago
Henrik Grimler
c771edfaa7
luarocks: set default lib/inc dir to @TERMUX_PREFIX@/{lib,include}
7 years ago
Tom Yan
6710d62e6e
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
$
7 years ago
Fredrik Fornwall
065eebce75
libgrpc: Update from 1.4.7 to 1.12.0
7 years ago
Fredrik Fornwall
3638d0b90d
Remove unused TERMUX_PKG_FOLDERNAME
7 years ago
Fredrik Fornwall
d0fc7bc42f
php: Update from 7.2.5 to 7.2.6
7 years ago
Fredrik Fornwall
a2342cad98
yarn: Update from 1.6.0 to 1.7.0
7 years ago
Fredrik Fornwall
b627729402
http -> https updates
7 years ago
Fredrik Fornwall
013a89fa6a
radare2: Update from 2.5.0 to 2.6.0
7 years ago
Fredrik Fornwall
115333a400
valac: Update from 0.40.4 to 0.40.6
7 years ago
Fredrik Fornwall
304e5c917a
babl: Update from 0.1.48 to 0.1.50
7 years ago
Fredrik Fornwall
2e504064cf
stunnel: Update from 5.44 to 5.45
7 years ago
Fredrik Fornwall
fa60828f96
tor: Update from 0.3.2.10 to 0.3.3.6
7 years ago
Fredrik Fornwall
05b9b81990
python: Do not replace old python2, just break
7 years ago
Tom Yan
3425808c21
python(2): bump revision after updates
7 years ago
Tom Yan
3a5fe366c9
python(2): match TERMUX_PKG_RM_AFTER_INSTALL
7 years ago
Tom Yan
5ccf28cf8c
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
7 years ago
Tom Yan
2299660e77
python: have bin/python${_MAJOR_VERSION}m back
and convert bin/python${_MAJOR_VERSION} from hardlink to symlink
7 years ago
Tom Yan
c4768ce96d
python(2): improve cache cleanup command
by using + instead of ;
7 years ago
Tom Yan
259ed508ea
python2: fix cache cleanup command
python2 does not produce __pycache__ directories but only *.pyc
files.
7 years ago
Tom Yan
77d28c1316
python(2): remove easy_install in prerm
7 years ago
Fredrik Fornwall
3f0cf0a049
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.
7 years ago
Hax4us
6c52b20c99
update build.sh
7 years ago
Hax4us
5248fa32ba
add package libidn2
7 years ago