Commit Graph

5421 Commits

Author SHA1 Message Date
Josef Schlehofer
74aaf9c131 stress: drop old unmaintained project
As a replacement for this project despite it was resurrected,
it is not maintained.

We added stress-ng [1], which is regularly updated and
gets new features and there is no reason to have two packages
in this repository.

[1] fba6bb9489 ("stress-ng: add")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2025-06-15 18:52:44 +03:00
Daniel Cousens
8a6a3d6f5d treewide: use https for some PKG_SOURCE_URLs
This changes a number of PKG_SOURCE_URLs that were using the http protocol to use https if available.
HTTPS was verified as functioning for the updated hosts.

Signed-off-by: Daniel Cousens <github@dcousens.com>
2025-06-15 15:56:20 +02:00
Til Kaiser
d8f2960e14 mstflint: add missing nls.mk include
If nls.mk is not included and BUILD_NLS is set compilation
will fail with various undefined references to the libiconv
library. So this commit includes the missing nls.mk.

Signed-off-by: Til Kaiser <mail@tk154.de>
2025-06-15 13:22:56 +02:00
Josef Schlehofer
fa01e8adfc mc: drop patches to handle newer terminfo
This patch was introduced by me in commit
62513dc576 ("mc: fix mouse handling")
and that commit backported patch from master branch and it that time,
there was not any release, which included it.
Since 4.8.2.5 update, we are still rebasing it, no need to do that.

Fixes: eb0c3b534a ("mc: update to 4.8.25")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2025-06-14 06:57:16 +02:00
Josef Schlehofer
57d860a6aa sunwait: drop manual Build/Compile step to respect flags
The custom Build/Compile definition was overriding the default OpenWrt build logic,
 causing issues when compiling with fPIC.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2025-06-12 06:47:05 +02:00
Hannu Nyman
beb0de663c collectd: Adjust .json names to match plugin names
Adjust .json names to match the plugin names: use '-' instead of '_'
Fix commits 033c19a and e36b727 that used a filename differing
from the plugin name used in OpenWrt. That prevented package compilation
to find and include the .json files that were left out of the package.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2025-06-11 19:05:36 +03:00
Nikolay Manev
6fe289dafc tio: update to version 3.9
* update to version 3.9
* added lua as build dependency
* added glib as build dependency
* removed libinih as dependency
* disable bash-completion and man pages
* added test.sh file for ci testing

Signed-off-by: Nikolay Manev <just.ops@proton.me>
2025-06-11 17:57:00 +02:00
Martin Kennedy
c0a839e5ad realtek-poe: build default config from board.json
This adjustment makes a compromise between those that would prefer not
to complicate the realtek-poe.git source repository and those who want
to have PoE work out-of-the-box on Realtek switches -- see
realtek-poe.git, commit 2df137ee457155 ("realtek-poe/openwrt: Generate
config from board.json")

Switches previously booted with OpenWrt will have an /etc/config/poe
file already present, and thus the uci-default shall not take effect.

Signed-off-by: Martin Kennedy <hurricos@gmail.com>
2025-06-10 21:35:54 +02:00
John Audia
a987403f97 lm-sensors: use standard location for custom conf
Slight modification to package to provide /etc/sensors.d/custom.conf
where users can set hardware-specific configurations. Changed behavior
of package to no longer provide a specific configuration for i386 since
it has so many potential configurations.

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-06-10 15:28:01 +02:00
Tianling Shen
76530e620b bluez: fix need re-pairing after daemon restarts
Backport an upstream patch to fix load link-keys with kernel >= 6.10.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-06-10 12:30:24 +02:00
Javier Marcet
d1422dda41 docker-compose: Update to version 2.37.0
Release notes:
https://github.com/docker/compose/releases/tag/v2.37.0

Signed-off-by: Javier Marcet <javier@marcet.info>
2025-06-09 16:30:20 +08:00
Daniel Golle
317598bed2 uvol: fix autopart on devices using fitblk
Correctly detect the block device used for booting also on devices
using the new fitblk driver.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2025-06-08 23:15:39 +02:00
Kevin Jilissen
9f94448b71 prometheus-node-exporter-lua: Add ethtool exporter
Based on ethtool-lua library, add interface statistics to the
prometheus-node-exporter.

As closely as possible, the behaviour of the implementation at
400c397993/collector/ethtool_linux.go (L208)
is replicated.

Signed-off-by: Kevin Jilissen <info@kevinjilissen.nl>
[squash commits, bump version, fix permission, use untyped, rename to ethtool]
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2025-06-09 00:04:34 +03:00
Keith T. Garner
4b21375059 rtl_433: bump version to 25.02
Also adds a simple init script and sample config file.

changelog: https://github.com/merbanan/rtl_433/releases/tag/25.02
Signed-off-by: Keith T. Garner <kgarner@kgarner.com>
2025-06-08 22:57:20 +03:00
George Sapkin
1f6308810a syncthing: bump to 1.29.7
Changelog: https://github.com/syncthing/syncthing/compare/v1.29.6...v1.29.7
Signed-off-by: George Sapkin <george@sapk.in>
2025-06-08 22:52:38 +03:00
Nikolay Manev
6f4db16a93 rng-tools: update to version 6.17
* update to version 6.17
* change source to codeload.github.com
* added curl as dependency
* added jansson as dependency
* added libcap as dependency
* added test.sh file for ci testing
* drop maintainer https://github.com/openwrt/packages/issues/14492 and comment https://github.com/openwrt/packages/pull/12788#issuecomment-664031645

Signed-off-by: Nikolay Manev <just.ops@proton.me>
2025-06-08 17:29:59 +02:00
John Audia
0f281ad57b jq: bump to v1.8.0
In addition to shipping the latest upstream version, package shared objects.
It is worth noting that this release is required when building with GCC 15.1.

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-06-08 11:40:15 +03:00
John Audia
586607cefa bc: fix building with GCC 15.1
Force the default C version to -std=gnu17.

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-06-08 11:39:30 +03:00
John Audia
d40b6c9c13 coreutils: bump to 9.7
Single patch automatically rebased.
Added -std=gnu23 to CFLAGS

Release news: https://savannah.gnu.org/news/?id=10751

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-06-07 15:52:37 +03:00
John Audia
04008a4600 procps-ng: bump to 4.0.5
Patch automatically rebased.

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-06-07 10:46:36 +03:00
Álvaro Fernández Rojas
bfb96a8592 bcm27xx-eeprom: update to v2025-05-08-2712
bcm2711:
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2711/release-notes.md#2025-05-08-implement-tcp-window-for-net-boot-latest

bcm2712:
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2712/release-notes.md#2025-02-12-fixup-change-to-disable-37v-pmic-output-on-cm5-no-wifi-latest
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2712/release-notes.md#2025-03-03-fix-bootloader-pull-configuration-on-2712d0-latest
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2712/release-notes.md#2025-03-10-add-boot_partition-filter-plus-sdram-init-fixes-latest
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2712/release-notes.md#2025-03-19-log-the-fan-speed-at-boot-latest
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2712/release-notes.md#2025-03-27-os_check-cm5-check-for-cm5-specific-dtbs-latest
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2712/release-notes.md#2025-04-07-arm_dt-revert-to-using-the-max-fan-speed-latest
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2712/release-notes.md#2025-05-08-implement-tcp-window-for-net-boot-latest

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2025-06-06 12:36:46 +02:00
Xiao Yu
e36b727d99 collectd: Add write_prometheus uci config
Included with default options used by collectd

Signed-off-by: Xiao Yu <me@xyu.io>
2025-06-03 08:21:04 +03:00
John Audia
1b6d5d9f23 ncdu: bump to v1.22
Latest upstream release.

Changelog: https://dev.yorhel.nl/ncdu/changes

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-06-02 13:08:58 +02:00
Ariel Xiong
dab90ec210 bash: add CFLAGS_FOR_BUILD="-std=gnu17" flag
Fix #26469
add CFLAGS_FOR_BUILD="-std=gnu17" flag

Signed-off-by: Ariel Xiong <ArielHeleneto@outlook.com>
2025-06-02 09:19:47 +02:00
Ariel Xiong
ca2b5ea51f bash: bump to 5.2.37
fix autoconf test for broken strtold
fix for parsing compound assignment while expanding alias
fix compilation on systems that provide select or pselect but not both
fix for reading partial invalid multibyte characters
fix issue where comparing quoted and unquoted words to be completed results in readline not displaying possible matches

Signed-off-by: Ariel Xiong <ArielHeleneto@outlook.com>
2025-06-02 09:19:07 +02:00
W. Michael Petullo
f80126e87b quota: update to 4.10
Upstream list of changes is available at
https://sourceforge.net/p/linuxquota/news/.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2025-06-01 10:18:13 +03:00
W. Michael Petullo
b4cfc18dbb fuse-overlayfs: update to 1.15
Upstream list of changes is available at
https://github.com/containers/fuse-overlayfs/releases/tag/v1.15.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2025-06-01 10:17:01 +03:00
Jens Wagner
3c55123696 mbpoll: Modbus command line interface
mbpoll is a command line interface to Modbus RTU & TCP,
it is based on libmodbus

Signed-off-by: Jens Wagner <jens@wagner2013.de>
2025-06-01 00:01:36 +02:00
Jonas Jelonek
250d8d7f16 eza: update to 0.21.4
[release notes]
0.21.1: https://github.com/eza-community/eza/releases/tag/v0.21.1
0.21.2: https://github.com/eza-community/eza/releases/tag/v0.21.2
0.21.3: https://github.com/eza-community/eza/releases/tag/v0.21.3
0.21.4: https://github.com/eza-community/eza/releases/tag/v0.21.4

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2025-05-31 13:57:01 +02:00
Packet Please
a6b0689234 poemgr: update to latest Git HEAD
Signed-off-by: Packet Please <pktpls@systemli.org>
2025-05-29 10:04:05 +02:00
Fabian Lipken
8fff19135e fx: update to 36.0.3
This commit updates fx to version 36.0.3

For more details, please refer to release details:
https://github.com/antonmedv/fx/releases/tag/36.0.3

Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2025-05-26 09:54:09 +02:00
Jianhui Zhao
ba10392cb5 rtty: update to 8.1.5
changelog: https://github.com/zhaojh329/rtty/releases/tag/v8.1.5

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2025-05-26 05:51:50 +02:00
Javier Marcet
e344fcc369 docker-compose: Update to version 2.36.2
Release notes:
https://github.com/docker/compose/releases/tag/v2.36.2

Signed-off-by: Javier Marcet <javier@marcet.info>
2025-05-25 19:10:02 +08:00
Javier Marcet
4ac47971db docker-compose: Update to version 2.36.1
Release notes:
https://github.com/docker/compose/releases/tag/v2.36.1

Signed-off-by: Javier Marcet <javier@marcet.info>
2025-05-25 19:10:02 +08:00
Nikolay Manev
cb930147b5 pv: update to 1.9.31
* update to 1.9.31 from upstream: https://codeberg.org/ivarch/pv
* license changed to GPL-3.0-or-later and directory doc/COPYING -> docs/COPYING
* added test.sh file for ci testing

Signed-off-by: Nikolay Manev <just.ops@proton.me>
2025-05-23 15:51:02 +02:00
Jan Kardell
27513c12a7 gammu: Fix misspelled licence variable
Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
2025-05-22 23:27:12 +02:00
Jan Kardell
ed9613e5ce canutils: Fix license file
Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
2025-05-22 23:27:12 +02:00
Jan Kardell
4461086d56 fuse3: Fix license file
Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
2025-05-22 23:27:12 +02:00
Jan Kardell
dd7906d975 picocom: Fix license file
Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
2025-05-22 23:27:12 +02:00
Javier Marcet
7f0b4e4bf5 docker-compose: Update to version 2.36.0
Release notes:
https://github.com/docker/compose/releases/tag/v2.36.0

Signed-off-by: Javier Marcet <javier@marcet.info>
2025-05-22 16:00:44 +08:00
John Audia
f5089fc6c2 fscrypt: add new package
Fscrypt is a high-level tool for the management of Linux native
filesystem encryption. fscrypt manages metadata, key generation, key
wrapping, PAM integration, and provides a uniform interface for creating
and modifying encrypted directories.

Upstream url: https://github.com/google/fscrypt/blob/master/README.md

Build system: x86/64
Build-tested: bcm27xx/bcm2712
Run-tested: bcm27xx/bcm2712

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-05-20 09:27:34 +02:00
Wei-Ting Yang
ae56deff2c treewide: assign some PKG_CPE_IDs
Assign some PKG_CPE_IDs to enhance CVE coverage.

https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=aardvark-dns
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=alpine_project
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=boringssl
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=ecdsautils
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=file_project
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=knot_resolver
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=libwrap
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=lsof_project
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=nfdump
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=nlnetlabs%20name_server_daemon
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=rclone
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=setserial
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=tang_project
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=tesseract_project
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=tmate-ssh-server
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=ttyd
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=uw-imap
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=v2ray-core
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=zstandard

Signed-off-by: Wei-Ting Yang <williamatcg@gmail.com>
2025-05-20 08:57:12 +02:00
Robert Marko
b0c4fe0b9a semodule-utils: update to 3.8.1
Update to latest 3.8.1 version.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-05-19 11:44:34 +02:00
Robert Marko
f62a91c782 selinux-python: update to 3.8.1
Update to latest 3.8.1 version and drop upstreamed patch[1].

[1] 1a29c28afb

Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-05-19 11:44:34 +02:00
John Audia
fec25ff6fe lm-sensors: update to v3.6.2
Change source URL to reflect active mirror as old one has not been
updated in ~4 years and bump to latest upstream release.

% sensors --version
sensors version 3.6.2 with libsensors version 3.6.2

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-05-19 10:57:15 +02:00
Fabian Lipken
4632f4553f fx: update to 36.0.2
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2025-05-19 08:21:24 +02:00
Eric Fahlgren
444353f7ce owut: update to 2025.05.12
Bug fixes:
    efahl/owut@8353c4e9e2 argparse: add a file path parser type
    efahl/owut@724c990d6c owut: avoid redirects on upstream queries

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2025-05-18 10:55:14 +02:00
Fabian Lipken
d8a233f90a fx: update to 36.0.1
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2025-05-16 10:53:33 +03:00
Til Kaiser
536e1ff8d0 mstflint: update to 4.32.0
This commit updates the mstflint package to
the latest 4.32.0 release.

It also includes a patch to fix a musl build error that
has been merged into the upstream development branch [1],
but is not yet part of any official release.

Obsolete patches have been removed,
as they are now included in this version.

Additionally, three new binaries introduced
in 4.32.0 have been added to the package.

[1] https://github.com/Mellanox/mstflint/pull/1239

Signed-off-by: Til Kaiser <mail@tk154.de>
2025-05-14 17:20:44 +03:00
Alexandru Ardelean
929c515c1d stress-ng: bump to version 0.19.00
For MIPS and PowerPC, we need to disable atomics.
Otherwise we get linker errors with them.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2025-05-12 16:01:11 +03:00