aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* dockerd: fix dependencies missingLiang Yang2022-04-29
| | | | Signed-off-by: Liang Yang <ggg17226@gmail.com>
* yq: Update to 4.25.1Tianling Shen2022-04-29
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* nano: update to 6.3Hannu Nyman2022-04-29
| | | | | | Update nano editor to version 6.3 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* mtools: update to 4.0.39Guilherme Janczak2022-04-28
| | | | | | This update happens to drop the libbsd dependency. Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
* Merge pull request #18357 from clarkwang/sexpect-updateJeffery To2022-04-28
|\ | | | | sexpect: updated per OpenWrt's common practice
| * sexpect: updated per OpenWrt's common practiceClark Wang2022-04-23
| | | | | | | | | | | | | | | | - removed extra white spaces in Makefile - changed license from GPL-3.0 to GPL-3.0-only - added test.sh Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | Merge pull request #18358 from clarkwang/passh-updateJeffery To2022-04-28
|\ \ | | | | | | passh: updated per OpenWrt's common practice
| * | passh: updated per OpenWrt's common practiceClark Wang2022-04-23
| |/ | | | | | | | | | | | | | | - removed extra white spaces in Makefile - changed license from GPL-3.0 to GPL-3.0-only - added test.sh Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | Merge pull request #17305 from paper42/runc-1.0.3Josef Schlehofer2022-04-28
|\ \ | | | | | | runc: update to 1.0.3
| * | runc: update to 1.0.3Michal Vasilek2021-12-10
| | | | | | | | | | | | | | | | | | * fixes CVE-2021-43784 Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | telegraf: Update to version 1.22.2Jonathan Pagel2022-04-26
| | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | ubnt-manager: run through shellcheckRosen Penev2022-04-26
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | stm32flash: update to version 0.7Russell Senior2022-04-25
| | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | | smartmontools: update to 7.3Maxim Storchak2022-04-25
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | prometheus-node-exporter-lua: use uhttpd-mod-luaEtienne Champetier2022-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | listen_ipv6 config option is removed and we now listen on both ipv4 and ipv6 addresses. HTTP keepalive is enabled and set to 70s by default. With uhttpd-mod-lua there is a small change in behavior, all code is loaded/parsed/executed once on startup as before, but now each request is executed in his own fork, so we can't keep a state between requests. Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | prometheus-node-exporter-lua: fixup openwrt collectorEtienne Champetier2022-04-25
| | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | prometheus-node-exporter-lua: improve ubnt-managerNick Hainke2022-04-21
| |/ |/| | | | | | | | | | | | | It is costly in transmissions to add all information to each metric. Instead, only use the "device" as a label and add all other important labels to the "uptime" metric. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | passh: an sshpass alternativeClark Wang2022-04-18
| | | | | | | | | | | | | | Sshpass does not work well in a few scenarios. Passh is an sshpass alternative which tries to fix the issues. Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | sexpect: Expect for ShellsClark Wang2022-04-16
| | | | | | | | | | | | | | | | Sexpect is another implementation of Expect which is specifically designed for shells. It's lightweight and has no dependency on other packages. Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | Merge pull request #17303 from CarlosDerSeher/feature_bt_agentFlorian Eckert2022-04-16
|\ \ | | | | | | bt-agent: add new package
| * | bluez-tools: Add package bluezetoolsKarl Osterseher2022-04-14
| | | | | | | | | | | | Signed-off-by: Karl Osterseher <karli_o@gmx.at>
* | | yq: Update to 4.24.5Tianling Shen2022-04-15
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | uvol: update to version 0.8Daniel Golle2022-04-15
| | | | | | | | | | | | | | | | | | | | | | | | Bump version to reset PKG_RELEASE counter. Add missing dependency on ucode-mod-math which is needed for the mkdtemp() implementation used to format UBI volumes. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | kitty-terminfo: Terminfo for kitty, an OpenGL-based terminal emulatorJitao Lu2022-04-14
| | | | | | | | | | | | Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
* | | yq: Update to 4.24.4Tianling Shen2022-04-13
| | | | | | | | | | | | | | | | | | Updated GO_PKG due to upstream changes. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | uvol: unbreak if LVM is installed but unusedDaniel Golle2022-04-13
| | | | | | | | | | | | | | | | | | | | | Fix and simplify console output, make sure uvol doesn't break in case of LVM being installed but not used. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | haveged: update to 1.9.18Hannu Nyman2022-04-11
| | | | | | | | | | | | | | | | | | Update haveged to version 1.9.18 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | syncthing: Update to 1.19.2Jeffery To2022-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes patch based on upstream change[1] to fix compilation with Go 1.18. Fixes https://github.com/openwrt/packages/issues/18267. [1]: https://github.com/syncthing/syncthing/commit/e30898ddb3e51225d4bda8661a1510c5cc9afe08 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | open-vm-tools: update to 12.0.0Rosen Penev2022-04-09
| | | | | | | | | | | | | | | | | | Update patches with the Alpine Linux ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #18273 from cotequeiroz/openscMichael Heimpold2022-04-09
|\ \ \ | | | | | | | | opensc: do not build man pages
| * | | opensc: do not build man pagesEneas U de Queiroz2022-04-08
| | | | | | | | | | | | | | | | | | | | | | | | Add --disable-man to configure flags to skip building man pages. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | telegraf: Update to version 1.22.1Jonathan Pagel2022-04-09
|/ / / | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | domoticz: update to 2022.1Lucian Cristian2022-04-07
| | | | | | | | | | | | | | | | | | | | | change to codeload fix python 3.10 plugin loading and usage Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | docker-compose: Update to version 2.4.1Javier Marcet2022-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's Changed: - now we use directly the Docker CLI to run autoremove flag should be p… by @glours - use ssh config when building from compose up by @glours - get Tty from container to know adequate way to attach to by @ndeloof Signed-off-by: Javier Marcet <javier@marcet.info>
* | | squashfs-tools: bump to version 4.5.1Alexandru Ardelean2022-04-07
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | prometheus-node-exporter-lua: fix ubnt-manager collectorNick Hainke2022-04-04
| | | | | | | | | | | | | | | | | | | | | | | | Update the version and add ubnt-manager to the build section. Fixes: 76f27975a9eb (" prometheus-node-exporter-lua: add ubnt-manager collector ") Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | prometheus-node-exporter-lua: add ubnt-manager collectorNick Hainke2022-04-04
| | | | | | | | | | | | | | | | | | | | | Ubnt-manager-collector collects statistics from airos devices configured in ubnt-manager. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | ubnt-manager: add ubnt-managerNick Hainke2022-04-04
| | | | | | | | | | | | | | | | | | This app makes it easier to work with AirOS devices. So far, only monitoring is implemented. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | uvol: yet another small compatibility hackDaniel Golle2022-04-04
| | | | | | | | | | | | | | | | | | | | | Shift ARGV until actual parameters start to compensate for older versions of ucode passing the complete cmdline. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | uvol: fixes and adapt to in-tree ucodeDaniel Golle2022-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | Don't use features which are not yet present in the version of ucode currently shipped with OpenWrt (such as `fs.access()` or assuming raw mode by default). Fix syntax error in main executable. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | docker-compose: Update to version 2.4.0Javier Marcet2022-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's Changed: - pass interactive flag to ExecOptions for the RunExec command by @glours - go.mod: pin k8s version to fix build on go1.16, and update buildx to v0.8.1 by @thaJeztah - support cache_from|to|no|pull by @ndeloof - fix race condition on start-stop e2e tests running in parrallel by @glours - Add support of ssh authentications defined in compose file or via cli… by @glours - fix typo in ssh option description by @mschoettle - Takes COMPOSE_PROJECT_NAME into consideration on commands by @ulyssessouza - Remove dead warning code by @ulyssessouza - Fix down command without any resource to delete by @ulyssessouza - vendor: github.com/containerd/containerd v1.6.2 by @thaJeztah New Contributors: - @mschoettle made their first contribution Signed-off-by: Javier Marcet <javier@marcet.info>
* | | uvol: unbreak build and adapt to updated ucodeDaniel Golle2022-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix build which was broken by a wrong path in the Makefile. Adapt to ucode commit 4618807 ("main: rework CLI frontend"): * ucode now no longer needs the {% %} around each code file, remove that and safe one level of indentation. * ARGV now no longer includes ucode executable and script itself Fixes: 6350c7bc6 ("uvol: replace with re-write in ucode") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | powertop: add gettext-version fixupRosen Penev2022-03-31
| | | | | | | | | | | | | | | | | | I hit this locally on Fedora 35 for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | uvol: replace with re-write in ucodeDaniel Golle2022-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace previous Shell draft-quality implementation of uvol with a rewrite in ucode[1]. While the new code is slightly larger, it performs much better (as we no longer fork() for parsing strings like in Shell with grep, sed and friends). Before: time uvol list -j [ ... ] real 0m 0.82s user 0m 0.13s sys 0m 0.10s After: time uvol list -j [ ... ] real 0m 0.47s user 0m 0.05s sys 0m 0.05s [1]: https://github.com/jow-/ucode Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | procps-ng: add missing InstallDev sectionMarko Ratkaj2022-03-31
| | | | | | | | | | | | | | | | | | | | | This package seems to be missing an InstallDev section. Had a compile failure for an application that needs to compile against libprocps Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* | | vim: update maintainer emailMarko Ratkaj2022-03-31
| | | | | | | | | | | | Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* | | lxc: update maintainer emailMarko Ratkaj2022-03-31
| | | | | | | | | | | | Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* | | jq: update maintainer emailMarko Ratkaj2022-03-31
| | | | | | | | | | | | Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* | | fio: update to 3.29Rosen Penev2022-03-30
| | | | | | | | | | | | | | | | | | Fixes compilation with kernel 5.15 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | rtl_433: Bump to release 21.12Robert Högberg2022-03-30
| | | | | | | | | | | | | | | | | | | | | | | | rtl_433 can now use OpenSSL to send data to MQTT/influxDB using TLS. A separate OpenWrt package has been created where OpenSSL support is enabled. Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>