aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* stress-ng: bump to version 0.14.06Alexandru Ardelean2022-10-07
| | | | | | | no longer needed: 010-dont_define_fortify.patch upstreamed: 020-stress-sysinval-fix-fstat-fstat64-compat-check.patch Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* pcsc-lite: update to verion 1.9.9Daniel Golle2022-10-07
| | | | | | | | | | | | | 1.9.9: Ludovic Rousseau 11 September 2022 - SCardEstablishContext() may return SCARD_W_SECURITY_VIOLATION if refused by Polkit - Fix SCardReleaseContext() failure on orphan handles - Fix SCardDisconnect() on orphan handle - pcsc-spy: log the pioSendPci & pioRecvPci SCardTransmit() parameters - Improve the log from pcscd: log the return code in text instead of hex - Some other minor improvements Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gawk: update to version 5.2.0Daniel Golle2022-10-07
| | | | | | | For changes see ChangeLog file[1]. [1]: https://git.savannah.gnu.org/cgit/gawk.git/plain/ChangeLog?h=gawk-5.2.0 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #19476 from TDT-AG/pr/20220928-lcd4linuxFlorian Eckert2022-10-06
|\ | | | | lcd4linux: minor init improvments
| * lcd4linux: add debug optionFlorian Eckert2022-10-04
| | | | | | | | | | | | | | | | Setting the DEBUG variable in the init script to '1' enables the lcd4linux verbose mode, by setting the arg '-vv'. The option also redirects the error and stdout to the syslog. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * lcd4linux: Possibility added that the config can also be loaded from /tmpFlorian Eckert2022-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Until now, the configuration must be stored under '/etc/lcd4linux.conf'. So that the configuration can also be changed dynamically, it makes sense to store this under /tmp and load them from this directory. The init script first checks whether there is a configuration under '/etc/lcd4linux.conf' and only then does it try to find it under '/tmp/lcd4linux.conf'. If there is no configuration, an error message is shown. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | treewide: fix security issues by bumping all packages using libwolfsslPetr Štetiar2022-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As wolfSSL is having hard time maintaining ABI compatibility between releases, we need to manually force rebuild of packages depending on libwolfssl and thus force their upgrade. Otherwise due to the ABI handling we would endup with possibly two libwolfssl libraries in the system, including the patched libwolfssl-5.5.1, but still have vulnerable services running using the vulnerable libwolfssl-5.4.0. So in order to propagate update of libwolfssl to latest stable release done in commit ec8fb542ec3e4 ("wolfssl: fix TLSv1.3 RCE in uhttpd by using 5.5.1-stable (CVE-2022-39173)") which fixes several remotely exploitable vulnerabilities, we need to bump PKG_RELEASE of all packages using wolfSSL library. Same bump has been done in buildroot in commit f1b7e1434f66 ("treewide: fix security issues by bumping all packages using libwolfssl"). Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | zoneinfo: updated to the latest releaseVladimir Ulrich2022-10-03
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | bandwidthd: fix format warningsRosen Penev2022-09-29
| | | | | | | | | | | | Should fix crashing errors under musl 1.2 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | docker-compose: Update to version 2.11.2Javier Marcet2022-09-29
|/ | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* docker-compose: Update to version 2.11.1Javier Marcet2022-09-26
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* Merge pull request #19455 from mhei/mmc-utils-updateMichael Heimpold2022-09-26
|\ | | | | mmc-utils: update to latest upstream revision
| * mmc-utils: update to latest upstream revisionMichael Heimpold2022-09-25
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | tang: update directoryRosen Penev2022-09-25
|/ | | | | | There's no more cache. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* poemgr: update to latest HEADDavid Bauer2022-09-24
| | | | | | | | | | | | | | | 8988247 Makefile: Enable warnings as errors (-Werror) aea39ca Makefile: Respect the CFLAGS and LDFLAGS that have been passed in 189594f poemgr: Fix compiler warnings in poemgr.c 0e1a8cf pd69104: Avoid self-induced pointer casts 2d53298 uswflex: Remove unused variables and declarations d345441 poemgr: Reorganize poemgr.h to remove forward declarations df1a7bc contrib: remove unneccessary functions.sh loading 056a6a9 poemgr: Fix name based profile selection b8f8f23 poemgr: prolong the power budget detection delay 9e8344a poemgr: configure power_budget to override detected limit Signed-off-by: David Bauer <mail@david-bauer.net>
* open-vm-tools: enable debugging for vcenterFlorian Eckert2022-09-22
| | | | | | | Updating tools.conf to get more info during deployment and template cloning. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* open-vm-tools: enable dnet supportFlorian Eckert2022-09-22
| | | | | | Enable dnet support to get guestinfo and nicinfo Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* open-vm-tools: enable deploypkg pluginFlorian Eckert2022-09-22
| | | | | | Enable support functions for guest package deployment. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* vim: update to 9.0Nick Hainke2022-09-22
| | | | | | | | | | | | | | | | | | | Remove upstreamed patches: - 001-support-defining-compilation-date-in-SOURCE_DATE_EPOCH.patch -> https://github.com/vim/vim/commit/8f1dde5021d9623a951d1ccbc78cf1b1a55ccd7a - 020-macos.patch -> https://github.com/vim/vim/commit/5289783e0b07cfc3f92ee933261ca4c4acdca007 Refresh patches: - 002-remove_helptags_generation.patch Release Notes: https://www.vim.org/vim90.php Add to configure_args: --disable-libsodium Signed-off-by: Nick Hainke <vincent@systemli.org>
* xz: update to 5.2.6Nick Hainke2022-09-22
| | | | | | | Release Notes: https://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=HEAD Signed-off-by: Nick Hainke <vincent@systemli.org>
* realtek-poe: Update package to v1.0Alexandru Gagniuc2022-09-22
| | | | | | | | | v1.0 fixes a bug with MCU communication, and allows shutting down individual ports over ubus. A summarry of commands can be shown with: ubus -v list poe Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
* opendoas: avoid libpam dependencyEneas U de Queiroz2022-09-22
| | | | | | | | | Package is failing to build because it picks up libpam dependency regardless of `BUSYBOX_CONFIG_PAM`. Use configure args --with-pam, --without-pam to assert the option. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* yq: Update to 4.27.5Tianling Shen2022-09-22
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dockerd: Update to v20.10.18Gerard Ryan2022-09-20
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker: Update to v20.10.18Gerard Ryan2022-09-20
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* libnetwork: Update to 0dde5c8 for Docker v20.10.18Gerard Ryan2022-09-20
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Update to v1.6.8 for Docker v20.10.18Gerard Ryan2022-09-20
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* runc: Update to v1.1.4 for Docker v20.10.18Gerard Ryan2022-09-20
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* Merge pull request #19314 from TDT-AG/pr/2022-09-05-collectdFlorian Eckert2022-09-19
|\ | | | | collectd: extend network uci plugin
| * collectd: extend network uci pluginFlorian Eckert2022-09-05
| | | | | | | | | | | | | | | | The network plugin from collectd also has the option to encrypt the metrics when sending them to another server. Until now, this was not possible via the UCI. This commit adds that feature. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | telldus-core: add missing includeRosen Penev2022-09-18
| | | | | | | | | | | | Needed for memset. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | grep: use libpcre2Nick Hainke2022-09-19
| | | | | | | | | | | | We should use libpcre2 instead of libpcre in the new grep version. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | collectd: re-enable nut pluginHannu Nyman2022-09-18
| | | | | | | | | | | | | | | | | | | | Re-enable the nut plugin (remove BROKEN mark). Nut itself has been patched to provide better compatible time_t. I have not not run-tested the plugin, so it is still possible that the fixes from upstream collectd PR 4043 are still needed. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #19362 from dhewg/dslHannu Nyman2022-09-18
|\ \ | | | | | | prometheus/collectd: adapt dependencies for the dsl collector
| * | collectd: adapt dependencies for the dsl collectorAndre Heider2022-09-14
| | | | | | | | | | | | | | | | | | | | | All lantiq/intel/maxlinear compatible dsl daemons now provide a common package name, switch over. Signed-off-by: Andre Heider <a.heider@gmail.com>
| * | prometheus-node-exporter-lua: adapt dependencies for the dsl collectorAndre Heider2022-09-14
| | | | | | | | | | | | | | | | | | | | | All lantiq/intel/maxlinear compatible dsl daemons now provide a common package name, switch over. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | grep: update to 3.8Nick Hainke2022-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manually refresh: - ppc-musl.patch Release Notes: https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.html Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | collectd: disable nut pluginHannu Nyman2022-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Temporarily disable nut plugin by marking it BROKEN. Apparently the upstream collectd plugin is not yet compatible with nut 2.8.0. I tried the upstream PR 4043, but it does not help, as it apparently requires at least one specific UPS type to be defined/compiled. nut . . . . . . . . . no (required data types for NUT API were not detected) (dependency error) If there is a requirement to specify some UPS data type when compiling nut, it might be problematic for the generic OpenWrt buildbot context. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | docker-compose: Update to version 2.11.0Javier Marcet2022-09-15
| | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | tree: bump to 2.0.4John Audia2022-09-14
|/ / | | | | | | | | | | Upstream update Signed-off-by: John Audia <therealgraysky@proton.me>
* | lxc: update to 5.0.1John Audia2022-09-09
| | | | | | | | | | | | | | | | | | | | | | Bump to latest and update Makefile to use meson which is upstream's standard. Deleted unneeded 010-Remove-distro-check.patch (reference to configure). Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* | pcsc-lite: update to version 1.9.8Daniel Golle2022-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.9.8: Ludovic Rousseau 11 June 2022 - Install install_spy.sh & uninstall_spy.sh scripts in docdir - SCardTransmit(): do not fail if receive buffer is "too large" - SCardControl(): do not fail if receive buffer is "too large" - fix some memory leaks on shutdown - use a better random number generator - Some other minor improvements 1.9.7: Ludovic Rousseau 13 May 2022 - disable strict compilation by default - fix 3 warnings 1.9.6: Ludovic Rousseau 11 May 2022 - do not fail reader removal in some specific cases (USB/Thunderbolt port) - improve documentation regarding /etc/reader.conf.d/ - SCardGetStatusChange: speedup the case DISABLE_AUTO_POWER_ON - configure: . add --disable-strict option By default the compiler arguments are now: -Wall -Wextra -Wno-unused-parameter -Werror ${CFLAGS} . fail if flex is not found - fix different data races - pcscdaemon: -v displays internal constants values: MAX_READERNAME & PCSCLITE_MAX_READERS_CONTEXTS - Some other minor improvements Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | cryptsetup: update to version 2.5.0Daniel Golle2022-09-07
| | | | | | | | | | | | | | | | Update to new major release of cryptsetup. For details, please see the release notes[1]. [1]: https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.5/v2.5.0-ReleaseNotes Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | lvm2: update to release 2.03.16Daniel Golle2022-09-07
|/ | | | | | Mostly bug fixes and minor improvements. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* mariadb: fix compilation with ppc64Rosen Penev2022-09-04
| | | | | | | MariaDB's PPC64 CRC32 support requires AltiVec, which QoriQ does not support. Disable it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #19283 from 1715173329/yqJosef Schlehofer2022-08-30
|\ | | | | yq: Update to 4.27.3
| * yq: Update to 4.27.3Tianling Shen2022-08-30
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | docker-compose: Update to version 2.10.2Javier Marcet2022-08-30
|/ | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* zoneinfo: updated to the latest releaseVladimir Ulrich2022-08-27
| | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* restic: update to 0.14.0Tom Stöveken2022-08-26
| | | | | | | | | | | Maintainer: Tom Stöveken <tom@naaa.de> Compile tested: SDK for OpenWrt 21.02.3 Run tested: xRX200 rev 1.2, AVM FRITZ!Boxwq 7360 V2, OpenWrt 21.02.3 Description: Updated to version 0.14.0 Signed-off-by: Tom Stöveken <tom@naaa.de>