aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | | 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>
* | yq: Update to 4.25.3Tianling Shen2022-06-27
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | docker-compose: Update to version 2.6.1Javier Marcet2022-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements: - Support for setting secret from env variable by @ndeloof Fixes: - Do not start unrelated dependencies on run by @laurazard - Fix service not found errors when using --no-deps by @nicksieger - Respect COMPOSE_REMOVE_ORPHANS env var on down by @nicksieger - Fix project level bind mounts volumes by @ulyssessouza - Respect deploy.limits.cpus and deploy.limits.pids by @glours Internal: - Upgrade: Go v1.18.3 by @thaJeztah - Upgrade: compose-go v1.2.8 by @milas - Upgrade: buildx v0.8.2 by @dependabot - Upgrade: containerd v1.6.6 by @dependabot Signed-off-by: Javier Marcet <javier@marcet.info>
* | lxc: export systemd cgroups after installMichal Vasilek2022-06-24
| | | | | | | | | | | | | | | | | | | | otherwise, a user would have to either manually run /etc/init.d/lxc-auto boot or reboot the system to start using lxc. originally committed in 2cde10b95053bf958a4001fb0a82c4563bf345e2 reverted in 039912dec5d3ba2b0f6f53ab8330ab9fea2f7adf Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | Merge pull request #18778 from bluebrother/collectd-dsl-fixesFlorian Eckert2022-06-24
|\ \ | | | | | | collectd: Fix various issues with lantiq dsl metrics.
| * | collectd: Fix various issues with lantiq dsl metrics.Dominik Riebeling2022-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Handle bool values correctly. We get the values as bool, but collectd requires a bool value to be numeric in the range [0, 1]. - Remove profile and mode values. Those are strings, which cannot be represented by collectd. - Update collectd type for some values. - Fix latn value being present twice. Signed-off-by: Dominik Riebeling <bluebrother@posteo.de>
* | | irqbalance: handle deepestcache optionRui Salvaterra2022-06-23
| | | | | | | | | | | | | | | | | | | | | Allow the user to specify the level at which irqbalance assumes the cache domains are partitioned. Keep the default value of 2. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | fish: update to 3.5.0Rosen Penev2022-06-22
| | | | | | | | | | | | | | | | | | Various other cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | restic: update to 0.13.1Tom Stöveken2022-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested lantiq/xrx200 Maintainer: Markus Weipert suggested to hand over to me, thank you! Compile tested: SDK for OpenWrt 21.02.3 Run tested: xRX200 rev 1.2, AVM FRITZ!Box 7360 V2, OpenWrt 21.02.3 Description: Updated to version 0.13.1 Signed-off-by: Tom Stöveken <tom@naaa.de>
* | | collectd: Support configuration of write_http pluginAlexandros Kosiaris2022-06-21
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | write_http plugin is already built and shipped in collectd-mod-write_http, however it is not possible to configure it via uci currently, instead having to rely on populating the config file manually. Add support by adding 2 functions, process_write_http() and process_write_http_node(). First one just enables/disables the plugin. The second one, in the spirit of the curl plugin, adds support for populating multiple <Node> elements under <Plugin write_http> with support for a few parameters. Those are: * name. The name of the <Node>. Mandatory * URL. Mandatory * Format. Optional. * User. Optional. * Password. Optional. * Timeout. Optional. * BufferSize. Optional. Signed-off-by: Alexandros Kosiaris <akosiaris@gmail.com>
* | Merge pull request #18750 from champtar/prom-lua-waitEtienne Champetier2022-06-16
|\ \ | | | | | | prometheus-node-exporter-lua: fix waiting for interface
| * | prometheus-node-exporter-lua: fix waiting for interfaceEtienne Champetier2022-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of waiting for interface to be up, wait for it to have IPs, as this is what we need. Also do not call procd_open_instance when not ready. Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | treewide: remove PKG_INSTALL for meson projectsRosen Penev2022-06-15
| |/ |/| | | | | | | | | It doesn't seem to be used by meson. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | telegraf: update to version 1.23.0Jonathan Pagel2022-06-13
| | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | irqbalance: upstream patch to fix segfaultHannu Nyman2022-06-12
| | | | | | | | | | | | | | | | | | Apply post-1.9.0 patch from upstream to fix a segfault. savedptr can be NULL, so guard for that. Fixes #18741 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | irqbalance: upstream patch to fix irq-module relationHannu Nyman2022-06-12
|/ | | | | | | Apply post-1.9.0 patch from upstream to fix the irq-->module relation detection. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* uvcdynctrl: compile with mesonRosen Penev2022-06-09
| | | | | | meson's iconv support actually works. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mqttled: add new packageTom Grime2022-06-09
| | | | Signed-off-by: Tom Grime <tom.grime@gmail.com>
* domoticz: fix compilation with GCC12Rosen Penev2022-06-09
| | | | | | Upstream backport Signed-off-by: Rosen Penev <rosenp@gmail.com>
* beep: change git repository to fix CVE-2018-0492 and CVE-2018-1000532Josef Schlehofer2022-06-08
| | | | | | | | | | | | | | | | 1. Changed Git repository, which is used for Fedora packaging https://github.com/johnath/beep/issues/11#issuecomment-450277122 Fixed CVEs: CVE-2018-0492 - https://nvd.nist.gov/vuln/detail/CVE-2018-0492 CVE-2018-1000532 - https://nvd.nist.gov/vuln/detail/CVE-2018-1000532 2. Fixed SPDX License Identifier 3. Add patch to comment out -D_FORTIFY_SOURCE Otherwise, it can not be built by default. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* ntfs-3g: update to 2022.5.17Rosen Penev2022-06-04
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* irqbalance: remove local patch for socket directoryHannu Nyman2022-06-04
| | | | | | | | | | | Upstream has finally patched the UI communication socket creation to happen only if the irqbalance UI is enabled. As we do not use the irqbalance UI, we can remove our local fix implemented by 4f0c847828. (If you want to enable irqbalance UI, the fix is still needed.) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>