aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* 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>
* vim: variants conflict with each otherKarel Kočí2022-08-23
| | | | | | | | | | | | | | | | This adds conflicts between the variants, because they provide the same files, and it should not be possible to install them side by side. Otherwise, it might happen that half files would be from one variant and the other half from the other. Also, adds provides as if you request to install ``vim`` and ``vim-full``, then the request could be satisfied even they collide, because ``vim-full`` provides ``vim`` package. Signed-off-by: Karel Kočí <cynerd@email.cz> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> [add commit message]
* stress-ng: add libjpeg depAlexandru Ardelean2022-08-24
| | | | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/19210 If libjpeg isn't selected by another package, all is fine. But if it is selected, the stress-ng build will see it and try to build the jpeg stressor. This would usually fail sometime and link-time. In any case, it's better to just pick-up libjpeg as a dependency of stress-ng. If people want to stress their system with this tool, they can probably expect libjpeg as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #19217 from stintel/openocd-bcm27xxAlexandru Ardelean2022-08-23
|\ | | | | openocd: enable bcm2835gpio on bcm27xx
| * openocd: enable bcm2835gpio on bcm27xxStijn Tintel2022-08-21
| | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | pciutils: backport patch to fix compilation with older binutilsJosef Schlehofer2022-08-21
|/ | | | | | | | | | | | | | | | | | | | | While building pciutils 3.8.0 for OpenWrt 21.02 includes target mvebu/cortex-a9, mvebu/cortex-a53 and powerpc/8540, it fails because of this error: -I<turris1x/ws/build/staging_dir/toolchain-powerpc_8548_gcc-8.4.0_musl/include> -c -o filter.o filter.c {standard input}: Assembler messages: {standard input}:6: Error: multiple versions [`pci_filter_init@@LIBPCI_3.8'|`pci_filter_init@LIBPCI_3.3'] for symbol `pci_filter_init_v38' {standard input}:8: Error: multiple versions [`pci_filter_parse_slot@@LIBPCI_3.8'|`pci_filter_parse_slot@LIBPCI_3.3'] for symbol `pci_filter_parse_slot_v38' {standard input}:10: Error: multiple versions [`pci_filter_parse_id@@LIBPCI_3.8'|`pci_filter_parse_id@LIBPCI_3.3'] for symbol `pci_filter_parse_id_v38' {standard input}:12: Error: multiple versions [`pci_filter_match@@LIBPCI_3.8'|`pci_filter_match@LIBPCI_3.3'] for symbol `pci_filter_match_v38' make[4]: *** [<builtin>: filter.o] Error 1 make[4]: Leaving directory '<turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0/lib'> make[3]: *** [Makefile:70: lib/libpci.so.3.8.0] Error 2 make[3]: Leaving directory '<turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0'> make[2]: *** [Makefile:88: <turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0/.built]> Error 2 make[2]: Leaving directory '<turris1x/ws/build/feeds/packages/utils/pciutils'> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* pciutils: update to 3.8.0Lucian Cristian2022-08-20
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* miniflux: update to 2.0.38Michal Vasilek2022-08-18
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* telegraf: Update to version 1.23.4Jonathan Pagel2022-08-18
| | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>