aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* dfu-util: Upgrade to version 0.11Bruno Randolf2021-10-18
| | | | | | Tested on RAMIPS with STM32 L1 and STM32 L4 Signed-off-by: Bruno Randolf <br1@einfach.org>
* checksec: update to version 2.5.0Jan Pavlinec2021-10-18
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* zoneinfo: Updated to the latest releaseVladimir Ulrich2021-10-17
| | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* gl-puli-mcu: add GL.iNet GL-XE300 (Puli) power monitoring daemonNuno Goncalves2021-10-15
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* at: bump to version 3.2.2Phil Eichinger2021-10-14
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* yq: Update to 4.13.4Tianling Shen2021-10-13
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* rrdtool: Keep time as 'long' despite 64bit time_t in muslHannu Nyman2021-10-10
| | | | | | | | | | | | | | | | | Adjust to the 64 bit time_t in musl 1.2.2 by keeping time internally in RRD still as 'long', so that old databases created during musl 1.1.x still work in 32 bit targets. That also helps with several interal functions that use 'long' for calculations and printf formatting. * Define internal type TIME_INT as 'long', and use that internally in calculations * Use time_t vs. TIME_INT casting when necessary * Provide time_t variable pointers for functions expecting a time_t pointer. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* cni-plugins: update to version 1.0.1Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cni: update to version 1.0.1Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cryptsetup: update to version 2.4.1Daniel Golle2021-10-09
| | | | | | | Package new experimental SSH token authenticator plugin as new package 'cryptsetup-ssh'. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ccid: update to version 1.4.36Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* pcsc-lite: update to version 1.9.4Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* auc: remove superfluous variablesPaul Spooren2021-10-08
| | | | | | | | | | | | | | Remove parsing of data which is not used within `auc`. Later iterations may use these but they can be gradually added whenever needed. Also remove HTTP code handling of error codes no longer used by the backend. Early iterations of the server where infinitely complex to figure out created images and announce them to clients but ever since everything is stored in JSON, things got better (aka simpler). If a package is missing on the upstream server, color it in red. Signed-off-by: Paul Spooren <mail@aparcar.org>
* acpica-unix: add additional acpi programmsFlorian Eckert2021-10-08
| | | | | | | | | | | | | | This change adds the missing acpi programms for on target acpi development. * acpibin * acpiexamples * acpiexec * acpihelp * acpisrc * acpixtract * iasl Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* tang: Fix installation error, missing fi statementRené van Dorst2021-10-08
| | | | | | | | | | | | | | | | | root@OpenWrt:/# opkg install tang Package tang (10-3) installed in root is up to date. Configuring tang. //usr/lib/opkg/info/tang.postinst: /usr/lib/opkg/info/tang.postinst-pkg: line 9: syntax error: unexpected end of file (expecting "fi") Collected errors: * pkg_run_script: package "tang" postinst script returned status 2. * opkg_configure: tang.postinst returned 2. Fix commit d49c79b76b7c7659e063290d1bc7d7fad626780a tang: remove outdated key handling. if statement is not closed. Signed-off-by: René van Dorst <opensource@vdorst.com>
* ccid: fix compilation under macOSRosen Penev2021-10-08
| | | | | | Remove a bad uname check. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* openzwave: fix compilation with macOSRosen Penev2021-10-08
| | | | | | The Makefiles test for host uname. Override it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* docker: update to 20.10.9Michal Vasilek2021-10-06
| | | | | | * switch to AUTORELEASE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* dockerd: update to 20.10.9Michal Vasilek2021-10-06
| | | | | | | * switch to AUTORELEASE * fixes CVE-2021-41089 Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* nano: update to 5.9Hannu Nyman2021-10-06
| | | | | | Update nano editor to version 5.9. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* collectd: sqm_collect: optimise parent searchKevin Darbyshire-Bryant2021-10-06
| | | | | | | There can be only 1 parent process ID, so as soon as we find it, print it and exit - there's no point searching any of the following lines Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* vim: fix compilation with macOSRosen Penev2021-10-05
| | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zoneinfo: Updated to the latest releaseVladimir Ulrich2021-10-04
| | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* cache-domains: Fixed remote script usage changeGerard Ryan2021-10-03
| | | | | | | | * Removed all unnecessary files after configuration * Reduced code duplication * Changed to symlinking config instead of copying Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* Merge pull request #16786 from mhei/mmc-utils-updateMichael Heimpold2021-10-03
|\ | | | | mmc-utils: update to latest upstream revision
| * mmc-utils: update to latest upstream revisionMichael Heimpold2021-10-02
| | | | | | | | | | | | | | While at, switch to offical repo URL, adjust license tag to newer style and remove obsolete/already mainlined patches. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | haveged: update to 1.9.15Hannu Nyman2021-10-03
| | | | | | | | | | | | Update haveged to version 1.9.15. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | collectd: sqm_collect: handle being orphanedKevin Darbyshire-Bryant2021-10-02
| | | | | | | | | | | | | | | | | | | | If the master collectd instance gets shut down in an uncontrolled manner (crashes!) then sqm_collect scripts will be left orphaned and will run forever. Modify script to check if it still has a parent and if not, exit. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | yq: Update to 4.13.3Tianling Shen2021-10-02
|/ | | | | | Fixes: CVE-2021-33196 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* stress-ng: bump to 0.13.03Alexandru Ardelean2021-09-30
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* fontconfig: avoid compilation problem (on Ubuntu)Hannu Nyman2021-09-27
| | | | | | | | | | | | | | Partially revert an upstream commit to avoid build breakage on Ubuntu. Refrerence to discussion starting at https://github.com/openwrt/packages/pull/16726#issuecomment-927309052 Upstream commit: https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/ae9ac2a1bfb6fa800b99791b6fc36711dd0c1fbc meson: fix cross-compilation issues with gperf header file preprocessing Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* rtty: update to 8.0.0Jianhui Zhao2021-09-27
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* ttyd: fix ssl ca option initMax S Kash2021-09-26
| | | | Signed-off-by: Max S Kash <asukms@ya.ru>
* fontconfig: update to 2.13.94Rosen Penev2021-09-25
| | | | | | Remove upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lxc-auto: step by 1 sec up to $max_timeoutJohn Audia2021-09-25
| | | | | | | | | | | | If the user defines a $max_timeout of 30, the service will wait 30 seconds before it considers lxc-stop complete even though lxc-stop might actually finish much sooner. This introduces an unneeded delay. This commit changes the behavior to check once per second to see when lxc-stop actually stops doing so up to $max_timeout. It also slightly simplifies the code with logic to append the -t $max_timeout to the script. Signed-off-by: John Audia <graysky@archlinux.us>
* zoneinfo: Updated to the latest releaseVladimir Ulrich2021-09-25
| | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* gzip: update to 1.11Rosen Penev2021-09-25
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fuse3: update to 3.10.5Rosen Penev2021-09-25
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* prometheus-node-exporter-lua: fix broken control flowMartin Weinelt2021-09-24
| | | | Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
* attendedsysupgrade-common: use sysupgrade.openwrt.orgPaul Spooren2021-09-24
| | | | | | | | A new server was added which runs within the OpenWrt cloud, it's much faster and should be used instead. For development the server at https://asu.aparcar.org stays available. Signed-off-by: Paul Spooren <mail@aparcar.org>
* auc: use /json/v1/Paul Spooren2021-09-24
| | | | | | | Currently `auc` uses the outdated /json/ path, this commit uses /json/v1/ to be more future proof. Signed-off-by: Paul Spooren <mail@aparcar.org>
* Merge pull request #16688 from paper42/apparmor-fix-includeRosen Penev2021-09-22
|\ | | | | apparmor: fix include path
| * apparmor: fix include pathMichal Vasilek2021-09-22
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | nnn: update to 4.2Michal Vasilek2021-09-22
|/ | | | | | * switch to AUTORELEASE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* yq: Update to 4.13.2Tianling Shen2021-09-21
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* Merge pull request #16360 from stintel/acpicaRosen Penev2021-09-18
|\ | | | | acpica: bump to 20210730
| * acpica: bump to 20210730Stijn Tintel2021-08-14
| | | | | | | | | | | | Fixes compilation with GCC 10. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | lxc: remove legacy cgroups from common.confJohn Audia2021-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am unaware of any kernel currently provided that retains cgroup v1 support. This patch removes these lines in /usr/share/lxc/config/common.conf to allow for error free usage. Providing common.conf as-is will result in failure to start. One solution is to comment out the legacy lines.[1] This requires users to either provide a custom version of this file on their builds or to manually edit it with each update. Since many do not build their own, the first option is not available to them. Manually editing the file with each update will cause a failure to start containers set to auto-start upon rebooting into the update. 1. https://forum.openwrt.org/t/openwrt-arm64-quick-lxc-howto-guide-lms-in-debian-system-in-lxc-container/99835 Signed-off-by: John Audia <graysky@archlinux.us>
* | Merge pull request #16364 from stintel/mtoolsRosen Penev2021-09-18
|\ \ | | | | | | mtools: fix host lib leakage + version bump
| * | mtools: bump to 4.0.35Stijn Tintel2021-08-15
| | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>