Fredrik Fornwall
327e882330
vim: Update, remove local patch accepted upstream
...
63de19e805
2016-12-09 21:13:35 -05:00
Vishal Biswas
15f034041a
allow symbol evutil_secure_rng_add_bytes ( #578 )
...
use arc4random_random where available or export empty symbol
2016-12-09 16:51:43 -05:00
Fredrik Fornwall
1e3bbaac38
pick: Update from 1.5.2 to 1.5.3
2016-12-09 16:39:39 -05:00
Fredrik Fornwall
72c6911062
gnutls: Update from 3.4.16 to 3.4.17
2016-12-09 16:35:24 -05:00
Fredrik Fornwall
68129b3c5d
vim: Patch to enable channel support
...
The vim configure script had a bug which caused the channel support
to be disabled. Patch this while awaiting a fix merged upstream.
Fixes #577 .
2016-12-07 22:04:28 -05:00
Fredrik Fornwall
2478fa4664
libbz2: Switch to fossies as main site is down
2016-12-07 21:47:49 -05:00
Fredrik Fornwall
e02dc68da9
nodejs: Update from 6.9.1 to 6.9.2
2016-12-07 18:44:24 -05:00
Fredrik Fornwall
ab4e52ebf7
calcurse: Update from 4.1.0 to 4.2.1
2016-12-07 17:13:19 -05:00
Fredrik Fornwall
8e9487d8af
grep: Update from 2.26 to 2.27
2016-12-07 17:12:47 -05:00
Fredrik Fornwall
1a8a9ddd9b
neofetch: Update from 2.0 to 2.0.2
2016-12-06 21:04:29 -05:00
Fredrik Fornwall
a5d10e454f
fzf: Update from 0.15.8 to 0.15.9
2016-12-06 21:00:00 -05:00
Fredrik Fornwall
a8dcbfb609
golang: Update from 1.7.3 to 1.7.4
2016-12-06 21:00:00 -05:00
Fredrik Fornwall
f40671efaf
silversearcher-ag: Update from 1.0.1 to 1.0.2
2016-12-06 21:00:00 -05:00
Fredrik Fornwall
b4443d5eac
termux-api: Add options to termux-notification
...
Add support for controlling priority, vibration, sound and led.
2016-12-04 04:22:32 +01:00
Fredrik Fornwall
b956895de8
termux-tools: Add termux-wake-{lock,unlock}
2016-12-04 04:22:32 +01:00
Fredrik Fornwall
33b944c8a2
Add termux-storage-get
2016-12-04 04:22:32 +01:00
Fredrik Fornwall
fee1613812
dpkg: Work around symbolic link size issue
...
Fixes #558 .
2016-12-03 16:55:45 -05:00
Fredrik Fornwall
bbe295173d
python&python2: Do not disable ipv6 support
...
Fixes #573 .
2016-12-03 16:18:51 -05:00
Fredrik Fornwall
f63405a98a
binutils: Setup some arch-prefixed symlinks
2016-12-02 15:54:36 -05:00
Herdiansyah
738da6d859
neofetch: updated to 2.0 ( #574 )
2016-12-02 21:06:46 +01:00
Fredrik Fornwall
7714ff78a5
aria2: Update from 1.28.0 to 1.29.0
2016-12-01 08:31:23 -05:00
Fredrik Fornwall
7ec16dc2a0
lftp: Update from 4.7.3 to 4.7.4
2016-12-01 08:31:09 -05:00
Fredrik Fornwall
2057428628
subversion: Update from 1.9.4 to 1.9.5
2016-12-01 08:18:28 -05:00
Fredrik Fornwall
fb8471fb27
coreutils: Update from 8.25 to 8.26
2016-11-30 21:34:29 -05:00
Fredrik Fornwall
b5ae580768
busybox: Set __progname in getopt for -n to work
2016-11-30 20:32:23 -05:00
Fredrik Fornwall
ea159685ad
ca-certificates: Update to current version
2016-11-30 18:29:14 -05:00
Fredrik Fornwall
84aa0d7268
stunnel: Update from 5.37 to 5.38
2016-11-30 18:07:42 -05:00
Fredrik Fornwall
de887eefe0
debianutils: Update from 4.8 to 4.8.1
2016-11-30 18:03:23 -05:00
Fredrik Fornwall
af52bea377
mpv: Rebuild after ffmpeg update
2016-11-30 12:47:03 -05:00
Fredrik Fornwall
20da7991b1
git: Update from 2.10.2 to 2.11.0
2016-11-30 12:00:09 -05:00
Fredrik Fornwall
c934097d0b
Remove unused cmake argument
2016-11-29 20:07:47 -05:00
Fredrik Fornwall
1f523c2a6d
sqlite: Update from 3.15.1 to 3.15.2
2016-11-29 14:56:21 -05:00
Fredrik Fornwall
21bd2cf4aa
ctags: Update to identify as version 5.8
...
By default universal ctags built from master claims version 0.0.0,
which makes it incompatible with at least vim-easytags.
Update to claim version 5.8 (the exuberant version).
2016-11-28 18:18:17 -05:00
Fredrik Fornwall
ae707f42d0
silversearcher-ag: Update from 0.33.0 to 1.0.1
2016-11-28 18:18:09 -05:00
Fredrik Fornwall
1c6ac27700
vim: Enable cursor shapes
2016-11-28 07:30:16 -05:00
Fredrik Fornwall
7097db73e8
neovim: Enable cursor shapes
2016-11-28 07:29:57 -05:00
Fredrik Fornwall
8927f8fbc6
zsh: Return 0 from command_not_found_handler
...
"The function should return status zero if it successfully handled
the command, or non-zero status if it failed. In the latter case
the standard handling is applied: ‘command not found’ is printed
to standard error and the shell exits with status 127."
- http://zsh.sourceforge.net/Doc/Release/Command-Execution.html
Needed after changes in
https://github.com/termux/termux-packages/pull/566
where the command-not-found program no longer exists itself with 0.
2016-11-28 07:28:06 -05:00
Fredrik Fornwall
86b760f627
command-not-found: Mark local functions as static
...
See #565 .
2016-11-27 14:06:35 -05:00
Fredrik Fornwall
be85636c5c
command-not-found: Bump version
2016-11-27 13:53:37 -05:00
Anisse Astier
9f0572692b
command-not-found: Always return an error ( #566 )
...
Fixes #564
2016-11-27 19:50:56 +01:00
Fredrik Fornwall
a9d534f91d
fish: Remove part of patch not needed
2016-11-26 15:43:22 -05:00
Fredrik Fornwall
f9f3e16d95
valgrind: Update from 3.11.0 to 3.12.0
2016-11-26 15:15:21 -05:00
Fredrik Fornwall
d6a56a8b87
libjpeg-turbo: Use https and package checksum
2016-11-26 13:01:24 -05:00
Fredrik Fornwall
49ac27c7bd
ffmpeg: Update from 3.2 to 3.2.1
2016-11-26 12:55:26 -05:00
Fredrik Fornwall
b000c24db3
picolisp: Update from 16.10.25 to 16.11.24
2016-11-26 12:44:25 -05:00
Fredrik Fornwall
6fd92f9103
imagemagick: Update from 7.0.3-4 to 7.0.3-8
2016-11-26 12:44:07 -05:00
Fredrik Fornwall
05ebefe869
dpkg: Update from 1.18.0 to 1.18.15
...
Also switch from ftp.debian.org to mirrors.kernel.org.
2016-11-26 10:47:55 -05:00
Fredrik Fornwall
57efacaf26
termux-tools: Add /magisk/.core/bin/su path to su
...
Fixes #168 .
2016-11-25 20:12:52 -05:00
Fredrik Fornwall
7046c2815a
command-not-found: Update with new commands
2016-11-25 19:59:59 -05:00
Fredrik Fornwall
2fd44a0f30
dpkg: Do not even try hardlinking
...
Avoiding the hardlink try reduces log spam.
2016-11-25 19:56:24 -05:00