aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* podman: update 4.4.1Oskari Rauta2023-02-17
| | | | | | | | | | | | | | | | | patch refreshed. Changes - Added the podman-systemd.unit man page, which can also be displayed using man quadlet (#17349). - Documented journald identifiers used in the journald backend for the podman events command. Bugfixes - Fixed a bug where the default handling of pids-limit was incorrect. - Fixed a bug where parallel calls to make docs crashed (#17322). - Fixed a regression in the podman kube play command where existing resources got mistakenly removed. Full list of changes: [Release notes](https://github.com/containers/podman/blob/main/RELEASE_NOTES.md) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* conmon: update to 2.1.6Oskari Rauta2023-02-16
| | | | | | | | | | | | | Bug fixes - Fix OOM watcher for cgroupv2 oom_kill events Misc - Use --detach instead of -d - ctrl: drop fifo perms to 0660 [Release notes](https://github.com/containers/conmon/releases/tag/v2.1.6) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* irqbalance: Add upstream fix for AARCH64 irq name parsingHannu Nyman2023-02-15
| | | | | | | | | | | | | | Add upstream fix for AARCH64 irq name parsing. > On arm64 SoCs like TI's K3 SoC and few other SoCs, > IRQ names don't get parsed correct due to which they > end up being classified into wrong class. Fix this by > considering last token to contain IRQ name always. The fix seems to enable e.g. RT3200 to notice a few more interrupts and start balancing them. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #20481 from ttytyper/hamlib-init-configFlorian Eckert2023-02-15
|\ | | | | hamlib: Added init script and config files
| * hamlib: Added newline at end of init script and configJesper Henriksen2023-02-13
| | | | | | | | Signed-off-by: Jesper Henriksen <mail-openwrt@jesper.io>
| * hamlib: Added init and config filesJesper Henriksen2023-02-12
| | | | | | | | Signed-off-by: Jesper Henriksen <mail-openwrt@jesper.io>
* | uvol: switch to /sys/class/ubiDaniel Golle2023-02-15
| | | | | | | | | | | | | | | | | | Instead of /sys/devices/virtual/ubi which will no longer be available in future kernels, switch to /sys/class/ubi. While at it fix unrelated arithmetic syntax error by guarding the affected expression to not run on an empty string. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | restic: update to 0.15.1Tom Stöveken2023-02-12
|/ | | | | | | | | | | | | Maintainer: Tom Stöveken <tom@naaa.de> Compile tested: SDK for OpenWrt 22.03.3 Run tested: x86/64 @ Intel(R) Celeron(R) CPU N3160 @ 1.60GHz, OpenWrt 22.03.3 Description: Updated to version 0.15.1 changed PKG_RELEASE:=2 due to deprecated value AUTORELEASE, squashed commits and then changed PKG_RELEASE:=1 because upgrading the whole main PKG_VERSION (the major version item) should reset this to 1 Signed-off-by: Tom Stöveken <tom@naaa.de>
* hamlib: update to 4.5.4Jesper Henriksen2023-02-12
| | | | Signed-off-by: Jesper Henriksen <mail-openwrt@jesper.io>
* docker-compose: Update to version 2.16.0Javier Marcet2023-02-11
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* stress: bump to version 1.0.7Alexandru Ardelean2023-02-06
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* stress-ng: bump to version 0.15.03Alexandru Ardelean2023-02-06
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* mv88e6xxx_dump: add new packages to debug switch issuesEtienne Champetier2023-01-30
| | | | | | | | Reviewed-by: Chris Healy cphealy@gmail.com Reviewed-by: Robert Marko <robimarko@gmail.com> Reviewed-by: Andre Heider <a.heider@gmail.com> Tested-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* uvol: add missing quoteDaniel Golle2023-01-25
| | | | | | | Add missing quote which broke the autopart script. Fixes: b1edbe349 ("uvol: fix regression in handling fractional megabytes free") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ncdu: update to 1.18John Audia2023-01-24
| | | | | | | | | | Upstream bump Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* clocate: update to latest HEADDavid Bauer2023-01-24
| | | | | | | 510cc94 main: remove duplicate import bd84e09 log: add macro Signed-off-by: David Bauer <mail@david-bauer.net>
* treewide: bump PKG_RELEASE for libiwinfo dependant packagesChristian Marangi2023-01-23
| | | | | | Bump PKG_RELEASE for libiwinfo dependant packages. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* Merge pull request #20350 from turris-cz/bashJosef Schlehofer2023-01-23
|\ | | | | bash: update to version 5.2.15
| * bash: update to version 5.2.15Josef Schlehofer2023-01-20
| | | | | | | | | | | | Refreshed patches Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | uvol: fix regression in handling fractional megabytes freePhilip Prindeville2023-01-23
| | | | | | | | | | | | Also, fix off-by-one issue when computing free size. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | crun: add libgcrypt dependencyTianling Shen2023-01-22
| | | | | | | | | | | | Fixes: ad0aa1b2fc64e8 ("crun: update to 1.7.2") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #20330 from dhewg/lrzszHannu Nyman2023-01-21
|\ \ | | | | | | lrzsz: update to v0.12.21rc and fix a CVE
| * | lrzsz: update to v0.12.21rc and fix a CVEAndre Heider2023-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates to v0.12.21rc from 1999 (sic), which was never officially released. There're fixes in there, and it's what debian ships, so let's use that too. While at it, use debian's autohell hack and package description too. Patch 1 fixes a hang with musl. Patch 2 fixes CVE-2018-10195, add PKG_CPE_ID while at it. Refesh the rest. Fixes: CVE-2018-10195 Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | nano: update to 7.2Hannu Nyman2023-01-21
| | | | | | | | | | | | | | | | | | Update nano editor to version 7.2. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | treewide: quote CC and CXXPaul Fertser2023-01-20
| | | | | | | | | | | | | | | | | | | | | When CC is set to e.g. "ccache mips-openwrt-linux-musl-gcc" it needs to be quoted to avoid word splitting on substitution. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | | openocd: select new libjaylinkKarl Palsson2023-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the +select, openocd's internal autoselection between internal libjaylink and external libjaylink can result in linking against external, without the depends declaration, leading to missing depdendencies errors. Hard depend on the external libjaylink, as that's the future direction anyway. Reported-by: Paul Fertser <fercerpav@gmail.com> Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | openocd: update to 0.12.0Paul Fertser2023-01-20
| |/ |/| | | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | efibootmgr: new packageOskari Rauta2023-01-18
| | | | | | | | | | Co-authored-by: Tianling Shen <cnsztl@gmail.com> Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | Merge pull request #20256 from TDT-AG/pr/20230109-acpica-unixFlorian Eckert2023-01-18
|\ \ | | | | | | acpica-unix: update version and fix gcc12 build
| * | acpica-unix: backport pending patches to fix gcc12 build issueFlorian Eckert2023-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the compiler change of openwrt, from gcc version 11 to gcc version 12, we have now the following build errors. ../../../source/components/utilities/utdebug.c: In function 'AcpiUtInitStackPtrTrace': ../../../source/components/utilities/utdebug.c:188:31: error: storing the address of local variable 'CurrentSp' in 'AcpiGbl_EntryStackPointer' [-Werror=dangling-pointer=] 188 | AcpiGbl_EntryStackPointer = &CurrentSp; | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ../../../source/components/utilities/utdebug.c:185:29: note: 'CurrentSp' declared here 185 | ACPI_SIZE CurrentSp; | ^~~~~~~~~ In file included from ../../../source/include/acpi.h:173, from ../../../source/components/utilities/utdebug.c:154: ../../../source/include/acglobal.h:335:41: note: 'AcpiGbl_EntryStackPointer' declared here 335 | ACPI_GLOBAL (ACPI_SIZE *, AcpiGbl_EntryStackPointer); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../../source/include/acpixf.h:188:17: note: in definition of macro 'ACPI_GLOBAL' 188 | extern type name | ^~~~ cc1: all warnings being treated as errors make[4]: *** [../Makefile.rules:20: obj/utdebug.o] Error 1 This is already issue opend in the the upstream project acpica. https://github.com/acpica/acpica/issues/771 There is already a fix available, but it has not yet been merged. https://github.com/acpica/acpica/pull/776 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | acpica-unix: remove autoreleaseFlorian Eckert2023-01-09
| | | | | | | | | | | | | | | | | | While we're at it, let's also remove the deprecated feature autorelease. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | acpica-unix: update to 20221020Florian Eckert2023-01-09
| | | | | | | | | | | | | | | | | | | | | | | | The latest upstream version has an incorrect file name (tar_0.gz). Therefore, there is an error when unpacking the acrhive, as this is not recognised correctly. To fix this, PKG_CAT is set. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #20313 from neheb/10Alexandru Ardelean2023-01-17
|\ \ \ | | | | | | | | stress: update to 1.0.5
| * | | stress: update to 1.0.5Rosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | New upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | podman: update to 4.3.1Oskari Rauta2023-01-16
| | | | | | | | | | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | yq: Update to 4.30.8Tianling Shen2023-01-16
| |_|/ |/| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | rtl-sdr: switch to git tarballRosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | Upstream switched URLs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | flashrom: update to 1.2.1Rosen Penev2023-01-14
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | pcsc-tools: update to 1.6.1Rosen Penev2023-01-14
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | pigz: update to 2.7Rosen Penev2023-01-14
|/ / | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | bc: use @DEBIANRosen Penev2023-01-14
| | | | | | | | | | | | Seems Debian no longer offers ftp. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | qfirehose: new packageOskari Rauta2023-01-14
| | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | yq: Update to 4.30.7Tianling Shen2023-01-14
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | xz: update to version 5.4.1Hannu Nyman2023-01-14
| | | | | | | | | | | | Update to 5.4.1 (keep in sync with xz in tools/) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | evtest: update to 1.35Rosen Penev2023-01-13
| | | | | | | | | | | | | | Switch to git tarballs as the old freedesktop cgit doesn't work properly anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | bluez: update to version 5.66Daniel Golle2023-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ver 5.66: Fix issue with A2DP and transport connection collisions. Fix issue with allowing application specific error codes. Fix issue with not setting initiator flag correctly. Fix issue with HoG Report MAP size handling. Add initial support for Basic Audio Profile. Add initial support for Volume Control Profile. ver 5.65: Fix issue with A2DP cache invalidation handling. Fix issue with A2DP and not initialized SEP codec. Fix issue with A2DP and multiple SetConfiguration to same SEP Fix issue with AVRCP and not properly initialized volume. Fix issue with SDP records when operating in LE only mode. Fix issue with HoG and not reading report map of instances. Fix issue with GATT server crashing while disconnecting. Fix issue with not removing connected devices. Fix issue with enabling wake support without RPA Resolution. Fix issue with pairing failed due to the error of Already Paired. Add support for CONFIGURATION_DIRECTORY environment variable. Add support for STATE_DIRECTORY environment variable. Add support for "Bonded" property with Device API. Add experimental support for ISO socket. Package btmon in new package 'bluez-utils-btmon' to prevent adding glib2 it now requires as a dependency for all of bluez-utils. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | stress-ng: bump to version 0.15.01Alexandru Ardelean2023-01-13
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | conmon: update to 2.1.5Oskari Rauta2023-01-11
| | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | crun: update to 1.7.2Oskari Rauta2023-01-11
| | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | docker-compose: Update to version 2.15.1Javier Marcet2023-01-09
|/ | | | Signed-off-by: Javier Marcet <javier@marcet.info>