Fredrik Fornwall
fe93ac0ac3
libksba: Use source checksum
8 years ago
Vishal Biswas
0a5950aae0
Weekly Updates #3 ( #794 )
* util-linux: update from 2.29.1 to 2.29.2
* parallel: update from 20170122 to 20170222
* mutt: update from 1.7.2 to 1.8.0
8 years ago
Fredrik Fornwall
3bf8dead7c
automake: Add patch for perl 5.24 compatibility
8 years ago
Fredrik Fornwall
eb43891116
ed: Update from 1.14.1 to 1.14.2
8 years ago
Fredrik Fornwall
ae394a2341
nano: Update from 2.7.4 to 2.7.5
8 years ago
Fredrik Fornwall
667e256e67
picolisp: Update from 17.1.30 to 17.2.24
8 years ago
Fredrik Fornwall
8c732a3581
git: Update from 2.11.1 to 2.12.0
8 years ago
Fredrik Fornwall
323ae2af7d
pure-ftpd: Add virtual users, default to $HOME
8 years ago
David Martínez
d2ac026186
pure-ftpd: add package ( #790 )
8 years ago
Fredrik Fornwall
c197515d23
netpbm: Update from r2831 to r2901
8 years ago
Fredrik Fornwall
cba558f6fe
perl: Update perl-cross from 1.1.3 to 1.1.4
8 years ago
Fredrik Fornwall
73bc946e72
curl: Update from 7.52.1 to 7.53.1
8 years ago
its-pointless
a7d4cb0351
fixes the config so cpan works on install. ( #789 )
* fixes the config so cpan works on install.
* fix so it actually works..
8 years ago
Fredrik Fornwall
2f00a6d990
nodejs: Update from 6.9.5 to 6.10.0
8 years ago
Fredrik Fornwall
47b6b3120b
openal-soft: Add source checksum
8 years ago
Fredrik Fornwall
2b887b1cd5
mpv: Really use LD_PRELOAD
8 years ago
Fredrik Fornwall
6635b731ee
mpv: Add ffmpeg libs to LD_PRELOAD
This should fix issues on devices where vendors have ffmpeg libs
available in the system lib dir.
8 years ago
Fredrik Fornwall
83e3b942b5
termux-tools: Bump version to bring 'packages'
8 years ago
Fredrik Fornwall
754b6ba89d
liboggz&libvorbis: Add source checksums
8 years ago
Fredrik Fornwall
e3b41f2832
libmp3lame: Add source checksum
8 years ago
Fredrik Fornwall
c1bd7c5e2b
radare2: Update to new checksum
8 years ago
ElTopo
35aecce3a3
add new package: redir ( #772 )
* add bvi package
* add new package: cgdb
* add gdb in cgdb's TERMUX_PKG_DEPENDS
* add new package: redir
* bvi package revision 1: fix column number issue with clang (gcc does not seem to have this issue)
bvi (compiled with clang) incorrectly displayed only 12 bytes for each line on a 80-column terminal (instead of 16 bytes normally). command :set cm=## also had similar problems.
I found the issue was caused by the following statements:
sprintf(addr_form, "%%0%dllX ", AnzAdd);
AnzAdd = sprintf(tmp, addr_form, block_begin);
('block_begin''s data type is off_t)
gcc automatically typecasts 'block_begin' from off_t to loff_t,
on the otherhand, clang takes address of 'block_begin' and uses
it as loff_t thus writes some garbage value in 'tmp' string.
8 years ago
Fredrik Fornwall
efdd27bde9
strace: Fix x86-64 build
8 years ago
Fredrik Fornwall
dcf607ba0b
libffi: Add source checksum
8 years ago
Vishal Biswas
f3b094fe32
Another round of minor updates ( #781 )
* lftp: update from 4.7.5 to 4.7.6
* strace: update from 4.15 to 4.16
* glib: update from 2.50.2 to 2.50.3
* getmail: update from 4.53.0 to 4.54.0
* poppler: update from 0.51.0 to 0.52.0
8 years ago
Fredrik Fornwall
3c3acdb11e
vim: Update to latest patch
8 years ago
Fredrik Fornwall
29f304dd21
neovim: Update to latest git HEAD
8 years ago
Fredrik Fornwall
77a282662d
fzf: Update from 0.16.4 to 0.16.5
8 years ago
Fredrik Fornwall
054b43f4ec
findutils: Fix find -fstype parameter
8 years ago
Fredrik Fornwall
6788ea2c5d
php: Update from 7.1.1 to 7.1.2 and enable pcntl
8 years ago
Fredrik Fornwall
d6df138bb1
termux-tools: Add a 'packages' utility
8 years ago
Fredrik Fornwall
a0a869beb9
gnutls: Update from 3.5.8 to 3.5.9
8 years ago
Fredrik Fornwall
42562d13b8
ndk_patches: Add a ifaddrs.h polyfill ( fixes #338 )
8 years ago
Fredrik Fornwall
ff3f67dcef
golang: Update from 1.7.5 to 1.8
8 years ago
Fredrik Fornwall
26797cb4d1
libpcap: Avoid linking aginst libnl
8 years ago
Fredrik Fornwall
84ba008445
netcat: Make -c work (fix bin/sh, closes #777 )
8 years ago
Fredrik Fornwall
b368c61fcb
sqlite: Update from 3.16.2 to 3.17.0
8 years ago
ElTopo
029e2c5ab4
cgdb: Add package ( #770 )
8 years ago
Fredrik Fornwall
f74fd5720a
libgit2: Add package ( closes #771 )
8 years ago
Fredrik Fornwall
0488a6f552
ffmpeg: Force usage of clang
8 years ago
Fredrik Fornwall
23289d81e9
Add some more source checksums
8 years ago
Vishal Biswas
cfa043f9b4
update packages ( #766 )
* file: update from 5.29 to 5.30
* ffmpeg: update from 3.2.2 to 3.2.4
* mpv: update from 0.23.0 to 0.24.0
also prevent opportunistic linking with x11
* grep: update from 2.28 to 3.0
* fish: update from 2.4.0 to 2.5.0
add tarball checksum
remove patches no longer needed
see https://github.com/fish-shell/fish-shell/pull/3585
* wget: update from 1.19 to 1.19.1
8 years ago
Fredrik Fornwall
94d42ba267
termux-tools: Add a login program
8 years ago
Fredrik Fornwall
edc3049a03
clang: Split up into several packages
Split up the previous clang package into:
- libllvm: lib/libLLVM.so
- libclang: lib/libclang.so
- clang: bin/clang and associated tools and symlinks
- llvm: The bin/llvm-* tools
8 years ago
Fredrik Fornwall
28c436bb8a
proot: Build without -mthumb as it causes segfault
Fixes #761 .
8 years ago
Oliver Schmidhauser
09e3a055e2
Patch for busybox to accept + in emails ( #760 )
Since the termux mailinglist has a + in the subscibe mail address, this
is required.
8 years ago
Fredrik Fornwall
a60532d853
termux-tools: Shorten width in motd
8 years ago
Fredrik Fornwall
4d7154eff8
termux-tools: Add etc/motd to be shown on login
8 years ago
Fredrik Fornwall
ad4b7eac07
libnl3: Rename to libnl
8 years ago
Fredrik Fornwall
c7cd124eb4
libnl: Avoid using strerror_l
8 years ago