Commit Graph

5026 Commits

Author SHA1 Message Date
Fredrik Fornwall
e58281b9f9 libvpx: Update from 1.4.0 to 1.5.0 2015-11-17 15:42:18 -05:00
Fredrik Fornwall
6c2692459b Change how configure is called 2015-11-17 14:21:55 -05:00
Fredrik Fornwall
aa5281949c imagemagick: Update version 2015-11-17 03:20:37 -05:00
Fredrik Fornwall
b67a287616 libpng: Update to latest version 2015-11-16 19:02:34 -05:00
Fredrik Fornwall
134f23128d pwgen and zile: Update build revision
Followup to https://github.com/termux/termux-packages/pull/57
2015-11-15 19:43:52 -05:00
Fredrik Fornwall
e8128ce08a cmatrix: Fix old configure script 2015-11-15 19:28:28 -05:00
Iain Nicol
dad61f97b8 (Naïvely) agree to maintain a couple packages 2015-11-15 23:30:57 +00:00
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
Fredrik Fornwall
bb8ed8ff10 vim: Update patch number 2015-07-30 19:41:41 -04:00
Fredrik Fornwall
b8b62f2541 fish: Link against gnustl 2015-07-30 10:52:18 -04:00
Fredrik Fornwall
5d423738a0 Bump build revision for aapt and imagemagick after termux-elf-cleaner rebuild 2015-07-30 10:33:08 -04:00
Fredrik Fornwall
a9ddb027aa librsvg: Bump build revision and link against newer gdk-pixbuf 2015-07-30 08:26:40 -04:00
Fredrik Fornwall
1ceaf1eee7 Fix termux-elf-cleaner.cpp to not break after first removed section 2015-07-30 08:22:41 -04:00
Fredrik Fornwall
2ed8eb1320 git: Drop build revision after version update 2015-07-30 04:08:37 -04:00
Fredrik Fornwall
bad5811ddc git: Update from 2.4.6 to 2.5.0 2015-07-30 03:50:49 -04:00
Fredrik Fornwall
2e395b5864 Fix termux-camera-photo 2015-07-29 04:17:38 +02:00
Fredrik Fornwall
17d445b3f3 termux-api: Add termux-toast 2015-07-29 04:09:18 +02:00
Fredrik Fornwall
2aa217bfd4 Update termux-camera-photo to new api 2015-07-29 03:55:54 +02:00
Fredrik Fornwall
1ee4335f4a termux-api: Add termux-share 2015-07-29 03:50:54 +02:00
Fredrik Fornwall
1d948a9c44 Bump command-not-found 2015-07-28 02:25:03 +02:00
Fredrik Fornwall
0d36c1b766 play-audio: Create mandir if it does not already exist 2015-07-27 20:18:13 -04:00
Fredrik Fornwall
1c934e8a73 Add play-audio, a simple OpenSL ES audio player 2015-07-27 20:18:13 -04:00
Fredrik Fornwall
96015885ef termux-api: Updated package in termux-camera-photo
This fixes #2
2015-07-27 03:37:46 -04:00
Fredrik Fornwall
621ac5f19a termux-api: Fix mixup of tts methods 2015-07-26 20:35:04 -04:00
Fredrik Fornwall
12978f7880 termux-tools: Make wrapper scripts exec 2015-07-26 13:47:58 -04:00
Fredrik Fornwall
8ab83e251b termux-tools: Add pm wrapper script to unset LD_LIBRARY_PATH 2015-07-26 13:44:05 -04:00
Fredrik Fornwall
3a8f9cc471 termux-tts-speak: Replace incorrect 'device-tts-engines' with 'termux-tts-engines' 2015-07-26 11:45:50 -04:00
Fredrik Fornwall
f6b5793487 busybox: Setup folder for crontab 2015-07-26 08:59:22 -04:00
Fredrik Fornwall
10da6ac4f9 vim: update patch number 2015-07-25 21:09:47 -04:00
Fredrik Fornwall
9e76e54dac imagemagick: Bump minor revision 2015-07-25 20:59:10 -04:00
Fredrik Fornwall
14719d1c29 aapt: Update tag 2015-07-25 19:25:05 -04:00
Fredrik Fornwall
fa80612ca2 nodejs: Patches for getting npm to work 2015-07-25 18:03:43 -04:00
Fredrik Fornwall
07d86fb334 fish: Ensure that strategy_shmem_polling is never defined 2015-07-25 17:56:10 -04:00
Fredrik Fornwall
ae85ec31ef Fix installing pip packages containing C code
A test case is to install dependencies:
 $ apt install gcc python-dev libgmp-dev libmpfr-dev libmpc-dev
and then install gmpy2:
 $ pip install gmpy2

Thanks +Rick Gutleber for the heads up!
2015-07-24 20:18:52 -04:00
Fredrik Fornwall
c355f81c36 vim: Update patch 2015-07-24 19:27:12 -04:00
Fredrik Fornwall
966a875d31 add mosh as a broken package 2015-07-23 20:04:18 -04:00
Fredrik Fornwall
c661264823 tmux: Update homepage 2015-07-23 19:07:39 -04:00
Fredrik Fornwall
a663e6087a parallel: Update 2015-07-23 19:01:48 -04:00
Fredrik Fornwall
bb0ffec9e9 pango: Update to 1.37.2 2015-07-23 19:01:01 -04:00
Fredrik Fornwall
a8f8576256 linux-man-pages: Update to 4.01 2015-07-23 18:56:01 -04:00
Fredrik Fornwall
e09a943c11 libunibilium: Update to 1.1.6 2015-07-23 18:53:25 -04:00
Fredrik Fornwall
dc27375f20 jsoncpp: Update to 1.6.5 2015-07-23 18:38:24 -04:00
Fredrik Fornwall
c204de6a36 imagemagick: Update to 6.9.1-9 2015-07-23 18:36:44 -04:00
Fredrik Fornwall
36a3af1fe0 gdk-pixbuf: Update to 2.31.5 2015-07-23 18:33:32 -04:00
Fredrik Fornwall
8272bfb20e angband: Update to 4.0.1 2015-07-23 18:30:43 -04:00
Fredrik Fornwall
91c3e293f7 termux-tools: Remove termux-user script 2015-07-23 18:07:56 -04:00
Fredrik Fornwall
3ca4ba784b termux-tools: Enable compiler warnings and fix them 2015-07-23 17:36:10 -04:00
Fredrik Fornwall
aaa49e3405 termux-elf-cleaner.cpp: Use zu format specifier for size_t 2015-07-23 17:30:40 -04:00
Fredrik Fornwall
4413a3b8e2 python: Install pip 2015-07-22 21:46:33 -04:00
Fredrik Fornwall
0b9ad54ef5 less: Update from 478 to 479 2015-07-22 15:31:52 -04:00
Fredrik Fornwall
f849a015df python: Patch for tempfile paths 2015-07-21 20:00:29 -04:00
Fredrik Fornwall
8c3b341d0e git: Specify perl executable path
This fixes #1
2015-07-21 17:05:08 -04:00
Fredrik Fornwall
b3e3da66dc make: Patch default shell path 2015-07-19 17:06:03 -04:00
Fredrik Fornwall
f967c5e406 vim: Update patch number 2015-07-19 09:44:16 -04:00
Fredrik Fornwall
f6222a8338 git: Update from 2.4.5 to 2.4.6 2015-07-19 09:35:00 -04:00
Fredrik Fornwall
a0010caca3 Move termux-user from termux-api to termux-tools
Also add a am wrapper script which clears
LD_LIBRARY_PATH before calling /system/bin/am.
2015-07-18 05:42:44 -04:00
Fredrik Fornwall
67f551171f coreutils: Note that endpwent is not supported to avoid runtime warning 2015-07-18 04:48:19 -04:00
Fredrik Fornwall
57fc5c831a neovim: Update forkpty patch 2015-07-17 06:26:53 -04:00
Fredrik Fornwall
37cd358fb2 fish: Basic help formatting 2015-07-16 17:56:40 -04:00
Fredrik Fornwall
bda292fbb1 command-not-found: Be less verbose 2015-07-16 16:44:31 -04:00
Fredrik Fornwall
3dd3d87b39 fish: Fix build on i686 2015-07-16 08:57:15 -04:00
Fredrik Fornwall
b58eabc83f imagemagick: Update from 6.9.1-7 to 6.9.1-8 2015-07-16 08:40:37 -04:00
Fredrik Fornwall
7849e89bc6 termux-api: Add Werror 2015-07-15 19:30:22 -04:00
Fredrik Fornwall
d03f7fe6a5 Update command-not-found 2015-07-16 01:28:59 +02:00
Fredrik Fornwall
02eb3a1a7f libandroid-support: Add wcslcpy to header 2015-07-15 19:10:35 -04:00
Fredrik Fornwall
1370734daf ncurses: Fix post-massage step 2015-07-15 19:09:44 -04:00
Fredrik Fornwall
9ff2bc5d43 ncurses: Try to keep only relevant terminfo definitions 2015-07-15 19:05:58 -04:00
Fredrik Fornwall
8fccf9154f frotz: Fix man path 2015-07-15 15:11:38 -04:00
Fredrik Fornwall
a22720a010 Bump revision for tmux and openssh after updated pwd.h patch 2015-07-15 13:17:06 -04:00
Fredrik Fornwall
26d0484d19 gnupg: Split out gnupg-curl subpackage 2015-07-15 12:58:31 -04:00
Fredrik Fornwall
54e2de2f63 poppler: Update from 0.33.0 to 0.34.0 2015-07-15 12:38:52 -04:00
Fredrik Fornwall
18b8cd57ff gnupg2: Split dirmngr into separate package with dependency on libgnutls 2015-07-15 12:35:01 -04:00
Fredrik Fornwall
ad191f652a cmake: Add dependency on jsoncpp, and split ccmake into subpackage 2015-07-15 08:51:50 -04:00
Fredrik Fornwall
2d15cefd89 neovim: Add 'nvim' in description for searchability 2015-07-15 08:09:38 -04:00
Fredrik Fornwall
38af0a82e6 apr: Depend on libuuid 2015-07-15 08:02:28 -04:00
Fredrik Fornwall
5ff1163101 openjpeg: Force fresh symlinks 2015-07-15 07:55:38 -04:00
Fredrik Fornwall
7499d94719 command-not-found: Add commands for binary-all packages 2015-07-14 13:39:45 +02:00
Fredrik Fornwall
b428c1fca5 bash: Source etc/bash.bashrc also for interactive login shells 2015-07-14 07:30:09 -04:00
Fredrik Fornwall
1ca0061371 neovim: Remove patch merged upstream 2015-07-14 06:54:06 -04:00
Fredrik Fornwall
a382a84f3f Remove broken zile package 2015-07-13 20:53:16 -04:00
Fredrik Fornwall
48ee7cee0f command-not-found: Update description 2015-07-13 19:52:50 -04:00
Fredrik Fornwall
6ee3449e0c command-not-found: handle multiple matches at same length 2015-07-13 19:50:44 -04:00
Fredrik Fornwall
3cc4ef712e Enable command-not-found for bash and zsh interactive shells 2015-07-13 19:41:08 -04:00
Fredrik Fornwall
284604c7f0 Add a basic command-not-find binary 2015-07-14 01:11:30 +02:00
Fredrik Fornwall
6b8aa8f83a Rename termux-command-list -> command-not-found 2015-07-14 01:11:30 +02:00
Fredrik Fornwall
7950c2c701 Add termux-command-list package
Will be used by a command-not-found implementation
2015-07-14 01:11:30 +02:00
Fredrik Fornwall
2aadc8d036 Update neovim description 2015-07-13 12:14:10 -04:00
Fredrik Fornwall
9bca348fea Update fish from 2.1.2 to 2.2.0 2015-07-13 02:54:11 -04:00
Fredrik Fornwall
fa85bc7b3e libandroid-support: Fix dangling extern C linkage in libintl.h 2015-07-13 02:50:34 -04:00
Fredrik Fornwall
84443dd26c Update openssh from 6.8 to 6.9 2015-07-11 21:47:52 -04:00
Fredrik Fornwall
614749cd9e gdb: Use termux-provided bin/sh instead of system 2015-07-11 20:11:50 -04:00
Fredrik Fornwall
638b6413b1 zsh: Disable TIOCSETD ioctl during initialization 2015-07-11 17:56:19 -04:00
Fredrik Fornwall
49ca09e5e5 Fix wait3() function and bump build revisions 2015-07-11 17:43:48 -04:00
Fredrik Fornwall
e7fcdfa2bb Remove broken WIFCONTINUED macro
Bump build revision on affected packages.
2015-07-11 17:16:59 -04:00
Fredrik Fornwall
a1748244c4 ncurses: Increment build revision number 2015-07-11 16:50:36 -04:00
Fredrik Fornwall
556b6db05a gcc: Remove hard links also on other archs than arm 2015-07-11 08:14:51 -04:00
Fredrik Fornwall
812f5c1981 gtypist: Drop patch no longer needed 2015-07-11 08:14:02 -04:00
Fredrik Fornwall
73e0c9c186 Add packages/cboard 2015-07-11 07:56:20 -04:00
Fredrik Fornwall
aed0f1128f ncurses: Add include/ncursesw folder which some packages expect 2015-07-11 07:18:46 -04:00
Fredrik Fornwall
c8c9d0b875 libandroid-support: Fix crash on android m preview 2015-07-11 05:56:01 -04:00
Fredrik Fornwall
b9ab100102 Update vim patch number 2015-07-10 20:02:50 -04:00
Fredrik Fornwall
2b58161273 Update nano from 2.4.1 to 2.4.2 2015-07-10 19:39:12 -04:00
Fredrik Fornwall
ecdf7d1d76 Update nodejs from 0.12.6 to 0.12.7 2015-07-10 18:14:55 -04:00
Fredrik Fornwall
022ee1ec1e Update stunnel from 5.19 to 5.20 2015-07-10 17:31:26 -04:00
Fredrik Fornwall
1b8b1b6263 Update libunistring from 0.9.5 to 0.9.6 2015-07-09 22:27:47 -04:00
Fredrik Fornwall
8c3b65b380 zsh: use supplied sh (dash) insted of system/bin/sh 2015-07-09 22:05:41 -04:00
Fredrik Fornwall
9fbdefb995 dpkg: Fallback to rename(2) instead of link(2) for systems not supporting hard linking (android m) 2015-07-09 21:04:45 -04:00
Fredrik Fornwall
d56c571f60 Update openssl from 1.0.2c to 1.0.2d 2015-07-09 17:35:54 -04:00
Fredrik Fornwall
8debe534c3 busybox: avoid hardlink 2015-07-08 21:48:16 -04:00
Fredrik Fornwall
b1c725d5b2 clang: Use symlinks, not hardlinks 2015-07-08 21:38:29 -04:00
Fredrik Fornwall
9a9aaa90df perl: Replace symlinks with hardlinks 2015-07-08 21:21:45 -04:00
Fredrik Fornwall
d7558b1461 unzip: Use symlink instead of hardlink 2015-07-08 21:09:56 -04:00
Fredrik Fornwall
04db649c07 man: Use symlink instead of hardlink 2015-07-08 20:54:35 -04:00
Fredrik Fornwall
19ce3d74d7 Use symlinks instead of hardlinks when installing git 2015-07-08 20:46:57 -04:00
Fredrik Fornwall
d633253713 Update vim patch number 2015-07-06 18:42:24 -04:00
Fredrik Fornwall
e2cf824853 Update imagemagick from 6.9.1-6 to 6.9.1-7 2015-07-06 18:23:25 -04:00
Fredrik Fornwall
0c163c297e Fix gnupg2 build without gettext 2015-07-06 08:40:48 -04:00
Fredrik Fornwall
e2302972d1 Update gifsicle from 1.87 to 1.88 2015-07-04 10:57:59 -04:00
Fredrik Fornwall
4624c75ba7 Use shorter mc description from debian 2015-07-04 08:57:12 -04:00
Fredrik Fornwall
bc82430bf3 Update coreutils from 8.23 to 8.24 2015-07-04 08:44:30 -04:00
Fredrik Fornwall
234b689c86 Update gnupg2 from 2.1.5 to 2.1.6 2015-07-04 07:33:27 -04:00
Fredrik Fornwall
348e167aa1 Update nodejs from 0.12.5 to 0.12.6 2015-07-04 07:32:35 -04:00
Fredrik Fornwall
5e8349fd0e Remove stray vim backup file 2015-07-02 20:43:48 -04:00
Fredrik Fornwall
0425eb1e13 Work around c++ headers path on i686 2015-07-02 20:43:24 -04:00
Fredrik Fornwall
d107ca288b Make bash and zsh depend on termux-tools for chsh 2015-07-02 10:03:49 -04:00
Fredrik Fornwall
f77975aa40 Update termux-api 2015-06-30 18:56:50 -04:00
Fredrik Fornwall
0aa86addb5 Fix xvidcore build 2015-06-30 18:56:09 -04:00
Fredrik Fornwall
b2670ec032 Use mirror for irssi 2015-06-30 15:44:20 -04:00
Fredrik Fornwall
828e6c5ec7 Update system paths to system binaries 2015-06-30 15:40:03 -04:00
Fredrik Fornwall
c409b567ca Fix termux-dialog command 2015-06-30 15:35:44 -04:00
Fredrik Fornwall
e11917a35a Remove stray .swo file 2015-06-30 11:53:55 -04:00
Fredrik Fornwall
067db687d9 Update libuv distribution url 2015-06-30 11:52:26 -04:00
Fredrik Fornwall
aa7b535f74 Update zsh from 5.0.7 to 5.0.8 2015-06-28 19:32:48 -04:00
Fredrik Fornwall
270b6f06c3 Update xvidcore from 1.3.3 to 1.3.4 2015-06-28 19:30:01 -04:00
Fredrik Fornwall
4d915aa690 Update pathpicker from 0.6.0 to 0.6.1 2015-06-28 19:23:58 -04:00
Fredrik Fornwall
c38e498660 Update parallell from 20150522 to 20150622 2015-06-28 19:23:01 -04:00
Fredrik Fornwall
60d17baa27 Update pango from 1.36.8 to 1.37.1 2015-06-28 19:21:38 -04:00
Fredrik Fornwall
2e7a831805 Update netpbm from r2523 to r2592 2015-06-28 19:16:26 -04:00
Fredrik Fornwall
2ef7abd640 Update luarocks from 2.2.1 to 2.2.2 2015-06-28 17:34:36 -04:00
Fredrik Fornwall
135961c9b0 Update lua from 5.3.0 to 5.3.1 2015-06-28 17:34:03 -04:00
Fredrik Fornwall
b1643510d4 Update libjpeg-turbo from 1.4.0 to 1.4.1 2015-06-28 17:30:47 -04:00
Fredrik Fornwall
ffd3ff9989 Update libisl from 0.14.1 to 0.15 2015-06-28 17:27:09 -04:00
Fredrik Fornwall
08bb6044ef Update libgnutls from 3.4.1 to 3.4.2 2015-06-28 17:24:12 -04:00
Fredrik Fornwall
71e112d45f Update libav from 11.3 to 11.4 2015-06-28 17:17:06 -04:00
Fredrik Fornwall
807a23c00e Update lftp from 4.6.2 to 4.6.3a 2015-06-28 17:14:40 -04:00
Fredrik Fornwall
04b9145a09 Update less from 471 to 478 2015-06-28 17:11:35 -04:00
Fredrik Fornwall
b0527a7a14 Update greed from 3.11 to 4.1 2015-06-28 17:06:36 -04:00
Fredrik Fornwall
98a11888dc Update gpgme from 1.5.3 to 1.5.5 2015-06-28 17:05:10 -04:00
Fredrik Fornwall
42946eb04d Update global from 6.4 to 6.5 2015-06-28 17:04:53 -04:00
Fredrik Fornwall
33bd9916df Update git from 2.4.4 to 2.4.5 2015-06-28 17:02:56 -04:00
Fredrik Fornwall
a1cfef0eac Update gdk-pixbuf from 2.31.3 to 2.31.4 2015-06-28 17:00:57 -04:00
Fredrik Fornwall
05376af9b7 Update dcraw from 9.25 to 9.26 2015-06-28 16:51:47 -04:00
Fredrik Fornwall
3f8951e73b Update gcc from 4.9.2 to 4.9.3 2015-06-28 16:51:31 -04:00
Fredrik Fornwall
7f27473398 Update vim patch 2015-06-25 10:43:48 -04:00
Fredrik Fornwall
cdf33bce04 Update nodejs from 0.12.4 to 0.12.5 2015-06-25 09:27:18 -04:00
Fredrik Fornwall
861c55626d Update file from 5.22 to 5.23
Also switch to mirror since main ftp is down (access denied).
2015-06-25 07:49:59 -04:00
Fredrik Fornwall
8f7dda8321 Work against 64-bit builds 2015-06-25 06:36:03 -04:00
Fredrik Fornwall
c20833919e Update datamash from 1.0.6 to 1.0.7 2015-06-22 19:11:07 -04:00
Fredrik Fornwall
f2caf664c4 Update imagemagick from 6.9.1-5 to 6.9.1-6 2015-06-22 18:55:45 -04:00
Fredrik Fornwall
2391270ec6 Remove some default values no longer needed 2015-06-22 21:27:04 +02:00
Fredrik Fornwall
f44d3d210e Update vtutils to 0.5 2015-06-21 07:25:26 -04:00
Fredrik Fornwall
25a5638bb0 Remove outdated workaround for building subversion 2015-06-21 06:34:36 -04:00
Fredrik Fornwall
5b8bb72c57 Add etc/profile.d/* reading to bash package 2015-06-20 09:12:04 -04:00
Fredrik Fornwall
0f99c9d9a3 Add bash-completion 2015-06-20 09:11:37 -04:00
Fredrik Fornwall
7496576e53 Update cmake from 3.2.2 to 3.2.3 2015-06-20 08:58:45 -04:00
Fredrik Fornwall
41c89305c8 Update vim patch number 2015-06-20 08:56:39 -04:00
Fredrik Fornwall
8c92d8e3bc Update freetype from 2.5.5 to 2.6 2015-06-20 08:55:37 -04:00
Fredrik Fornwall
cf2ec23f6c Update harfbuzz from 0.9.40 to 0.9.41 2015-06-20 08:55:04 -04:00
Fredrik Fornwall
3d9556e125 Update curl from 7.42.1 to 7.43.0 2015-06-20 08:54:29 -04:00
Fredrik Fornwall
da8c5c92a8 Update imagemagick from 6.9.1-4 to 6.9.1-5 2015-06-20 08:41:47 -04:00
Fredrik Fornwall
552f076933 Update stunnel from 5.17 to 5.19 2015-06-20 08:28:36 -04:00
Fredrik Fornwall
38a502bee2 Update git from 2.4.3 to 2.4.4 2015-06-20 06:48:58 -04:00
Fredrik Fornwall
4e0cc2164e Update libmpfr from 3.1.2 to 3.1.3 2015-06-20 06:36:35 -04:00
Fredrik Fornwall
32ef886f5e Update openssl from 1.0.2a to 1.0.2c 2015-06-15 15:53:36 -04:00
Fredrik Fornwall
0eb41b83a7 Switch over to mirror for dropbear 2015-06-12 20:47:12 -04:00
Fredrik Fornwall
f722f9c2cd Update gnupg2 from 2.1.4 to 2.1.5 2015-06-12 19:06:13 -04:00
Fredrik Fornwall
59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00