Commit graph

3388 commits

Author SHA1 Message Date
Jianhui Zhao
7455549ed9 rtty: update to 7.3.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-01-29 07:56:53 -10:00
Rosen Penev
9a56e4e0ec
Merge pull request #14542 from PolynomialDivision/sipcalc-use-autorelease
sipcalc: use autorelease feature
2021-01-28 13:39:23 -08:00
Rosen Penev
2ef5960a61
Merge pull request #14595 from jmarcet/docker-compose-update
docker-compose: Update to version 1.28.2
2021-01-28 13:38:56 -08:00
Rosen Penev
e958a3424b apk: fix compilation without deprecated OpenSSL APIs
Upstream Backport.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-28 09:01:21 -10:00
Hannu Nyman
1d07e993bb
Merge pull request #14568 from PolynomialDivision/collectd-fix-snmp6
collectd: refactor snmp6
2021-01-28 19:01:03 +02:00
Ilya Lipnitskiy
72563ff93b gl-mifi-mcu: compatibility with linux >= 5.6
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-01-28 07:53:11 +01:00
Javier Marcet
8b9b36035c docker-compose: Update to version 1.28.2
Bugs:

- Revert to Python 3.7 bump for Linux static builds

- Add bash completion for docker-compose logs|up --no-log-prefix

Miscellaneous:

- CI setup update

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-01-28 03:30:13 +01:00
Jianhui Zhao
da7858204b rtty: update to 7.2.3
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-01-27 17:51:27 +02:00
Paul Spooren
477081779f apk: add package
The Alpine Package Keeper is the default package manager for Alpine
Linux. They manage their own repositoriy with thousends of packages and
as musl is used for compilation, their binaries can directly run on
OpenWrt.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-01-26 19:46:02 -10:00
Nick Hainke
213c694b75 collectd: snmp6 further improvements
Return with "-1" if parsing fails in read function.
Reduce buffersize of splitstring function.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-01-26 14:47:28 +01:00
Nick Hainke
922e5b1a8b collectd: fix snmp6 not showing all interfaces
Getifaddrs() is not working all the time (e.g. wireguard interfaces).
Instead we use if_nameindex() syscall as suggested in:
 https://stackoverflow.com/a/45796495/8474618

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-01-25 21:23:40 +01:00
Vladimir Ulrich
d92f087340 zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2021-01-25 21:41:59 +02:00
Tianling Shen
f10983d9fd
yq: Update to v4.4.1
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
2021-01-23 22:58:52 +08:00
Nick Hainke
6a9febd05d sipcalc: use autorelease feature
Package version is automatically increased as described here:
https://github.com/openwrt/packages/issues/14537

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-01-23 15:06:11 +01:00
Yanase Yuki
1bd309e410 hwdata: update to 0.343
Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
2021-01-23 20:05:19 +09:00
Jianhui Zhao
dac73c5c9c rtty: update to 7.2.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-01-21 22:02:29 +08:00
Javier Marcet
737110b415 docker-compose: update to v1.28.0
Features:

 - Support for Nvidia GPUs via device requests

 - Support for service profiles

 - Change the SSH connection approach to the Docker CLI's via shellout to the local SSH client (old behaviour enabled by setting COMPOSE_PARAMIKO_SSH environment variable)

 - Add flag to disable log prefix

 - Add flag for ansi output control

Bugs:

 - Make parallel_pull=True by default

 - Bring back warning for configs in non-swarm mode

 - Take --file in account when defining project_dir

 - On compose up, attach only to services we read logs from

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-01-20 17:13:53 +00:00
Jianhui Zhao
b736db93a4 rtty: update to 7.2.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-01-19 22:07:26 +08:00
Rosen Penev
30d8b97983
Merge pull request #14493 from neheb/gp
gptfdisk: update to 1.0.6
2021-01-17 15:31:10 -08:00
Rosen Penev
d75d71bde2 fuse3: update to 3.10.1
Remove upstreamed patches. Meaningless as uClibc-ng is gone now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-17 15:09:52 -08:00
Rosen Penev
816961484c gptfdisk: update to 1.0.6
Remove all uclibcxx support. It's buggy and fairly dead upstream.

Remove libcxx linker hack attributed to glibc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-17 15:03:48 -08:00
Daniel Golle
9811b829e4
conmon: update to version 2.0.24
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-17 18:59:33 +00:00
Shuanglei Tao
2a58132ef2 ttyd: update to 1.6.3
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2021-01-16 09:11:15 +08:00
Daniel Golle
83d81616c5 podman: fix build on MIPS
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-15 23:37:57 +00:00
Hannu Nyman
be75f77973 nano: update to 5.5
Update nano editor to version 5.5

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-01-15 15:54:41 +02:00
Luiz Angelo Daros de Luca
bf4340e19e sane-backends: revert BUILDONLY flag
BUILDONLY was disabling SANE backends (drivers) build.

Closes #14484

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2021-01-15 00:03:18 -03:00
Paul Spooren
f7589c4957 syncthing: bump to 1.12.1
Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-01-13 13:37:08 -10:00
Paul Spooren
75458e78a8 syncthing: bump to 1.12.0
Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-01-12 14:52:45 -10:00
Nick Hainke
014551314e collectd: fix snmp6 collector
We scraped multiple times the same interface in one run.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-01-11 15:16:43 +02:00
Daniel Golle
2b1b63d638 lvm2: update to version 2.03.11
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-11 00:46:27 +00:00
Rosen Penev
b6d1682615
stress-ng: add other dependencies
Size is not really an issue for stress-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-10 14:54:32 -08:00
Rosen Penev
86aa645bf7
Merge pull request #14450 from neheb/oa
oath-toolkit: update to 2.6.5
2021-01-10 01:20:23 -08:00
Rosen Penev
86cacfdd4e
Merge pull request #14446 from neheb/stre
stress-ng: update to 0.12.01
2021-01-10 01:10:38 -08:00
Maxim Storchak
4a728c9792 collectd: bump PKG_RELEASE
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-01-10 10:22:54 +02:00
Maxim Storchak
0412c27fda collectd: enable swap plugin
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-01-10 10:22:54 +02:00
Maxim Storchak
8ab9fd7fff collectd: expose more global parameters to uci
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-01-10 10:22:54 +02:00
Maxim Storchak
a5d87390f2 collectd: remove extra newlines from the generated config
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-01-10 10:22:54 +02:00
Maxim Storchak
fdd53a4c60 collectd: fix the wrong var name
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-01-10 10:22:54 +02:00
Rosen Penev
3456cf54a9
oath-toolkit: update to 2.6.5
Add PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-09 17:59:20 -08:00
Rosen Penev
2d6f791a6f
stress-ng: update to 0.12.01
Simplified bsd patch to be compatible with glibc. It's easier to just
use libbsd with glibc. Size shouldn't be an issue.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-09 15:38:33 -08:00
Nick Hainke
3c55d11aef collectd: add snmp6 interface
Add collectd plugin allowing to collect IPv6 interface statistics.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-01-09 10:12:20 +02:00
Tianling Shen
ba9eca0c31
yq: Update to 4.2.1
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
2021-01-09 01:10:30 +08:00
Rosen Penev
62726a6ea0
Merge pull request #14433 from neheb/ct
ctop: update to 0.7.5
2021-01-08 03:34:19 -08:00
Rosen Penev
b99c73adde
dockerd: update to 20.10.2
Remove non MIPS depends as MIPS is supported now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-08 01:19:04 -08:00
Rosen Penev
5a4a676ec6
docker: update to 20.10.2
Remove non MIPS depends as MIPS is supported now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-08 01:18:33 -08:00
Rosen Penev
66c0a4800c
tini: fix compilation with glibc
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-08 00:51:48 -08:00
Rosen Penev
dfa357be73
containerd: add missing no MIPS16 variable
This succeeded on the buildbots as runc included its lack of mips in
dependencies.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-08 00:37:30 -08:00
Rosen Penev
902095af46
Merge pull request #14434 from neheb/ru
runc: remove non-MIPS depends
2021-01-08 00:01:02 -08:00
Rosen Penev
029bad71a2
Merge pull request #14436 from neheb/cont
containerd: remove non MIPS depends
2021-01-08 00:00:47 -08:00
Rosen Penev
20861bbc50
containerd: remove non MIPS depends
MIPS is supported now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-07 16:04:00 -08:00