Fredrik Fornwall
f09c914560
notmuch: Update from 0.27 to 0.28
6 years ago
Fredrik Fornwall
73bcd0498a
c-toxcore: Update from 0.2.7 to 0.2.8
6 years ago
Fredrik Fornwall
5271e49e0b
php: Update from 7.2.10 to 7.2.11
6 years ago
Fredrik Fornwall
6d3441d9a4
libuv: Update from 1.23.1 to 1.23.2
6 years ago
Fredrik Fornwall
b269d77d84
ne: Update from 3.1.1 to 3.1.2
6 years ago
Fredrik Fornwall
94e8c75906
openal-soft: Update to new homepage
6 years ago
Henrik Grimler
62c8a0ec82
wireguard-tools: update to 20181007
6 years ago
Joakim
021f353f25
ldc: Update from 1.11 to 1.12 and tweak llvm-config script.
6 years ago
its-pointless
0fa152f00c
cgdb fix for android 8+ similar to #2786 etc
6 years ago
Fredrik Fornwall
ed56af3a57
sensible-utils: Update from 0.0.9 to 0.0.12
6 years ago
Fredrik Fornwall
24afe7a9e6
kbfs: Depend on keybase
6 years ago
Fredrik Fornwall
7bba7f6821
keybase: Update from 2.6.2 to 2.7.3
6 years ago
Fredrik Fornwall
3028cc92c1
bat: Build with patched version of termios
6 years ago
Fredrik Fornwall
f349d44207
zstd: Update from 1.3.5 to 1.3.6
6 years ago
Fredrik Fornwall
027080766f
unrar: Update from 5.6.7 to 5.6.8
6 years ago
Fredrik Fornwall
c0fd0fdf2c
libnghttp2: Update from 1.33.0 to 1.34.0
6 years ago
Fredrik Fornwall
64a6bbca6f
mdp: Update from 1.0.14 to 1.0.15
6 years ago
Fredrik Fornwall
4eeb541fa3
libgit2: Update from 0.27.4 to 0.27.5
6 years ago
Fredrik Fornwall
fca57553ef
gnuplot: Update from 5.2.4 to 5.2.5
6 years ago
Fredrik Fornwall
ccb5a719b2
glib: Update from 2.56.2 to 2.58.1
6 years ago
Fredrik Fornwall
bbdff55ca1
git: Update from 2.19.0 to 2.19.1
6 years ago
Fredrik Fornwall
e793ee40e0
brogue: Update from 1.7.4 to 1.7.5
6 years ago
Fredrik Fornwall
0e74945699
fzf: Update from 0.17.4 to 0.17.5
6 years ago
Fredrik Fornwall
d6fda2ff7e
nginx: Update from 1.15.4 to 1.15.5
6 years ago
Fredrik Fornwall
070503fce5
cmake: Update fro 3.12.2 to 3.12.3
6 years ago
Fredrik Fornwall
aa4a80e68b
vim: Update from 8.1.0400 to 8.1.0450
6 years ago
Henrik Grimler
697ff33947
wireguard-tools: update to 20181006
6 years ago
Tom Yan
f933fd780d
mpv: Update from 0.29.0 to 0.29.1
6 years ago
Leonid Plyushch
16866b7389
strace: fix crash on Android 9 (Pie)
Disables setreuid() and similar calls that are disallowed
by seccomp.
6 years ago
Leonid Plyushch
56df6f4345
fakeroot: fix missing libfakeroot.so
6 years ago
Leonid Plyushch
ab242dd5bd
fontconfig: don't use link(2) for locking
6 years ago
Fredrik Fornwall
4cc1963c35
mtools: Update from 4.0.18 to 4.0.19
6 years ago
Fredrik Fornwall
bc544c88e5
termux-api: Update from 0.34 to 0.35
6 years ago
Fredrik Fornwall
ca1944fe9c
squid: Update from 4.2 to 4.3
6 years ago
Fredrik Fornwall
d8a95324d6
syncthing: Update from 0.14.50 to 0.14.51
6 years ago
Fredrik Fornwall
044c911db2
golang: Update from 1.11 to 1.11.1
6 years ago
Leonid Plyushch
00d50af71e
fakeroot: fix paths in bin/fakeroot (fakeroot.in)
6 years ago
Leonid Plyushch
0c336109bb
new package: fakeroot
Uses tcp ipc since SysV ipc is not available on most devices.
Requested in: https://github.com/termux/termux-packages/issues/2915
6 years ago
jottr
dfdabf6442
Update dependencies.
Always depend on openssl, git
6 years ago
jottr
670f4f9bff
Use tabs for intendation.
6 years ago
jottr
5b94ef9ca0
Add git-crypt package.
6 years ago
Fredrik Fornwall
dcab43f1e1
{root,x11}-repo: Run 'apt update' in postinst
6 years ago
Fredrik Fornwall
1cb46ab7d1
x11-repo: Note that @xeffyr is maintainer
6 years ago
Fredrik Fornwall
43f518825f
root-repo: Add package
6 years ago
Fredrik Fornwall
fea1ed9634
unrar: Update from 5.6.6 to 5.6.7
6 years ago
Fredrik Fornwall
cb74d0084f
x11-repo: Enable package
6 years ago
Fredrik Fornwall
a382c2a9fb
x11-repo: Add as disabled package
6 years ago
Fredrik Fornwall
d09198e590
dnsutils: Update from 9.12.2-P1 to 9.13.3
6 years ago
Fredrik Fornwall
82ea8b5367
command-not-found: Use arch-specific command list
6 years ago
Fredrik Fornwall
e696010d89
openssh: Replace some link(2) with rename(2)
OpenSSH uses a link to take a backup while replacing the known_hosts
file:
(1) link known_hosts to known_hosts.old
(2) move new file to known_hosts (overwriting the link there)
Since links are not allowed we replace link with rename:
(1) rename known_hosts to known_hosts.old
(2) move new file to known_hosts
This means that there is a window between (1) and (2) where the
known_hosts file is not available, but that is a really short window
and is hopefully acceptable here.
Fixes #2909 .
6 years ago