aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* rtty: update to 7.3.2Jianhui Zhao2021-02-06
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* collectd: add plugin to compare ipv4,ipv6 statsNick Hainke2021-02-04
| | | | | | | Add "ipstatistics"-plugin. This plugin parses "/proc/net/netstat" and "/proc/net/snmp6" to get the overall ipv4 and ipv6 usage. Signed-off-by: Nick Hainke <vincent@systemli.org>
* Merge pull request #14600 from PolynomialDivision/update-node-exporterRosen Penev2021-02-03
|\ | | | | prometheus-node-exporter-lua: update netstat
| * prometheus-node-exporter-lua: update netstatNick Hainke2021-01-28
| | | | | | | | | | | | | | The snmp and netstat interface are enabled by default See: 4943bc5cff47a482c3010033e04c6d489a4b733c Signed-off-by: Nick Hainke <vincent@systemli.org>
* | Merge pull request #14633 from qinyuhang/patch-1Rosen Penev2021-02-03
|\ \ | | | | | | dockerd: change dockerd start level to 99 to avoid unknown conflicts
| * | dockerd: change start level to 99Yuhang Qin2021-02-03
| | | | | | | | | | | | | | | | | | | | | Dockerd start too early will conflict with other net config. After boot must manually restart dockerd, Or some container will not run. Signed-off-by: Yuhang Qin <qinyuhangxiaoxiang@gmail.com>
* | | stress-ng: bump to version 0.12.02Alexandru Ardelean2021-02-02
|/ / | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | rtty: update to 7.3.1Jianhui Zhao2021-02-01
| | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | Merge pull request #14609 from httpstorm/hwdata-0.343.fix-macosRosen Penev2021-02-01
|\ \ | | | | | | hwdata 0.343: fix build error on macOS
| * | hwdata: fix build error on macOSGeorgi Valkov2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | The install command on macOS does not support the -T flag. As suggested by Rosen Penev, this package does not compile anything, so the contents can be installed directly. Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
* | | btrfs-progs: update to 5.10Rosen Penev2021-01-31
| | | | | | | | | | | | | | | | | | Added libmount dependency as it's needed now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | quota: update to 4.06W. Michael Petullo2021-01-31
|/ / | | | | | | | | | | | | This includes a backport of quota commit 02b222a3, which removes the use of reallocarray. The musl C library does not provide reallocarray. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / rtty: update to 7.3.0Jianhui Zhao2021-01-29
|/ | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* Merge pull request #14542 from PolynomialDivision/sipcalc-use-autoreleaseRosen Penev2021-01-28
|\ | | | | sipcalc: use autorelease feature
| * sipcalc: use autorelease featureNick Hainke2021-01-23
| | | | | | | | | | | | | | Package version is automatically increased as described here: https://github.com/openwrt/packages/issues/14537 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | Merge pull request #14595 from jmarcet/docker-compose-updateRosen Penev2021-01-28
|\ \ | | | | | | docker-compose: Update to version 1.28.2
| * | docker-compose: Update to version 1.28.2Javier Marcet2021-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | apk: fix compilation without deprecated OpenSSL APIsRosen Penev2021-01-28
| | | | | | | | | | | | | | | | | | | | | | | | Upstream Backport. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14568 from PolynomialDivision/collectd-fix-snmp6Hannu Nyman2021-01-28
|\ \ \ | | | | | | | | collectd: refactor snmp6
| * | | collectd: snmp6 further improvementsNick Hainke2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Return with "-1" if parsing fails in read function. Reduce buffersize of splitstring function. Signed-off-by: Nick Hainke <vincent@systemli.org>
| * | | collectd: fix snmp6 not showing all interfacesNick Hainke2021-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | gl-mifi-mcu: compatibility with linux >= 5.6Ilya Lipnitskiy2021-01-28
| |/ / |/| | | | | | | | Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | | rtty: update to 7.2.3Jianhui Zhao2021-01-27
| | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | apk: add packagePaul Spooren2021-01-26
|/ / | | | | | | | | | | | | | | | | 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>
* | zoneinfo: Updated to the latest releaseVladimir Ulrich2021-01-25
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | yq: Update to v4.4.1Tianling Shen2021-01-23
|/ | | | Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* hwdata: update to 0.343Yanase Yuki2021-01-23
| | | | Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
* rtty: update to 7.2.1Jianhui Zhao2021-01-21
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* docker-compose: update to v1.28.0Javier Marcet2021-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* rtty: update to 7.2.0Jianhui Zhao2021-01-19
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* Merge pull request #14493 from neheb/gpRosen Penev2021-01-17
|\ | | | | gptfdisk: update to 1.0.6
| * gptfdisk: update to 1.0.6Rosen Penev2021-01-17
| | | | | | | | | | | | | | | | 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>
* | fuse3: update to 3.10.1Rosen Penev2021-01-17
|/ | | | | | Remove upstreamed patches. Meaningless as uClibc-ng is gone now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* conmon: update to version 2.0.24Daniel Golle2021-01-17
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ttyd: update to 1.6.3Shuanglei Tao2021-01-16
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* podman: fix build on MIPSDaniel Golle2021-01-15
| | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Rosen Penev <rosenp@gmail.com>
* nano: update to 5.5Hannu Nyman2021-01-15
| | | | | | Update nano editor to version 5.5 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* sane-backends: revert BUILDONLY flagLuiz Angelo Daros de Luca2021-01-15
| | | | | | | | BUILDONLY was disabling SANE backends (drivers) build. Closes #14484 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* syncthing: bump to 1.12.1Paul Spooren2021-01-13
| | | | Signed-off-by: Paul Spooren <mail@aparcar.org>
* syncthing: bump to 1.12.0Paul Spooren2021-01-12
| | | | Signed-off-by: Paul Spooren <mail@aparcar.org>
* collectd: fix snmp6 collectorNick Hainke2021-01-11
| | | | | | We scraped multiple times the same interface in one run. Signed-off-by: Nick Hainke <vincent@systemli.org>
* lvm2: update to version 2.03.11Daniel Golle2021-01-11
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* stress-ng: add other dependenciesRosen Penev2021-01-10
| | | | | | Size is not really an issue for stress-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #14450 from neheb/oaRosen Penev2021-01-10
|\ | | | | oath-toolkit: update to 2.6.5
| * oath-toolkit: update to 2.6.5Rosen Penev2021-01-09
| | | | | | | | | | | | Add PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14446 from neheb/streRosen Penev2021-01-10
|\ \ | | | | | | stress-ng: update to 0.12.01
| * | stress-ng: update to 0.12.01Rosen Penev2021-01-09
| |/ | | | | | | | | | | | | 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>
* | collectd: bump PKG_RELEASEMaxim Storchak2021-01-10
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | collectd: enable swap pluginMaxim Storchak2021-01-10
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | collectd: expose more global parameters to uciMaxim Storchak2021-01-10
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>