aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* Merge pull request #23693 from TDT-AG/pr/20240319-rrdtool1Florian Eckert2024-03-21
|\ | | | | rrdtool1: add license information
| * rrdtool1: change download URL to httpsFlorian Eckert2024-03-21
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * rrdtool1: add license informationFlorian Eckert2024-03-21
| | | | | | | | | | | | | | See the license information on the rrdtool homepage. https://oss.oetiker.ch/rrdtool/license.en.html Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | telldus-mqtt: bump to 0.3Peter Liedholm2024-03-21
| | | | | | | | Signed-off-by: Peter Liedholm <peterfromswe884@gmail.com>
* | xz: update to 5.6.1krant2024-03-21
| | | | | | | | | | | | - Change source URL to the up-to-date one Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | mmc-utils: update to upstream's e1281d4de916 commitMichael Heimpold2024-03-19
| | | | | | | | | | | | | | | | | | | | | | Included upstream changes: e1281d4de916 mmc-utils: mmc_cmds: fix type-punned warning on &ext_csd[] casting b5ca140312d2 mmc-utils: lsmmc: Fix emmc capacity calculation d1d8a05eeb4b mmc-utils: lsmmc: Disintegrade print_mmc_csd 3b055a2129bf mmc-utils: lsmmc: Simplify interface processing functions e82719f1d29c mmc-utils: lsmmc: Simplify prinitng manufacturer name Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | mstflint: add new packageTil Kaiser2024-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a new package, including tools for diagnosing Mellanox Spectrum Switches and ConnectX NICs and querying and installing firmware. Package Contents: mflash lib This lib provides low level Flash access through Mellanox HCAs. mtcr lib (implemented in mtcr.h file) This lib enables access to HCA hardware registers. mstregdump This utility dumps hardware registers from Mellanox hardware for later analysis by Mellanox. mstvpd This utility dumps the on-card VPD. mstmcra This debug utility reads/writes a to/from the device configuration register space. mstconfig This tool sets or queries non-volatile configurable options for Mellanox HCAs. mstfwmanager Mellanox firmware update and query utility which scans the system for available Mellanox devices (only mst PCI devices) and performs the necessary firmware updates. mstreg The mlxreg utility allows users to obtain information regarding supported access registers, such as their fields and attributes. mstfwtrace The mstfwtrace utility extracts and prints trace messages generated by the firmware running on 5th generation devices iRISCs. This tool supports secure FW flow only. mstlink The mstlink tool is used to check and debug link status and issues related to them. Signed-off-by: Til Kaiser <mail@tk154.de>
* | fx: update to 33.0.0Fabian Lipken2024-03-19
|/ | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* docker-compose: Update to version 2.25.0Javier Marcet2024-03-17
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* eza: update to 0.18.7Jonas Jelonek2024-03-16
| | | | | | | Release notes: https://github.com/eza-community/eza/releases/tag/v0.18.7 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* whois: update to 5.5.21krant2024-03-15
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* collectd: add license informationsFlorian Eckert2024-03-13
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-compose: Update to version 2.24.7Javier Marcet2024-03-08
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* irqbalance Update init script to remove duplicate spaceskrant2024-03-07
| | | | | | | | | | | | | I have some strange issues with irqbalance sometimes overwritin smp_affinity values for banned/ignored IRQs. The issue is reproduceable and is mitigated when I change theway how the irqbalance command line is built. The only difference between the resulting command is that there is only one space between the -t parameter and the first -i parameter value. Also see https://github.com/Irqbalance/irqbalance/issues/297 Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
* eza: update to 0.18.6Jonas Jelonek2024-03-06
| | | | | | | | | - Release notes: https://github.com/eza-community/eza/releases/tag/v0.18.6 - fix typo in description in Makefile Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* lsd: add new packageOskari Rauta2024-03-05
| | | | | | | | ls deluxe. Substitute for ls command with style. Popular amongst people who use ohmyzsh and similar shell stylers. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* eza: add new packageOskari Rauta2024-03-05
| | | | | | | | eza is a substitute for ls command with icons and colors and more. Common for those who use ohmyzsh or similar shell stylers. Co-authored-by: Jonas Jelonek <jonas.helonek@proton.me> Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* mt5311: make package importable as lua modulejasle2024-03-04
| | | | | | Added init.lua to make the program importable by other lua programs. Signed-off-by: jasle <jasle@riseup.net>
* mt5311: add packagejasle2024-03-04
| | | | | | | | | mt5311 are utilities for working with Metanoia/Proscend VDSL2 SFP Modems. Resulting package: * mt5311 Signed-off-by: jasle <jasle@riseup.net>
* inotify-tools: fix link error on x86krant2024-02-28
| | | | | | | | | | | Previous commit removed unnecessary linking with libstdc++ but introduced another error on x86 platforms: undefined reference to `__stack_chk_fail_local' Fix it by explicitly linking libssp_nonshared.a Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* logrotate: update to 3.21.0krant2024-02-27
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* mc: depend on libe2pOskari Rauta2024-02-27
| | | | | | | Now that libe2p is separated from e2fsprogs; midnight commander needs it added to depends. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* dump1090: fix soft float ARM buildkrant2024-02-26
| | | | | | | Package CPU features detection is not supporting soft float ARM. So we disable it altogether. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* yq: Update to 4.42.1Tianling Shen2024-02-26
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* uvol: add support for detecting fitblk boot deviceDaniel Golle2024-02-26
| | | | | | | Auto-detect LVM2 volume on boot device used with fitblk uImage.FIT sub-image driver. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* inotify-tools: update to 4.23.9.0krant2024-02-25
| | | | | | - Workaround superfluous linking with libstdccp Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* tmux: update to 3.4Maxim Storchak2024-02-24
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* dump1090: update to 9.0krant2024-02-24
| | | | | | - Fix version to be properly configured Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* avrdude: fix dependencieskrant2024-02-24
| | | | | | | | - libftdi, libhidapi, libusb-0.1 was incorrectly leaking into the build. - libgpiod was incorrectly missing out despite LINUXGPIO feature was explicitly requested. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* sysstat: add missing xz-utils dependencykrant2024-02-22
| | | | | | Depending only on 'xz' hides the package when 'xz-utils' is not selected Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* tesseract: update to 5.3.4krant2024-02-22
| | | | | | - Fix NEON mis-detection which was breaking builds on some platforms Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* screen: update to 4.9.1krant2024-02-22
| | | | | | - Remove upstreamed patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* rtl_433: update to 23.11Edmunt Pienkowsky2024-02-22
| | | | Signed-off-by: Edmunt Pienkowsky <roed@onet.eu>
* rtl-sdr: update to v2.0.1Edmunt Pienkowsky2024-02-22
| | | | Signed-off-by: Edmunt Pienkowsky <roed@onet.eu>
* avrdude: update to 7.3krant2024-02-22
| | | | | | | | | - Use local tarball - Use CMake - Depend from libusb-1.0 instead of libusb-compat - Remove obsolete patches Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* ripgrep: update to 14.1.0krant2024-02-22
| | | | | | | | | | | | | | | - Link pcre2 dynamically - it was linked statically and libpcre2 dependency was useless - it magically fixes build error when global LTO is enabled - it reduces resulting binary size - Use 'release-lto' cargo profile to further reduce binary size 'rg' binary sizes comparision (arm_cortex-a9+neon): - 4293KB: unmodified - 4018KB: dynamic libpcre2 - 3521KB: dynamic libpcre2 + release-lto Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* bluez: update to 5.72krant2024-02-22
| | | | | | | | - Use HTTPS for URL - Don't set default configure option - Refresh the patches Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* sysstat: update to 12.7.5krant2024-02-21
| | | | | | | | | - Update package URLs - Add missing xz dependency - Fix incorrectly set sa_dir - Refresh the patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* rtty: update to 8.1.1Jianhui Zhao2024-02-21
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* dockerd: Update to 25.0.3Gerard Ryan2024-02-21
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker: Update to 25.0.3Gerard Ryan2024-02-21
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Update to 1.7.13Gerard Ryan2024-02-21
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* runc: Update to 1.1.12Gerard Ryan2024-02-21
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* yq: Update to 4.41.1Tianling Shen2024-02-20
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* mariadb: fix compilation with newer fmtRosen Penev2024-02-18
| | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* qemu: update to 8.2.0Vladimir Ermakov2024-02-18
| | | | | | | | - Refresh patches. - Disable new features like AF XDP, Rutabaga VGA, libkeyutils - Delete removed features such as HAX hypervisor Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* podman: update to 4.9.3Oskari Rauta2024-02-17
| | | | | | | | Changelogs: https://github.com/containers/podman/releases Patches refreshed Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* conmon: update to 2.1.10Oskari Rauta2024-02-17
| | | | | | | | | | | | | | | | bug fixes: - Fix incorrect free in conn_sock - logging: Respect log-size-max immediately after open - fix some issues flagged by SAST scan - src: fix write after end of buffer - src: open all files with O_CLOEXEC - oom-score: restore oom score before running exit command new features: - Forward more messages on the sd-notify socket - logging: -l passthrough accepts TTYs Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* slirp4netns: update to 1.2.3Oskari Rauta2024-02-16
| | | | | | | | | changelog: - Fix some FD leaks (#334, thanks to @giuseppe) As package belongs to network category, I moved it from utils to network folder Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* Merge pull request #23457 from TDT-AG/pr/20240216-procps-ngFlorian Eckert2024-02-16
|\ | | | | procps-ng: update to version 4.0.4 and rename old version 3.3.16 to procps-ng3