aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* mqttled: update to 0.1.2Tom Grime2022-08-16
| | | | Signed-off-by: Tom Grime <tom.grime@gmail.com>
* zoneinfo: updated to the latest releaseVladimir Ulrich2022-08-16
| | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* opendoas: fix build with PAMMichal Vasilek2022-08-16
| | | | | | | When PAM is available, the build system will detect and use it, but the package dependency was missing. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* Merge pull request #19048 from guijan/update-stress_ngAlexandru Ardelean2022-08-16
|\ | | | | stress-ng: update to 0.14.03
| * stress-ng: update to 0.14.03Guilherme Janczak2022-08-12
| | | | | | | | | | Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com> Co-authored-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | uvol: fix autopart handling double/float numberDaniel Golle2022-08-14
| | | | | | | | | | | | | | Consider only integer part of free space in megabytes when deciding the boundaries of the to be created partition. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | opendoas: add packageMichal Vasilek2022-08-13
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | tree: update upstream sourceJohn Audia2022-08-13
| | | | | | | | | | | | | | | | | | | | | | Update Makefile to use github mirror of new source url since current one is going to retire. "Notice this site is likely going to be shutdown after over 28 years. I will likely be moving all my code-bases to https://gitlab.com/OldManProgrammer"[1] 1. http://mama.indstate.edu/users/ice/tree Signed-off-by: John Audia <therealgraysky@proton.me>
* | Merge pull request #19084 from jtkohl/watchcat-ping-bugfixFlorian Eckert2022-08-10
|\ \ | | | | | | watchcat: fix broken ping invocation for no-address-family configuration
| * | watchcat: fix broken ping invocation for no-address-family configurationMichal Kowalski2022-08-01
| | | | | | | | | | | | | | | | | | | | | Fix for issue #19010 Signed-off-by: John Kohl <jtk.git@bostonpog.org> Signed-off-by: Michal Kowalski <18610805+kofec@users.noreply.github.com>
* | | Merge pull request #19125 from hirnpfirsich/masterEtienne Champetier2022-08-08
|\ \ \ | | | | | | | | prometheus-node-exporter-lua: add realtek-poe exporter
| * | | prometheus-node-exporter-lua: add realtek-poe exporterGregor Michels2022-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exposes PoE metrics obtained from realtek-poe # HELP realtek_poe_switch_info information about the poe controller # TYPE realtek_poe_switch_info gauge realtek_poe_switch_info{mcu="ST Micro ST32F100 Microcontroller",firmware="v22.4"} 1 # HELP realtek_poe_switch_budget_watts overall power budget # TYPE realtek_poe_switch_budget_watts gauge realtek_poe_switch_budget_watts 77 # HELP realtek_poe_switch_consumption_watts overall power consumption # TYPE realtek_poe_switch_consumption_watts gauge realtek_poe_switch_consumption_watts 5 # HELP realtek_poe_port_priority poe priority of port # TYPE realtek_poe_port_priority gauge realtek_poe_port_priority{device="lan1"} 1 realtek_poe_port_priority{device="lan2"} 1 [...] # HELP realtek_poe_port_consumption_watts per port power consumption # TYPE realtek_poe_port_consumption_watts gauge realtek_poe_port_consumption_watts{device="lan1"} 0 realtek_poe_port_consumption_watts{device="lan2"} 0 [...] # HELP realtek_poe_port_state per port poe state # TYPE realtek_poe_port_state gauge realtek_poe_port_state{device="lan1",state="Disabled"} 0 realtek_poe_port_state{device="lan1",state="Searching"} 1 [...] (states: Disabled, Searching, Delivering power, Fault, Other fault, Requesting power) # HELP realtek_poe_port_mode per port poe mode # TYPE realtek_poe_port_mode gauge realtek_poe_port_mode{device="lan1",mode="PoE"} 0 realtek_poe_port_mode{device="lan1",mode="PoE+"} 1 [...] (modes: PoE, Legacy, pre-PoE+, PoE+) Signed-off-by: Gregor Michels <hirnpfirsich@brainpeach.de>
* | | | Merge pull request #19114 from commodo/squashfs-tools-zstdAlexandru Ardelean2022-08-08
|\ \ \ \ | |/ / / |/| | | squashfs-tools: enable zstd compression by default
| * | | squashfs-tools: enable zstd compression by defaultAlexandru Ardelean2022-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested via: https://github.com/openwrt/packages/issues/19111 PKG_RELEASE is set to AUTORELEASE, so no need to bump. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | prometheus-node-exporter-lua: fix hostapd stationsNick Hainke2022-08-07
| | | | | | | | | | | | | | | | | | | | | | | | We can only utilize statistics from interfaces having ubus interface. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | Merge pull request #18834 from jpds/prometheus-selinux-collectorEtienne Champetier2022-08-07
|\ \ \ \ | | | | | | | | | | prometheus-node-exporter-lua: Added selinux.lua.
| * | | | prometheus-node-exporter-lua: Added selinux.lua.Jonathan Davies2022-07-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Davies <jpds@protonmail.com>
* | | | | yq: Update to 4.27.2Tianling Shen2022-08-06
| |/ / / |/| | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | Merge pull request #19083 from pprindeville/drop-parallel-support-non-x86Philip Prindeville2022-08-04
|\ \ \ \ | | | | | | | | | | lcdproc: don't enable LPT support on non-x86 architectures
| * | | | lcdproc: don't enable LPT support on non-x86 architecturesPhilip Prindeville2022-08-03
| | |/ / | |/| | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | sexpect: updated to 2.3.11Clark Wang2022-08-02
| | | | | | | | | | | | | | | | Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | | | docker-compose: Update to version 2.9.0Javier Marcet2022-08-02
| | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | nano: update to 6.4Hannu Nyman2022-08-02
| | | | | | | | | | | | | | | | | | | | | | | | Update nano editor to version 6.4. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | coremark: bump to 2022-07-27Aleksander Jan Bajkowski2022-08-02
|/ / / | | | | | | | | | Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
* | | realtek-poe: Add package to control PoE for Realtek 838x devicesAlexandru Gagniuc2022-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | The realtek-poe package is used to configure the Power-over-Ethernet controller found on Realtex 838x based switches. On many such switches, the PoE doesn't work without this package. Signed-off-by: Stijn Segers <foss@volatilesystems.org> Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
* | | Merge pull request #19055 from pprindeville/issue#18975Philip Prindeville2022-07-30
|\ \ \ | | | | | | | | lcdproc: don't detect parallel port on build host
| * | | lcdproc: don't detect parallel port on build hostPhilip Prindeville2022-07-30
| | | | | | | | | | | | | | | | | | | | | | | | Also, limit builds to x86 and x86_64. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | domoticz: fix read of "disabled" uci configuration parameterRobert Högberg2022-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The domoticz init script didn't properly read the "disabled" configuration parameter and instead the service was always started. Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* | | | tar: add PKG_CONFIG_DEPENDSRosen Penev2022-07-28
| | | | | | | | | | | | | | | | | | | | | | | | fixes compilation when deselecting options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | hfsprogs: remove unused libbsdGuilherme Janczak2022-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hfsprogs uses libbsd for strlcpy(), but the strlcpy() calls are inside `#ifdef` and don't show up on the OpenWRT package. Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
* | | | kitty-terminfo: Fix licenseJitao Lu2022-07-27
| | | | | | | | | | | | | | | | Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
* | | | telegraf: Update to version 1.23.3Jonathan Pagel2022-07-26
| |_|/ |/| | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | dockerd: Update to v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | docker: Update to v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | libnetwork: Update to f6ccccb for Docker v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | containerd: Update to v1.6.6 for Docker v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | runc: Update to v1.1.2 for Docker v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | cryptsetup: fix library paths by calling autoreconfDaniel Golle2022-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | Use PKG_FIXUP:=autoreconf when building cryptsetup to prevent accidental linkage against host libraries. Fixes: #19011 Reported-by: @dreirund Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | crelay: update to 0.14.1Rosen Penev2022-07-21
| | | | | | | | | | | | | | | | | | | | | | | | Also add a meson.build file to avoid iconv hacks. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | docker-compose: Update to version 2.7.0Javier Marcet2022-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's Changed: - Enhancements: - add support of environment secret during build step by @glours - Fixes: - networks: prevent issues due to duplicate names by @milas - Use appropriate dependency condition for one-shot containers when running compose up --wait by @laurazard - Fix environment variable expansion by @ulyssessouza in compose-spec/compose-go#276 - Validate depended-on services exist in consistency check by @laurazard in compose-spec/compose-go#281 - Fix hash usage in environment values by @ulyssessouza in compose-spec/compose-go#283 - build: respect dependency order for classic builder by @milas - fix: panic caused by empty string argument by @nicksieger - (re)start should not impact one-off containers by @ndeloof - Fix issue with close networks name on up and down command by @glours - keep the container reference when volumes_from target a container and not a service by @glours - build.go: initialize CustomLabels map if nil by @paroque28 Signed-off-by: Javier Marcet <javier@marcet.info>
* | | irqbalance: add mesonRosen Penev2022-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation when libiconv is missing. Also remove pthread from glibc. No longer needed. Cleanup Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | open-vm-tools: fix compilation without libiconvRosen Penev2022-07-19
| | | | | | | | | | | | | | | | | | Fix for recent nls.mk change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | yq: Update to 4.26.1Tianling Shen2022-07-18
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | coreutils: update to 9.1John Audia2022-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed patch[1]: 002-chmod-fix_exit_status_when_ignoring_sylinks.patch Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B 1. https://debbugs.gnu.org/cgi/bugreport.cgi?msg=28;bug=50784 Signed-off-by: John Audia <therealgraysky@proton.me>
* | | watchcat: add support to run a scriptJohn Kohl2022-07-15
| | | | | | | | | | | | Signed-off-by: John Kohl <jtk.git@bostonpog.org>
* | | watchcat: add IP version selection support; fix bug with unlockbandsJohn Kohl2022-07-15
| | | | | | | | | | | | Signed-off-by: John Kohl <jtk.git@bostonpog.org>
* | | telegraf: Update to version 1.23.2Jonathan Pagel2022-07-14
| |/ |/| | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | telegraf: Update to version 1.23.1Jonathan Pagel2022-07-11
| | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | ncdu: update to 1.17 and add blue optionJohn Audia2022-07-05
| | | | | | | | | | | | | | | | | | | | | | | | Upstream bump and add a patch to use a blue highlight color for the dark color scheme (--color dark) as some users find the default bright green is too intense. Note that invoking ncdu without the --color switch at use uses the upstream default bright green, so users will need to call ncdu with --color dark in order to get the blue color. Signed-off-by: John Audia <therealgraysky@proton.me>
* | tmux: update to 3.3aMaxim Storchak2022-07-01
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>