Glenn Strauss [Mon, 15 Jun 2026 02:30:43 +0000 (22:30 -0400)]
lighttpd: update to lighttpd 1.4.83 release hash
Ref: https://www.lighttpd.net/2026/6/14/1.4.83/
Signed-off-by: Glenn Strauss <redacted>
Jianhui Zhao [Sun, 14 Jun 2026 06:25:30 +0000 (14:25 +0800)]
lua-ffi: update to 1.3.0
changelog: https://github.com/zhaojh329/lua-ffi/releases/tag/v1.3.0
Signed-off-by: Jianhui Zhao <redacted>
Alexandru Ardelean [Sun, 14 Jun 2026 06:13:10 +0000 (09:13 +0300)]
python3: fix host PGO build failure on deep build paths
Python 3.14 made "forkserver" the default multiprocessing start method on
Linux, which binds an AF_UNIX socket under $TMPDIR during the PGO profile-run.
OpenWrt points TMPDIR at the deeply nested build tree, so the socket path can
exceed the 108-byte AF_UNIX limit and abort the host build with "AF_UNIX path
too long" in test_re (cpython#149527). Pin TMPDIR=/tmp for the host build.
Signed-off-by: Alexandru Ardelean <redacted>
Tianling Shen [Mon, 15 Jun 2026 03:37:09 +0000 (11:37 +0800)]
openlist: Update to 4.2.2
Release note: https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.2
Signed-off-by: Tianling Shen <redacted>
Tianling Shen [Mon, 15 Jun 2026 03:36:39 +0000 (11:36 +0800)]
rclone: Update to 1.74.3
Release note: https://github.com/rclone/rclone/releases/tag/v1.74.3
Signed-off-by: Tianling Shen <redacted>
Tianling Shen [Mon, 15 Jun 2026 03:36:18 +0000 (11:36 +0800)]
dnslookup: Update to 1.12.0
Release note: https://github.com/ameshkov/dnslookup/releases/tag/v1.12.0
Signed-off-by: Tianling Shen <redacted>
Tianling Shen [Mon, 15 Jun 2026 03:35:34 +0000 (11:35 +0800)]
cloudflared: Update to 2026.6.0
Release note: https://github.com/cloudflare/cloudflared/releases/tag/2026.6.0
Signed-off-by: Tianling Shen <redacted>
Philip Prindeville [Sun, 14 Jun 2026 21:26:42 +0000 (15:26 -0600)]
strongswan: invalid dpd_action value 'start' in IPsec swanctl.conf
Fixes issue #28583.
Signed-off-by: Philip Prindeville <redacted>
Philip Prindeville [Sun, 14 Jun 2026 19:06:24 +0000 (13:06 -0600)]
strongswan: update to 6.0.7
Security fix for a double-free in libstrongswan.
Signed-off-by: Philip Prindeville <redacted>
Tianling Shen [Mon, 15 Jun 2026 02:43:04 +0000 (10:43 +0800)]
cloudreve: exclude tests pkg
`pkg/request/ssrftest` is used for tests only and does not contain
real package, exclude it from build list.
Fixes: 7f5a269cf3a4 ("cloudreve: Update to 4.16.1")
Signed-off-by: Tianling Shen <redacted>
Carsten Schuette [Sat, 6 Jun 2026 09:54:13 +0000 (11:54 +0200)]
libwebsockets: bump to 4.5.8, add gcc15 workaround
libwebsockets: bump to 4.5.8, add gcc15 workaround
Signed-off-by: Carsten Schuette <redacted>
Dengfeng Liu [Sun, 14 Jun 2026 11:09:34 +0000 (19:09 +0800)]
xfrpc: update to 5.06.909
Updated from 4.04.856 to 5.06.909.
Changes:
- Switch from git clone to tarball download
- Add start_time/end_time scheduling support for tcp/http/https/socks5
- Add service_type validation for tcp (ssh/mstsc/rdp/vnc/telnet)
- Add iod proxy type support
- Add WAN up auto-restart trigger
- Add -s startup parameter
Signed-off-by: Dengfeng Liu <redacted>
nantayo [Sun, 14 Jun 2026 07:59:58 +0000 (15:59 +0800)]
podman: update to 5.8.3
- adjust makefile
- refresh patch
Signed-off-by: nantayo <redacted>
Til Kaiser [Wed, 7 Jan 2026 13:24:29 +0000 (14:24 +0100)]
ifstat: fix build with GCC 15
ifstat fails to build with GCC 15 due to an incorrect detection of the
signal handler return type.
The configure script shipped with ifstat uses an obsolete K&R-style
declaration:
void (*signal())();
With GCC 15 this causes the signal() return type check to incorrectly
assume 'int' instead of 'void'. As a result, the generated code defines
signal handlers returning int, which conflicts with struct sigaction
expecting a void (*)(int) handler and leads to a build failure:
assignment to 'void (*)(int)' from incompatible pointer type
'int (*)(int)'
Enable autoreconf during the build to regenerate the configure
script, which correctly detects the signal handler type and fixes
the compilation error.
Signed-off-by: Til Kaiser <redacted>
Yanase Yuki [Sat, 10 Jan 2026 08:04:19 +0000 (17:04 +0900)]
sysrepo: drop libredblack from dependencies
Only sysrepo version 0.x.x requires libredblack,
so current version of sysrepo doesn't depend on it.
Signed-off-by: Yanase Yuki <redacted>
John Audia [Fri, 29 Aug 2025 11:28:17 +0000 (07:28 -0400)]
memtest86plus: add new package
Add package for memtest86+ and ability to boot directly into it from
existing grub menu. Both legacy and EFI packages are available and each
will provide the needed memtest86+ images plus a postinst and postrm to
handle the grub.cfg menu entries.
The images are tiny, adding at worst 154 kB to the kernel partition.
I do not have x86 box for testing but the memtest86plus-efi package
works as expected on my test machine (ie booting into the image and the
setup and removal of the grub.cfg menu entry).
Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc (Intel N150 based box)
Signed-off-by: John Audia <redacted>
Alexandru Ardelean [Sun, 14 Jun 2026 06:01:57 +0000 (09:01 +0300)]
jdcall: drop package
No longer needed.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Sun, 14 Jun 2026 05:48:14 +0000 (08:48 +0300)]
openpyxl: remove jdcal dependency
It's no longer needed since ~2021
https://foss.heptapod.net/openpyxl/openpyxl/-/merge_requests/393
Signed-off-by: Alexandru Ardelean <redacted>
George Sapkin [Sat, 13 Jun 2026 21:43:25 +0000 (00:43 +0300)]
yt-dlp: add version check override
Move version check to override script.
Signed-off-by: George Sapkin <redacted>
George Sapkin [Sat, 13 Jun 2026 16:52:12 +0000 (19:52 +0300)]
yt-dlp: bump to 2026.06.09
Fixes: CVE-2026-50019
Fixes: CVE-2026-50023
Fixes: CVE-2026-50574
Changes: https://github.com/yt-dlp/yt-dlp/releases/tag/2026.06.09
Signed-off-by: George Sapkin <redacted>
Dengfeng Liu [Sun, 14 Jun 2026 07:49:01 +0000 (15:49 +0800)]
apfree-wifidog: update to 9.05.2872
Updated from 7.10.2082 to 9.05.2872.
Changes:
- Added new dependencies: libnftnl, libmnl, libbpf
- Removed obsolete wdping binary
- Added wifi-config and wifi-diag CGI tools
- Removed obsolete CMake patches (fixed upstream)
Signed-off-by: Dengfeng Liu <redacted>
Hannu Nyman [Sun, 14 Jun 2026 07:03:41 +0000 (10:03 +0300)]
collectd: ping - fix use-after-free when re-resolving a host
Add a patch fixing a possible crash, when a non-responding host is
tried to be pinged and retry attempts are limited by MaxMissed option.
> daemon.err: collectd[14133]: ping plugin: host 192.168.1.99 has not answered 3 PING requests, triggering resolve
> daemon.info: procd: Instance collectd::instance1 s in a crash loop 7 crashes, 3 seconds since last crash
Fixes: #29649
* upstream bug created: https://github.com/collectd/collectd/issues/4406
* older upstream bug: https://github.com/collectd/collectd/issues/3079
Signed-off-by: Hannu Nyman <redacted>
Alexandru Ardelean [Sat, 13 Jun 2026 16:47:17 +0000 (16:47 +0000)]
python-frozenlist: drop package
No longer needed by any package in the feed.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Sat, 13 Jun 2026 16:47:13 +0000 (16:47 +0000)]
python-flit-scm: drop package
No longer needed by any package in the feed.
Signed-off-by: Alexandru Ardelean <redacted>
George Sapkin [Sat, 13 Jun 2026 16:38:55 +0000 (19:38 +0300)]
syncthing: bump to 2.1.1
Changes: https://github.com/syncthing/syncthing/releases/tag/v2.1.1
Signed-off-by: George Sapkin <redacted>
George Sapkin [Sat, 13 Jun 2026 13:30:55 +0000 (16:30 +0300)]
golang: bump 1.26 to 1.26.4
Fixes: CVE-2026-27145
Fixes: CVE-2026-42504
Fixes: CVE-2026-42507
Changes: https://github.com/golang/go/issues?q=milestone%3AGo1.26.4+label%3ACherryPickApproved
Signed-off-by: George Sapkin <redacted>
George Sapkin [Sat, 13 Jun 2026 14:48:05 +0000 (17:48 +0300)]
golang: use upstream build ID logic
Don't override the upstream build ID logic to hopefully improve
reproducibility.
Signed-off-by: George Sapkin <redacted>
Dirk Brenken [Sat, 13 Jun 2026 14:54:53 +0000 (16:54 +0200)]
adblock: readme update
* just a readme update without version bump
Signed-off-by: Dirk Brenken <redacted>
John Audia [Sat, 11 Apr 2026 19:42:30 +0000 (15:42 -0400)]
nfs-kernel-server: fix up init scripts and exports
Add post-release patch to fix musl builds:
250-fh_key_file-fix-missing-string.h-inclusion.patch
v3 init:
- Mirror upstream systemd service; use nfsdctl to manage the server
- Add /etc/nfs.conf to restrict to NFSv3 only:
% cat /proc/fs/nfsd/versions
+3 -4 -4.0 -4.1 -4.2
v4 init:
- Remove dead procd_append_param -F from nfsdcld instance
- Add respawn to nfsv4.exportd and rpc.idmapd; exclude nfsdcld as it
daemonizes and would spawn duplicates under procd respawn
- Remove unused NFSDCLD_PID variable; nfsdcld writes no pidfile
- Add status_service() using pgrep; procd permanently misreports
nfsdcld as stopped due to its daemonization behavior
exports:
- Supply unified /etc/exports covering both v3 and v4 syntax so the
file survives switching between package variants
Signed-off-by: John Audia <redacted>
John Audia [Sat, 11 Apr 2026 13:18:00 +0000 (09:18 -0400)]
nfs-kernel-server: update to 2.9.1
Update to 2.9.1 which includes a new dependency on libnl, see changelog.
Changelog: https://www.kernel.org/pub/linux/utils/nfs-utils/2.9.1/2.9.1-Changelog
This upstream release has some peculiar commits, including disabling NFS
v4.0 by default and cache up calls migrated from /proc to netlink. In my
testing, two parameters are needed to the nfsv4.init file in order to maintain
functionality. Without these changes, there's a 90-second period where the
shares are simply unavailable.
Note that this cannot be merged until the changes to libnl have been
merged first. See: https://github.com/openwrt/openwrt/pull/22889
Signed-off-by: John Audia <redacted>
Dirk Brenken [Fri, 12 Jun 2026 20:28:10 +0000 (22:28 +0200)]
banip: release 1.8.9-1
* f_conf: ignore empty UCI option values so they don't override sane defaults
* f_etag: strip CR in ETag header extraction (gsub(/[\r"]/,…)) — fixes empty-but-present etag
* f_fetch: validate ban_fetchretry
* fix feed padding in allowlistonly mode
* readme update
Signed-off-by: Dirk Brenken <redacted>
Alexandru Ardelean [Fri, 12 Jun 2026 04:22:13 +0000 (07:22 +0300)]
python-chardet: drop package
python-requests now uses charset-normalizer and nothing else in the
feed depends on it.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Fri, 12 Jun 2026 04:22:13 +0000 (07:22 +0300)]
python-requests: use charset-normalizer instead of chardet
Switch runtime and host build deps from chardet to charset-normalizer,
the mandatory charset-detection backend since requests 2.26. Extend
test.sh to cover the new backend and bump PKG_RELEASE.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Fri, 12 Jun 2026 04:22:13 +0000 (07:22 +0300)]
python-charset-normalizer: add host build
Add a HostBuild variant so it can be used as a /host build dependency,
mirroring python-certifi/idna/urllib3.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Thu, 11 Jun 2026 16:49:33 +0000 (19:49 +0300)]
python-toml: drop package
No idea if this is used.
It's a pure python package.
No other packages depend on this.
Can be installed via pip on device.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Thu, 11 Jun 2026 16:49:20 +0000 (19:49 +0300)]
python-pyparsing: drop package
No idea if this is used.
It's a pure python package.
No other packages depend on this.
Can be installed via pip on device.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Thu, 11 Jun 2026 16:47:09 +0000 (19:47 +0300)]
python-apipkg: drop package
No idea if this is used.
It's a pure python package.
No other packages depend on this.
Can be installed via pip on device.
Signed-off-by: Alexandru Ardelean <redacted>
John Audia [Wed, 10 Jun 2026 20:40:11 +0000 (16:40 -0400)]
shadow: reintroduce newgidmap and newuidmap
The lxc-unprivileged package depends on both newgidmap and newuidmap
if users are installing and setting it up for the first time.
dc52894
dropped both of the applets.
This change builds libusbid as a shared lib which builds a versioned
symbol which OpenWrt does not stage so build with --disable-shared
and --enable-static to avoid a failure.
Signed-off-by: John Audia <redacted>
John Audia [Wed, 10 Jun 2026 17:29:56 +0000 (13:29 -0400)]
dmidecode: update to 3.7
Upstream update.
Changelog from 3.5:
Version 3.7 (Thu Dec 18 2025)
- [COMPATIBILITY] Use binary unit prefixes.
- [COMPATIBILITY] Rename BIOS to Firmware.
- [PORTABILITY] Improve variable declarations.
- [PORTABILITY] Stop open-coding the u64 type.
- [PORTABILITY] Use unaligned memory accesses unconditionally.
- [PORTABILITY] No longer build with -Winline.
- Support for SMBIOS 3.8.0. This includes a new processor family.
- Support for SMBIOS 3.9.0. This includes chassis type name adjustments,
new rack attributes, slot ID for more slot types, and new memory device
form factors and types.
- Decode HPE OEM records 193, 195, 202, 211, 226, 229, 232 and 244.
- Update HPE OEM records 203, 216, 242 and 245.
- EDSFF slot names now include their .S/.L suffix.
Version 3.6 (Wed Apr 24 2024)
- [PORTABILITY] Use -DALIGNMENT_WORKAROUND on arm.
- [PORTABILITY] Read SMBIOS entry point via kenv on DragonFly BSD.
- Support for SMBIOS 3.6.0. This includes new memory device types, new
processor upgrades, and Loongarch support.
- Support for SMBIOS 3.7.0. This includes new port types, new processor
upgrades, new slot characteristics and new fields for memory modules.
- Add bash completion.
- Decode HPE OEM records 197, 239 and 245.
- Implement options --list-strings and --list-types.
- Update HPE OEM records 203, 212, 216, 221, 233, 236, 237, 238 and 242.
- Update Redfish support.
- Bug fixes:
Fix option --from-dump for user root
Fix enabled slot characteristics not being printed
- Minor improvements:
Print slot width on its own line
Use standard strings for slot width
Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc
Signed-off-by: John Audia <redacted>
Tianling Shen [Thu, 11 Jun 2026 07:50:13 +0000 (15:50 +0800)]
cloudreve: Update to 4.16.1
Changelog:
https://github.com/cloudreve/cloudreve/releases/tag/4.16.0
https://github.com/cloudreve/cloudreve/releases/tag/4.16.1
Signed-off-by: Tianling Shen <redacted>
Tianling Shen [Thu, 11 Jun 2026 06:51:21 +0000 (14:51 +0800)]
yq: backport upstream anchor fixes
bump go-yaml to fix !!merge tag regression.
Signed-off-by: Tianling Shen <redacted>
Florian Eckert [Thu, 2 Apr 2026 13:19:01 +0000 (15:19 +0200)]
flashrom: update to 1.7.0
* Upstream change data compression format form 'tar.bz2 to' tar.xz'
* Update MESON_ARGS variables
Signed-off-by: Florian Eckert <redacted>
Daniel Golle [Tue, 9 Jun 2026 06:57:59 +0000 (07:57 +0100)]
gpgme: update to version 2.1.0
New encryption result flags "is_de_vs" and "beta_compliance", a new
GPGME_DECRYPT_SESSION_HASH decryption flag and session_hash result
field, CMS signature attribute support via gpgme_sig_notation_add, a
new "export-filter" context flag, plus a gpgsm lockup fix and a
passphrase cancel handling fix.
https://gnupg.org/ftp/gcrypt/gpgme/
Signed-off-by: Daniel Golle <redacted>
Olekhov Vasilii [Fri, 15 May 2026 17:02:36 +0000 (20:02 +0300)]
lpac: fix env vars for lpac.sh wrapper
This patch fixes usage of `LPAC_QMI_DEV` and `LPAC_QMI_DEBUG`
environment variables.
OpenWRT upstream patch for `lpac` provides `uqmi` backend that uses these vars
instead of `LPAC_APDU_QMI_DEVICE` and `LPAC_APDU_QMI_DEBUG` respectively.
Added test-version.sh script since lpac version check is non-standart
Signed-off-by: Olekhov Vasilii <redacted>
Daniel Golle [Tue, 9 Jun 2026 03:42:02 +0000 (04:42 +0100)]
transmission: update to version 4.1.2
Bugfix release fixing 20+ bugs plus minor performance improvements,
notably a 4.1.0 duplicate HTTP announce fix and a fix for downloads
stalling at 99%.
Release notes: https://github.com/transmission/transmission/releases/tag/4.1.2
Drop 100-build-fix-external-project-builds-with-LTO-enabled-t.patch,
merged upstream as transmission/transmission#8369.
Signed-off-by: Daniel Golle <redacted>
Daniel Golle [Tue, 9 Jun 2026 04:30:36 +0000 (05:30 +0100)]
libextractor: update to version 1.14
Maintenance release. Upstream ships no detailed changelog for this
release; see the GNU libextractor release listing.
https://ftp.gnu.org/gnu/libextractor/
Signed-off-by: Daniel Golle <redacted>
Daniel Golle [Tue, 9 Jun 2026 07:01:15 +0000 (08:01 +0100)]
opentracker: update to latest git HEAD
1c7fac4 Reduce chance of collisions
ec74b83 Fix connection ids. They were broken for the last 14 years and never
used more than the remote ip as seed. Thanks to Tracy Rogers
https://erdgeist.org/gitweb/opentracker/
Signed-off-by: Daniel Golle <redacted>
Daniel Golle [Tue, 9 Jun 2026 03:35:28 +0000 (04:35 +0100)]
debootstrap: update to version 1.0.144
Changelog (1.0.144):
* Bump Standards-version to 4.7.4
* Add Ubuntu Stonking symlink
https://metadata.ftp-master.debian.org/changelogs/main/d/debootstrap/debootstrap_1.0.144_changelog
Signed-off-by: Daniel Golle <redacted>
Daniel Golle [Tue, 9 Jun 2026 04:02:53 +0000 (05:02 +0100)]
exfatprogs: update to version 1.4.1
1.4.0 adds exFAT partition table support (mkfs partition-table creation,
fsck --put-mbr/--clear-mbr), a user-supplied --upcase table option and
chdosattr/lsdosattr DOS-attribute utilities; 1.4.1 fixes missing headers
in the release tarball. The new MBR and foreign-filesystem detection
links libblkid and fts, so add +libblkid and +USE_MUSL:musl-fts.
https://github.com/exfatprogs/exfatprogs/releases/tag/1.4.0
https://github.com/exfatprogs/exfatprogs/releases/tag/1.4.1
Signed-off-by: Daniel Golle <redacted>
Daniel Golle [Tue, 9 Jun 2026 06:44:37 +0000 (07:44 +0100)]
ccid: update to version 1.8.0
New reader support (GLSolutions NM61, Identiv uTrust FIDO2, Kensington
VeriMark NFC+, several Pol Henarejos Pico devices and more), removes the
16 reader limitation, and fixes crashes and race conditions in the
multi-slot code.
Upstream removes the autotools build system in favour of Meson, so port
the package to meson.mk and drop 010-macos.patch, which patched the now
removed configure.ac. The reader bundle install path is taken from
libpcsclite.pc usbdropdir (/usr/lib/pcsc/drivers, unchanged); udev rules
stay disabled as before.
https://ccid.apdu.fr/files/
Signed-off-by: Daniel Golle <redacted>
Daniel Golle [Tue, 9 Jun 2026 04:44:52 +0000 (05:44 +0100)]
pcsc-tools: update to version 1.7.5
Adds new ATRs to the smartcard list, a Georgian translation and
minor README updates.
https://github.com/LudovicRousseau/pcsc-tools/releases/tag/1.7.5
Signed-off-by: Daniel Golle <redacted>
Daniel Golle [Tue, 9 Jun 2026 04:44:31 +0000 (05:44 +0100)]
pcsc-lite: update to version 2.5.0
- Do not limit to 16 readers only
- Remove support of autotools
- Fix a crash when rescanning serial configs
- Fix a memory leak in Polkit
- tokenparser: avoid a crash with corrupted Info.plist files
https://pcsclite.apdu.fr/
Signed-off-by: Daniel Golle <redacted>
Daniel Golle [Tue, 9 Jun 2026 07:13:24 +0000 (08:13 +0100)]
exim: update to version 4.99.4
Maintenance release on the 4.99 stable series.
https://github.com/Exim/exim/blob/exim-4.99.4/doc/doc-txt/ChangeLog
Signed-off-by: Daniel Golle <redacted>
Daniel Golle [Tue, 9 Jun 2026 06:55:06 +0000 (07:55 +0100)]
libinput: update to version 1.31.3
Stable branch bugfix release.
https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.31.3
Signed-off-by: Daniel Golle <redacted>
Daniel Golle [Tue, 9 Jun 2026 06:52:57 +0000 (07:52 +0100)]
libwacom: update to version 2.19.0
Adds support for several new tablet devices and updates the device
database.
https://github.com/linuxwacom/libwacom/releases/tag/libwacom-2.19.0
Signed-off-by: Daniel Golle <redacted>
Bruno Marinier [Mon, 8 Jun 2026 19:25:29 +0000 (15:25 -0400)]
prometheus-node-exporter-lua: add unbound stats collector
- New unbound.lua exporter module for unbound stats
- Updated Makefile
Signed-off-by: Bruno Marinier <redacted>
Daniel Golle [Tue, 9 Jun 2026 04:04:49 +0000 (05:04 +0100)]
hiredis: update to version 1.4.0
Improvements include applying FD_CLOEXEC on sockets, a pure-C99 RESP3
double parser, C++ compatibility for sds.h, and a NULL check fix in
redisReconnect. Now requires CMake 3.15.
https://github.com/redis/hiredis/releases/tag/v1.4.0
Signed-off-by: Daniel Golle <redacted>
Tianling Shen [Wed, 10 Jun 2026 03:55:20 +0000 (11:55 +0800)]
yq: Update to 4.53.3
Notable changes: fixed nested inline YAML merge explode
Release note: https://github.com/mikefarah/yq/releases/tag/v4.53.3
Signed-off-by: Tianling Shen <redacted>
Seo Suchan [Sun, 7 Jun 2026 22:02:49 +0000 (07:02 +0900)]
rtl-sdr: add test.sh
although rtl-sdr doesn't print version, test at least if compiled binary runs
Written-by: Josef Schlehofer <redacted>
Test-by: Josef Schlehofer <redacted>
Suggested-by: Josef Schlehofer <redacted>
Signed-off-by: Seo Suchan <redacted>
Seo Suchan [Mon, 25 May 2026 07:53:43 +0000 (16:53 +0900)]
rtl-sdr: update to 2.0.2
bump version to 2.0.2, add version test override
Signed-off-by: Seo Suchan <redacted>
John Audia [Tue, 9 Jun 2026 12:18:00 +0000 (08:18 -0400)]
rsync: update to 3.4.4
Changelog: https://download.samba.org/pub/rsync/NEWS#3.4.4
Signed-off-by: John Audia <redacted>
Alexandru Ardelean [Sun, 7 Jun 2026 17:13:34 +0000 (20:13 +0300)]
python-incremental: add test-version.sh generic version-check override
The incremental CLI requires an "update" subcommand and prints a usage
error instead of a version for the flags the generic check probes, so it
fails generic tests (e.g. when python3 is bumped). Override it; test.sh
still covers functionality.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Sun, 7 Jun 2026 11:02:45 +0000 (14:02 +0300)]
python-automat: drop broken automat-visualize entry point
The package excludes automat/_visualize.py (it needs the optional graphviz
dependency), but the automat-visualize console script was still installed and
imports that module, so it failed at runtime and broke the CI generic test.
Skip the /usr/bin install so the package ships as a pure library.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Tue, 2 Jun 2026 21:12:59 +0000 (00:12 +0300)]
python-greenlet: bump to 3.5.1
Refresh sha256 from PyPI sdist.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Tue, 2 Jun 2026 21:12:59 +0000 (00:12 +0300)]
python-twisted: bump to 26.4.0
Refresh sha256 from PyPI sdist.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Tue, 2 Jun 2026 21:12:59 +0000 (00:12 +0300)]
python-s3transfer: bump to 0.18.0
Refresh sha256 from PyPI sdist.
Signed-off-by: Alexandru Ardelean <redacted>
Niklas Thorild [Mon, 8 Jun 2026 20:35:15 +0000 (22:35 +0200)]
telegraf: update to 1.39.0
- Update Telegraf to v1.39.0
Signed-off-by: Niklas Thorild <redacted>
Georgi Valkov [Tue, 9 Jun 2026 10:56:30 +0000 (13:56 +0300)]
rust: fix host build on x64 Darwin
rust/host fails to compile on macOS running on Intel x64
because the host target triple is autogenerated to be
'arm64-unknown-linux-'. Rust doesn't have such a target triple, thus the
build fails because there are no pre-built artefacts for bootstrapping.
Fix this by setting RUSTC_HOST_ARCH to 'x86_64-apple-darwin' in case
our host is HOST_ARCH=x86_64 and HOST_OS=Darwin.
This fix is based on the existing fix for Apple silicon [1].
Fixes:
File "/Volumes/pepe/py/openwrt/build_dir/target-x86_64_musl/host/rustc-1.96.0-src/x.py", line 53, in <module>
bootstrap.main()
~~~~~~~~~~~~~~^^
File "/Volumes/pepe/py/openwrt/build_dir/target-x86_64_musl/host/rustc-1.96.0-src/src/bootstrap/bootstrap.py", line 1418, in main
bootstrap(args)
~~~~~~~~~^^^^^^
File "/Volumes/pepe/py/openwrt/build_dir/target-x86_64_musl/host/rustc-1.96.0-src/src/bootstrap/bootstrap.py", line 1366, in bootstrap
build.download_toolchain()
~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/Volumes/pepe/py/openwrt/build_dir/target-x86_64_musl/host/rustc-1.96.0-src/src/bootstrap/bootstrap.py", line 697, in download_toolchain
download_component(download_info)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Volumes/pepe/py/openwrt/build_dir/target-x86_64_musl/host/rustc-1.96.0-src/src/bootstrap/bootstrap.py", line 529, in download_component
get(
~~~^
download_info.base_download_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<3 lines>...
verbose=download_info.verbose,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/Volumes/pepe/py/openwrt/build_dir/target-x86_64_musl/host/rustc-1.96.0-src/src/bootstrap/bootstrap.py", line 58, in get
raise RuntimeError(
...<6 lines>...
)
RuntimeError: src/stage0 doesn't contain a checksum for dist/2026-04-16/rust-std-1.95.0-x86_64-unknown-linux-darwin24.6.0.tar.xz. Pre-built artifacts might not be available for this target at this time, see https://doc.rust-lang.org/nightly/rustc/platform-support.html for more information.
[1] https://github.com/openwrt/packages/commit/
105fa3920e12f557bdf1fcbc566fc286fb53e319
Signed-off-by: Georgi Valkov <redacted>
Wei-Ting Yang [Tue, 9 Jun 2026 04:26:11 +0000 (12:26 +0800)]
bash: update to 5.3 patch level 12
- Fix loop in subshells calling wait builtin with inherited job list
- Fix mapfile problem when callback unsets the variable it is modifying
- Fix subshells inappropriately running the EXIT trap if they receive a
fatal signal before resetting traps
Signed-off-by: Wei-Ting Yang <redacted>
Seo Suchan [Sun, 7 Jun 2026 21:32:24 +0000 (06:32 +0900)]
luajit2: update test-version.sh to actual test
old just disabled version test, but as LuaJIt 2.1. part is stable.
So we can use that for test if luajit2 itself able to run.
Fixes: c7ca6d46f700 luajit2: ("add test-version.sh")
Suggested-by: Josef Schlehofer <redacted>
Signed-off-by: Seo Suchan <redacted>
Andy Chiang [Sun, 7 Jun 2026 03:06:48 +0000 (10:06 +0700)]
ddns-scripts: add fallback for default values
In luci, the `interface` value has `o.default = 'wan'` configured.
Due to a behavior fix in 'o.default', values matching the default are
no longer saved. Currently, this is workedaround by disabling
'o.rmempty' in luci, but handling this compatibility fallback on the
backend is a cleaner and superior approach.
Ref: https://github.com/openwrt/luci/commit/
b004197a277804ec0c8f092412b91c1d3e5936fa
Signed-off-by: Andy Chiang <redacted>
Andy Chiang [Sun, 7 Jun 2026 02:52:00 +0000 (09:52 +0700)]
ddns-scripts: fix log noise
When fetching the IP via a URL with `force_ipversion` enabled,
a `Busybox nslookup - no support to 'force IP Version' (ignored)`
log is generated periodically. This log is redundant, in this scenario
`force_ipversion` only affects the results fetched by wget/uclient-fetch/curl.
It is perfectly fine for nslookup to query both A/AAAA records simultaneously.
Signed-off-by: Andy Chiang <redacted>
Alexandru Ardelean [Tue, 2 Jun 2026 22:06:14 +0000 (01:06 +0300)]
python-psycopg2: bump to 2.9.12
Refresh sha256 from PyPI sdist.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Tue, 2 Jun 2026 22:06:14 +0000 (01:06 +0300)]
python-lxml: bump to 6.1.1
Refresh sha256 from PyPI sdist.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Tue, 2 Jun 2026 22:06:14 +0000 (01:06 +0300)]
python-cython: bump to 3.2.5
Refresh sha256 from PyPI sdist.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Sun, 7 Jun 2026 11:37:59 +0000 (14:37 +0300)]
python-awscli: fix stale assertion in test.sh
awscli 1.45.19 no longer exposes awscli.topics.TOPIC_TAGS, so the test
raised an AssertionError (silently, as the heredoc exit code was ignored).
Drop the brittle check and make the smoke test fail hard if the CLI driver
cannot be created.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Sun, 7 Jun 2026 11:37:59 +0000 (14:37 +0300)]
python-rsa: add test-version.sh generic version-check override
The pyrsa-* command line tools use argparse and do not print the package
version with any of the flags probed by the CI generic version check, so it
reports "No executables in the package provided version" and fails. Add a
test-version.sh override; functionality remains covered by test.sh.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Sun, 7 Jun 2026 11:37:59 +0000 (14:37 +0300)]
python-jmespath: install jp as a non-byte-compiled command
Upstream ships its jp command-line tool as a plain "jp.py" script. Under
that name OpenWrt byte-compiles it into a non-executable /usr/bin/jp.pyc
(and the -src package keeps a "#!/usr/bin/env python" jp.py, which has no
interpreter on OpenWrt), so it fails the CI generic executable check.
Install it as /usr/bin/jp instead: the missing .py extension stops it from
being byte-compiled and Python3/FixShebang rewrites the shebang to
/usr/bin/python3. Add a test-version.sh override since jp takes a required
expression argument and has no version flag for the generic check to probe.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Tue, 2 Jun 2026 20:40:00 +0000 (23:40 +0300)]
python-awscli: bump to 1.45.19
Refresh sha256 from PyPI sdist.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Tue, 2 Jun 2026 20:40:00 +0000 (23:40 +0300)]
python-boto3: bump to 1.43.19
Refresh sha256 from PyPI sdist.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Tue, 2 Jun 2026 20:40:00 +0000 (23:40 +0300)]
python-botocore: bump to 1.43.19
Refresh sha256 from PyPI sdist.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Tue, 2 Jun 2026 22:26:39 +0000 (01:26 +0300)]
numpy: bump to 2.4.6
Refresh sha256 from PyPI sdist.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Tue, 2 Jun 2026 22:42:00 +0000 (01:42 +0300)]
taglib: bump to 2.3
Refresh sha256 from upstream release tarball.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Tue, 2 Jun 2026 22:42:00 +0000 (01:42 +0300)]
ngtcp2: bump to 1.23.0
Refresh sha256 from upstream release tarball.
Signed-off-by: Alexandru Ardelean <redacted>
Alexandru Ardelean [Tue, 2 Jun 2026 22:42:00 +0000 (01:42 +0300)]
nghttp3: bump to 1.16.0
Refresh sha256 from upstream release tarball.
Signed-off-by: Alexandru Ardelean <redacted>
George Sapkin [Mon, 8 Jun 2026 13:24:37 +0000 (16:24 +0300)]
quickjs: add basic evaluation test
Add basic JS evaluation test and move version check to override.
Signed-off-by: George Sapkin <redacted>
George Sapkin [Mon, 8 Jun 2026 13:10:30 +0000 (16:10 +0300)]
quickjs: bump to 2026.06.04
Changes: https://bellard.org/quickjs/Changelog
Signed-off-by: George Sapkin <redacted>
Josef Schlehofer [Mon, 8 Jun 2026 21:08:10 +0000 (23:08 +0200)]
onionshare-cli: drop dependency for python3-pysocks and python3-unidecode
- Python3-pysocks was removed as it was not maintained in commit
95fe4bf3327b316c9184f4f17e09266e979ecf17 ("python-pysocks: remove outdated and not maintained package")
- Python3-unidecode was removed in commit
09951a9cfdf47b560b5bd00db1dd92ceffd5724b ("python-unidecode: drop unmaintained package"), because there is no official support for Python 3.12 and it is still using setup.py, which is deprecated.
Fixes:
```
WARNING: Makefile 'package/feeds/packages/onionshare-cli/Makefile' has a dependency on 'python3-pysocks', which does not exist
WARNING: Makefile 'package/feeds/packages/onionshare-cli/Makefile' has a dependency on 'python3-unidecode', which does not exist
```
Signed-off-by: Josef Schlehofer <redacted>
Josef Schlehofer [Sun, 7 Jun 2026 21:01:07 +0000 (23:01 +0200)]
perl: install libperl.so using $(INSTALL_BIN) to enable stripping
Install libperl.so with executable permissions (0755) instead of copying
it as-is.
This allows the OpenWrt build system to recognize the library as a binary and
automatically run the "strip" utility on it. Stripping removes unnecessary
debugging metadata and helper symbols that are only needed for development but
not for running Perl on the router.
This change reduces the installed size of libperl.so on the device:
- Before (not stripped): 3.7 MB (3,929,652 bytes)
```
root@turris:~# file /usr/lib/perl5/5.40/CORE/libperl.so
/usr/lib/perl5/5.40/CORE/libperl.so: ELF 32-bit MSB shared object, PowerPC or cisco 4500, version 1 (SYSV), dynamically linked, with debug_info, not stripped
```
- After (stripped): 3.5 MB (3,674,081 bytes)
```
root@turris:~# file /usr/lib/perl5/5.40/CORE/libperl.so
/usr/lib/perl5/5.40/CORE/libperl.so: ELF 32-bit MSB shared object, PowerPC or cisco 4500, version 1 (SYSV), dynamically linked, no section header
```
Saving ~255 KB of flash storage space on target devices.
Signed-off-by: Josef Schlehofer <redacted>
Wei-Ting Yang [Wed, 13 May 2026 04:40:16 +0000 (12:40 +0800)]
treewide: add or correct license information
Add or correct license information across multiple packages.
Signed-off-by: Wei-Ting Yang <redacted>
Rui Salvaterra [Wed, 3 Jun 2026 09:31:44 +0000 (10:31 +0100)]
tor: update to 0.4.9.9 stable
Minor release, see the changelog [1] for what's new.
[1] https://gitlab.torproject.org/tpo/core/tor/-/blob/tor-0.4.9.9/ChangeLog
Signed-off-by: Rui Salvaterra <redacted>
David Mandy [Wed, 3 Jun 2026 18:07:39 +0000 (02:07 +0800)]
adguardhome: bump to 0.107.77
Changes: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.77
Signed-off-by: David Mandy <redacted>
Josef Schlehofer [Mon, 8 Jun 2026 07:05:18 +0000 (09:05 +0200)]
python3: fix host python extension compilation on macOS
On macOS (Darwin) hosts, building host Python C extensions (such as Cython) using the '-shared' flag and linking against '-lpython3.x' causes the host Python interpreter to load a duplicate copy of the Python runtime. This leads to type checking mismatches and segmentation faults (SIGSEGV) when importing the compiled extension.
For example, running:
./staging_dir/hostpkg/bin/python3 -c "import Cython.Utils"
crashes with:
Segmentation fault: 11
To build shared modules correctly on macOS, they must be compiled as bundles using the '-bundle -undefined dynamic_lookup' flags instead of '-shared', and they should not link against the Python library (no '-lpython3.x' in LDFLAGS).
Fix this by dynamically adjusting LDSHARED and LDFLAGS in python3-host.mk when the host OS is Darwin.
Signed-off-by: Josef Schlehofer <redacted>
Richard Schneidt [Sun, 7 Jun 2026 14:09:05 +0000 (16:09 +0200)]
privoxy: add support for https inspection
Creates CA and server cert for use with https inspection
Signed-off-by: Richard Schneidt <redacted>
W. Michael Petullo [Wed, 3 Jun 2026 14:11:54 +0000 (09:11 -0500)]
openldap: add version check override
The slapd daemon uses -V, and ldapsearch uses -VV. The libopenldap
sub-package provides only shared libraries.
Signed-off-by: W. Michael Petullo <redacted>
W. Michael Petullo [Tue, 2 Jun 2026 18:49:49 +0000 (13:49 -0500)]
openldap: update to 2.6.13
Upstream record of changes is available at
https://git.openldap.org/openldap/openldap.
Signed-off-by: W. Michael Petullo <redacted>
Josef Schlehofer [Sun, 7 Jun 2026 20:06:31 +0000 (22:06 +0200)]
perl: fix version check in test-version.sh
Enable version checking for the main perl package.
Previously, the version check for perl was skipped. Add a check
that runs perl -v and verifies that the output matches PKG_VERSION.
Signed-off-by: Josef Schlehofer <redacted>
Seo Suchan [Thu, 28 May 2026 15:10:15 +0000 (00:10 +0900)]
libxslt: add test-version.sh
xsltproc doesn't say it's own version but only dependcies it compiled on
Signed-off-by: Seo Suchan <redacted>
Seo Suchan [Thu, 28 May 2026 15:09:26 +0000 (00:09 +0900)]
luajit2: add test-version.sh
luajit2 use build number at -v, but releases are named by date
Signed-off-by: Seo Suchan <redacted>
Seo Suchan [Thu, 28 May 2026 15:08:39 +0000 (00:08 +0900)]
nginx: update to 1.30.2
Large version jump from 1.26.3 to 1.30.2
(upstream stable).
changelogs at https://nginx.org/en/CHANGES-1.30,
https://nginx.org/en/CHANGES-1.28 .include security fixs.
Signed-off-by: Seo Suchan <redacted>