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
Fredrik Fornwall
1bfcadd7b9
nnn: Minor polish
6 years ago
Karol Baraniecki
2cc58b2476
Add nnn
6 years ago
Fredrik Fornwall
8d9a82e1cc
erlang: Bump revision after cpu_sup.c patch
6 years ago
Alexander Clouter
741df7c820
re-enable cpu_sup.patch for Erlang now it compiles
6 years ago
Alexander Clouter
c75c7df39f
compile fix for Erlang that slipped through in PR#2905, sorry!
6 years ago
Fredrik Fornwall
a37594a8bf
erlang: Disable broken patch
The patch caused the following errors:
cpu_sup.c:346:33: error: expected expression
case AVG1: (unsigned int)(return info.loads[0] / 256);
^
cpu_sup.c:347:33: error: expected expression
case AVG5: (unsigned int)(return info.loads[1] / 256);
^
cpu_sup.c:348:33: error: expected expression
case AVG15: (unsigned int)(return info.loads[2] / 256);
^
cpu_sup.c:351:26: error: use of undeclared identifier 'avgs'
sendi((unsigned int)(avgs[idx] * 256));
^
cpu_sup.c:351:31: error: use of undeclared identifier 'idx'
sendi((unsigned int)(avgs[idx] * 256));
^
5 errors generated.
6 years ago
Fredrik Fornwall
7218dcdae1
libmosquitto: Update from 1.5.2 to 1.5.3
6 years ago
Fredrik Fornwall
2c5be24dd0
erlang&make: Bump revision after patches
6 years ago
Alexander Clouter
8401207b8c
Make Erlang's cpu_sup function better on Android
Due to `/proc` restrictions in newer Android releases enforced by SELinux, Erlang needs a fix so that it can get some basic CPU stats (use the `sysinfo` syscall rather than reading `/proc/loadavg`).
6 years ago
Alexander Clouter
9d4db606b8
fix Erlang's os:cmd, by adding @TERMUX_PREFIX@ so /bin/sh works
6 years ago
Alexander Clouter
89d611f018
include dev componments for Erlang
6 years ago
Alexander Clouter
0acdf1ed94
stop make putting std{out,err} into append mode and tripping up SELinux
6 years ago
Fredrik Fornwall
6b3a878f06
Dockerfile: Clean up for ndk r18
6 years ago
Fredrik Fornwall
17765e66c3
readline: Build with -fexceptions
6 years ago
Fredrik Fornwall
fcd12d56ff
pkgconf: Add as disabled package
6 years ago
Fredrik Fornwall
265ec9031e
nginx: Update from 1.15.3 to 1.15.4
6 years ago
Fredrik Fornwall
dfffd901db
sqlite: Update from 3.25.1 to 3.25.2
6 years ago
Fredrik Fornwall
195d2f99b5
yarn: Update from 1.9.4 to 1.10.1
6 years ago
Fredrik Fornwall
17cd5cc5c5
imagemagick: Update from 7.0.8.10 to 7.0.8.12
6 years ago
Fredrik Fornwall
89299cde60
erlang: Update from 21.0.8 to 21.1
6 years ago
Fredrik Fornwall
41269070a6
weechat: Bundle man pages with asciidoctor
6 years ago
Fredrik Fornwall
c055fa1849
build-package.sh: Update meson from 0.47.0 to 0.48.0
6 years ago
Fredrik Fornwall
fb21e18f41
setup-ubuntu.sh: Remove xutils-dev
6 years ago
Fredrik Fornwall
f6908ddfaa
newsboat: Update from 2.12 to 2.13
6 years ago
Fredrik Fornwall
e44b572307
fossil: Update from 2.6 to 2.7
6 years ago
Fredrik Fornwall
166ad2d452
python&python2: Bump revision
6 years ago
Fredrik Fornwall
78c088caa2
xorriso: Update from 1.4.8 to 1.5.0
6 years ago
Fredrik Fornwall
e9aa16984a
Remove disabled cutter package
6 years ago
Leonid Plyushch
775a8c6c13
pulseaudio: disable privilege dropping
6 years ago
Leonid Plyushch
014ad62956
python(2): dev package requires libcrypto-dev
6 years ago
Fredrik Fornwall
c10ec21e0c
Fix lint-packages.py checks
6 years ago
Fredrik Fornwall
cb71389f07
ttyd: Fix build without requiring xxd
6 years ago
Fredrik Fornwall
0373225f53
libelf: Update from 0.173 to 0.174
6 years ago