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
494e9f7daf
libideviceactivation: update to the latest git version
...
change log
https://github.com/libimobiledevice/libideviceactivation/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
Georgi Valkov
d7c2ed9c5b
libimobiledevice: update to the latest git version
...
Fix initial device enumeration
change log
https://github.com/libimobiledevice/libimobiledevice/commits/master/
Signed-off-by: Georgi Valkov <gvalkov@gmail.com >
2025-07-31 21:50:51 +02:00
Georgi Valkov
2485fa4797
libusbmuxd: update to 2.1.1
...
change log
https://github.com/libimobiledevice/libusbmuxd/releases/tag/2.1.1
Signed-off-by: Georgi Valkov <gvalkov@gmail.com >
2025-07-31 21:50:51 +02:00
Georgi Valkov
4bfc1b8811
libimobiledevice-glue: update to 1.3.2
...
change log
https://github.com/libimobiledevice/libimobiledevice-glue/releases/tag/1.3.2
Signed-off-by: Georgi Valkov <gvalkov@gmail.com >
2025-07-31 21:50:51 +02:00
Georgi Valkov
a85d43c0aa
libtatsu: update to 1.0.5
...
change log
https://github.com/libimobiledevice/libtatsu/releases/tag/1.0.5
Signed-off-by: Georgi Valkov <gvalkov@gmail.com >
2025-07-31 21:50:51 +02:00
Georgi Valkov
8c3676cf65
libplist: update to 2.7.0
...
Fix segmentation fault when calling plist_sort() on an empty dictionary
change log
https://github.com/libimobiledevice/libplist/releases/tag/2.7.0
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
Sandro Jäckel
ca8cbaa300
tailscale: update to 1.86.2
...
Changelog: https://tailscale.com/changelog#2025-07-24
Changelog: https://tailscale.com/changelog#2025-07-29
Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com >
2025-07-31 10:47:54 +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
Tianling Shen
dd6e44068f
openlist: Update to 4.0.9
...
Release note: https://github.com/OpenListTeam/OpenList/releases/tag/v4.0.9
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
2025-07-31 13:59:21 +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
Georgi Valkov
6b4d3b0548
libsodium: update to 1.0.20
...
Change log
[1] https://github.com/jedisct1/libsodium/blob/master/ChangeLog
Signed-off-by: Georgi Valkov <gvalkov@gmail.com >
2025-07-30 22:01:12 +02:00
Vladimir Ermakov
7c289ead14
python: adjust with glibc and libcrypt-compat
...
Fix #27012
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com >
2025-07-30 14:43:39 +02:00
Lovin Yarn
7814960a7d
libsodium: fix building with GCC 15.1
...
Force the default C version to -std=gnu17,
to fix the following build error:
<command-line>: error: unknown type name 'thread_local'; did you mean 'pthread_rwlock_t'?
randombytes/internal/randombytes_internal_random.c:132:8: note: in expansion of macro 'TLS'
132 | static TLS InternalRandom stream = {
| ^~~
randombytes/internal/randombytes_internal_random.c:132:27: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'stream'
132 | static TLS InternalRandom stream = {
| ^~~~~~
[1] https://github.com/openwrt/openwrt/pull/16522#issuecomment-3134756935
[2] https://github.com/openwrt/packages/issues/27122
Tested-by: Georgi Valkov <gvalkov@gmail.com >
Signed-off-by: Lovin Yarn <juanshengyuan@gmail.com >
2025-07-30 14:32:40 +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
Richard Muzik
63b3e10116
python-incremental: Update to 24.7.2
...
To see changes check NEWS [1].
[1] https://github.com/twisted/incremental/blob/incremental-24.7.2/NEWS.rst
Signed-off-by: Richard Muzik <richard.muzik@turris.com >
2025-07-30 11:51:29 +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
John Audia
ee64ba24da
openappid: update to 20230609
...
Version bump to latest.
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 15:06:01 +08:00
John Audia
806ee4b491
iperf3: update to 3.19.1
...
Update to latest upstream release.
Changelog: https://github.com/esnet/iperf/releases/tag/3.19.1
Relevant security fixes: E-2025-54349, ESNET-SECADV-2025-0003, CVE-2025-54350,
ESNET-SECADV-2025-0002, VE-2025-54351, ESNET-SECADV-2025-0001
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 08:59:53 +03:00
Tianling Shen
80e343dd43
rclone: backport ftp insecure TLS ciphers fix
...
Added config field to allow insecure TLS ciphers that were disabled
in Go 1.22.
Fixes : #27039
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
2025-07-30 03:08:26 +08: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
George Sapkin
17c6423e8f
yt-dlp: bump to 2025.07.21
...
Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2025.07.21
Signed-off-by: George Sapkin <george@sapk.in >
2025-07-30 00:59:07 +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
John Audia
f991b1ed1a
libmvme: bump to 1.15
...
Update 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
Tianling Shen
f6f3f4c5fd
inih: Update to r61
...
Release note: https://github.com/benhoyt/inih/releases/tag/r61
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
2025-07-29 19:52:41 +03:00
George Sapkin
3e73c95626
adguardhome: bump to 0.107.64
...
Changelog: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.64
Signed-off-by: George Sapkin <george@sapk.in >
2025-07-29 19:52:14 +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
Rosen Penev
832b3a4e43
softethervpn5: fix compilation without OS ncurses
...
For some reason, the ncurses.pc file for the host build gets installed
in host instead of hostpkg. Just override the whole thing. The tool
built doesn't even use ncurses.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2025-07-29 16:59:56 +08:00
W. Michael Petullo
4d9ca34f68
cyrus-sasl: fix build with GCC 15.1
...
Apply the patch Fedora uses, named cyrus-sasl-2.1.28-gcc15.patch there,
to fix building with GCC 15.1. As with other recent versions, GCC 15.1
transforms some warnings into errors, and this patch removes those
warnings, now errors. Upstream accepted a similar patch by the same
author at:
https://github.com/cyrusimap/cyrus-sasl/pull/869
The commit described here does not use the upstream patch because it
assumes the removal of CRAM-MD5 (lib/md5.c), but this has not happened
as of the packaged version, namely 2.1.28. A future release will clean
all of this up and remove the need for the patch this commit adds.
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2025-07-29 09:04:52 +02: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
Robert Marko
90dfd41b51
atop: update to 2.12.0
...
2.11.0 will not compile with GCC15, so update to 2.12.0.
It also fixes CVE-2025-31160.
Fixes : #27085
Signed-off-by: Robert Marko <robimarko@gmail.com >
2025-07-27 22:26:58 +02: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
Ray Wang
17998bb7b8
hev-socks5-tunnel: update to 2.12.0
...
Upstream changelog:
https://github.com/heiher/hev-socks5-tunnel/releases/tag/2.12.0
Signed-off-by: Ray Wang <git@hev.cc >
2025-07-27 15:23:46 +08:00
Ray Wang
dba6e9b94c
hev-socks5-tproxy: update to 2.9.0
...
Upstream changelog:
https://github.com/heiher/hev-socks5-tproxy/releases/tag/2.9.0
Signed-off-by: Ray Wang <git@hev.cc >
2025-07-27 15:23:39 +08:00
Ray Wang
a835b3afc1
hev-socks5-server: update to 2.9.0
...
Upstream changelog:
https://github.com/heiher/hev-socks5-server/releases/tag/2.9.0
Signed-off-by: Ray Wang <git@hev.cc >
2025-07-27 15:23:30 +08:00
Tianling Shen
119c6efc68
xray-core: Update to 25.7.26
...
Release note: https://github.com/XTLS/Xray-core/releases/tag/v25.7.26
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
2025-07-27 15:22:37 +08:00
Wesley Gimenes
cacb8b683e
CONTRIBUTING.md: fix commit subject example format
...
Update the commit subject example in CONTRIBUTING.md
to match the documented guidelines, ensuring it uses lowercase
after the package prefix.
Signed-off-by: Wesley Gimenes <wehagy@proton.me >
2025-07-27 07:48:32 +02:00
Tianling Shen
ab4b299591
microsocks: Update to 1.0.5
...
Release note: https://github.com/rofl0r/microsocks/releases/tag/v1.0.5
Removed upstreamed patches.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
2025-07-26 18:32:31 +03: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
Jianhui Zhao
f931ddb99f
lua-eco: update to 3.11.0
...
changelog: https://github.com/zhaojh329/lua-eco/releases/tag/v3.11.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com >
2025-07-25 18:09:28 +08:00
Alejandro Ojeda Gutiérrez
e1d6d65f30
ddns-scripts: add dondominio.com
...
Adds support for dondominio.com to the ddns-scripts package.
https://dondominio.dev/en/dondns/docs/api/#usage
Signed-off-by: Alejandro Ojeda Gutiérrez <alejandro@localnet.org.es >
2025-07-25 08:16:35 +02:00
Wesley Gimenes
eb3165b80c
netbird: update to 0.51.2
...
changelog: https://github.com/netbirdio/netbird/releases/tag/v0.51.2
Signed-off-by: Wesley Gimenes <wehagy@proton.me >
2025-07-25 13:50:27 +08:00