aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* qemu: enable usb passthrough by defaultNicola Corna2022-11-11
| | | | | | | The total uncompressed size increase (qemu-system-x86_64 and the new libusb dependency) is less than 1%. Signed-off-by: Nicola Corna <nicola@corna.info>
* hwinfo: Backport build fix for glibc 2.36Hauke Mehrtens2022-11-11
| | | | | | This backports a build fix for hwinfo when compiling against glibc 2.36. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* crun: Update to version 1.6Hauke Mehrtens2022-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes compilation problems with glibc 2.36. Full changelog: * crun-1.6 - runc compatibility: -v now prints the version string. - build: fix build with glibc 2.36. - container: drop intermediate userns custom feature. - cgroup: change the delegate cgroup semantic so that the cgroup is created in the container payload after the cgroup namespace is created. - seccomp: use helper process to send file descriptor to the listener socket. It enables to be notified on every syscall without hanging the main process. - linux: add a fallback to using kill(2) if pidfd_send_signal(2) fails with ENOSYS. - krun: add support for krun-sev. - wasmtime: always grant file system capability for workdir inside the container. - wasmtime: inherit arguments list from the handler instead of the current process. - wasmedge: use released wasmedge library instead of libwasmedge_c.so. * crun-1.5 - add mono based native .NET handler - new Wasmtime backend for running WebAssembly - add support for wasmedge 0.10 and dropping support for wasmedge 0.9.x - dropping support for experimental `WasmEdgeProcess` from wasmedge handler - honor process user's uid when setting the HOME environment variable - create the current working directory if it is missing in the container - fallback to using a tmpfs mount if umount of /sys and /proc fails - fallback to netlink to setup lo device - fix creating devices in the rootfs - fallback to using io.weight if io.bfq.weight doesn't exist - remove tun/tap from the default allow list - linux: devices mounts have noexec and nosuid - fix copyup of files from the container to the tmpfs - honor $PATH for newgidmap and newguidmap - krun: limit the number of vCPUs to 8 - cgroup: add support for cpu.idle Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* btrfs-progs: Update to version 6.0.1Hauke Mehrtens2022-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes compilation problems with glibc 2.36. Full Changelog: btrfs-progs-6.0 (2022-10-11) ----------------------------- * fi usage: in tabular output, print total size and slack size * mkfs: * option -O now accepts values from -R to unify the interface (-R will continue to work) * zone reset and discard is done in parallel on all devices * removed option --leafsize, deprecated long time ago * corrupt-block: recalculate checksum when changing generation * fixes: * convert: fix reserved range detection and overlaps * mkfs: fix creating files with reserved inode numbers with --rootdir * receive: escape filenames in command attributes * fix extent buffer leaks after transaction abort * experimental: * mkfs: support for block-group-tree (kernel 6.1) * fsverity in send (protocol v3, WIP) * btrfstune -b converts to block-group-tree * other: * cleanups, refactoring * new and updated tests * update documentation btrfs-progs-6.0.1 (2022-11-04) """""""""""""""""""""""""""""" * send: minor speed up for v2 due to increased buffer size * resize: invalid command line options fail with error code * quota rescan: * add long options --status and --wait * new option to wait but don't start rescan * qgroup show: print path by default, updated format * qgroup: new subcommand clear-stale, remove qgroups without their subvolumes * experimental: * add warnings to commands that have it enabled (mkfs, image, btrfstune) * other: * documentation, help text, error message updates btrfs-progs-5.19 (2022-08-16) ----------------------------- * send: support protocol version 2 * fi show: print all missing devices * device stats: add tabular output * replace: add alias to device group (device replace) * check: validate free space tree items * fixes: * convert: support large filesystems (block count > 32bit) * recognize filesystems with verity enabled * mkfs and DUP could write out of order, fix it for zoned mode * build: * optional support for LZO and ZSTD in receive * compatibility with glibc 2.36 (mount.h) * add fallbacks for new GCC builtins * other: * corrupt-block: target specific items, offsets * documentation updates, new pages from wiki * new tests btrfs-progs-5.19.1 (2022-09-12) """"""""""""""""""""""""""""""" * fix memory leaks (extent buffer, path) * check: verify block device size vs item * rescue fix-device-size: allow to shrink device item * receive: fix crash on wrong pinter free() * other: * experimental: support for block-group-tree * documentation updates * new tests btrfs-progs-5.18 (2022-05-25) ----------------------------- * fixes: * dump-tree: don't print traling zeros in checksums * recognize paused balance as exclusive operation state, allow to start device add * convert: properly initialize target filesystem label * mkfs: don't create free space bitmaps for empty filesystem * restore: make lzo support build-time configurable, print supported compression in help text * update kernel-lib sources * other: * documentation updates, finish conversion to RST, CHANGES and INSTALL could be included into RST * fix build detection of experimental mode * new tests btrfs-progs-5.18.1 (2022-06-06) """"""""""""""""""""""""""""""" * fixes: * convert: fix self reference of toplevel directory * build: make kernel lib headers compatible with C++ * zoned mode: verify minimum zone size 4MiB * libbtrfs: cleanups, merge headers and remove declarations of unexported symbols * other: documentation updates btrfs-progs-5.17 (2022-04-26) ----------------------------- * check: * repair wrong num_devices in superblock * recognize overly long xattr names * fix wrong total bytes check for seed device * auto-repair on read on RAID56 * property set: unify handling of empty value to mean default, changed meaning for property 'compression' to allow reset to default and to set NOCOMPRESS, since kernel 5.14 * fixes: * dump-tree: print fs-verity items * fix location of system chunk on zoned filesystem * do not allow setting seeding flag on a filesystem with dirty log * mkfs and subpage support: use sectorsize as nodesize fallback for mixed profiles * preparatory work for extent tree v2, global roots * experimental feature (unstable interface, not built by default, do not use for production) * btrfstune: option --csum to switch checksum algorithm * other: * cleanups, refactoring * update documentation build, remove asciidocs leftovers * update fssum to consider xattrs * add fsstress Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* hdparm: Update to version 9.65Hauke Mehrtens2022-11-07
| | | | | | | | | | | | | | | | This fixes compilation problems with glibc 2.36. Full Changelog: hdparm-9.65: - Another --Istdin fix: cannot read log pages when no device specified hdparm-9.64: - fix truncated output buf with --Istdin hdparm-9.63: - new --sanitize-overwrite-passes flag, courtesy Michal Grzedzicki. - "Plurals patch" from Martin Guy. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* irqbalance: update to 1.9.2Hannu Nyman2022-11-06
| | | | | | Update irqbalance to version 1.9.2. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* lxc-auto: made init script compatible with image builderMarc Benoit2022-11-04
| | | | Signed-off-by: Marc Benoit <marcb62185@gmail.com>
* syncthing: update to 1.22.1Van Waholtz2022-11-04
| | | | Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* syncthing: add stdiscosrv and strelaysrvVan Waholtz2022-11-04
| | | | Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* dos2unix: add new packageTianling Shen2022-11-04
| | | | | | | | | | dos2unix - text file format converters includes: dos2unix - DOS/Mac to Unix text file format converter (dos2unix/mac2unix) unix2dos - Unix to DOS/Mac text file format converter (unix2dos/unix2mac) Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* sms-tool: SMS Tool for 3G/4G modemAndrey Butirsky2022-11-04
| | | | | | Co-authored-by: Cezary Jackiewicz <cezary@eko.one.pl> Co-authored-by: Josef Schlehofer <pepe.schlehofer@gmail.com> Signed-off-by: Andrey Butirsky <butirsky@gmail.com>
* zoneinfo: updated to the latest releaseVladimir Ulrich2022-11-04
| | | | | | | Updated zoneinfo-all meta-package to fix warnings on build Removed zoneinfo-simple from dependencies of zoneinfo-all as its contents are included in other packages. Signed-off-by: Vladimir Ulrich <admin@evl.su>
* librespeed-cli: add packageMichal Vasilek2022-11-04
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* hub-ctrl: trim trailing spacesStijn Tintel2022-11-02
| | | | | | Found with modified Kconfiglib. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* yq: Update to 4.29.2Tianling Shen2022-10-31
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* openobex: remove CXX patchRosen Penev2022-10-31
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* attendedsysupgrade-common: update ASU CA pubkeyPaul Spooren2022-10-29
| | | | | | | | | | | | | | | | | The old key was overwritten during a machine migration and the current worker key is no longer valid. To create new valid worker certificates this commit adds a new CA pubkey. To update running OpenWrt devices via a client one needs to force install it or upgrade to the latest version of `attendedsysupgrade-common` - I'm sorry for the inconvenience. This change is only related to the `usign` pubkey and `ucert` certificate which is used to sign all created images on the server. While at it, use INSTALL_DATA instead of INSTALL_BIN. Signed-off-by: Paul Spooren <mail@aparcar.org>
* bandwidthd: fix time_t problemJean-Michel Lacroix2022-10-25
| | | | | | Fixes issu #19510 with the change in time_t with musl 1.2 Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* mariadb: Update to the latest version 10.9.3Michal Hrusecky2022-10-25
| | | | | | | | | | | | | | | | | | | | Update to the latest upstream version. For more details, see: https://mariadb.com/kb/en/changes-improvements-in-mariadb-109/ Added new dependency on libfmt. Following two patches dropped as the issues were fixed in upstream. * 130-c11_atomics.patch * 140-mips-connect-unaligned.patch The rest of the patches were refreshed. Don't need to disable cassandra and tokudb anymore as they were dropped from upstream tarball. Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
* mariadb: Drop unused rundir fix socket dir permsMichal Hrusecky2022-10-24
| | | | | | | | | We had been creating "rundir" but it was never used, probably leftover from some removed function. At the same time, we were setting quite strict rights to the socket directory (while comments sugested otherwise). Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
* docker-compose: Update to version 2.12.2Javier Marcet2022-10-23
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* gnupg: add PKG_CPE_IDNick Hainke2022-10-21
| | | | | | Add PKG_CPE_ID:=cpe:/a:gnupg:gnupg to allow scanning for CVEs. Signed-off-by: Nick Hainke <vincent@systemli.org>
* gnupg: update to 2.2.39Nick Hainke2022-10-21
| | | | | | Update to latest LTS version. Signed-off-by: Nick Hainke <vincent@systemli.org>
* docker-compose: Update to version 2.12.0Javier Marcet2022-10-21
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* zoneinfo: updated to the latest releaseVladimir Ulrich2022-10-21
| | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* irqbalance: update to 1.9.1Hannu Nyman2022-10-18
| | | | | | Update irqbalance version to 1.9.1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* auc: update to version 0.3.2Daniel Golle2022-10-16
| | | | | | * fixes segfault when requesting downgrade Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* auc: update to 0.3.1Daniel Golle2022-10-13
| | | | | | | Remove wrongly placed 'break' statement to actually jump to the most recent version of a release branch. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* auc: update to version 0.3.0Daniel Golle2022-10-13
| | | | | | | | Most notably this brings support for processing package changes such as suggesting to replace firewall with firewall4 when updating from 21.02.x -> 22.03.y release. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* xz: update to 5.2.7Nick Hainke2022-10-10
| | | | | | Update to latest version. No release notes available. Signed-off-by: Nick Hainke <vincent@systemli.org>
* Merge pull request #19535 from qweaszxcdf/patch-3Alexandru Ardelean2022-10-09
|\ | | | | rrdtool: update PKG_SOURCE_URL
| * rrdtool: update PKG_SOURCE_URLRyan Shi2022-10-06
| | | | | | Signed-off-by: Ryan Shi <qweaszxcdf@users.noreply.github.com>
* | yq: Update to 4.28.1Tianling Shen2022-10-08
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | cpusage: add new packageThomas Huehn2022-10-08
| | | | | | | | | | | | | | This PR adds the new package "cpusage" to OpenWrt packages. Cpusage is a small utility that prints cpu usage per second as output. Signed-off-by: Thomas Huehn <thomas.huehn@hs-nordhausen.de>
* | 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>