Fredrik Fornwall
e07331bb1e
Merge pull request #222 from michalbednarski/gnupg-x86-asm-pie
...
gnupg: Don't have text relocations on x86
2016-04-19 23:20:24 +02:00
Fredrik Fornwall
668db3ed63
parallel: Avoid using /tmp ( fixes #221 )
2016-04-19 17:03:45 -04:00
michalbednarski
f019eb66d4
gnupg: Don't have text relocations on x86
...
GnuPG has x86-specific assembly files that don't have text relocations
only if they are preprocessed with PIC macro defined
These assembly files are src/mpi/i386/mpih-{add,sub}1.S
2016-04-19 21:12:29 +02:00
Fredrik Fornwall
0ec2b70462
termux-api: Start to cleanup api calling scripts
...
Start using shell built-in getops and remove long arguments.
Make both clipboard-set and sms-send either take argument or read
from stdin. Fixes https://github.com/termux/termux-api/issues/14
2016-04-19 16:35:23 +02:00
Fredrik Fornwall
0ae97c5e98
termux-tools: Quote $@ when sending from wrappers
...
Fixes https://github.com/termux/termux-api/issues/18
2016-04-19 10:28:08 -04:00
Fredrik Fornwall
954a5f0ea2
gcc: Add --disable-tls and --with-isl-{include,lib}
2016-04-18 14:58:44 -04:00
Fredrik Fornwall
0d25a03f11
emacs: Make scrolling when dragging finger work
2016-04-18 02:38:28 -04:00
Fredrik Fornwall
31dd323c81
termux-tools: More robust check for 64-bit runtime
...
Previously the wrapper scripts for binaries in /system/bin used
/system/bin/getprop to determine if /system/lib or /system/lib64
should be used for the LD_LIBRARY_PATH.
We now switch to checking for /system/bin/linker64 which should be
more robust and faster. Fixes #214 .
2016-04-18 00:55:28 -04:00
Fredrik Fornwall
684c863203
expect: Depend on libutil
2016-04-18 00:52:30 -04:00
Fredrik Fornwall
b8b6f1e0be
dos2unix: Fix Makefile patch
2016-04-18 00:51:30 -04:00
Fredrik Fornwall
a5b5a7d4fe
dos2unix: Add package
2016-04-18 00:37:44 -04:00
Fredrik Fornwall
257e5f0171
expect: Add package
2016-04-18 00:37:30 -04:00
Fredrik Fornwall
84d086ca1c
tcl: Rebuild and add sqlite extension
...
This rebuild also fixes dlopen() problem after the <dlfcn.h> patch.
2016-04-18 00:36:29 -04:00
Fredrik Fornwall
51c63287f7
ndk_patches: <dlfcn.h> now #define:s RTLD_*
...
The Android NDK headers define the RTLD_* values within an enum,
which causes problems with #ifdef checks. Patch these to instead
use #define which is more traditional and what much code expects.
2016-04-18 00:33:02 -04:00
Fredrik Fornwall
e388af28b0
sqlite: Update from 3.12.0 to 3.12.1
2016-04-18 00:10:00 -04:00
Fredrik Fornwall
b4ea04c31a
autossh: Add package
2016-04-16 20:05:08 -04:00
Fredrik Fornwall
9c03757c06
mosh: Depend on openssh
2016-04-16 17:17:07 -04:00
Fredrik Fornwall
1b58032556
termux-api: Bump version to 0.15
2016-04-16 17:15:21 -04:00
Fredrik Fornwall
36ff0d1474
termux-vibrate: Fix help text for --duration
2016-04-16 17:14:49 -04:00
Fredrik Fornwall
2637995c1e
coreutils: Fix sort&tac using /tmp ( closes #213 )
2016-04-16 02:53:01 -04:00
Fredrik Fornwall
383dea2e04
gnupg2: Fix output from gpg2 (see #152 )
2016-04-14 21:47:08 -04:00
Fredrik Fornwall
f3ad8a10c8
command-not-found: Update
2016-04-14 21:23:47 -04:00
Fredrik Fornwall
4d3416a492
Add the iconic cowsay package ( closes #191 )
2016-04-14 21:21:35 -04:00
Fredrik Fornwall
c71b9734f7
gnupg2: Make gpgconf output correctly (see #152 )
2016-04-14 20:48:07 -04:00
Fredrik Fornwall
a0c80d57cb
emacs: Do not strip away info pages ( closes #194 )
2016-04-14 20:47:04 -04:00
Fredrik Fornwall
fdca4d3569
mutt: Include patches from neomutt
...
This includes the trash patch (closes #211 ).
2016-04-14 09:40:25 -04:00
Fredrik Fornwall
c04536b593
getmail: Use python2, not python
...
This is needed since python is python3 in Termux.
2016-04-14 09:25:34 -04:00
Fredrik Fornwall
5ba8453589
nodejs: Update from 5.10.0 to 5.10.1
2016-04-14 08:53:22 -04:00
Fredrik Fornwall
a47b5f19fc
picolisp: Move ssl and httpGate from $PREFIX/bin
...
They are usually called in a controlled context, and should better
not clobber the global executables namespace.
2016-04-14 06:51:30 -04:00
Fredrik Fornwall
9b34914613
imagemagick: Update to latest patch
2016-04-13 20:40:11 -04:00
Fredrik Fornwall
651efa781e
perl: Bump build revision to force rebuild
...
This rebuild will be against a patched pwd.h so that perl does not
try to link in 'endpwent', which has been removed in Android N.
Fixes #212 .
2016-04-13 20:30:02 -04:00
Fredrik Fornwall
0ec3189ee9
command-not-found: Regenerate
2016-04-13 20:14:17 -04:00
Fredrik Fornwall
f8a019c557
lzip: Add package
2016-04-13 20:10:40 -04:00
Fredrik Fornwall
84d033cfe8
libmp3splt: Enable ogg and flac support
2016-04-13 19:58:13 -04:00
Fredrik Fornwall
1e08b36877
Add libflac and flac packages
2016-04-13 19:57:51 -04:00
Fredrik Fornwall
e35a44d7c1
Merge pull request #184 from vaites/mp3splt
...
Added mp3splt, libmp3splt, libmad and libid3tag packages
2016-04-14 01:34:24 +02:00
Fredrik Fornwall
202a1fb5d3
Merge pull request #181 from its-pointless/master
...
getmail: Add package
2016-04-14 01:22:10 +02:00
Fredrik Fornwall
a0443f31ac
picolisp: Fix typo
2016-04-13 19:00:11 -04:00
Fredrik Fornwall
492d2d5a09
libcrypt: Update with routines from FreeBSD
...
This brings in support for MD5, SHA-256 and SHA-512 encryption.
2016-04-13 18:42:14 -04:00
Fredrik Fornwall
2e708ec61f
golang: Update from 1.6 to 1.6.1
2016-04-13 17:35:36 -04:00
Fredrik Fornwall
1b1bdbf8a5
picolisp: Bundle pil(1) and picolisp(1) man pages
2016-04-13 10:13:59 -04:00
Fredrik Fornwall
28b412c731
command-not-found: Update with new commands
2016-04-13 09:57:13 -04:00
Fredrik Fornwall
edea1f1609
picolisp: Fix ext:Crypt and add bin/{httpGate,ssl}
2016-04-13 09:53:05 -04:00
Fredrik Fornwall
87da9256d6
libcrypt: Enable package
2016-04-13 06:48:47 -04:00
Fredrik Fornwall
2f7dfd9fe5
vorbis-tools: Add package
2016-04-13 05:59:05 -04:00
Fredrik Fornwall
a31c9bf406
fortune: Add package
2016-04-13 05:58:36 -04:00
Fredrik Fornwall
1bc99fb009
picolisp: Update from 16.3.1 to 16.4.1
2016-04-13 05:58:09 -04:00
Fredrik Fornwall
6a4a91455d
procps: Fix pkill behaving as pgrep ( closes #192 )
2016-04-12 01:20:42 -04:00
Fredrik Fornwall
fb97d80556
emacs: Bump build revision to fix arm&i686 build
2016-04-11 23:49:40 -04:00
Fredrik Fornwall
400193fc8e
Bump packages to force rebuild with libcurl
2016-04-11 09:21:47 -04:00
Fredrik Fornwall
6dc41b161c
cmake: Update from 3.4.3 to 3.5.1
2016-04-11 09:18:10 -04:00
Fredrik Fornwall
2763362397
leptonica: Avoid linking against openjpeg
2016-04-11 09:15:26 -04:00
Fredrik Fornwall
1e5cf6c36d
apt: Update from 1.2.9 to 1.2.10
2016-04-11 08:03:59 -04:00
Fredrik Fornwall
fde658151c
tmux: Update from 2.1 to 2.2
2016-04-11 07:25:59 -04:00
Fredrik Fornwall
a663f7796c
leptonica: Avoid fmemopen and use tmpfile
...
The <stdio.h> header is now patched so the tmpfile() callback now
works. This fixes the build on aarch64.
2016-04-11 07:12:24 -04:00
Fredrik Fornwall
85d557573e
curl: Update from 7.47.1 to 7.48.0
2016-04-11 06:18:14 -04:00
Fredrik Fornwall
b7cf71a02f
dcraw: Install binary into $PREFIX/bin/ correctly
...
Thanks live_the_dream
2016-04-11 06:06:24 -04:00
Fredrik Fornwall
8353c56c0b
Modify setup in wrappers for /system/bin/ commands
...
On several devices several tools in /system/bin/ requires
LD_LIBRARY_PATH to contain /system/lib(64). Check for the bit-ness
with `getprop ro.product.cpu.abilist64` and setup the environment
accordingly.
Closes #193 .
Closes #206 .
2016-04-10 20:20:17 -04:00
Fredrik Fornwall
7674128223
Merge pull request #186 from vaites/tesseract
...
Added Leptonica and Tesseract packages
2016-04-11 01:37:34 +02:00
Fredrik Fornwall
bd0332050f
mosh: Use perl directly instead of env
2016-04-09 18:04:12 -04:00
Fredrik Fornwall
b4d7f3dd28
mosh: Enable package
2016-04-09 17:19:38 -04:00
Fredrik Fornwall
8ffb4cc20b
protobuf: Link against libgnustl_shared.so
...
This avoids the situation where protobuf uses the default stripped
down standard Android C++ library while e.g. mosh links to the more
complete libgnustl_shared.so, which causes problems when mosh links
both to libprotobuf.so and libgnustl_shared.so.
2016-04-09 17:14:25 -04:00
Fredrik Fornwall
83bbf2b8a8
zbar: Shorten description and avoid build revision
2016-04-09 14:38:48 -04:00
Fredrik Fornwall
0edd8ef752
Merge pull request #188 from vaites/zbar
...
Added zbar package
2016-04-09 20:13:38 +02:00
Fredrik Fornwall
cc6aa93731
byobu: Update from 5.104 to 5.105
...
Also mark as platform-independent.
2016-04-09 14:09:44 -04:00
Fredrik Fornwall
fc45b8e28b
Merge pull request #199 from vaites/byobu
...
Added byobu package
2016-04-09 20:05:05 +02:00
Fredrik Fornwall
70467c9e23
irssi: Update from 0.8.18 to 0.8.19
2016-04-09 13:40:00 -04:00
Fredrik Fornwall
1e3008e4e9
emacs: Link against gnutls and libxml2
...
This enables more features and fixes https connections in a more
stable way.
2016-04-09 11:09:27 -04:00
Fredrik Fornwall
cef4acf0da
emacs: Patch emacsclient to avoid /tmp
2016-04-09 01:53:31 -04:00
Fredrik Fornwall
3cb2117667
git: Update from 2.7.4 to 2.8.1
2016-04-07 11:03:06 -04:00
Fredrik Fornwall
38c01554dc
emacs: Patch temporary-file-directory (avoid /tmp)
2016-04-06 18:28:22 -04:00
Fredrik Fornwall
5971ddb8b0
emacs: Patch server-socket-dir to avoid /tmp
2016-04-06 18:05:04 -04:00
Fredrik Fornwall
5b554458c2
mutt: Update from 1.5.24 to 1.6.0
2016-04-06 06:39:30 -04:00
Fredrik Fornwall
a8359366c6
sqlite: Update from 3.11.1 to 3.12.0
2016-04-04 19:09:32 -04:00
Fredrik Fornwall
e86e2fc5b1
nodejs: Update from 5.9.1 to 5.10.0
2016-04-04 05:05:43 -04:00
Fredrik Fornwall
0155abd0ee
vim: Update patch number
2016-04-04 05:05:07 -04:00
Fredrik Fornwall
752b897f47
tig: Rebuild with updated 64-bit toolchain
...
Fixes #197
2016-04-03 12:41:55 -04:00
Fredrik Fornwall
1d29ecee2e
apt: Update from 1.2.6 to 1.2.9
2016-04-03 12:41:10 -04:00
David Martinez
f30fba6bd5
Added byobu package
2016-04-03 01:15:20 +02:00
Oliver Schmidhauser
f21a7e1f74
Add ip command to termux-tools
2016-04-02 11:47:01 +02:00
Fredrik Fornwall
dc660e40c0
emacs: Bump build revision
2016-04-01 06:59:50 -04:00
Fredrik Fornwall
88e49e7345
command-not-found: Update
2016-04-01 06:58:58 -04:00
Fredrik Fornwall
f88c28f160
Move ping6 from inetutils to instead use system
...
The ping6 binary needs setuid, so use the working system version
instead of installing a broken version for non-root users.
Closes https://github.com/termux/termux-app/issues/74
2016-04-01 06:55:30 -04:00
Fredrik Fornwall
3b66b4867f
emacs: Avoid setting exec-path to nil
2016-03-31 19:05:01 -04:00
Fredrik Fornwall
1df4a885e2
busybox: Update from 1.24.1 to 1.24.2
2016-03-29 17:55:34 -04:00
Fredrik Fornwall
093efc2169
cvs: Add package
2016-03-29 17:54:43 -04:00
Fredrik Fornwall
786d3f9071
gzip: Update from 1.6 to 1.7
2016-03-29 17:53:50 -04:00
David Martínez
a15ca16ffa
Added zbar package
2016-03-29 23:51:57 +02:00
Fredrik Fornwall
a5421dbdf6
termux-tools: Search in more places for su
2016-03-28 13:07:00 -04:00
Fredrik Fornwall
22797e2894
unzip: Force updated build for aarch64
2016-03-28 06:02:02 -04:00
Fredrik Fornwall
88ba61888c
nodejs: Update from 5.9.0 to 5.9.1
2016-03-28 06:00:36 -04:00
Fredrik Fornwall
c491cc4966
proot: Expose /storage in termux-chroot
2016-03-27 18:10:22 -04:00
David Martínez
f27308373c
Added fmemopen support to Leptonica
2016-03-27 13:21:42 +02:00
David Martínez
27ce01e83b
Merge remote-tracking branch 'upstream/master' into tesseract
2016-03-27 11:25:15 +02:00
David Martínez
948212ba8a
Added mp3splt, libmp3splt, libmad and libid3tag packages
2016-03-27 09:15:32 +02:00
Fredrik Fornwall
216acc0654
vim: Setup vi -> vim symlink
2016-03-26 07:42:34 -04:00
its-pointless
bc094198c0
Added files via upload
2016-03-26 17:41:26 +11:00
its-pointless
aecffae6a3
Create utilities.py.patch
2016-03-26 17:38:12 +11:00
its-pointless
d7e4d08115
Create build.sh
2016-03-26 17:36:46 +11:00
Fredrik Fornwall
8ce98d7fe9
emacs: Update and patch more
...
Update emacs to 25.0.92, a prerelease for 25.1. Also patch some
more to avoid having it crashing on startup due to bugs in emacs
about undumped startup with a terminal. Closes #11 .
2016-03-25 23:33:48 -04:00
Fredrik Fornwall
2a86d5d9e2
git: Install perl files and update to 2.7.4
...
Installing perl files allows things using perl such as
'git add -p' to work.
Installing the git perl files is a bit messy when cross-compiling
git. We patch the install path to use a private folder for these
instead of messing with the system perl.
Note that git does not depend on perl, since that is a relatively
big dependency which many won't be using anyway.
2016-03-24 23:00:20 -04:00
Fredrik Fornwall
a5be048988
ffmpeg&libav: Remove custom strtod broken on arm
...
Defining a custom strtod on arm when using hard float breaks
since the function is marked in system headers as expecting a
soft abi. Hopefully strtod works on Android 5.0+ so the strtod
workaround is no longer needed.
Fixes #179 .
2016-03-24 21:42:59 -04:00
Fredrik Fornwall
1b3fe9854c
xvidcore: Avoid text relocations on i686
2016-03-24 21:38:17 -04:00
Fredrik Fornwall
9b6678fd01
abduco: Update from 0.5 to 0.6
2016-03-24 20:01:10 -04:00
Fredrik Fornwall
bed2b1ac65
gcc: Update to keep host-prefixed files in bin/
2016-03-24 18:38:13 -04:00
Fredrik Fornwall
64d160afe6
command-not-found: Update package list
2016-03-24 18:33:39 -04:00
Fredrik Fornwall
391aa3d473
termux-tools: Update su script, add getprop
2016-03-23 13:11:21 -04:00
Fredrik Fornwall
43ca47ce46
termux-tools: New 0.20 version with a su script
2016-03-23 13:08:04 -04:00
Fredrik Fornwall
5c7e02d7de
termux-tools: Add su wrapper
2016-03-23 12:45:54 -04:00
Fredrik Fornwall
4cb7166aa9
tree: Fix utf-8 support
2016-03-23 10:55:58 -04:00
Fredrik Fornwall
ef729f739e
tree: Rebuild with updated aarch64 toolchain
2016-03-23 10:45:45 -04:00
Fredrik Fornwall
5f2951bea2
libgpg-error: Fix posix lock objet on aarch64
...
Bump build revision on dependant packages since this changes the
libgpg ABI.
2016-03-23 07:32:44 -04:00
Fredrik Fornwall
1a6b9b4c02
nodejs: Update from 5.8.0 to 5.9.0
2016-03-23 07:11:11 -04:00
David Martínez
2225c1f45a
tesseract: added JPEG and PNG support
2016-03-22 22:36:59 +01:00
Fredrik Fornwall
f612790cba
htop&nano: Rebuild for updated aarch64 toolchain
2016-03-22 17:36:55 -04:00
Fredrik Fornwall
c5730e4dfb
libandroid-support: Include musl-ctype/
2016-03-22 17:05:51 -04:00
Fredrik Fornwall
d25beefc0e
coreutils: Bump build after MB_CUR_MAX change
2016-03-22 17:03:26 -04:00
Fredrik Fornwall
e802a5e7cc
Patch stdlib.h to have MB_CUR_MAX=4
...
We always want to use utf-8 so let's try this.
2016-03-22 16:58:15 -04:00
Fredrik Fornwall
8cd4ab4e6f
termux-api: Ensure /system/bin/am_process in PATH
...
Closes https://github.com/termux/termux-api/issues/12
2016-03-22 11:14:56 -04:00
Fredrik Fornwall
ea6cbe8fab
mc: Add patch fixing shell links ( closes #175 )
...
See https://mail.gnome.org/archives/mc-devel/2016-March/msg00015.html
2016-03-21 23:11:05 -04:00
Fredrik Fornwall
145d0fe3d6
termux-tools: Fix the am and pm wrapper
2016-03-21 22:42:11 -04:00
Fredrik Fornwall
01176e2d8f
Enable the proot package
2016-03-21 21:42:20 -04:00
Fredrik Fornwall
dcad05c5aa
termux-tools: Add dalvikvm wrapper
2016-03-21 21:34:26 -04:00
Fredrik Fornwall
b54e054905
coreutils: Remove chroot
2016-03-21 21:32:56 -04:00
Fredrik Fornwall
8b352090bf
termux-tools: Add ping and logcat wrappers
2016-03-21 20:08:39 -04:00
Fredrik Fornwall
d13d71aa27
Add libtalloc package
2016-03-21 20:08:20 -04:00
Fredrik Fornwall
4d2c855c2a
pass: Fix gpg -> gnupg
2016-03-21 19:15:20 -04:00
Fredrik Fornwall
afd500a774
Add pass package ( closes #147 )
2016-03-22 00:12:23 +01:00
Fredrik Fornwall
196cc8991b
mutt: Enable gpgme support
...
Not verified yet, see issue #147 .
2016-03-21 11:43:27 -04:00
Fredrik Fornwall
d290f3fb86
vim: Update to latest patch
2016-03-20 19:21:39 -04:00
Fredrik Fornwall
98cc1d7b97
gcc: Update from 4.93 to 5.3.0
...
Also, start depending on the libgcc package for the libgcc.a runtime
library taken from the NDK instead of trying to build it ourselves.
2016-03-20 18:59:41 -04:00
Fredrik Fornwall
3e902b5f00
clang: Depend on libgcc ( fixes #72 )
2016-03-20 18:53:27 -04:00
Fredrik Fornwall
46c859b5b1
php: Bump build revision for new package
2016-03-20 17:39:56 -04:00
michalbednarski
50111527d8
php: Enable zlib extension
2016-03-20 16:58:45 +01:00
Fredrik Fornwall
9d16c45ec8
Add a libgcc package
2016-03-19 20:00:17 -04:00
Fredrik Fornwall
2d259302a9
fish: Do not always build from latest master
...
Build from a specific commit to avoid suprises and always creating
a new version on each build.
2016-03-19 15:34:38 -04:00
Fredrik Fornwall
3deed90488
Add a ctags package containing Universal Ctags
...
The ctags implementation from Universal Ctags (https://ctags.io/ )
is hopefully the best ctags alternative that works with e.g. vim.
Remove the ctags binary from emacs so it does not conflict with
this new package (the etags program remains for emacs to use).
2016-03-19 15:16:11 -04:00
Fredrik Fornwall
5082cc4939
vim: Set utf-8 as encoding in the system vimrc
2016-03-19 09:20:40 -04:00
Fredrik Fornwall
e06d93a64e
nmap: Setup nc as symlink to ncat
2016-03-19 09:08:44 -04:00
Fredrik Fornwall
82c4064fb9
nmap: Install ncat as a dependency
...
The ncat tool is usually installed as part of nmap, so installing
ncat as a dependency of nmap makes sense. After feedback in #162 .
2016-03-19 08:38:33 -04:00
Fredrik Fornwall
732c17a688
netcat: Split out package from nmap
...
Split ncat (https://nmap.org/ncat/ ), the netcat implementation from
the nmap project out into it's own package.
Also setup netcat as a symlink to ncat for discoverability and
for users used to netcat.
Closes #162 .
2016-03-18 16:45:12 -04:00
Fredrik Fornwall
df9496c36c
command-not-found: Update to latest commands
2016-03-18 16:43:01 -04:00
Fredrik Fornwall
9a50abbd96
Remove the openbsd netcat package
...
It will be replaced by ncat from the nmap project.
2016-03-18 16:38:42 -04:00
Fredrik Fornwall
dc90a1d50a
busybox: Add 'more' since some are used to that
2016-03-17 19:26:20 -04:00
Fredrik Fornwall
e1b16e5052
vim: Update patch number
2016-03-17 19:23:03 -04:00
Fredrik Fornwall
393a6df03f
luarocks: Update from 2.2.2 to 2.3.0
2016-03-17 11:43:02 -04:00
Fredrik Fornwall
346477db98
termux-fix-shebang: Only modify first line
2016-03-17 11:38:03 -04:00
Fredrik Fornwall
111729c744
vim: Keep files for vimtutor and spelling
2016-03-16 18:25:19 -04:00
Fredrik Fornwall
c48baa622f
libandroid-support: Add back strfmon.c
2016-03-16 17:38:49 -04:00
Fredrik Fornwall
a1f3b0beb9
mc: Force rebuild to fix elf file flags
2016-03-16 14:34:44 -04:00
Fredrik Fornwall
bc0596c11b
ffmpeg&libav: Enable libmp3lame ( closes #170 )
2016-03-16 14:28:30 -04:00
Fredrik Fornwall
9d57b270c2
Add netcat package
2016-03-16 12:24:20 -04:00
Fredrik Fornwall
13e9a16277
nodejs: Update from 5.7.1 to 5.8.0
2016-03-16 10:54:17 -04:00
Fredrik Fornwall
257b3744d1
dpkg: Do not even try creating hardlinks
...
We now that it will fail on Android (from 6.0 on), and this only
causes a lot of warning output about denied system call in logcat.
2016-03-16 10:53:16 -04:00
Fredrik Fornwall
b4dab8e7c5
mc: Make mcedit work
...
Fixes #165 .
2016-03-14 22:15:40 -04:00
Fredrik Fornwall
0a70d0e148
fish: Fix help url
2016-03-14 21:12:57 -04:00
Fredrik Fornwall
478c8f9ec0
mc: Update from 4.8.15 to 4.8.16
2016-03-14 21:06:35 -04:00
Fredrik Fornwall
194afd8a60
grep: Update from 2.23 to 2.24
2016-03-14 11:43:36 -04:00
Fredrik Fornwall
8ee6c88ff5
apt: Update from 1.2.4 to 1.2.6
2016-03-14 04:30:39 -04:00
Fredrik Fornwall
d453a4861f
libandroid-support: Add back some musl-multibyte
...
This fixes e.g. findutils find.
2016-03-14 04:20:12 -04:00
Fredrik Fornwall
0c1ada1f25
libandroid-support: 32-bit build same as 64-bit
...
Fixes e.g. wide character problems with the fish shell.
2016-03-13 18:13:26 -04:00
Fredrik Fornwall
c8b6264e23
Make it possible to build packages with clang
2016-03-13 17:59:15 -04:00
Fredrik Fornwall
f8c73c795c
fish: Avoid calling 'hostname'
2016-03-13 17:57:53 -04:00
Fredrik Fornwall
2a435b690e
libandroid-support: Define nl_langinfo for 64-bit
2016-03-12 17:51:55 -05:00
Fredrik Fornwall
1f6040f4e7
fish: Fix runtime tmp path
2016-03-12 15:53:13 -05:00
Fredrik Fornwall
ba991d9ad2
openssh: Update from 7.2p1 to 7.2p2
2016-03-12 15:42:31 -05:00
Fredrik Fornwall
839f6ac48f
gdb: Fix to build on aarch64
2016-03-10 18:45:44 -05:00
Fredrik Fornwall
6e1eae49c0
clang: Update from 3.7.1 to 3.8.0
2016-03-10 18:20:12 -05:00
Fredrik Fornwall
03e92e97aa
gdb: Add comment explaining autoconf variables
2016-03-10 15:18:35 -05:00
Fredrik Fornwall
0c6be16535
picolisp: Update from 16.2.11 to 16.3.1
2016-03-10 12:01:28 -05:00
Fredrik Fornwall
736255bf73
libgc: Update commit used
2016-03-10 12:01:28 -05:00
Fredrik Fornwall
fc3ae02b63
gdb: Update 7.10 to 7.11 and NDK r11 compatibility
2016-03-10 11:47:23 -05:00
Fredrik Fornwall
47e003b1b6
dnsutils: Update patch level
2016-03-10 10:52:00 -05:00
Fredrik Fornwall
10b7af443d
clang: Remove workaround not needed in NDK r11
2016-03-10 10:04:11 -05:00
Fredrik Fornwall
2b90cc3d16
libgc: NDK r11 compatibility (tkill removed)
2016-03-10 07:17:59 -05:00
Fredrik Fornwall
c30d38226b
Initial stab at NDK r11 support
2016-03-10 12:01:58 +01:00
Rik Snel
359f14c4df
fix circular dependency, hunspell-en-us does not depend on hunspell
2016-03-09 20:29:29 +01:00
Fredrik Fornwall
4f16bcb43a
transmission: Update from 2.84 to 2.92
2016-03-07 20:35:31 -05:00
Fredrik Fornwall
1f2ef937da
tcl: Update from 8.6.4 to 8.6.5
2016-03-07 20:30:55 -05:00
Fredrik Fornwall
7821151115
parallel: Update and mark as platform-independent
2016-03-07 20:25:10 -05:00
Fredrik Fornwall
48e4704aa8
nodejs: Update from 5.7.0 to 5.7.1
2016-03-07 20:22:30 -05:00
Fredrik Fornwall
2fa969f42c
stunnel: Update from 5.30 to 5.31
2016-03-07 20:22:07 -05:00
Fredrik Fornwall
787a74c47f
pkg-config: Update from 0.29 to 0.29.1
2016-03-07 20:21:47 -05:00
Fredrik Fornwall
5bcfb093cd
netpbm: Update revision
2016-03-07 20:11:44 -05:00
Fredrik Fornwall
8604f801a0
libpixman: Update from 0.32.8 to 0.34.0
2016-03-07 20:03:27 -05:00
Fredrik Fornwall
987f6c6590
poppler: Update from 0.39.0 to 0.41.0
2016-03-07 19:56:20 -05:00
Fredrik Fornwall
1d16c8272d
librsvg: Update from 2.40.12 to 2.40.13
2016-03-07 19:56:01 -05:00
Fredrik Fornwall
cbcf5e9169
libopus: Update from 1.1.1 to 1.1.2
2016-03-07 19:55:37 -05:00
Fredrik Fornwall
b92efadafd
libmpfr: Update from 3.1.3 to 3.1.4
2016-03-07 19:55:16 -05:00
Fredrik Fornwall
4f367c6eec
libav: Update from 11.4 to 11.6
2016-03-07 19:54:57 -05:00
Fredrik Fornwall
363754f6b2
libmsgpack: Update from 1.4.0 to 1.4.1
2016-03-07 19:54:42 -05:00
Fredrik Fornwall
d66c7c3fb8
libluajit: Update from 2.1 beta1 to beta2
2016-03-07 19:36:57 -05:00
Fredrik Fornwall
05f3b9f070
ffmpeg: Update from 2.8.5 to 3.0
2016-03-07 19:34:01 -05:00
Fredrik Fornwall
bfaf5dc9da
gnutls: Update from 3.4.9 to 3.4.10
2016-03-07 19:33:44 -05:00
Fredrik Fornwall
552630a8dc
irssi: Update from 0.8.17 to 0.8.18
2016-03-07 19:23:23 -05:00
Fredrik Fornwall
3dcfb6c368
iperf3: Update from 3.1.1 to 3.1.2
2016-03-07 19:16:57 -05:00
Fredrik Fornwall
4ace4d5f95
imagemagick: Update to latest patch release
2016-03-07 19:16:35 -05:00
Fredrik Fornwall
3cbff7b129
gnuplot: Update from 4.6.6 to 4.6.7
2016-03-07 19:14:25 -05:00
Fredrik Fornwall
91ebda157d
harfbuzz: Update from 1.1.2 to 1.2.3
2016-03-07 19:12:13 -05:00
Fredrik Fornwall
638975f349
gdk-pixbuf: Update from 2.32.1 to 2.32.3
2016-03-07 19:08:21 -05:00
Fredrik Fornwall
de3366d8e9
freetype: Update from 2.6.2 to 2.6.3
2016-03-07 19:01:51 -05:00
Fredrik Fornwall
71963d19cc
fzf: Update from 0.11.3 to 0.11.4
2016-03-07 19:00:16 -05:00
Fredrik Fornwall
5815d16a08
cmake: Update from 3.4.1 to 3.4.3
2016-03-07 18:56:52 -05:00
Fredrik Fornwall
1a850952e5
bash-completion: Update from 2.1 to 2.2
2016-03-07 18:47:26 -05:00
Fredrik Fornwall
c52d3653c8
asciinema: Update from 1.1.1 to 1.2.0
2016-03-07 18:43:30 -05:00
Fredrik Fornwall
ea46b7443f
aria2: Update from 1.19.3 to 1.20.0
2016-03-07 18:41:45 -05:00
Fredrik Fornwall
47013c9ddc
c-ares: Update from 1.10 to 1.11
2016-03-07 18:41:26 -05:00
Fredrik Fornwall
76ce8d6527
nano: Update from 2.5.2 to 2.5.3
2016-03-07 18:28:03 -05:00
Fredrik Fornwall
789dee9d83
vim: Update to latest patch
2016-03-07 18:21:46 -05:00
Fredrik Fornwall
39b1d4805b
htop: Update from 2.0.0 to 2.0.1
2016-03-07 18:17:27 -05:00
Fredrik Fornwall
ab41f5b49c
bash: Fix process substitution (the <(...) thingy)
2016-03-07 14:55:09 -05:00
Fredrik Fornwall
707a095f00
sqlite: Update from 3.11.0 to 3.11.1
2016-03-07 13:57:44 -05:00
Fredrik Fornwall
2e182e9371
hunspell-en-us: Mark as platform-independent
2016-03-06 02:39:51 -05:00
Fredrik Fornwall
5b99d33689
hunspell: Fix tmpfile handling
...
Also add dependency on english hunspell dictionary.
2016-03-06 02:35:15 -05:00
Fredrik Fornwall
8de869ffaa
bison: Update build revision
2016-03-06 01:19:52 -05:00
michalbednarski
e5293e16a0
bison: Don't use absolute path to m4
2016-03-05 22:33:11 +01:00
Fredrik Fornwall
cc3870bfd8
php: Update from 5.6.17 to 5.6.19
2016-03-04 16:21:05 -05:00
Fredrik Fornwall
07fa12cca6
Merge pull request #154 from michalbednarski/php-glob
...
php: Enable glob() function
2016-03-04 22:08:52 +01:00
michalbednarski
fce1dffed9
php: Update path to /bin/sh for proc_open()
2016-03-04 19:08:21 +01:00
michalbednarski
daba97c624
php: Enable glob() function
2016-03-04 19:05:38 +01:00
Fredrik Fornwall
620ebd766e
apt: Do not overwrite sources.list automatically
...
- Add etc/apt/sources.list to conffiles. Closes #148 .
- Update from apt 1.2.3 to 1.2.4.
2016-03-03 17:56:35 -05:00
Fredrik Fornwall
ee1dcc9754
dpkg: Fix conffiles handling
...
- Use 'less' as default pager instead of 'pager'.
- Fix configure.c to work without hard links.
2016-03-03 17:45:46 -05:00
Fredrik Fornwall
a9f53978ff
openssl: Update from 1.0.2f to 1.0.2g
2016-03-02 11:06:37 -05:00
Fredrik Fornwall
61e77fb120
weechat: Fix the python plugin to load
2016-02-29 18:04:31 -05:00
Fredrik Fornwall
3e00bd80ce
nodejs: Update from 5.6 to 5.7
2016-02-29 16:51:58 -05:00
Fredrik Fornwall
08a9993c66
mlocate: Index home/ in addition to usr/
2016-02-29 12:33:44 -05:00
Fredrik Fornwall
0ad3a6da2e
Add system clipboard support to Neovim
...
Since termux doesn't support the X11 clipboard (i.e. tools like xclip or
xsel), this patch allows Neovim to use plugins that require a clipboard,
such as netrw. Requires the termux-api package.
Patch by Matthew Klein:
https://github.com/termux/termux-packages/pull/141
2016-02-29 03:17:25 -05:00
Fredrik Fornwall
9dffd0f19f
libmsgpack: Update from 1.3.0 to 1.4.0
2016-02-29 03:16:52 -05:00
Fredrik Fornwall
8c37ff6bd0
openssh: Update from 7.1p2 to 7.2p1
2016-02-29 02:47:00 -05:00
Fredrik Fornwall
c7d6e1faed
Merge pull request #144 from drudge/patch-1
...
Enable SFTP subsystem in openssh package
2016-02-29 08:32:20 +01:00
Fredrik Fornwall
13a414dd30
libsqlite: Update for real
2016-02-29 02:19:10 -05:00
Fredrik Fornwall
035e27f9f5
glib: Specify --disable-znodelete
...
This avoids the ELF DF_1_NODELETE value being used which most Android
5.0 linkers does not support.
2016-02-29 01:54:01 -05:00
Fredrik Fornwall
53882d1b07
apt: Update from 1.2.1 to 1.2.3
2016-02-28 02:03:46 -05:00
Fredrik Fornwall
8a045ecd22
taskwarrior: Update from 2.5.0 to 2.5.1
2016-02-28 02:02:16 -05:00
Fredrik Fornwall
0a4ccaa987
git: Update from 2.7.1 to 2.7.2
2016-02-28 02:00:03 -05:00
Fredrik Fornwall
de7b01b870
libsqlite: Update from 3.10.1 to 3.11.0
2016-02-28 01:59:43 -05:00
Fredrik Fornwall
3ea39a774c
python: Show that this is python 3 in description
2016-02-28 01:49:55 -05:00
Fredrik Fornwall
a5a74e524c
git: Update from 2.7.0 to 2.7.1
2016-02-22 04:01:42 -05:00
Nicholas Penree
88a11b0e8a
Enable SFTP subsystem in openssh package
2016-02-20 22:19:28 -05:00
Fredrik Fornwall
d7b6967a9f
htop: Update to 2.0.0 ( fixes #142 )
2016-02-19 06:19:00 -05:00
Fredrik Fornwall
912896d636
vim: Update to latest patch
2016-02-18 03:11:13 -05:00
Fredrik Fornwall
70c2af9206
nano: Update from 2.5.1 to 2.5.2
2016-02-18 02:49:42 -05:00
Fredrik Fornwall
2314592bc2
dialog: Update to latest version
2016-02-18 00:01:45 -05:00
Fredrik Fornwall
49ed609575
imagemagick: Update to latest version
2016-02-17 23:45:10 -05:00
Fredrik Fornwall
d4d188443e
picolisp: Update to latest version
2016-02-17 23:45:01 -05:00
Fredrik Fornwall
bd75d62a8d
asciinema: Ensure share/man/man1/ folder exists
2016-02-17 23:19:13 -05:00
Fredrik Fornwall
de02e8b6f1
fzf: Update from 0.11.2 to 0.11.3
2016-02-17 23:14:14 -05:00
Fredrik Fornwall
07d9b07c65
pick: Update from 1.2.1 to 1.3.0
2016-02-17 23:12:49 -05:00
Fredrik Fornwall
494260c50d
golang: Update to 1.6 final
2016-02-17 22:41:22 -05:00
Fredrik Fornwall
1fe99be6e8
fzf: Fix packaging error with fzf.vim
2016-02-15 08:14:37 -05:00
Fredrik Fornwall
7248502f4f
tree: Shorten description
2016-02-15 06:40:27 -05:00
Gert Scholten
df53b3c313
Add tree package
...
Tree is a recursive directory listing command that produces a depth indented
listing of files, which is colorized ala dircolors if the LS_COLORS environment
variable is set and output is to tty.
http://mama.indstate.edu/users/ice/tree/
2016-02-14 15:04:22 +01:00
Fredrik Fornwall
0b5eaee9d6
zsh: Enable the zsh/regex module
2016-02-13 18:22:17 -05:00
Fredrik Fornwall
4c081490b6
curl: Update from 7.46.0 to 7.47.1
2016-02-12 18:50:29 -05:00
Fredrik Fornwall
6ed18c3bb3
nodejs: Update from 5.5.0 to 5.6.0
2016-02-12 07:29:39 -05:00
Fredrik Fornwall
2bdb5c818a
libgcrypt: Update from 1.6.4 to 1.6.5
2016-02-10 10:56:09 -05:00
Fredrik Fornwall
0195cf3e39
ilinux-man-pages: Update and add man as dependency
2016-02-10 10:10:11 -05:00
Fredrik Fornwall
f9bd2f0912
picolisp: Validate that correct version is built
2016-02-09 05:47:04 -05:00
Fredrik Fornwall
89f5e911e6
picolisp: Update from 15.11 to 16.2.7
2016-02-08 06:26:05 -05:00
Fredrik Fornwall
14fc08f7a6
busybox: Fix 'diff' when for pipes/stdin
2016-02-08 05:52:15 -05:00
Fredrik Fornwall
0d46b4d25c
gdb: Fix "setpgrp failed in child" error
...
This broke e.g. Ctrl+C behaviour when debugging programs under gdb.
Fixes #73 .
2016-02-07 19:33:15 -05:00
Fredrik Fornwall
95eeb895a5
gdb: Change default solib search path
...
Add /system/lib(64) and /system/vendor/lib(64) to the default
solib search path so that system shared libraries are found.
Error mentioned in issue #73 .
2016-02-07 19:05:09 -05:00
Fredrik Fornwall
80d47dc4cc
inetutils&socat: Add libutil as dependency
2016-02-07 17:14:26 -05:00
Fredrik Fornwall
5cdaf95a88
lynx: Add libdn as dependency
2016-02-07 17:08:55 -05:00
Fredrik Fornwall
f636b95728
asciinema: Add the man page to the package
2016-02-07 17:05:57 -05:00
Fredrik Fornwall
ba59837cae
rlwrap: Avoid linking against libutil
2016-02-07 17:04:28 -05:00
David Martínez
a4279e8660
Merge branch 'master' into tesseract
2016-02-06 14:00:58 +01:00
David Martínez
93779b4a2b
Added Leptonica and Tesseract packages
2016-02-06 13:57:18 +01:00
Fredrik Fornwall
4348c52623
wol: Fix 64-bit build
2016-02-05 18:05:29 -05:00
Fredrik Fornwall
ac398bf4e0
aapt: Fix 64-bit build
2016-02-05 18:05:14 -05:00
Fredrik Fornwall
08e7f324ff
debianutils: Update from 4.5.1 to 4.7
2016-02-05 18:05:00 -05:00
Fredrik Fornwall
c734c1a3c5
grep: Update from 2.22 to 2.23
2016-02-05 18:04:36 -05:00
Fredrik Fornwall
190ed8edce
neovim: Update patch to apply against master
2016-02-05 18:00:22 -05:00
Fredrik Fornwall
de726e9381
libtool: Remove specs flag
2016-02-04 09:38:32 -05:00
Fredrik Fornwall
3a19b11880
libtool: Correct paths to some binaries
2016-02-04 09:30:24 -05:00
Fredrik Fornwall
351431c6e7
libgnutls and libnettle: Update to latest versions
2016-02-03 16:26:13 -05:00
Fredrik Fornwall
eba3897713
tinyscheme: Fix non-PIE binary and init.scm path
...
Fixes #134 .
2016-02-03 09:23:58 -05:00
Fredrik Fornwall
68a532740c
apt: Add methods/store added to apt in 1.2
2016-02-02 16:25:46 -05:00
Fredrik Fornwall
66d8fddacc
Add libev package
2016-02-02 10:35:07 -05:00
Fredrik Fornwall
362ea15214
Add tinyscheme
2016-01-31 09:29:07 -05:00
Fredrik Fornwall
be0d31241f
Build specific commit for libvterm
2016-01-31 09:25:09 -05:00
Fredrik Fornwall
66ccf9b586
macchanger: Add new package
2016-01-29 10:08:17 -05:00
Fredrik Fornwall
af0d7b0280
elinks: Avoid linking to libgc
2016-01-29 08:24:49 -05:00
Fredrik Fornwall
1c0a06eae9
parallel: Update to latest version
2016-01-29 05:24:33 -05:00
Fredrik Fornwall
de342bf4da
ffmpeg: Update from 2.8.4 to 2.8.5
2016-01-29 05:24:19 -05:00
Fredrik Fornwall
41d50be2e2
imagemagick: Update to latest version
2016-01-29 05:24:06 -05:00
Fredrik Fornwall
d5dc248a88
stunnel: Update from 5.29 to 5.30
2016-01-29 04:00:43 -05:00
Fredrik Fornwall
6babd0d915
dialog: Update to latest version
2016-01-28 18:31:31 -05:00
Fredrik Fornwall
6dd6c071a0
golang: Update from 1.6beta2 to 1.6rc1
2016-01-28 17:58:16 -05:00
Fredrik Fornwall
59b03545ab
ca-certificates: Update to latest
2016-01-28 17:40:13 -05:00
Fredrik Fornwall
b7abed4fd5
binutils: Prepare for 64-bit build
2016-01-28 15:28:32 -05:00
Fredrik Fornwall
52cedfe48c
flex: Configure path to m4. Add dependency on m4.
2016-01-28 15:19:50 -05:00
Fredrik Fornwall
13ccf6586f
elinks: Add libbz2 dependency
2016-01-28 13:52:06 -05:00
Fredrik Fornwall
2633909c7d
wol: Remove info files, specify man dir
2016-01-28 13:51:50 -05:00
Fredrik Fornwall
b7ba9bd75e
Merge pull request #131 from vaites/master
...
New packages: elinks and wol
2016-01-28 18:54:23 +01:00
Fredrik Fornwall
f6d776284c
gnupg2: Update from 2.1.10 to 2.1.11
2016-01-28 12:52:09 -05:00
Fredrik Fornwall
41c3e84e2a
openssl: Update from 1.0.2e to 1.0.2f
2016-01-28 12:49:06 -05:00
Fredrik Fornwall
d104e472bd
binutils: Avoid linking to flex shared lib
2016-01-28 11:17:28 -05:00
Fredrik Fornwall
fd000fc61c
binutils: Update from 2.25 to 2.26
2016-01-28 10:48:48 -05:00
Fredrik Fornwall
039b43de92
apt: Update from 1.1.10 to 1.2.1
...
Also bundle the new bash completion for 'apt'.
2016-01-28 09:00:41 -05:00
David Martínez
e4f6688e11
wol: Add package
2016-01-25 18:30:18 +01:00
Fredrik Fornwall
de255e9c15
git: Rebuild with https support
...
Also add test to ensure that the git package is built with
https support.
2016-01-25 06:28:25 -05:00
Fredrik Fornwall
ee49372d87
libconfig: Move out from disabled-packages
2016-01-25 06:04:16 -05:00
Fredrik Fornwall
9b4c5fc90f
vim: Update to latest patch
2016-01-24 17:30:00 -05:00
Fredrik Fornwall
f18a9f6041
bash-completion: Mark as arch-independent
...
Also add patch from coming version
2016-01-24 17:29:25 -05:00
Fredrik Fornwall
dc68cb1e02
nodejs: Update from 5.4.1 to 5.5.0
2016-01-24 17:27:34 -05:00
Fredrik Fornwall
e8c88e6964
git: Install git-completion.bash from contrib/
2016-01-24 17:26:52 -05:00
David Martínez
47c25a7138
elinks: Add package
2016-01-24 02:04:24 +01:00
Fredrik Fornwall
37606179a9
Add abduco and dvtm packages
2016-01-21 10:20:26 -05:00
Fredrik Fornwall
15d5812ca8
vim: Update patch from 1090 to 1147
2016-01-21 09:02:57 -05:00
Fredrik Fornwall
7fd1315fc9
Update command-not-found
2016-01-21 06:21:10 -05:00
Fredrik Fornwall
bc962c13ff
rdiff: Fix dependencies split between lines
2016-01-21 06:19:51 -05:00
Fredrik Fornwall
a641a8f624
dnsutils: Update from 9.10.3-P2 to 9.10.3-P3
2016-01-21 05:33:55 -05:00
Fredrik Fornwall
25368b03e5
libpng: Update from 1.6.20 to 1.6.21
2016-01-20 20:18:36 -05:00
Fredrik Fornwall
61c9987586
librsync: Add package
2016-01-20 20:04:02 -05:00
Fredrik Fornwall
ce2df128f3
libpopt: Add package
2016-01-20 20:03:41 -05:00
Fredrik Fornwall
5c824fc3f2
imagemagick: Update from 6.9.3-0 to 6.9.3-1
2016-01-20 20:02:52 -05:00
Fredrik Fornwall
e137a06fbd
coreutils: Update from 8.24 to 8.25
2016-01-20 17:49:00 -05:00
Fredrik Fornwall
64ffad6a2b
pinentry: Add package
2016-01-20 17:25:30 -05:00
Fredrik Fornwall
01c4a6f51b
gnupg2: Depend on pinentry and configure patch
2016-01-20 17:24:42 -05:00
Fredrik Fornwall
55835f219e
libgcrypt: Fix crash in gpg-agent on arm devices
2016-01-20 17:23:45 -05:00
Fredrik Fornwall
27d2d37379
nmap: Bump version after dep change
2016-01-19 19:41:23 -05:00
Fredrik Fornwall
7e92f47492
lighttpd: Work around cyanogenmod dlopen problem
...
This hopefully fixes #122 .
2016-01-19 17:47:48 -05:00
Fredrik Fornwall
9565aba6d4
fzf: Update from 0.11.1 to 0.11.2
2016-01-19 17:17:16 -05:00
Fredrik Fornwall
ecb95da347
datamash: Update from 1.0.7 to 1.1.0
2016-01-18 10:27:37 -05:00
Fredrik Fornwall
7a9e707f15
hexcurse: Backport patch to show help
...
Add patch from unreleased version which shows help if no filename
argument is supplied.
2016-01-16 08:51:45 -05:00
Fredrik Fornwall
17fa254aa5
corkscrew: Add man page from debian
2016-01-15 10:22:02 -05:00
Fredrik Fornwall
86053f6ed5
fzf: Clean up and delete fzf.vim after install
2016-01-15 10:15:22 -05:00
Fredrik Fornwall
202aebd59e
Merge pull request #126 from 4679/master
...
add corkscrew
2016-01-15 16:14:47 +01:00
4679
e4539a949f
add git to ubuntu-setup.sh and Dockerfile,add corkscrew
2016-01-15 21:32:49 +08:00
Fredrik Fornwall
aeda1764c8
libgc: Fix build
2016-01-15 05:36:07 -05:00
Fredrik Fornwall
f3d9c5cf67
nano: Update from 2.5.0 to 2.5.1
2016-01-15 05:35:26 -05:00
Fredrik Fornwall
16a4b07771
vim: Update to lastest patch
2016-01-15 05:33:45 -05:00
Fredrik Fornwall
1224589f47
nodejs: Update from 4.2.3 to 5.4.1
2016-01-14 22:41:39 -05:00
Fredrik Fornwall
a49c8db0dd
libgnutls: Depend in libidn
2016-01-14 22:41:15 -05:00
Fredrik Fornwall
cff6a81eb4
libgc: Build specified prerelase snapshot
...
Build a specific prerelease version of libgc instead of building
from latest version automatically.
2016-01-14 19:02:35 -05:00
Fredrik Fornwall
475a14a371
golang: Update from 1.6beta1 to 1.6beta2
2016-01-14 18:57:13 -05:00
Fredrik Fornwall
bfde043371
openssh: Update from 7.1p1 to 7.1p2
2016-01-14 18:37:43 -05:00
Fredrik Fornwall
a967288683
sqlite: Update from 3.9.2 to 3.10.1
2016-01-14 18:03:24 -05:00
Fredrik Fornwall
f72fc7825c
php: Update to 5.6.17 and enable socket extension
2016-01-14 17:59:12 -05:00
Fredrik Fornwall
5ff93005a1
libgnutls: Update from 3.4.7 to 3.4.8
2016-01-14 17:59:12 -05:00
Fredrik Fornwall
08d717918a
termux-api: Add termux-vibrate -f/--force option
2016-01-12 08:05:17 -05:00
Fredrik Fornwall
bfbb91ff40
stunnel: Update from 5.28 to 5.29
2016-01-11 08:46:42 -05:00
Fredrik Fornwall
9a653b4634
fzf: Add package
2016-01-10 19:51:38 -05:00
Fredrik Fornwall
f6a562876b
Remove duplication of golang setup
2016-01-10 19:45:41 -05:00
Fredrik Fornwall
fce29be57d
clang: Update from 3.7 to 3.7.1
2016-01-10 18:02:44 -05:00
Fredrik Fornwall
fe26c7a833
lighttpd: Update from 1.4.38 to 1.4.39
2016-01-10 18:00:24 -05:00
Fredrik Fornwall
2909a1a38d
weechat: Update from 1.3 to 1.4
2016-01-10 17:58:28 -05:00
Fredrik Fornwall
dfb86131d7
Add libzopfli package
2016-01-09 20:51:28 -05:00
Fredrik Fornwall
88b27cc6bd
clang: Fix aarch64 build
2016-01-05 09:15:12 -05:00
Fredrik Fornwall
69351bc15b
subversion: Remove patch applied upstream
2016-01-05 07:46:19 -05:00
Fredrik Fornwall
c21955b646
git: Update from 2.6.4 to 2.7.0
2016-01-05 07:43:11 -05:00
Fredrik Fornwall
688f6133e7
dropbear: Use working tar url
2016-01-04 22:17:18 -05:00
Fredrik Fornwall
e4ddfd1108
libsasl: Disable parallel build
2016-01-04 22:16:53 -05:00
Fredrik Fornwall
8e3edd7709
weechat: Fix 64-bit build
2016-01-04 21:09:47 -05:00
Fredrik Fornwall
9a498b63cb
vim: Update to latest patch
2016-01-04 21:08:49 -05:00
Fredrik Fornwall
fa5ce6c493
termux-api: Handle path whitespace in termux-api
...
This closes #120 .
2016-01-04 17:16:55 -05:00
Fredrik Fornwall
005da1ca38
libffi: Hack away lib64->lib for 64-bit builds
2016-01-04 11:03:12 -05:00
Fredrik Fornwall
706bd350ec
php: Fix 64-bit build
2016-01-04 06:46:16 -05:00
Fredrik Fornwall
12f6ac00e0
libandroid-support: Add iconv for 64-bit build
2016-01-04 06:39:40 -05:00
Fredrik Fornwall
f4bfaebc76
libluajit: Switch to 2.1-beta1
...
This brings aarch64 support.
2016-01-04 06:38:52 -05:00
Fredrik Fornwall
716a79bea0
libevent: Fix 64-bit build
...
The arc4random_addrandom() function has been removed from 64-bit
Android libc.
2016-01-04 06:34:21 -05:00
Fredrik Fornwall
6c79834fb1
w3m: Fix 64-bit build
2016-01-04 06:31:29 -05:00
Fredrik Fornwall
f98f7adc18
libgc: Use a master snapshot for instead of 7.4.2
...
This fixes building for aarch64
2016-01-04 06:24:46 -05:00
Fredrik Fornwall
5b6e93862c
libffi: Do not place lib in lib64 for 64-bit
2016-01-04 06:22:38 -05:00
Fredrik Fornwall
333bd586f5
zile: Work towards 64-bit build
2016-01-03 21:31:37 -05:00
Fredrik Fornwall
f3529fc164
procps: Replace index() by strchr()
...
The index() function has been removed from 64-bit libc and is
a deprecated posix function.
2016-01-03 21:27:59 -05:00
Fredrik Fornwall
1d7c3a4899
libandroid-glob: issetugid() not in 64-bit libc
2016-01-03 21:24:49 -05:00
Fredrik Fornwall
9ffcaa63cc
strace: Fix aarch64 build
2016-01-03 21:00:15 -05:00
Fredrik Fornwall
5c6bb69607
play-audio: Fix 64-bit build
...
PTHREAD_MUTEX_INITIALIZER and PTHREAD_COND_INITIALIZER should only
be used for statically allocated mutexes - not doing it here breaks
building on 64-bit Android.
2016-01-03 20:46:21 -05:00
Fredrik Fornwall
13f1414c53
m4: Fix 64-bit build
2016-01-03 20:41:31 -05:00
Fredrik Fornwall
c64a0461b9
gzip: Fix aarch64 build
2016-01-03 19:46:43 -05:00
Fredrik Fornwall
c5421c5824
libandroid-support: Add musl-locale/intl.c to 64-bit
2016-01-03 19:46:24 -05:00
Fredrik Fornwall
983e64adf4
libandroid-support: Enable langinfo for 64-bit
2016-01-03 08:59:29 -05:00
Fredrik Fornwall
8adc601b9f
direvent: Fix 64-bit build
2016-01-03 08:47:42 -05:00
Fredrik Fornwall
a83d04dc77
c-ares: Fix for 64-bit build
2016-01-03 08:30:19 -05:00
Fredrik Fornwall
f3da7d340b
python: Ensure curses.panel module is built
2016-01-03 08:18:40 -05:00
Fredrik Fornwall
c1cf6ad7ad
weechat: Enable python. Patch for ruby 2.3
2016-01-03 08:17:32 -05:00
Fredrik Fornwall
7301af1d09
imagemagick: Update from 6.9.2-10 to 6.9.3-0
2016-01-03 07:34:29 -05:00
Fredrik Fornwall
aed01e3edc
Fix finch and harfbuzz builds
2016-01-03 07:29:07 -05:00
Fredrik Fornwall
18bb573293
mathomatic: Switch to working source download url
2016-01-03 06:07:38 -05:00
Fredrik Fornwall
4689840738
dnsutils: Update BIND-9.10.3 to BIND-9.10.3-P2
2016-01-03 05:59:39 -05:00
Fredrik Fornwall
9a5b4e1a0e
toilet: Switch to mirror for downloading source
2016-01-03 05:44:45 -05:00
Fredrik Fornwall
d53dc64470
nodejs: Restore c-ares and gtest include files
...
Due to a bug in nodejs [1] we have to remove the c-ares and gtest
include files before building. Improve this to restore them after
building to prevent build breakage if building a package requiring
these afterwards.
[1] https://github.com/nodejs/node/issues/2637
2016-01-02 16:58:31 -05:00
Fredrik Fornwall
5bdfa5135a
findutils: Update from 4.5.17 to 4.6.0
2016-01-02 16:57:40 -05:00
Fredrik Fornwall
8043772793
tcl: Avoid pulling in posix function replacements
2016-01-02 16:49:06 -05:00
Fredrik Fornwall
41e631d39c
libevent: Follow move to github
2016-01-02 10:21:42 -05:00
Fredrik Fornwall
52bd1cd31f
apt: Update from 1.1.6 to 1.1.10
2015-12-31 04:46:52 -05:00
Fredrik Fornwall
0396b8ee67
Remove .swp file committed by mistake ( #119 )
2015-12-30 08:30:02 +01:00
Fredrik Fornwall
77a8de768d
zsh: Enable the files module ( fixes #61 )
2015-12-29 19:11:46 -05:00
Fredrik Fornwall
159214fa63
termux-tools: df wrapper resetting LD_LIBRARY_PATH
2015-12-29 18:55:19 -05:00
Fredrik Fornwall
9228c43493
termux-api: Change termux-clipboard-set
...
Make termux-clipboard-set set the clipboard to the arguments if
given, and only take stdin as input if no arguments given.
Closes https://github.com/termux/termux-api/issues/8
2015-12-29 18:15:33 -05:00
Fredrik Fornwall
561edf1bac
termux-tools: Add termux-setup-storage
2015-12-27 19:53:30 -05:00
Fredrik Fornwall
01df0fb682
bc and wcalc: Bump revisions for rebuild
...
Needed after flex shared library update.
2015-12-27 18:30:26 -05:00
Fredrik Fornwall
d6d4e8feb0
termux-tools: reload-style -> reload-settings
2015-12-27 09:36:54 -05:00
Fredrik Fornwall
9cd1f0e325
flex: Update from 2.5.39 to 2.6.0
2015-12-27 07:00:01 -05:00
Fredrik Fornwall
f9c08224a5
harfbuzz: Update from 1.0.6 to 1.1.2
2015-12-27 06:33:28 -05:00
Fredrik Fornwall
9657ab9687
apt: Transition apt.termux.com -> termux.net
...
The new apt repository termux.net is behind a CDN, improving
reliability and performance. It also offers optional https.
The old apt.termux.com repository will still function for a while
until everyone has updated to use termux.net.
2015-12-27 01:57:28 -05:00
Fredrik Fornwall
7354d7c457
pcre: Update from 8.37 to 8.38
2015-12-27 01:56:06 -05:00
Fredrik Fornwall
c5c3c0b4f2
vim: Update to latest patch
2015-12-25 22:27:14 -05:00
Fredrik Fornwall
5b6ed11d0d
subversion: Update from 1.9.2 to 1.9.3
2015-12-25 22:25:32 -05:00
Fredrik Fornwall
60657c9dd0
strace: Update from 4.10 to 4.11
2015-12-25 22:22:44 -05:00
Fredrik Fornwall
9386416943
rsync: Update from 3.1.1 to 3.1.2
2015-12-25 22:16:48 -05:00
Fredrik Fornwall
dcedbe5884
parallel: Update from 20151022 to 20151222
2015-12-25 22:14:34 -05:00
Fredrik Fornwall
f83a5d8232
lua: Update from 5.3.1 to 5.3.2
2015-12-25 22:11:28 -05:00
Fredrik Fornwall
744f41bd33
lighttpd: Update from 1.4.35 to 1.4.38
2015-12-25 22:08:40 -05:00
Fredrik Fornwall
0dba175ba8
libuv: Update from 1.7.5 to 1.8.0
2015-12-25 22:08:09 -05:00
Fredrik Fornwall
c7c528c651
libpng: Update from 1.6.19 to 1.6.20
2015-12-25 22:02:36 -05:00
Fredrik Fornwall
45e816297a
libopus: Update from 1.1 to 1.1.1
2015-12-25 22:02:06 -05:00
Fredrik Fornwall
c8e62b0add
libmsgpack: Update from 1.2.0 to 1.3.0
2015-12-25 22:00:54 -05:00
Fredrik Fornwall
e97137242f
libcairo: Update from 1.14.4 to 1.14.6
2015-12-25 21:53:25 -05:00
Fredrik Fornwall
574a17ca2d
iperf3: Update from 3.1 to 3.1.1
2015-12-25 21:47:41 -05:00
Fredrik Fornwall
79a39b10b4
hexcurse: Update from 1.58 to 1.60
2015-12-25 21:45:21 -05:00
Fredrik Fornwall
03658e133f
global: Update from 6.5 to 6.5.2
2015-12-25 21:39:56 -05:00
Fredrik Fornwall
4378ead082
dpkg: Update from 1.18.3 to 1.18.4
2015-12-25 21:27:43 -05:00
Fredrik Fornwall
563f0b1b84
findutils: Update from 4.5.14 to 4.5.17
2015-12-25 21:27:25 -05:00
Fredrik Fornwall
76897d2eed
ffmpeg: Update from 2.8.3 to 2.8.4
2015-12-25 21:26:47 -05:00
Fredrik Fornwall
54cb74f98d
apt: Update to 1.1.6, default disable SRV records
...
By disabling SRV records support in apt by default we work around
an issue with HTC devices (fixes #99 ).
2015-12-25 19:32:51 -05:00
Fredrik Fornwall
4e7183b9b8
busybox: Update i686 build
2015-12-25 19:13:55 -05:00
Fredrik Fornwall
59d4c3f2a8
weechat: Rebuild to link against new ruby 2.3 lib
2015-12-25 18:25:10 -05:00
Fredrik Fornwall
98e0a8ee97
ruby: Update from 2.2.4 to 2.3.0 ( closes #114 )
2015-12-25 16:35:13 -05:00
Fredrik Fornwall
307f9bf63e
linux-man-pages: Update from 4.02 to 4.03
2015-12-25 15:36:21 -05:00
Fredrik Fornwall
c8baff59f9
gnupg: Update from 1.4.19 to 1.4.20
2015-12-25 09:38:50 -05:00
Fredrik Fornwall
f7dcd8ad1f
lftp: Update from 4.6.4 to 4.6.5
2015-12-25 09:36:20 -05:00
Fredrik Fornwall
59c1f3a138
Merge pull request #113 from franciscod/stdio-ctermid
...
ndk_patches/stdio.h.patch: add bogus ctermid()
2015-12-24 09:19:32 +01:00
Fredrik Fornwall
7e606cc7eb
Remove dependency on php on the builder
...
The native php executable is built by the package itself
2015-12-24 02:50:23 -05:00
Francisco Demartino
93b884f130
ndk_patches/stdio.h.patch: add bogus ctermid()
2015-12-24 04:13:53 -03:00
Francisco Demartino
413192e8f6
play-audio: bump to 0.4
2015-12-23 03:01:08 -03:00
Francisco Demartino
eb8a3d4216
play-audio: use heredoc instead of printf
2015-12-23 02:59:53 -03:00
Francisco Demartino
8a1912b9e5
play-audio: use 'quoted dollar at' ("$@") for args
2015-12-23 02:59:11 -03:00
Fredrik Fornwall
433f51009f
play-audio: Fix shared library clash
...
The play-audio binary links to libOpenSLES, which links indirectly
to libskia. As libskia links to both libpng and libjpeg this means
problems if either of those libraries are installed from a Termux
package into LD_LIBRARY_PATH.
Avoid this by placing the play-audio binary into libexec/, and let
bin/play-audio be a wrapper script which resets LD_LIBRARY_PATH
before calling the binary in libexec/. Fixes #103 .
2015-12-22 17:34:50 -05:00
Francisco Demartino
b3baa1e868
p7zip: add maintainer
2015-12-22 16:26:58 -03:00
Fredrik Fornwall
e74041f9c1
p7zip: Fix build on non-arm arches
2015-12-22 07:12:24 -05:00
Fredrik Fornwall
0d5b5d5333
Merge pull request #105 from franciscod/p7zip
...
p7zip: add package
2015-12-22 12:25:37 +01:00
Fredrik Fornwall
c7bdfff616
php: Enable the zip and iconv extension
2015-12-22 06:16:08 -05:00
Fredrik Fornwall
e339be429f
php: Enable phar and openssl module
2015-12-22 05:37:56 -05:00
Francisco Demartino
1adca84b65
p7zip: fix man path
2015-12-21 14:59:34 -03:00
Francisco Demartino
05ee85bb0e
p7zip: add package
...
I put almost 3 hours on this!
It ships with a lot of makefiles for various platforms, notably
one for android_arm. I patched it a bit because Termux already gives
many of the goodies. Probably it could be simplified.
Most of the time went on tinkering with flags and waiting for the
Docker container to reload the new files...there must be a better way!
p7zip doesn't seem to honor $prefix, instead it uses $DEST_HOME.
2015-12-21 14:32:50 -03:00
Fredrik Fornwall
379db8b623
libxml2: Update from 2.9.2 to 2.9.3
...
This required rebuilding dependent packages after soname bump.
2015-12-20 20:46:55 -05:00
Fredrik Fornwall
ce7752b7ab
libxml2: Update from 2.9.2 to 2.9.3
2015-12-20 20:27:11 -05:00
Fredrik Fornwall
56e5fb2365
golang: Fix 64-bit builds
2015-12-20 17:58:20 -05:00
Fredrik Fornwall
e69b142770
asciinema: Fix aarch64 build
2015-12-20 17:47:38 -05:00
Fredrik Fornwall
3a189d898c
Update go handling
...
- Use 1.6beta1 for host build
- Download host build tool when needed
- Re-build asciinema with 1.6beta1 to avoid relocation warnings
2015-12-20 12:02:59 -05:00
Fredrik Fornwall
b6cc859c74
openssh: Avoid linking to libutil
2015-12-19 18:01:04 -05:00
Fredrik Fornwall
cce3b37350
command-not-found: Update
2015-12-19 17:59:40 -05:00
Fredrik Fornwall
b5661c0177
jack: Try to find right lib folder
2015-12-19 17:49:36 -05:00
Fredrik Fornwall
6bbba8f22a
openssh: Make ControlMaster feature work
...
The ControlMaster feature for multiplexing used hard links, which
does not work on Android starting in Android 6.0. Replace this
with a non-atomic check-then-rename for now. Fixes #91 .
2015-12-17 19:34:19 -05:00
Fredrik Fornwall
9158a301e0
glib: Avoid defining invalid RTLD_* constants
2015-12-17 18:33:52 -05:00
Fredrik Fornwall
dd15f7cf28
libvpx: Support 64-bit builds
2015-12-17 23:06:24 +01:00
Fredrik Fornwall
9fac4f0856
apt: Update from 1.1.4 to 1.1.5
2015-12-17 12:06:03 -05:00
Fredrik Fornwall
cdd8e2edc6
fish: Remove no longer needed patch
2015-12-17 11:47:55 -05:00
Fredrik Fornwall
f657b221c0
aria2: Update from 1.19.2 to 1.19.3
2015-12-17 09:33:23 -05:00
Fredrik Fornwall
eeb22a41cc
angband: Update from 4.0.3 to 4.0.4
2015-12-17 09:21:35 -05:00
Fredrik Fornwall
543007aa11
ruby: Update from 2.2.3 to 2.2.4
2015-12-17 08:01:58 -05:00
Fredrik Fornwall
7b40bb6906
gnupg2: Build with sqlite disabled for now
2015-12-17 06:13:55 -05:00
Fredrik Fornwall
aaa12518ef
libgpg-error: Update from 1.20 to 1.21
2015-12-17 05:57:09 -05:00
Fredrik Fornwall
6ef0f614d7
fish: Fix compiling with master
2015-12-17 05:15:33 -05:00
Fredrik Fornwall
95fcb2763a
nmap: Update from 6.49BETA4 to 7.01
2015-12-15 20:15:33 -05:00
Fredrik Fornwall
13633dba6a
dnsutils: Break out $PREFIX/etc/resolv.conf
...
This introduces a new resolv-conf package containing
$PREFIX/etc/resolv.conf which can be used by other packages.
2015-12-15 20:14:15 -05:00
Fredrik Fornwall
f1f58a7159
libav: Bump revision to force rebuild
2015-12-15 20:13:43 -05:00
Fredrik Fornwall
209cba9f51
ffmpeg: Move out from disabled
2015-12-15 20:12:55 -05:00
Fredrik Fornwall
2dbfa57c19
wget: Build without idn for now
2015-12-15 20:06:43 -05:00
Fredrik Fornwall
451fbbe856
asciinema: Ready for 64 bit builds
2015-12-15 09:27:47 -05:00
Fredrik Fornwall
33d16b567f
mutt: Enable sasl. Fixes #93 .
2015-12-15 08:57:25 -05:00
Fredrik Fornwall
fe66968bf8
zsh: Update from 5.1.1 to 5.2.0
2015-12-15 08:56:27 -05:00
Fredrik Fornwall
704e64f22c
perl: Update from 5.22.0 to 5.22.1
2015-12-15 08:55:07 -05:00
Fredrik Fornwall
155aa12bf9
vim: Update to latest patch
2015-12-15 08:38:40 -05:00
Fredrik Fornwall
c9b4c74d6a
Add libsasl package
2015-12-15 06:56:49 -05:00
Fredrik Fornwall
b5dfb604e9
procps: Update from 3.3.10 to 3.3.11
2015-12-15 06:54:50 -05:00
Fredrik Fornwall
59e39612a5
stunnel: Update from 5.27 to 5.28
2015-12-15 05:26:11 -05:00
Fredrik Fornwall
31d77226ca
dropbear: Switch back to main site
2015-12-15 05:25:00 -05:00
Fredrik Fornwall
9c471bdd6d
mutt: Various fixes and improvements
...
- Fix hardlink usage which doesn't work on Android 6.
- Enable header cache and depend on gdbm.
- Specify $PREFIX/bin/sh as exec shell to avoid trying /bin/sh.
Fixes #84 .
- Avoid building bundled&broken (v)snprintf functions.
2015-12-13 21:22:39 -05:00
Fredrik Fornwall
f01cc586d2
Add disabled patch to clang
2015-12-13 19:10:44 -05:00
Fredrik Fornwall
62c2c23b61
wget: Update from 1.17 to 1.17.1
2015-12-13 15:05:31 -05:00
Fredrik Fornwall
9da06063db
Make libav conflict with ffmpeg
2015-12-11 20:10:27 -05:00
Francisco Demartino
2706f44c29
inotify-tools: Update url, use https
2015-12-11 04:11:06 -03:00
Fredrik Fornwall
7fc9aca02c
git: Update from 2.6.3 to 2.6.4
2015-12-10 07:11:31 -05:00
Fredrik Fornwall
f16ed1269b
python: Keep pyvenv. Fixes #83 .
2015-12-09 07:33:59 -05:00
Fredrik Fornwall
4a9025e535
mathomatic: Minor changes
...
- Enable readline.
- Remove .desktop files and icon not used in Termux.
- Compile with -DUSE_TGAMMA to remove warning and improve speed.
- Compile with -DBOLD_COLOR to improve color visibility.
2015-12-09 07:19:35 +01:00
Jonathan Badger
b3f2a0bde5
initial mathomatic package
2015-12-08 20:08:19 -05:00
Fredrik Fornwall
77866ed51d
cmake: Update from 3.3.2 to 3.4.1
2015-12-08 16:15:53 -05:00
Fredrik Fornwall
2a5b3895f3
gnutls: Update from 3.4.6 to 3.4.7
2015-12-08 16:15:17 -05:00
Fredrik Fornwall
a0a503c80f
golang: Update from 1.5.1 to 1.5.2
2015-12-08 16:14:24 -05:00
Fredrik Fornwall
b2e4b4145b
nodejs: Update to latest patch
2015-12-08 02:47:55 -05:00
Fredrik Fornwall
a4df7672a1
pathpicker: Update from 0.6.2 to 0.7.0
2015-12-08 02:47:34 -05:00
Fredrik Fornwall
08eca8c443
imagemagick: Update to latest patch
2015-12-08 02:46:59 -05:00
Fredrik Fornwall
f817e4a9a0
mc: Remove no longer needed define
2015-12-08 02:46:43 -05:00
Fredrik Fornwall
8b6fdb4cc9
nano: Update from 2.4.2 to 2.5.0
2015-12-08 02:45:07 -05:00
Fredrik Fornwall
6c5b26e115
python: Update 2.7.10 to 2.7.11 and 3.5.0 to 3.5.1
2015-12-08 02:44:04 -05:00
Fredrik Fornwall
4a70323e83
apt: Update from 1.1.3 to 1.1.4
2015-12-08 02:40:54 -05:00
Fredrik Fornwall
55ed132258
vim: Update to latest patch
2015-12-07 19:57:15 -05:00
Fredrik Fornwall
1d2aaaa0c8
gdb: Update from 7.10 to 7.10.1
2015-12-07 09:46:01 -05:00
Fredrik Fornwall
e1f2b6e2f0
Add new package: remind. Fixes #75 .
2015-12-06 17:04:20 -05:00
Fredrik Fornwall
457eb244fc
gnupg2: Update from 2.1.9 to 2.1.10
2015-12-06 16:31:09 -05:00
Fredrik Fornwall
e648ee4f87
libassuan: Update from 2.4.0 to 2.4.2
2015-12-06 16:29:01 -05:00
Fredrik Fornwall
9a0f600ca2
kona: Updates to build on non-arm platforms
...
Patch the Makefile to avoid assuming that CC is
arm-linux-androideabi-gcc on Android, and use the CFLAGS and
LDFLAGS already set.
Also avoid inlining the TERMUX_PREFIX value.
2015-12-06 15:04:23 -05:00
Fredrik Fornwall
5b61474814
Merge pull request #77 from jhbadger/master
...
Initial version of kona package
2015-12-06 20:35:55 +01:00
Fredrik Fornwall
131bb40101
Fix termux-elf-cleaner tool build on OS X
2015-12-06 20:35:25 +01:00
Iain Nicol
ee844100b8
zile: Bump packaging version
...
Zile needs to be rebuilt to take advantage of a recently-committed
workaround regarding gnulib's rpl_getcwd().
2015-12-06 18:04:21 +00:00
Jonathan Badger
7eda442a71
initial kona package with maintainer info and without termux-elf-cleaner.cpp changes
2015-12-06 08:40:53 -05:00
Fredrik Fornwall
b65e2a462f
apt: Fix build failure if glob.h is not available
2015-12-04 10:28:02 -05:00
Fredrik Fornwall
5f3c9b8223
apt: Fix libapt-pkg.so symlink
2015-12-04 10:27:43 -05:00
Fredrik Fornwall
a1b579d9e8
apt: Remove cdrom code for slight size shrink
2015-12-04 06:27:24 -05:00
Fredrik Fornwall
e86c51bd34
stunnel: Update from 5.26 to 5.27
2015-12-04 04:41:39 -05:00
Fredrik Fornwall
f168575991
apt: Do not link against libbz2
2015-12-03 21:36:04 -05:00
Fredrik Fornwall
d18c472a98
Patch apt to work with busybox cp
2015-12-03 21:30:38 -05:00
Fredrik Fornwall
68faa04f88
apt: Update from 1.0.10.2 to 1.1.3
2015-12-03 20:00:19 -05:00
Fredrik Fornwall
12cbb7a4cd
gnupg: Avoid linking with libbz2
2015-12-03 19:57:55 -05:00
Fredrik Fornwall
9f6fba5c81
dpkg: Avoid linking to libbz2
2015-12-03 19:22:01 -05:00
Fredrik Fornwall
b3ab1d545a
Mark dash as an essential package
2015-12-03 19:04:57 -05:00
Fredrik Fornwall
6b70c5ef9a
Add ack-grep package
2015-12-03 17:10:27 -05:00
Fredrik Fornwall
16c55a1caf
Update freetype from 2.6.1 to 2.6.2
2015-12-03 16:01:37 -05:00
Fredrik Fornwall
917dd81c3f
Update zsh source url
2015-12-03 16:01:08 -05:00
Fredrik Fornwall
651173d642
dropbear: Update from 2015.68 to 2015.71
2015-12-03 11:50:40 -05:00
Fredrik Fornwall
02b1e70ea5
openssl: Update from 1.0.2d to 1.0.2e
2015-12-03 11:08:57 -05:00
Fredrik Fornwall
c539d2e36d
libcurl: Update from 7.45 to 7.46
2015-12-03 04:35:18 -05:00
Fredrik Fornwall
488acbe2bb
python: Add module dependencies
2015-12-02 13:29:44 -05:00
Fredrik Fornwall
22d8b161fa
imagemagick: Update to latest version
2015-12-02 09:11:42 -05:00
Fredrik Fornwall
3410d50ef7
ttyrec: /system/bin/sh -> $PREFIX/bin/sh
2015-12-02 07:05:10 -05:00
Fredrik Fornwall
6352f1b901
ruby: Fix correct deps for shared libraries
2015-12-02 06:58:30 -05:00
Fredrik Fornwall
803191c8d1
vim: Update to latest patch
2015-12-02 06:33:15 -05:00
Fredrik Fornwall
70a744a484
More /system/bin/sh -> $PREFIX/bin/sh changes
2015-12-02 06:32:11 -05:00
Fredrik Fornwall
5822f92030
git: Use $PREFIX/bin/sh instead of /system/bin/sh
2015-12-02 06:24:10 -05:00
Fredrik Fornwall
f2091a8e83
mutt: Do not link in libidn
2015-12-02 06:19:21 -05:00
Fredrik Fornwall
c0630a14cb
libcurl: Do not link in libidn
2015-12-02 06:18:16 -05:00
Fredrik Fornwall
a43db4170e
mc: /system/bin/sh -> $PREFIX/bin/sh
2015-12-02 05:58:47 -05:00
Fredrik Fornwall
e0525b0675
ruby: More /system/bin/sh -> $PREFIX/bin/sh
2015-12-02 05:57:06 -05:00
Fredrik Fornwall
89a13ec524
python: $PREFIX/bin/sh instead of /system/bin/sh
2015-12-02 05:55:58 -05:00
Fredrik Fornwall
2fd1858183
ruby: Use $PREFIX/bin/sh instead of /system/bin/sh
2015-12-02 05:54:07 -05:00
Fredrik Fornwall
d59a97b31b
nodejs: Fix 64-bit builds
2015-12-01 21:50:00 -05:00
Fredrik Fornwall
b90c2d3261
ca-certificates: Mark as platform-independent
2015-12-01 20:32:08 -05:00
Fredrik Fornwall
0ff8e1e793
ndk-stl: Fix 64-bit builds
2015-12-01 19:59:49 -05:00
Fredrik Fornwall
68b9813716
openssl: Fix 64-bit build
2015-12-01 19:50:21 -05:00
Fredrik Fornwall
ce2a8eac82
Add mblen.c to 64-bit libandroid-support build
2015-12-01 19:43:46 -05:00
Fredrik Fornwall
db180b4a11
Rebuild libidn with disable-version-scripts
2015-12-01 07:48:33 -05:00
Fredrik Fornwall
38c333e01a
ranger: Fix sh call and avoid hard links
2015-11-29 18:36:59 -05:00
Fredrik Fornwall
3a6638274a
Fix rbconfig.rb for other platforms than arm
...
Should fix building nokogiri on i686 (closes #69 ).
2015-11-29 08:12:53 -05:00
Fredrik Fornwall
00afbe13d4
coreutils: Do not install broken df
2015-11-27 16:57:38 -05:00
Fredrik Fornwall
72dd9a3b35
Fix 32-bit picolisp loading of 'ext'
2015-11-27 06:24:29 -05:00
Fredrik Fornwall
0db46e5465
picolisp: Work on 64-bit support
2015-11-26 17:50:18 -05:00
Fredrik Fornwall
9868494adb
Make busybox compile for 64-bits
2015-11-26 16:16:58 -05:00
Fredrik Fornwall
4d384d7197
Prepare python2 for 64-bit builds
2015-11-26 02:53:19 -05:00
Fredrik Fornwall
7466509fd2
Make git depend on less
...
The busybox version of less does not handle required escape sequences
used by 'git log', so require the complete less. See #63 .
2015-11-26 01:09:56 -05:00
Fredrik Fornwall
2ba1fa72aa
zsh: Work on binary loadable modules
2015-11-25 08:11:49 -05:00
Fredrik Fornwall
b605215da0
Update picolisp from 3.1.11 to 15.11
2015-11-25 07:48:52 -05:00
Fredrik Fornwall
be47d1afce
mc: Update from 4.8.14 to 4.8.15
2015-11-20 18:04:00 -05:00
Fredrik Fornwall
ecb2ad164a
Add w3m
2015-11-19 17:53:41 -05:00
Fredrik Fornwall
a110240408
Add tracepath
2015-11-19 17:53:32 -05:00
Fredrik Fornwall
63557b195c
command-not-found: Update with new packages
2015-11-19 17:53:01 -05:00
Fredrik Fornwall
089a0efe41
findutils: Remove locate and updated (use mlocate)
2015-11-19 17:50:02 -05:00
Fredrik Fornwall
a6a42bf967
Add libidn
2015-11-19 16:32:50 -05:00
Fredrik Fornwall
4b25506e12
golang: Fix version numbering mistake
...
Apt considers 1.5.1.rel to be a lower version than 1.5.rel so the
golang 1.5 package was never updated to 1.5.1.
Fix that by introducing an epoch number (1) and prefix it to 1.5.1,
so that the resulting version number 1:1.5.1 is considered higher.
Thanks to Kristof Kovacs for reporting.
2015-11-17 17:06:59 -05:00
Fredrik Fornwall
0b95773fae
wget: Update from 1.16.3 to 1.17
2015-11-17 16:31:46 -05:00
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