Commit Graph

2488 Commits

Author SHA1 Message Date
Fredrik Fornwall
eccdcbfa6a termux-api: Update from 0.22 to 0.23 2017-04-09 23:31:43 +02:00
Fredrik Fornwall
db30d9e63c net-tools: Fix SBINDIR to be $PREFIX/bin 2017-04-09 22:24:24 +02:00
Fredrik Fornwall
3644a36bda net-tools: Remove custom termux_step_make 2017-04-09 22:22:02 +02:00
Vishal Biswas
b6d05a89e7 Updates for some disabled packages and add net-tools (#911)
* liblzo: update from 2.09 to 2.10

* net-tools: add package

* openvpn: update from 2.4.0 to 2.4.1

* squid: update from 3.5.24 to 3.5.25
2017-04-09 22:02:35 +02:00
Fredrik Fornwall
93f1465cd5 termux-api: Break out source into separate repo
This will make it easier to test and develop on a device.
2017-04-09 18:34:44 +02:00
Fredrik Fornwall
bbf6c05668 vim: Set mouse=a in system vimrc
The mouse=a was removed after updating to vim 8 as vim by default
now sets mouse=a. But this only works if no ~/.vimrc is found - if
there is one then mouse won't be set. As we really want mouse=a on
Termux since it is that useful on touch screens we enable it again
regardless if there is a ~/.vimrc or not.

Fixes #912.
2017-04-09 17:43:39 +02:00
Fredrik Fornwall
a2fde239ab Use local variables in bash functions 2017-04-09 16:54:36 +02:00
Fredrik Fornwall
210a80fd6d notmuch: Apply patch for libutil breakage
The current notmuch release fails to build when the system has a
libutil library. We apply a patch to fix this. The patch has already
been applied upstream so we can remove it on the next release.
2017-04-09 15:33:33 +02:00
Fredrik Fornwall
7d055a16ba Use termux_error_exit 2017-04-09 15:10:01 +02:00
ElTopo
4d3656a8d5 fossil: Update from 1.37 to 2.1 (#907) 2017-04-09 00:10:14 +02:00
Oliver Schmidhauser
833973d1be Add termux-info tool (#422)
* Add termux-info tool

* Add more information to termux-info

* Resolve conflicts. Add comment and fix Typo.

* remove empty lines in output
2017-04-09 00:07:06 +02:00
Fredrik Fornwall
4fb1e57f8f libedit: Remove file clash with readline 2017-04-07 03:26:01 +02:00
Fredrik Fornwall
5ed1251f92 libedit: Add package 2017-04-07 02:26:43 +02:00
Fredrik Fornwall
625ea13e84 vim: Update from 8.0.0503 to 8.0.0542 2017-04-07 02:26:26 +02:00
Fredrik Fornwall
ab026c42aa notmuch: Add package 2017-04-07 01:11:41 +02:00
Fredrik Fornwall
a59455e752 libxapian: Add package 2017-04-07 01:11:30 +02:00
Fredrik Fornwall
79c4b38ebb libtalloc: Update from 2.1.8 to 2.1.9 2017-04-07 00:36:29 +02:00
Fredrik Fornwall
07e5b201a7 less: Update from 481 to 487 2017-04-06 23:41:23 +02:00
Fredrik Fornwall
386c84693b Fix termux-elf-cleaner breakage
When separating out termux-elf-cleaner into its own repository the
way of building a native binary failed. Fixes #906.
2017-04-06 23:33:45 +02:00
Fredrik Fornwall
9cdf713e24 libgmime: Add package 2017-04-06 19:03:40 +02:00
Fredrik Fornwall
d2c4f7c6e0 termux-elf-cleaner: Move to standalone repo 2017-04-04 23:14:39 +02:00
Vishal Biswas
37cc7f1eec krb5: specify conffiles, default cache locations and ports (#897) 2017-04-03 17:35:03 +02:00
Fredrik Fornwall
b347c7c90f ca-certificates: Use https for homepage 2017-04-03 01:18:22 +02:00
Fredrik Fornwall
b1e65b4d4f ca-certificates: Make ca-certificates-java subpkg 2017-04-03 01:14:47 +02:00
Vishal Biswas
0812ad2a2c Krb5 (#893)
* libdb: enable 1.85 compat api for krb5

* krb5: improve package

remove dependency on c-ares
use external shared libdb
use sample confs for defaults
provide check_krb5 aclocal
fix krb5-config --libs

* krb5: change defaults in kdc.conf
2017-04-02 17:06:58 +02:00
Fredrik Fornwall
b81361aaa4 termux-tools: Bump version to 0.41 2017-04-02 14:47:41 +02:00
Leonid Pliushch
0512693840 termux-tools: fix termux-fix-shebang script (#888) 2017-04-02 14:45:35 +02:00
Fredrik Fornwall
b09d026816 nano: Update from 2.7.5 to 2.8.0 2017-04-02 12:38:29 +02:00
Fredrik Fornwall
5b40fa697c stunnel: Update from 5.40 to 5.41 2017-04-02 10:48:21 +02:00
Fredrik Fornwall
3c4118b01c sqlite: Update from 3.17.0 to 3.18.0 2017-04-02 06:11:59 +02:00
Fredrik Fornwall
1a6cff7349 php: Link pgsql extension against libpcre
The pgsql extension uses pcre functions but does not link against
libpcre by default, as the php executable which dlopen():s the
extension already links against libpcre.

However, on Android this doesn't work, see
	https://github.com/android-ndk/ndk/issues/201
so we need to link against libpcre explicitly.
2017-03-30 23:54:20 +02:00
Fredrik Fornwall
4b6a89d5fb libgd: Configure with --without-x 2017-03-30 23:32:04 +02:00
Fredrik Fornwall
ec8d78e901 netpbm: Update from r2901 to r2935
Also add -fPIC to CFLAGs for shared library builds (needed for
at least the arm build to work).
2017-03-30 23:15:05 +02:00
Fredrik Fornwall
a847ab5da2 mosh: Update from 1.3.0-rc2 to 1.3.0 2017-03-27 05:43:18 +02:00
Fredrik Fornwall
acecb62b14 postgresql: Use --without-readline in native build
This avoids requring libreadline-dev.
2017-03-27 05:40:48 +02:00
Fredrik Fornwall
052e347e0c tesseract: Update from 3.04.01 to 3.05.00 2017-03-27 05:27:36 +02:00
Fredrik Fornwall
d75a2b11b5 qalc: Update from 0.9.10 to 0.9.11 2017-03-27 05:16:54 +02:00
Fredrik Fornwall
19fd73a3ad gnuplot: Update from 5.0.5 to 5.0.6 2017-03-27 05:16:39 +02:00
Fredrik Fornwall
f8cce0c098 Use more source checksums 2017-03-27 05:11:31 +02:00
Fredrik Fornwall
3ce9298e8b hunspell: Update from 1.6.0 to 1.6.1 2017-03-27 03:30:04 +02:00
Fredrik Fornwall
80f24036a0 Use more source checksums 2017-03-27 03:29:43 +02:00
Fredrik Fornwall
6d02fb3bc7 libarchive: Update from 3.2.2 to 3.3.1 2017-03-27 02:38:37 +02:00
Fredrik Fornwall
bfd9e967f9 mosquitto: Update from 1.4.10 to 1.4.11 2017-03-27 02:10:46 +02:00
Fredrik Fornwall
a247ffe2c8 picolisp: Update from 17.2.24 to 17.3.25 2017-03-27 02:07:21 +02:00
Fredrik Fornwall
461b0ab8cf erlang: Update from 19.2 to 19.3 2017-03-27 01:56:37 +02:00
Fredrik Fornwall
544181cd4f Use more source checksums 2017-03-27 01:56:11 +02:00
Fredrik Fornwall
0ac19c20ae irssi: Update from 1.0.1 to 1.0.2 2017-03-26 22:08:31 +02:00
Fredrik Fornwall
53530ad847 php: Fix building pg extensions 2017-03-26 00:52:38 +01:00
Vishal Biswas
cc7bcfa238 add php-pgsql and php-fpm (#875)
* php: update from 7.1.2 to 7.1.3

* add TERMUX_SUBPKG_CONFFILES

* php: add subpkgs php-pgsql and php-fpm
2017-03-26 00:22:48 +01:00
Fredrik Fornwall
ca80245865 git: Update from 2.12.0 to 2.12.2 2017-03-26 00:14:52 +01:00
Fredrik Fornwall
680992ed77 nodejs: Update from 6.10.0 to 6.10.1 2017-03-24 01:24:43 +01:00
Fredrik Fornwall
3010b4f33f hunspell-ru: Remove build revision 2017-03-24 01:19:26 +01:00
Fredrik Fornwall
7a386738f7 opusfile: Mark libogg as a dependency 2017-03-24 01:18:45 +01:00
Fredrik Fornwall
1bd96da3e1 libcue: Fix build with cross-compiled flex&bison 2017-03-24 01:18:45 +01:00
Eugene Medvedev
035110c39d New package: hunspell-ru (#846)
Russian dictionary for Hunspell, a trivial copy-paste job based on
hunspell-en-us.

The package name is `hunspell-ru` because that's what the Ubuntu equivalent is
named.
2017-03-24 01:17:39 +01:00
Alain Kalker
0209a40e1c New packages: cmus-2.7.1, dependencies: opusfile-0.8, libcue-2.1.0 (#844)
* New package: cmus-2.7.1

* New package: libcue-2.1.0

Dependency of cmus

* New package: opusfile-0.8
2017-03-24 00:55:30 +01:00
Evan Deaubl
33068c0a64 New package: scrypt-1.2.1 (#843) 2017-03-24 00:54:13 +01:00
Fredrik Fornwall
78ffddbbf2 neovim: Update to latest master 2017-03-24 00:28:39 +01:00
Fredrik Fornwall
62d73a31dd python: Restore CCSHARED="-fPIC" for Android
Fixes "unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC"
on arm.
2017-03-24 00:15:32 +01:00
Fredrik Fornwall
b79434aa72 openssh: Disable privilege separation by patching
The UsePrivilegeSeparation option is no longer supported, so we
need to disable privilege separation by a code patch.
2017-03-24 00:14:08 +01:00
Fredrik Fornwall
b91127f39b ruby: Update from 2.4.0 to 2.4.1 2017-03-23 23:04:41 +01:00
Fredrik Fornwall
0a1ce09534 python: Update from 3.6.0 to 3.6.1 2017-03-23 23:04:31 +01:00
Fredrik Fornwall
d42f1af4a4 pkg-config: Update from 0.29.1 to 0.29.2 2017-03-23 23:04:14 +01:00
Fredrik Fornwall
6a7a61f9b2 vim: Update patch from 442 to 503 2017-03-23 23:04:00 +01:00
Fredrik Fornwall
4e7d603e94 ltrace: Build with --without-libunwind
This fixes building when libunwind is available.
2017-03-23 22:44:06 +01:00
Fredrik Fornwall
cff3a76b91 openssh: Update from 7.4 to 7.5 2017-03-23 17:15:17 +01:00
Fredrik Fornwall
2fb72fe522 ldns: Install the libldns.pc pkg-config file 2017-03-23 12:16:58 +01:00
Fredrik Fornwall
5926544240 libzmq: Fix build by disabling libunwind&update 2017-03-23 10:34:38 +01:00
Fredrik Fornwall
faf5213903 libsodium: Update from 1.0.11 to 1.0.12 2017-03-22 22:04:18 +01:00
Fredrik Fornwall
4da01a4d6a lrzsz: Move to disabled for now as site is dead 2017-03-22 21:15:24 +01:00
Grimler91
099d4d4980 texlive: remove -N option from wget command in termux-install-tl. (#873)
Busybox version of wget doesn't support -N so wget shouldn't use -N (or be
added to package dependencies).
2017-03-22 21:10:30 +01:00
Fredrik Fornwall
d5585b7585 texlive: Move man pages to normal path
This ensures that the man command works, and fixes complaints
from a validation script that thinks that all man pages should be
under $PREFIX/share/man.
2017-03-22 00:23:37 +01:00
Fredrik Fornwall
c5c29b2af8 mpc: Bump package revision
We need to rebuild the package against the updated libmpdclient
which dropped a version suffix from the shared library file.
2017-03-22 00:21:14 +01:00
Fredrik Fornwall
4d6cca1938 mpc: Add source checksum 2017-03-21 23:46:29 +01:00
Matthew Klein
f5ff2c2e57 libmpdclient: update to 2.11 (#864) 2017-03-21 23:44:08 +01:00
Vishal Biswas
0a5412793e nginx: add package (#859) 2017-03-20 21:00:47 +01:00
Grimler91
d8a7fd1e31 texlive: Changed install-tl-unx.tar.gz to a historic version and removed the previous patch to install-tl. (#862) 2017-03-20 20:39:53 +01:00
Fredrik Fornwall
075a7627ce jack: Remove package as jack is being deprecated
https://android-developers.googleblog.com/2017/03/future-of-java-8-language-feature.html
2017-03-20 20:29:04 +01:00
Fredrik Fornwall
43c066d02e command-not-found: Regenerate with new commands 2017-03-20 20:26:35 +01:00
Fredrik Fornwall
6ebd8dafa5 command-not-found: Instruct to use 'packages'
Running 'packages install' wraps apt to run 'apt update' before
running 'apt install', so it should avoid the initial confusion
with 'apt install' not working for any packages.
2017-03-20 20:22:57 +01:00
Vishal Biswas
2565699009 valac: update from 0.34.4 to 0.36.0 (#860) 2017-03-20 20:06:03 +01:00
Fredrik Fornwall
38fb608d79 libunwind: Enable package 2017-03-19 20:28:11 +01:00
Fredrik Fornwall
d1a699b743 termux-create-package: Update from 0.2 to 0.4 2017-03-19 03:18:58 +01:00
Fredrik Fornwall
3f703c88b2 termux-apt-repo: Depend on binutils for ar 2017-03-19 03:18:58 +01:00
Fredrik Fornwall
f82320ff76 termux-apt-repo: Update from 0.1 to 0.2 2017-03-19 03:18:58 +01:00
Fredrik Fornwall
ed6a014708 aria2: Patch away -lsupc++
Specifying -lsupc++ doesn't work for arm with -mthumb.
2017-03-19 00:22:55 +01:00
Fredrik Fornwall
62059d3689 aria2: Better formatting 2017-03-19 00:19:09 +01:00
Fredrik Fornwall
906d1bbedb golang: Enable user stubs without cgo
Fixes #848.
2017-03-18 01:38:54 +01:00
Fredrik Fornwall
dcd0fa6ba9 lftp: Update from 4.7.6 to 4.7.7 2017-03-18 01:25:28 +01:00
Fredrik Fornwall
1ff2e77195 libpng: Update from 1.6.28 to 1.6.29 2017-03-18 01:25:14 +01:00
Fredrik Fornwall
580afa5ac7 apt: Remove useless ac_cv_c_bigendian=no 2017-03-18 00:41:19 +01:00
Markus Wagner
de9af52cfc add ssh to the apt transports (#851) 2017-03-17 23:22:28 +01:00
Markus Wagner
785a2dc34e update dpkg to 1.18.23 (#850) 2017-03-17 22:41:18 +01:00
Fredrik Fornwall
d6e574615c llvm&clang: Update from 3.9.1 to 4.0.0 2017-03-15 16:28:36 +01:00
Rafael Martins
b88cca5b0b blogc: initial packaging (#832)
blogc is a blogging tool written in C, without any external
dependencies. It is released under BSD license, and targeted to
developers.

The package is based on a snapshot version. Version 0.13.0 should
be release soon, but the snapshot is stable and useful enough.

For more info, see: https://blogc.rgm.io/
2017-03-14 03:44:13 +01:00
Fredrik Fornwall
9fde9f6c3d radare2: Update from 1.2.1 to 1.3.0 (fixes #839) 2017-03-14 02:24:00 +01:00
Fredrik Fornwall
c864741f8f mpv: Build with --disable-pulse
Now that we have pulseaudio we need this to avoid accidental linkage.
2017-03-14 02:20:29 +01:00
Fredrik Fornwall
68dbe1ee9a glib: Format configure arguments 2017-03-14 02:17:04 +01:00
Fredrik Fornwall
8ad708ec4c mpv: Bump version after lua removal (see #799) 2017-03-14 02:16:36 +01:00
Fredrik Fornwall
e3a88b4b8e libflac: Update from 1.3.1 to 1.3.2 2017-03-13 22:56:21 +01:00