Commit Graph

619 Commits

Author SHA1 Message Date
Fredrik Fornwall fb8edfde9c python2: Improve unicode support
Add --enable-unicode=ucs4 and note that langinfo.h exists. One
result is that sys.stdout.encoding now is UTF-8 instead of None,
which allows e.g. bpython to launch without messing with the
PYTHONIOENCODING environment variable (see #35).
2015-11-15 17:24:35 -05:00
Fredrik Fornwall 89df5522c6 Enable the zile package
The zile package no longer crashes after @iainnicol finding out
that the issue was rpl_malloc, so enable it.

See https://github.com/termux/termux-packages/pull/56
2015-11-15 16:43:01 -05:00
Fredrik Fornwall 150f95af27 Fix rpl_malloc when cross compiling
Work around rpl_malloc being used, see
http://wiki.buici.com/xwiki/bin/view/Programing+C+and+C%2B%2B/Autoconf+and+RPL_MALLOC
for more information:

"The AC_FUNC_MALLOC macro makes sure that the malloc function when passed a zero
argument returns a valid memory block instead of a NULL pointer. This behaviour
conforms to the GNU C library.  Normally, this is a reasonable test that autoconf
makes at build-time. In the case of cross-compilation, however, autoconf cannot
execute a program to verify proper behavior.  It makes the conservative assumption
that the target library will produce non-conforming code.

Failure of this test causes autconf to replace malloc() calls with rpl_malloc()
calls. At link time, if there is no rpl_malloc() function, the linker will fail
with an error describing the missing symbol. The autoconf documentation recommends
adding this harmless code to the application to implement the function."

In Termux the rpl_malloc() usage is useless at best, and may also prevent building
some packages as well as giving runtime crashes for libgc-using packages or others
expecting to intercept malloc.

Previously some packages specified worked around this themselves, but the configure
arguments are now moved into build-package.sh.
2015-11-15 16:04:37 -05:00
Fredrik Fornwall e0a348d6d4 file: Tell configure that mmap works
This avoids segfault mentioned in http://bugs.gw.com/view.php?id=494
and should fix #53.
2015-11-14 19:12:27 -05:00
Iain Nicol 4eaef780b8 pwgen: add new package 2015-11-14 20:55:46 +00:00
Fredrik Fornwall dd28f151c1 weechat: Add man page and ruby subpackage
Also make sure other that the tcl, lua and python plugins does not
get built for now.
2015-11-13 23:22:18 -05:00
Fredrik Fornwall 008efe0ee5 vim: Update to latest patch number 2015-11-13 23:04:56 -05:00
Fredrik Fornwall 09c28acaef Make unnethack a disabled package as it's broken 2015-11-13 23:01:57 -05:00
Fredrik Fornwall 1f35974de0 poppler: Disable poppler-glib
This avoids depending on glib. It can be split up into separate
subpackage if anyone needs that, but for now just don't build it.
2015-11-13 22:59:54 -05:00
Fredrik Fornwall a71776bcb6 command-not-found: Update package list 2015-11-13 22:51:27 -05:00
Fredrik Fornwall 15130ff36d libxslt: Move out xslt-config and xsltproc
Also add --without-python configure flag.
2015-11-13 22:50:13 -05:00
Fredrik Fornwall 7ad250059b libxml2-dev: Add bin/xml2-config
Introduce TERMUX_PKG_INCLUDE_IN_DEVPACKAGE as a method of
specifying additional files for -dev packages, and use that to
add bin/xml2-config (which is needed to e.g. install the python
lxml package) to libxml2-dev.

Should fix https://github.com/termux/termux-app/issues/8

Also change subpackage containing xmllint to libxml2-utils to
match debian.
2015-11-13 22:47:05 -05:00
Fredrik Fornwall 99a8f0589d ndk-sysroot: Depend on libandroid-support-dev
This makes sure that iconv.h and libintl.h are available.
2015-11-13 21:53:24 -05:00
Fredrik Fornwall d03dc20a3d libxml2: Add two patches 2015-11-13 21:51:08 -05:00
Fredrik Fornwall f34a276b5e Do not use /system/bin/{mkdir,install} in rbconfib
Using executables in /system/bin is fragile since they may not
work due to LD_LIBRARY_PATH containing libraries with the same
name that the executables are linked against (but with different
versions).
2015-11-13 21:28:30 -05:00
Fredrik Fornwall 50691ee47d libpng: Use working pkg url 2015-11-13 16:20:22 -05:00
Fredrik Fornwall 0aa37fa210 ruby: Fix mention of $_SPECSFLAG in rbconfig 2015-11-13 16:20:05 -05:00
Fredrik Fornwall 5aa240d27b gsl: Update from 2.0 to 2.1 2015-11-13 15:19:37 -05:00
Fredrik Fornwall e054b9eb42 Add php package (closes #46) 2015-11-10 17:39:00 -05:00
Fredrik Fornwall b0c457ae91 openssh: Install the ssh-copy-id script 2015-11-10 17:10:16 -05:00
Fredrik Fornwall c2c9b4775f libmpfr: Use updated tarball url 2015-11-10 17:05:59 -05:00
Fredrik Fornwall f0beb529c5 Add sshpass 2015-11-10 16:31:03 -05:00
Fredrik Fornwall 09ede9b077 Rebuild some packages and fix dependencies 2015-11-08 02:23:57 -05:00
Fredrik Fornwall 751c27e81a gsl: Update from 1.16 to 2.0 2015-11-08 01:58:01 -05:00
Fredrik Fornwall 6700158362 speex: Minor version update 2015-11-08 01:56:26 -05:00
Fredrik Fornwall 81f78cf96c stunnel: Update from 5.25 to 5.26 2015-11-08 01:56:17 -05:00
Fredrik Fornwall 45ca162919 serf: Update homagepage 2015-11-08 01:51:27 -05:00
Fredrik Fornwall 9f8c4baf6d pkg-config: Update from 0.28 to 0.29 2015-11-08 01:49:04 -05:00
Fredrik Fornwall 4e987dc553 pick: Minor version update 2015-11-08 01:47:58 -05:00
Fredrik Fornwall 804ada0567 pango: Minor version update 2015-11-08 01:47:03 -05:00
Fredrik Fornwall 4b4d574d86 parallel: Minor version update 2015-11-08 01:46:53 -05:00
Fredrik Fornwall 9ab569fcfa netpbm: Minor version bump 2015-11-08 01:45:53 -05:00
Fredrik Fornwall a79f175218 mutt: Update from 1.5.23 to 1.5.24 2015-11-08 01:43:03 -05:00
Fredrik Fornwall c9c6e8d142 libsqlite: Update from 3.8.11.1 to 3.9.2 2015-11-08 01:36:53 -05:00
Fredrik Fornwall 30b1bd77a5 libgmp: Minor version bump 2015-11-08 01:31:52 -05:00
Fredrik Fornwall 496d605a81 libcroco: Minor version bump 2015-11-08 01:28:30 -05:00
Fredrik Fornwall 1da812ec71 libcairo: Version bump, remove upstreamed patch 2015-11-08 01:27:41 -05:00
Fredrik Fornwall 340c135c52 libassuan: Minor version update 2015-11-08 01:25:28 -05:00
Fredrik Fornwall b34656aa65 iperf3: Update from 3.0.11 to 3.1 2015-11-08 01:22:30 -05:00
Fredrik Fornwall f532079a16 imagemagick: Minor version bump 2015-11-08 01:17:45 -05:00
Fredrik Fornwall f37e8906b0 harfbuzz: Update from 0.9.41 to 1.0.6 2015-11-08 01:16:58 -05:00
Fredrik Fornwall ce5025e418 graphicsmagick: Update from 1.3.22 to 1.3.23 2015-11-08 01:12:28 -05:00
Fredrik Fornwall a5d4e3d674 glib: Update from 2.44.1 to 2.46.2 2015-11-08 01:09:15 -05:00
Fredrik Fornwall 5d65da05f7 file: Update from 5.24 to 5.25 2015-11-08 01:05:49 -05:00
Fredrik Fornwall 8bf3f3f075 Minor version bumps 2015-11-08 01:02:27 -05:00
Fredrik Fornwall 3152547b65 Fix python (and python2) syslog module
Since the syslog api is a wrapper around the native Android logging
system, we need to link the syslog module against liblog. Fixes #41.
2015-11-07 17:44:51 -05:00
Fredrik Fornwall 6da5daba2f git: Update from 2.6.2 to 2.6.3 2015-11-07 12:38:00 -05:00
Fredrik Fornwall 0387d28efc grep: Update from 2.21 to 2.22 2015-11-07 12:37:46 -05:00
Fredrik Fornwall 1189304e6f nodejs: Update from 4.2.1 to 4.2.2 2015-11-05 16:51:09 -05:00
Fredrik Fornwall 663bbf7034 stunnel: Update from 5.24 to 5.25 2015-11-05 16:50:53 -05:00
Fredrik Fornwall fd2712d340 tmux: Enable mouse wheel scrolling by default 2015-11-02 16:04:37 -05:00
Fredrik Fornwall 49168cdc8f neovim: Handle new xdg system config file 2015-11-02 15:52:36 -05:00
Fredrik Fornwall 8409accfef fish: Remove outdated patch 2015-11-01 17:30:32 -05:00
Fredrik Fornwall 6c6a232e82 less: Remove old workaround for broken tarball 2015-11-01 17:28:30 -05:00
Fredrik Fornwall 4e3d3c0034 Fix dash AT_EACCESS usage
The dash shell used AT_EACCESS for certain operations, such as when
checking if a file is executable. This does not work on Android 6+,
and is not needed on Termux as a single-user system anyways, so
remove the custom define of AT_EACCESS when building and use the
disabled value of 0 from the patched system headers.

Fixes #37.
2015-10-31 13:37:04 -04:00
ebraminio 0947a1115b Add ragel package 2015-10-29 01:07:03 +03:30
Fredrik Fornwall 2810eedb42 Add --multi-line and --title options to termux-dialog
See https://github.com/termux/termux-app/issues/3
2015-10-27 02:14:37 +01:00
Fredrik Fornwall e46c5cbca3 Make zsh folder permissions to please compaudit
Closes #31.
2015-10-26 20:26:08 -04:00
Fredrik Fornwall abe8a8de2b Add --password flag to termux-dialog 2015-10-27 00:55:12 +01:00
Fredrik Fornwall c56d5ac07f Add taskwarrior (closes #30) 2015-10-26 19:49:35 -04:00
Fredrik Fornwall 04ab47cb3f Update libgnutls 2015-10-26 19:49:30 -04:00
Fredrik Fornwall 46559847b1 Update busybox to 1.24.1 2015-10-26 19:35:22 -04:00
Fredrik Fornwall 63dd5a9043 Update units 2015-10-25 16:55:17 -04:00
Fredrik Fornwall 289f1725e7 Update gnuchess 2015-10-25 16:55:08 -04:00
Fredrik Fornwall 2df87e72e2 Compile python as if link(2) is not available
From Android 6.0 on hard links are not permitted, so remove
link to force e.g. _vendor/lockfile/linklockfile.py to use
other mechanisms. Fixes #29.
2015-10-21 14:36:57 -04:00
Fredrik Fornwall 629f805ba1 Patch NDK to define AT_EACCESS to 0
This fixes breakage for gnulib-using packages which otherwise
defines AT_EACCESS, which does not work on Android 6.

Bump build revisions for coreutils and emacs to rebuild them
with this patch.
2015-10-19 17:51:13 -04:00
Fredrik Fornwall b4b35f2f10 tmux: Update to 2.1 2015-10-19 17:36:17 -04:00
Fredrik Fornwall 9bd9a950fa dnsutils: Depend on readline 2015-10-18 16:11:09 -04:00
Fredrik Fornwall 1cccebe549 vim: Update patch number 2015-10-17 20:31:48 -04:00
Fredrik Fornwall 0ba050ed01 git: Update to 2.6.2 2015-10-17 20:28:58 -04:00
Fredrik Fornwall 63438afbb4 Update node.js to 4.2.1 from 4.1.2 2015-10-14 06:49:14 -04:00
Fredrik Fornwall 01c46e3b95 Fix ranger referencing python3.4 (closes #27) 2015-10-14 06:40:49 -04:00
Fredrik Fornwall 637f22d133 Remove DT_VERDEF and DT_VERDEFNUM elf entries
This fixes Android 6 problems (so closes #26).

It also rebuilds termux-elf-cleaner when needed
and bumps some build revisions for packages
needed updates to remove DT_VERDEF and DT_VERDEFNUM.
2015-10-13 15:48:40 -04:00
Fredrik Fornwall 9e7e94c87f dnsutils: Avoid hardlinks to man pages 2015-10-11 11:31:48 -04:00
Fredrik Fornwall 4b9ecf442f gnupg2: Update to 2.1.9 2015-10-11 10:58:17 -04:00
robertvalik e7344047e4 fixed some non-ascii chars in build scripts 2015-10-11 10:11:08 +02:00
Fredrik Fornwall f3c180bc25 libutil: Wrap pty.h in __{BEGIN,END}_DECLS 2015-10-09 21:42:22 -04:00
Fredrik Fornwall 627d1d30e1 less: Update to less-481 2015-10-08 19:46:01 -04:00
Fredrik Fornwall 4e19e4489e vim-python: Specify deps directly for buildorder.py 2015-10-08 19:35:56 -04:00
Fredrik Fornwall 105e98886a pathpicker: Update to 0.6.2 2015-10-08 19:26:46 -04:00
Fredrik Fornwall b14c5952c4 Various minor version bumps 2015-10-08 19:18:17 -04:00
Fredrik Fornwall 3a0f9073df Bump dpkg and liblzma versions 2015-10-08 18:12:53 -04:00
Fredrik Fornwall dab936e501 fish: Use valid version number.. 2015-10-08 18:12:31 -04:00
Fredrik Fornwall f03d2d9875 Mark mosh as a disabled package 2015-10-08 18:01:46 -04:00
Fredrik Fornwall 27f2a254ea fish: Better version naming 2015-10-08 18:01:09 -04:00
Fredrik Fornwall f571a06632 Bump: libmsgpack, libtermkey, libunibilium, nodejs 2015-10-08 18:00:47 -04:00
Fredrik Fornwall e9b466845e netpbm: Update and remove invalid "r" prefix
Otherwise dpkg fails with "version number does not start with digit".

Fixes #18.
2015-10-04 10:15:40 -04:00
Fredrik Fornwall b10c297cd4 Move picolisp from disabled to enabled package 2015-10-02 09:10:43 -04:00
Fredrik Fornwall c881abb563 libuv: Update to 1.7.5 2015-10-02 05:19:31 -04:00
Fredrik Fornwall 3e9c81f21e fish: Update package to latest master 2015-10-02 04:33:54 -04:00
Fredrik Fornwall f54c910984 fish: Build from master 2015-09-30 19:16:05 -04:00
Fredrik Fornwall 670cdeeabc python2: Fix C extension flags to not contain termux.spec 2015-09-30 17:33:01 -04:00
Fredrik Fornwall 3eac1a4519 libpixman: Update to 0.32.8 2015-09-30 05:01:48 -04:00
Fredrik Fornwall 72c64c2a15 git: Update to 2.6.0 2015-09-30 04:55:46 -04:00
Fredrik Fornwall 4d685cb669 Fix i686 gcc compiling by appending to spec file
See #14 for more information.
2015-09-29 04:14:50 -04:00
Fredrik Fornwall ff1a2ccc64 mutt: Bump build revision after openssl fix 2015-09-27 07:54:47 -04:00
Fredrik Fornwall 2dc5b35a77 Merge pull request #15 from robertvalik/master
Patch setting termux path to mutt smime_keys.pl
2015-09-27 13:37:38 +02:00
Fredrik Fornwall 99856c1d1c multitail: Update to 6.4.2 2015-09-27 06:10:07 -04:00
Fredrik Fornwall d840bb87bf subversion: Update to 1.9.2 2015-09-27 05:57:36 -04:00
Fredrik Fornwall 883d9499ae lynx: Update download url 2015-09-27 05:57:06 -04:00
robertvalik 495876c7f4 Patch setting termux path to mutt smime_keys.pl 2015-09-27 08:33:39 +02:00
Fredrik Fornwall 58fd730b81 python2: Patch /bin/sh path in subprocess.py
This fixes #13.
2015-09-26 18:31:06 -04:00
Fredrik Fornwall a3ef97c093 nodejs: Update to 4.1.1 2015-09-26 18:19:05 -04:00
Fredrik Fornwall 097a1bfa82 silversearcher-ag: Update to latest 2015-09-26 03:27:55 -04:00
Fredrik Fornwall 7bcd601120 lftp: Update to latest release 2015-09-23 07:16:50 -04:00
Fredrik Fornwall d264642380 imagemagick: Update to latest version 2015-09-22 19:50:27 -04:00
Fredrik Fornwall e26c8ea875 dialog: Update package to latest release 2015-09-22 16:48:57 -04:00
Fredrik Fornwall f8f194a99a cmake: Update to 3.3.2 2015-09-20 14:16:35 -04:00
Fredrik Fornwall 377ce58ee0 git: Update to 2.5.3 2015-09-20 13:37:14 -04:00
Fredrik Fornwall 9f865b3337 dnsutils: Shared libs 2015-09-18 09:54:15 -04:00
Fredrik Fornwall b402eeffd9 dnsutils: Fix build 2015-09-18 09:28:25 -04:00
Fredrik Fornwall 5e59ff5306 Add dnsutils 2015-09-18 00:23:12 -04:00
Fredrik Fornwall 2b63e3c239 Formatting nit 2015-09-17 15:02:00 -04:00
Fredrik Fornwall fb69c22d19 command-not-found: Update executable list 2015-09-17 11:25:10 -04:00
Fredrik Fornwall 0b036272fe poppler: Update to 0.36 2015-09-17 11:24:43 -04:00
Fredrik Fornwall 84d1e6dcf2 zsh: Bump revision 2015-09-17 11:03:24 -04:00
Fredrik Fornwall 55af4ded25 python: Fix dlfcn patch for 64 bit 2015-09-17 10:55:44 -04:00
Fredrik Fornwall 343a9157bb python: Show pip install progress 2015-09-17 10:52:37 -04:00
Fredrik Fornwall ecc63f801a vim: Update patch number 2015-09-17 10:21:06 -04:00
Fredrik Fornwall 4737f7538c libgnutls: Update to 3.4.5 2015-09-17 10:20:44 -04:00
Fredrik Fornwall ee21beb96d nodejs: Update to 4.1 from 4.0 2015-09-17 04:36:16 -04:00
Fredrik Fornwall b2d8bace52 tmux: Bump revision to force update after rebuild 2015-09-16 21:09:30 -04:00
Fredrik Fornwall 9bcd2ca977 Add initial python2 package 2015-09-16 21:08:59 -04:00
Fredrik Fornwall 3cea6702d5 python: Add ac_cv_func_gethostbyname_r=no as configure arg 2015-09-15 11:30:32 -04:00
Fredrik Fornwall 64cd4cbe18 libtiff: Update version 2015-09-15 06:33:32 -04:00
Fredrik Fornwall b8923e8cb5 imagemagick: Bump minor version 2015-09-15 06:32:36 -04:00
Fredrik Fornwall 9b794e4d12 libuv: Update to 1.7.4 from 1.7.3 2015-09-15 06:32:19 -04:00
Fredrik Fornwall fd5a5d01c6 vim-python: Fix compile with python 3.5 2015-09-15 06:31:38 -04:00
Fredrik Fornwall 8bdc9f3a8f python: Update to 3.5.0 2015-09-14 20:24:58 -04:00
Fredrik Fornwall 56cc582012 Add experimental vim-python package 2015-09-14 20:24:25 -04:00
Fredrik Fornwall 26da93a484 vim: Bump version 2015-09-14 20:16:00 -04:00
Fredrik Fornwall 87745886da tmux and neovim: Use the new libutil library 2015-09-14 20:15:34 -04:00
Fredrik Fornwall a8c61c7d20 Add TERMUX_PKG_CONFLICTS support 2015-09-14 20:13:29 -04:00
Fredrik Fornwall 30c9efeb7e gnupg2: Update to 2.1.8 2015-09-11 19:37:03 -04:00
Fredrik Fornwall eb176fb635 zsh: Update to 5.1.1 from 5.1 2015-09-11 19:32:59 -04:00
Fredrik Fornwall 11d5251fdb neovim: Update no-libutil patch 2015-09-11 10:14:28 -04:00
Fredrik Fornwall 54a645c8eb libgcrypt: Update to 1.6.4 from 1.6.3 2015-09-10 19:23:14 -04:00
Fredrik Fornwall 223504d502 golang: Update to 1.5.1 from 1.5 2015-09-10 17:56:06 -04:00
Fredrik Fornwall 0b9330aaa9 cmake: Update to 3.3.1 from 3.2.3 2015-09-10 17:51:16 -04:00
Fredrik Fornwall ff3f3c5ea9 c-ares: Remove node.js patches 2015-09-10 17:48:47 -04:00
Fredrik Fornwall 2853f9daf9 git: Update to 2.5.1 from 2.5.0 2015-09-10 17:39:24 -04:00
Fredrik Fornwall f0372da0d5 angband: Update to 4.0.2 from 4.0.1 2015-09-09 10:38:01 -04:00
Fredrik Fornwall a4d329949e command-not-found: Update with new executables 2015-09-09 16:22:00 +02:00
Fredrik Fornwall 4eb87e93aa zsh: Avoid extra binaries 2015-09-09 10:11:46 -04:00
Fredrik Fornwall df1fab9eed tcl: Pass --enable-man-symlinks to avoid hard links 2015-09-09 09:55:40 -04:00
Fredrik Fornwall 93982adb09 node: No longer depend on c-ares 2015-09-08 22:04:06 -04:00
Fredrik Fornwall 9ba78439c4 node: Update to 4.0 2015-09-08 19:18:52 -04:00
Fredrik Fornwall 2e89449878 libuv: Avoid pthread_sigmask workaround 2015-09-08 18:37:21 -04:00
Fredrik Fornwall c491280161 termux-tools: Avoid breaking symlinks with termux-fix-shebang 2015-09-08 18:36:35 -04:00
Fredrik Fornwall 37128d280e Fix perl 5.22 build 2015-09-07 12:00:57 -04:00
Fredrik Fornwall ee9fccfaf3 file: Update to 5.24 from 5.23 2015-09-07 11:56:10 -04:00
Fredrik Fornwall cd635b4d20 stunnel: Update to 5.23 from 5.22 2015-09-07 11:06:16 -04:00
Fredrik Fornwall 25faa518f9 coreutils: Avoid installing pinky (useless) and realpath(buggy) 2015-09-07 10:49:54 -04:00
Fredrik Fornwall 451ad80ae5 gdk-pixbuf: Update to 2.31.7 from 2.31.5 2015-09-07 10:49:24 -04:00
Fredrik Fornwall 8e084d890e subversion: Update to 1.9.1 to 1.9.0 2015-09-07 10:26:29 -04:00
Fredrik Fornwall 3d9b11faa5 libtiff: Update to 4.0.5 from 4.0.4 2015-09-07 10:15:48 -04:00
Fredrik Fornwall ca1bf906c3 weechat: Update to 1.3 from 1.2 2015-09-04 18:56:41 -04:00
Fredrik Fornwall 532458b57a Update vim patch to 845 2015-09-04 11:09:36 -04:00
Fredrik Fornwall e34d841360 Update clang to 3.7.0 2015-09-04 11:09:19 -04:00
Fredrik Fornwall 71dc244b8c libuv: Update from 1.6.1 to 1.7.3 2015-09-04 06:27:48 -04:00
Fredrik Fornwall ee3fc2863c Some gnupg updates 2015-09-03 14:31:17 -04:00
Fredrik Fornwall bfd612760d zsh: Update from 5.0.8 to 5.1 2015-09-02 14:10:57 -04:00
Fredrik Fornwall aba4a7e08d perl: Update to 5.22 2015-08-30 20:35:01 -04:00
Fredrik Fornwall 12d1f508b1 Add tcl package 2015-08-30 17:48:15 -04:00
Fredrik Fornwall 5b231c79b6 libsqlite: Update from 3.8.10.2 to 3.8.11.1 2015-08-30 17:45:54 -04:00
Fredrik Fornwall 83093c05ab frotz: Update frotz from 2.43 to 2.44 2015-08-30 05:14:41 -04:00
Fredrik Fornwall c355e2f29e gdb: Update from 7.9.1 to 7.10 2015-08-29 09:41:55 -04:00
Fredrik Fornwall 19c5064ef9 poppler: Update from 0.34 to 0.35 2015-08-27 19:41:04 -04:00
Fredrik Fornwall ff06e5b09d vim: Update version format 2015-08-27 19:40:41 -04:00
Fredrik Fornwall 0e1a53c0dc Add patch to fix subversion 2015-08-27 04:22:16 -04:00
Fredrik Fornwall 5c27759db4 neovim: Use a host-built nvim when needed 2015-08-26 06:34:46 -04:00
Fredrik Fornwall 5828a775db jack: Configure when running 2015-08-25 18:41:57 -04:00
Fredrik Fornwall 2ff12a7aa0 jq: Simplify build 2015-08-25 18:32:59 -04:00
Fredrik Fornwall 99c3da2c8c dpkg: Update from 1.17.25 to 1.18.2 2015-08-25 18:25:24 -04:00
Fredrik Fornwall d519a96dc8 python: Cleanup build 2015-08-25 17:51:02 -04:00
Fredrik Fornwall de8d91bff3 apt: Update from 1.0.9.10 to 1.0.10.2 2015-08-25 17:49:04 -04:00
Fredrik Fornwall 2ac441db63 vim: Update patch and switch to github release 2015-08-25 17:47:42 -04:00
Fredrik Fornwall 204d1f9a7f python: gethostbyaddr_r exists in bionic nowadays 2015-08-25 17:33:16 -04:00
Fredrik Fornwall b672d699ec python: Drop old patch 2015-08-25 17:30:13 -04:00
Fredrik Fornwall a014091fd2 openssh: Drop old patch 2015-08-25 17:25:34 -04:00
Fredrik Fornwall 24bf71cdaf libarchive: Cleanup build 2015-08-25 17:08:51 -04:00
Fredrik Fornwall 542a284d1f unrar: Update from 5.0.14 to 5.3.2 2015-08-25 17:03:16 -04:00
Fredrik Fornwall 2ea84722cf openssh: Update from 7.0 to 7.1
Also remove sftp patch which is no longer necessary.
2015-08-25 16:27:05 -04:00
Fredrik Fornwall e72e4caf5a libcurl: Remove build revision after version bump 2015-08-24 05:46:20 -04:00
Fredrik Fornwall ce80e040f5 libcurl: Update from 7.43 to 7.44 2015-08-24 05:42:02 -04:00
Fredrik Fornwall cea541f823 hexcurse: Note patch submitted upstream 2015-08-23 10:34:10 -04:00
Fredrik Fornwall 6824617e64 Add hexcurse package 2015-08-23 08:54:05 -04:00
Fredrik Fornwall 5568594758 asciinema: Add not about broken on i686 2015-08-21 19:59:14 -04:00
Fredrik Fornwall d7fb7c29ef Add nmap package 2015-08-21 18:15:06 -04:00
Fredrik Fornwall d710168fd3 libpcap: Update 1.7.3 => 1.7.4 2015-08-21 17:59:13 -04:00
Fredrik Fornwall 360e5c42af termux-elf-cleaner improvements 2015-08-19 21:21:38 -04:00
Fredrik Fornwall 05f44081cf Add asciinema package 2015-08-20 03:17:57 +02:00
Fredrik Fornwall 130e534c41 linux-man-pages: Update to 4.02 from 4.01 2015-08-19 17:59:52 -04:00
Fredrik Fornwall 4c5495a443 espeak: Update to 1.48.04 and improve build script 2015-08-19 15:26:04 -04:00
Fredrik Fornwall 009c8d9453 termux-elf-cleaner: Better error messages 2015-08-19 15:21:41 -04:00
Fredrik Fornwall 6f553afd6b golang: Update from 1.5rc1 to final 1.5 release 2015-08-19 15:21:16 -04:00
Fredrik Fornwall 62c37b9710 openssh: Update to 7.0 from 6.9 2015-08-19 15:14:15 -04:00
Fredrik Fornwall 2558c84f2b golang: Remove "testdata" folders 2015-08-19 07:50:30 -04:00
Fredrik Fornwall 3bbce8b0e3 vim: Update patch number, new tag naming 2015-08-19 06:18:59 -04:00
Fredrik Fornwall aa55955510 bash: Update to 4.3.42 from 4.3.39 2015-08-19 06:17:34 -04:00
Fredrik Fornwall cf741c1057 ruby: Update from 2.2.2 to 2.2.3 2015-08-19 05:31:58 -04:00
Fredrik Fornwall e75ef7d2b1 imagemagick: Update from 6.9.1-10 to 6.9.2-0 2015-08-19 05:31:32 -04:00
Fredrik Fornwall e9dec303d7 subversion: Update to 1.9.0 from 1.8.13 2015-08-18 17:13:46 -04:00
Fredrik Fornwall c0906860b1 jq: Update from 1.4 to 1.5 2015-08-18 14:51:37 -04:00
Fredrik Fornwall 5e867f5831 Update to android build-tools 23.0.0 2015-08-18 05:33:53 -04:00
Fredrik Fornwall e155ef0f12 golang: Various fixes 2015-08-17 16:58:29 -04:00
Fredrik Fornwall 5ce2f122de gcc: Do not remove gcc 'full names'
Previously aliases such as arm-linux-androideabi-gcc was removed
from the gcc package. This causes trouble and confusion for things
that pick up the C compiler they where compiled with (e.g. ruby, go).
2015-08-17 06:08:24 -04:00
Fredrik Fornwall 23ecda9d54 teseq: Update from 1.1 to 1.1.1 2015-08-16 14:45:08 -04:00
Fredrik Fornwall 00bbfab69f Add experimental golang package 2015-08-14 16:29:47 -04:00
Fredrik Fornwall 5b8f3e4af3 termux-notification: Improve argument handling 2015-08-14 15:44:19 -04:00
Fredrik Fornwall cc1ae02e2e termux-api: Cleanup and put termux-api binary in libexec 2015-08-14 15:27:47 -04:00
Fredrik Fornwall cd83eaf669 build-package.sh: Create $PREFIX/libexec 2015-08-14 14:42:04 -04:00
Fredrik Fornwall 90cfdb8e4a luajit: Add $PREFIX/share/luajit-2.0.4/jit/ folder
This makes the 'luajit -b' functionality work. Closes #5.
2015-08-12 15:51:11 -04:00
Fredrik Fornwall f94c816c0c vim: Update patch number 2015-08-12 01:29:22 -04:00
Fredrik Fornwall 2bbb49a63f weechat: Enable mouse by default 2015-08-12 01:28:36 -04:00
Fredrik Fornwall 0f6115d01f openssl: Update to etc/tls 2015-08-12 00:03:43 -04:00
Fredrik Fornwall 31e099114a CA certificates setup
Move the CA certs from libcurl to separate ca-certificates package which both openssl and gnutls depends on.

For a smooth upgrade without packages clashing with the same file, rename etc/ssl to etc/tls.

Also update gnutls to latest version and give configure argument to use common certificate file.
2015-08-11 23:52:41 -04:00
Fredrik Fornwall 4b74af2c3b busybox: Handle ash as symlink and re-enable wget 2015-08-11 21:09:58 -04:00
Fredrik Fornwall 7229a71022 gnupg2: Update from 2.1.6 to 2.1.7 2015-08-11 20:46:42 -04:00
Fredrik Fornwall ea46e793ed python: Remove __pycache__ directories from package 2015-08-11 20:40:31 -04:00
Fredrik Fornwall da9d85783c termux-tools: Improve the chsh command 2015-08-11 20:38:18 -04:00
Fredrik Fornwall 4b81c4eb92 weechat: Link against libandroid-support for getting unicode characters right 2015-08-11 20:36:39 -04:00
Fredrik Fornwall df5bd37b58 weechat: Specify system ca file 2015-08-11 10:16:34 -04:00
Fredrik Fornwall d9efe0dedc clang: Depend on binutils for the linker 2015-08-11 10:03:52 -04:00
Fredrik Fornwall 34b56627e6 dpkg: Remove dependency on findutils 2015-08-11 08:45:11 -04:00
Fredrik Fornwall 9c51b58f7f pick: Update from 1.1.1 to 1.2.0 2015-08-11 03:24:16 -04:00
Fredrik Fornwall a365f94966 jq: Update package src url 2015-08-09 19:01:16 -04:00
Fredrik Fornwall df21bb4e70 busybox: Remove lsmod applet 2015-08-09 16:27:19 -04:00
Fredrik Fornwall 76d07cde16 command-not-found: Update list 2015-08-09 20:36:26 +02:00
Fredrik Fornwall 8f41da160c graphicsmagick: Remove some *-config files 2015-08-09 14:28:56 -04:00
Fredrik Fornwall 977ad1af3b busybox: Fix telnetd login shell 2015-08-09 07:41:08 -04:00
Fredrik Fornwall d1cbb7d130 vim: Update patch number 2015-08-08 19:26:47 -04:00
Fredrik Fornwall f0d4e3805a Patch a WIFCONTINUED definition to <sys/wait.h>
This fixes job control in bash and zsh
2015-08-06 19:25:41 -04:00
Fredrik Fornwall 06cd40098b vim: Update patch number 2015-08-05 03:38:02 -04:00
Fredrik Fornwall bc58205ef4 gcc: Bump build revision to force update after hardlink purge 2015-08-04 09:38:53 -04:00
Fredrik Fornwall 7092135967 Add graphicsmagick package 2015-08-04 09:38:13 -04:00
Fredrik Fornwall 3248cc9ebe mosh: Try linking to libgnustl_shared.so 2015-08-03 20:33:27 -04:00
Fredrik Fornwall 6ce0bb04bd emacs: Bump build revision 2015-08-03 20:31:21 -04:00
Fredrik Fornwall 85fba23901 ncurses: Add terminfo for 'dumb' and 'eterm-color' 2015-08-03 20:27:02 -04:00
Fredrik Fornwall 727ffe26f7 Trying to unbreak emacs 2015-08-03 20:25:47 -04:00
Fredrik Fornwall 8e928b79be Remove the wget applet from busybox
The wget applet confuses people, is broken on i686 and
does not support https. It's better to install the real GNU wget.
2015-08-03 18:07:02 -04:00
Fredrik Fornwall d814b406b0 Fix neovim build 2015-08-03 17:39:46 -04:00
Fredrik Fornwall 1461c1b4a3 emacs: Pass arguments to temacs 2015-08-03 17:29:18 -04:00
Fredrik Fornwall e41b40984a clang: Update from 3.6.1 to 3.6.2 2015-08-02 09:38:43 -04:00
Fredrik Fornwall df22a55439 Update play-audio to 0.2
Cleanups and stream type support
2015-08-02 08:49:24 -04:00
Fredrik Fornwall 8c02de4bc0 stunnel: Update from 5.20 to 5.22 2015-07-31 01:05:50 -04:00
Fredrik Fornwall 879a9ab402 termux-api: Bump version 2015-07-30 21:19:50 -04:00
Fredrik Fornwall f60ebff199 libgnutls: Bump version 2015-07-30 21:02:41 -04:00
Fredrik Fornwall 54305b7597 libpng: Bump version and switch away from sourceforge 2015-07-30 21:02:01 -04:00
Fredrik Fornwall 02b55df699 Use bash as login shell by default 2015-07-30 19:47:00 -04:00