5687 Commits

Author SHA1 Message Date
Gregory Gullin
ebb0d87450 nnn: update to version 5.1
Release notes: https://github.com/jarun/nnn/compare/v4.9...v5.1

Signed-off-by: Gregory Gullin <garuwex@gmail.com>
2025-08-24 19:50:48 +03:00
Jonas Jelonek
57bc583f75 i2csfp: update to latest Git HEAD
This fixes build with GCC15.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2025-08-24 19:46:17 +03:00
George Sapkin
d75075ce8e syncthing: improve relay argument parsing
Fixes: 47644ba46 ("syncthing: fix discovery and relay extra args")
Signed-off-by: George Sapkin <george@sapk.in>
2025-08-24 19:43:57 +03:00
George Sapkin
6ccb3b6174 syncthing: improve discovery argument parsing
Fixes: 47644ba46 ("syncthing: fix discovery and relay extra args")
Signed-off-by: George Sapkin <george@sapk.in>
2025-08-24 19:43:57 +03:00
Hannu Nyman
d3e4d5549d treewide: adjust local CMakeLists.txt min version to cmake 4.x
cmake 4.x will require 'cmake_minimum_required' defined in cmake
projects to be at least 3.5. Adjust those local sources where that
variable is currently defined with value below 3.5.

Use 3.30 as the value, as 3.30 is currently used in 24.10, the oldest
still supported OpenWrt release branch.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2025-08-23 22:40:53 +03:00
Hannu Nyman
d4f6c9c322 nano: set nano as default EDITOR for nano-plus/full
Set nano as the default EDITOR via /etc/profile.d for those apps
that respect the variable. Only for nano-plus and nano-full variants.

Suggested-by: Anthony Sepa <protectivedad@gmail.com>
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2025-08-23 14:28:12 +03:00
Shin Rag
3989142f14 fish: update to 4.0.2
Update fish to 4.0.2

Signed-off-by: Shin Rag <zhdlcc@gmail.com>
2025-08-23 13:31:00 +03:00
Hannu Nyman
61f29f7435 nano: Update to 8.6
Update nano editor to version 8.6

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2025-08-23 10:03:40 +03:00
Aleksey Vasilenko
31b3f9bd1f whois: update to 5.6.4
- takeover maintainership

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2025-08-23 01:04:54 +02:00
Jianhui Zhao
e19f315f2e rtty: update to 9.0.2
changelog: https://github.com/zhaojh329/rtty/releases/tag/v9.0.2

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2025-08-23 01:05:26 +08:00
Rosen Penev
0885e53220 parted: fix compilation with GCC15
Backport upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2025-08-22 16:17:20 +03:00
Bruce Chen
b31b59907d aliyun-cli: update to 3.0.296
Changelog:
https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.296

Signed-off-by: Bruce Chen <a805899926@gmail.com>
2025-08-19 19:26:36 +03:00
John Audia
ab1f60b74d lxc: update to 6.0.5
6.0.5 is a bug fix release, see:
https://discuss.linuxcontainers.org/t/lxc-6-0-5-lts-has-been-released/24438

Full changelog: https://github.com/lxc/lxc/compare/v6.0.4...v6.0.5

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc (Intel N150 based box)

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-08-19 19:25:39 +03:00
Eric Fahlgren
c79bed5fd5 owut: update to 2025.08.15
Bug fixes:
    efahl/owut@c6e75716d1 init: fix typo in file name
    efahl/owut@7f97ab67c2 examples: improve docs for writing pre-install scripts
Enhancements:
    efahl/owut@93f2b06b88 owut: utilize upstream limits instead of hardcoded values
    efahl/owut@7a45c412fc owut: improve usability of 'dump' option
    efahl/owut@35720e369a owut: improve age reporting

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2025-08-16 10:59:26 +03:00
Til Kaiser
1afc4f5436 mstflint: update to 4.33.0
This commit updates the mstflint package to
the latest 4.33.0 release.

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

Signed-off-by: Til Kaiser <mail@tk154.de>
2025-08-14 21:10:56 +08:00
Alexandru Ardelean
0f0c757a6e squashfs-tools: bump to version 4.7
This updates squashfs-tools to version 4.7

Tweaked build option flags.

Need to backport patch from upstream to fix compiler error for pid_t type.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2025-08-14 15:09:43 +03:00
Bjørn Mork
2749f0a3af dbus: fix ujail configuration
Running dbus as an unprivileged user fails for two reasons: Cannot write pid file
and cannot read the installed policies:

 Tue Aug  5 17:12:41 2025 daemon.info dbus-daemon[8568]: jail: exec-ing /usr/bin/dbus-daemon
 Tue Aug  5 17:12:41 2025 daemon.info dbus-daemon[8585]: Encountered error 'Failed to open "/etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf": Permission denied' while parsing '/etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf'
 Tue Aug  5 17:12:41 2025 daemon.err dbus-daemon[8568]: dbus-daemon[8585]: Encountered error 'Failed to open "/etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf": Permission denied' while parsing '/etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf'
 Tue Aug  5 17:12:41 2025 daemon.warn dbus-daemon[8585]: Failed to start message bus: Failed to open "/var/run/dbus.pid": Permission denied
 Tue Aug  5 17:12:41 2025 daemon.err dbus-daemon[8568]: dbus-daemon[8585]: Failed to start message bus: Failed to open "/var/run/dbus.pid": Permission denied
 Tue Aug  5 17:12:41 2025 daemon.info dbus-daemon[8568]: jail: jail (8585) exited with exit: 1

Fix by dropping the pid file when running unprivileged and changing the owner
of the installed policies.

Fixes: f238d6dd09 ("dbus: run as regular user rather than as root")
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2025-08-14 10:58:04 +02:00
Fabian Lipken
08a431f446 fx: update to 39.0.1
update fx from version 36.0.3 to 39.0.1

Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2025-08-11 17:12:37 +08:00
Javier Marcet
7f0b734e92 docker-compose: Update to version 2.39.2
Release notes:
https://github.com/docker/compose/releases/tag/v2.39.2

Signed-off-by: Javier Marcet <javier@marcet.info>
2025-08-11 16:21:59 +08:00
Ulrich Stark
ac8b481f1d ccrypt: fix compilation with gcc15
gcc15 is using iso9899:2024 by default.
ccrypt fails to compile with it.
--> use previous standard "-std=c17" instead.
Ref.: https://github.com/openwrt/packages/issues/27112

Signed-off-by: Ulrich Stark <pwned-pixel@posteo.de>
2025-08-10 23:21:53 +03:00
George Sapkin
47644ba468 syncthing: fix discovery and relay extra args
Update configuration option examples.

Fixes: #26952
Signed-off-by: George Sapkin <george@sapk.in>
2025-08-06 21:54:28 +08:00
Bruce Chen
99f17e3526 aliyun-cli: update to 3.0.294
Changelog:
https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.294

Signed-off-by: Bruce Chen <a805899926@gmail.com>
2025-08-06 21:50:28 +08:00
Petr Štetiar
79f78c0e77 kmod: fix build failure in install step over dirty build dir
When building kmod-32 package for the first time (clean build_dir), it
builds and installs fine. When building for 2nd time, sometimes
(probably some race condition?) it fails to build in install step with
following error:

  for tool in insmod lsmod rmmod depmod modprobe modinfo; do \
  	ln -s kmod /tmp/build_dir/target-aarch64_cortex-a73+neon-vfpv4_musl/kmod-32/ipkg-install/usr/bin/$tool; \
  done
  ln: failed to create symbolic link '/tmp/build_dir/target-aarch64_cortex-a73+neon-vfpv4_musl/kmod-32/ipkg-install/usr/bin/insmod': File exists
  ln: failed to create symbolic link '/tmp/build_dir/target-aarch64_cortex-a73+neon-vfpv4_musl/kmod-32/ipkg-install/usr/bin/lsmod': File exists
  ln: failed to create symbolic link '/tmp/build_dir/target-aarch64_cortex-a73+neon-vfpv4_musl/kmod-32/ipkg-install/usr/bin/rmmod': File exists
  ln: failed to create symbolic link '/tmp/build_dir/target-aarch64_cortex-a73+neon-vfpv4_musl/kmod-32/ipkg-install/usr/bin/depmod': File exists
  ln: failed to create symbolic link '/tmp/build_dir/target-aarch64_cortex-a73+neon-vfpv4_musl/kmod-32/ipkg-install/usr/bin/modprobe': File exists
  ln: failed to create symbolic link '/tmp/build_dir/target-aarch64_cortex-a73+neon-vfpv4_musl/kmod-32/ipkg-install/usr/bin/modinfo': File exists

Lets fix it by backporting upstream fix.

Fixes: #27171
Link: https://lore.kernel.org/r/20240306145804.135709-1-lucas.de.marchi@gmail.com
Upstream-Status: Backport [c5054b2150]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2025-08-06 14:38:38 +02:00
Bruce Chen
682b773a21 aliyun-cli: update to 3.0.292
Changelog:
https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.292

Signed-off-by: Bruce Chen <a805899926@gmail.com>
2025-08-05 16:23:30 +08:00
Philip Prindeville
260f4196d0 clixon: Update to 7.5.0
Several new features including NACM support for mountpoints.  See
CHANGELOG.md

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2025-08-03 14:16:37 -06:00
Philip Prindeville
fce7579775 cligen: Update to 7.5.0
"const" patches still haven't been upstreamed.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2025-08-03 14:16:37 -06:00
Rosen Penev
cf6ef1ac5a mariadb: update to 11.4.7
Use upstream solutions to local patches.

Remove test.sh as it's broken.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2025-08-03 13:41:51 +08:00
Rosen Penev
125bee220d screen: update to 5.0.1
Fixes compilation with GCC15.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2025-08-02 16:59:40 +08:00
John Audia
78bdf21e79 dbus: use pid file owned by dbus
Switching to the dbus user in edc5a534 also needed to redefine the
location of dbus.pid into the directory under its ownership. This
commit fixes that omission.

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

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-08-01 23:35:41 +02:00
Georgi Valkov
9318a696ff idevicerestore: update to the latest git version
change log
https://github.com/libimobiledevice/idevicerestore/commits/master/

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2025-07-31 21:50:51 +02:00
Georgi Valkov
95d2515ce6 ideviceinstaller: update to the latest git version
change log
https://github.com/libimobiledevice/ideviceinstaller/commits/master/

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2025-07-31 21:50:51 +02:00
Georgi Valkov
45cb4f9044 ifuse: update to the latest git version
dependency changed from fuse-utils to fuse3-utils

change log
https://github.com/libimobiledevice/ifuse/commits/master/

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2025-07-31 21:50:51 +02:00
Georgi Valkov
3741cb9203 usbmuxd: update to the latest git version
change log
https://github.com/libimobiledevice/usbmuxd/commits/master/

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2025-07-31 21:50:51 +02:00
John Audia
f238d6dd09 dbus: run as regular user rather than as root
Running as a dedicated dbus users is better from both a security and an
isolation perspective than running as root.

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

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-07-31 10:59:55 +02:00
Tianling Shen
7319072d16 yq: Update to 4.47.1
Release note: https://github.com/mikefarah/yq/releases/tag/v4.47.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-07-31 13:59:39 +08:00
Georgi Valkov
11a3e85fbc fuse3: update to version 3.17.3
replace old patch with the one accepted upstream

change log
- more conn->want / conn->want_ext conversion fixes
- Fix feature detection for close_range
- Avoid possible double unmount on FUSE_DESTROY

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2025-07-30 23:35:22 +02:00
John Audia
c6b21821a5 dbus: update to 1.16.2
Update the 1.16.2 and adapt Makefile to meson build system.

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

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-07-30 22:23:10 +02:00
Josef Schlehofer
49eafacec3 mqttled: remove package
Development of this package is stalled [1],
it uses python3-netifaces [2], but that repository
was archived in 20211 [3], because there does not
seems to be replacement according to this issue:
https://github.com/trevortrevor/mqttled/issues/3

Let's remove it.

[1] https://github.com/trevortrevor/mqttled/
[2] https://github.com/trevortrevor/mqttled/issues/3
[3] https://github.com/al45tair/netifaces

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2025-07-30 11:52:03 +02:00
Florian Eckert
102b5b548b ufp: remove not needed bpf-headers in PKG_BUILD_DEPENDS
The package 'ufp' does not need bpf-headers.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2025-07-30 09:12:03 +02:00
Rosen Penev
223d62e02c crun: fix compilation with GCC 15
Need to fix function prototype

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2025-07-30 02:55:48 +08:00
Bruce Chen
f6e404e96d aliyun-cli: add new package
The Alibaba Cloud CLI is a tool to manage and
use Alibaba Cloud resources through a command line interface

Signed-off-by: Bruce Chen <a805899926@gmail.com>
2025-07-30 02:20:04 +08:00
John Audia
69f9859692 nvme-cli: update to 2.15
Bump to latest upstream release.

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

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-07-29 19:54:08 +03:00
Rosen Penev
4a022613b8 sumo: update to 1.23.1
Remove no longer needed GCC14 patch.

Make python optional. It's not used anyway.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2025-07-29 17:00:27 +08:00
Wesley Gimenes
93d3840f1a mstflint: fix SECTION variable typo
Change SECTION variable value from `Utilities` to `utils`,
probably a confusion with the variable CATEGORY.

Signed-off-by: Wesley Gimenes <wehagy@proton.me>
2025-07-28 10:33:47 +03:00
Wesley Gimenes
59628aaceb bluez-tools: fix SECTION variable typo
Change SECTION variable value from `Utilities` to `utils`,
probably a confusion with the variable CATEGORY.

Signed-off-by: Wesley Gimenes <wehagy@proton.me>
2025-07-28 10:33:47 +03:00
Fengyu Wu
317798178f xz: update to 5.8.1
Update xz to match the version in tools/

Also add a new GitHub package URL.

Signed-off-by: Fengyu Wu <saldry@proton.me>
2025-07-28 09:31:33 +03:00
Javier Marcet
e3395ec43c docker-compose: Update to version 2.39.1
Release notes:
https://github.com/docker/compose/releases/tag/v2.39.1

Signed-off-by: Javier Marcet <javier@marcet.info>
2025-07-27 15:23:55 +08:00
John Audia
513e8c598c rngd-tools: run as unprivileged user
For better security and isolation, used the -D option to run as newly
created unprivileged user.

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

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-07-26 09:57:58 +03:00
Jonas Jelonek
5711c0f976 eza: update to 0.23.0
release notes:
0.22.0: https://github.com/eza-community/eza/releases/tag/v0.22.0
0.22.1: https://github.com/eza-community/eza/releases/tag/v0.22.1
0.23.0: https://github.com/eza-community/eza/releases/tag/v0.23.0

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2025-07-23 19:59:00 +08:00
Jianhui Zhao
c57bb325ec rtty: update to 9.0.1
changelog: https://github.com/zhaojh329/rtty/releases/tag/v9.0.1

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2025-07-23 19:58:41 +08:00