aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* 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>
* irqbalance: update to 1.9.0Hannu Nyman2022-06-04
| | | | | | | Update irqbalance to version 1.9.0 * adopt AUTORELEASE Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* miniflux: update to 2.0.37Michal Vasilek2022-06-03
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* docker-compose: Update to version 2.6.0Javier Marcet2022-06-01
| | | | | | | | | | | | | | | | | | | | | | | | What's Changed: - fix TestLocalComposeUp which fail locally and bump compose-go to 1.2.7 by @glours - attach only to services declared by project applying profiles by @ndeloof - Add ddev's e2e test by @ulyssessouza - Fix local run of make e2e-compose-standalone by @ulyssessouza - fix: prevent flickering prompt when pulling same image from N services by @maxcleme - add tags property to build section by @glours - update golang version to 1.18 by @glours - bump compose-go to 1.2.6 by @maxcleme - add e2e tests to verify env variables priority by @glours - Import dotenv file to os environment by @ulyssessouza New Contributors: - @maxcleme made their first contribution Signed-off-by: Javier Marcet <javier@marcet.info>
* gddrescue: update to 1.26Lucian Cristian2022-06-01
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* yq: Update to 4.25.2Tianling Shen2022-05-30
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* prometheus-node-exporter: fix ubus stationsNick Hainke2022-05-29
| | | | | | | | | Not every radio has also ubus support. Only query radios with ubus functions. Signed-off-by: Nick Hainke <vincent@systemli.org> [fixup, call ubus.connect() once per scrape] Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* hfsprogs: update to 540.1.linux3Rosen Penev2022-05-25
| | | | | | | | Updates hfsprogs from 2011 to 2013 version. Updated patches to latest Debian ones. Kept custom OpenWrt ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* docker-compose: Update to version 2.5.1Javier Marcet2022-05-25
| | | | | | | | | | | | | | | | | | | | | | What's Changed: - Fix relative paths on envfile label by @ulyssessouza - down: Reject all arguments by @Jille - Clarify what default work dir is when multiple compose files by @quite - compose down exit=0 if nothing to remove by @ndeloof - cp command: copy to all containers of a service as default behaviour by @glours - Fix extra space printed with --no-log-prefix option by @jan4843 - bump compose-go to 1.2.5 by @ndeloof New Contributors: - @Jille made their first contribution - @quite made their first contribution - @jan4843 made their first contribution Signed-off-by: Javier Marcet <javier@marcet.info>
* rtty: update to 8.0.1Jianhui Zhao2022-05-22
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* audit: remove host buildEneas U de Queiroz2022-05-20
| | | | | | | | | | | The audit package in the packages feed share the same sources as the libaudit package in the base repo. libaudit performs a host build, used only by libsemanage in base. There is no package depending on 'audit/host', so we can remove it to avoid possible confusion. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* audit: avoid interferece with base libaudit buildEneas U de Queiroz2022-05-20
| | | | | | | | | | Both audit in the packages feed and libaudito from the base repo use the same sources. Have 'audit' use a different build directory than 'libaudit' package to avoid interference between them. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* audit: Fix compilation with kernel 5.15Eneas U de Queiroz2022-05-20
| | | | | | | | | | Linux 5.15 does not have the linux/ipx.h header. The patch is a partial cherry-pick (skipped ChangeLog) of upstream commit 6b09724c6 ("Make IPX packet interpretation dependent on the ipx header file existing"). Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* bluez: Update to 5.64, update/refresh patchesJeffery To2022-05-19
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* zsh: update to 5.9John Audia2022-05-18
| | | | | | | | | | Bump to latest release Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* Revert "lxc: export systemd cgroups after install"Stijn Tintel2022-05-18
| | | | | | | | | | | | | | | | | | The postinst script is sourced during image build, which causes the follow failure: /home/stijn/Development/OpenWrt/openwrt/build_dir/target-x86_64_musl/root-x86/etc/init.d/lxc-auto: line 3: /lib/functions.sh: No such file or directory postinst script ./usr/lib/opkg/info/lxc-auto.postinst has failed with exit code 1 Sourcing /lib/functions.sh is not needed, as /etc/rc.common does so already. Unfortunately removing that line from the init script is not enough to fix the problem. The postinst script should also check IPKG_INSTROOT. As these two changes are unrelated, they should go in separate commits, and the solution to the image build problem is to revert the commit that introduced the breakage. This reverts commit 2cde10b95053bf958a4001fb0a82c4563bf345e2. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* telegraf: Update to version 1.22.4Jonathan Pagel2022-05-18
| | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* bcm27xx-eeprom: update to v2022.04.26-138a1Álvaro Fernández Rojas2022-05-17
| | | | | | Git compare: https://github.com/raspberrypi/rpi-eeprom/compare/47976e4409c6999a8e211976c75c60a97c90275c...v2022.04.26-138a1 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* docker: Update to v20.10.16Gerard Ryan2022-05-16
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: Update to v20.10.16Gerard Ryan2022-05-16
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* libnetwork: Updated to 339b97 for docker v20.10.16Gerard Ryan2022-05-16
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Update to v1.6.4 for docker v20.10.16Gerard Ryan2022-05-16
| | | | | | * Overrode `PREFIX` to have the old behaviour Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* runc: Update to v1.1.1 for docker v20.10.16Gerard Ryan2022-05-16
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* nsutils: Update to latest version, switch to cmakeJeffery To2022-05-15
| | | | | | | | | | | | This also: * Adds PKG_SOURCE_DATE and PKG_SOURCE_VERSION to PKG_VERSION (by default, when PKG_VERSION is defined, PKG_SOURCE_DATE and PKG_SOURCE_VERSION are not used) * Fixes package copyright Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* telldus-core: use proper cmake argpRosen Penev2022-05-14
| | | | | | | | Avoids linking to argp-standalone with glibc. Some other minor fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dockerd: Add firewall independent dependenciesGerard Ryan2022-05-14
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: Sorted dependencies for better diffsGerard Ryan2022-05-14
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* slirp4netns: update to v1.2.0Oskari Rauta2022-05-14
| | | | | | | Changelog: https://github.com/rootless-containers/slirp4netns/releases Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* lxc: export systemd cgroups after installMichal Vasilek2022-05-14
| | | | | | | otherwise, a user would have to either manually run /etc/init.d/lxc-auto boot or reboot the system to start using lxc. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>