Commit Graph

36886 Commits

Author SHA1 Message Date
Hauke Mehrtens 4d88f35c8d gcc: synchronize with toolchain
This fixes the build of the gcc package.

Add the toolchain changes from these commits:
https://github.com/openwrt/openwrt/commit/f93228427aa98324b97bac1defd9a8a39e47c29a
https://github.com/openwrt/openwrt/commit/97424f9c860593ad524aff84a2f982b97abfed5f
https://github.com/openwrt/openwrt/commit/ab40696d6134c842a93112a7a0325a148b3b1a2b

Fixes: https://github.com/openwrt/openwrt/issues/24084
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-07-07 12:09:29 +02:00
Florian Eckert 213d90b417 mwan3: bump PKG_VERSION to 2.12.2
Update version.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2026-07-07 08:03:02 +02:00
Florian Eckert cdb882a27f mwan3: sourcing the mwan3 init is not needed anymore
Source the 'mwan3' init service does printing the following log message:

/usr/sbin/mwan3: /etc/init.d/mwan3: line 116: extra_command: not found

However, there is no need to source this file, as the required functions are
already loaded in the file '/usr/lib/mwan3.sh'.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2026-07-07 08:03:02 +02:00
Florian Eckert 583036ad17 mwan3: add log message if l3 interface is not up
Add log message.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2026-07-07 08:03:02 +02:00
Jiang Tengfei 774c01bcba ddns-scripts: update to 2.8.4
Bump PKG_VERSION for the ddns-scripts changes and reset PKG_RELEASE to
1 as requested.

Signed-off-by: Jiang Tengfei <admin@shaoxia.xyz>
2026-07-07 08:02:21 +02:00
Jiang Tengfei 3aca374056 ddns-scripts: fix one.com prerm test syntax
Add the missing spaces around the test bracket in the one.com
pre-removal script and escape IPKG_INSTROOT consistently with the other
subpackages.

Signed-off-by: Jiang Tengfei <admin@shaoxia.xyz>
2026-07-07 08:02:21 +02:00
Jiang Tengfei 37c99fc548 ddns-scripts: support version output in frontend
The /usr/bin/ddns frontend did not support a version option, so
generic package tests treated it as an executable that could not report
the package version.

Read the installed version file and support -V/--version, matching the
version output style used by dynamic_dns_updater.sh.

Signed-off-by: Jiang Tengfei <admin@shaoxia.xyz>
2026-07-07 08:02:21 +02:00
Jiang Tengfei 9a5e6063f1 ddns-scripts: add curl source IP bind fallback
Keep the existing cURL bind_network behavior of binding to the
logical device first. This preserves the behavior introduced for
PPPoE and multi-WAN setups where the selected network must also be
used for the DDNS update request.

Some setups can still fail when libcurl binds directly to the logical
PPP device. In that case the transfer may time out even though binding
to the source address of the same network succeeds. This can make DDNS
updates fail repeatedly on affected systems.

Retry cURL transfers once with the network source IP when the
device-bound transfer fails. This leaves the normal path unchanged,
keeps the update request on the same network, and matches the existing
GNU Wget behavior which already binds to the network IP address.

Also document the implicit bind_network default and the cURL fallback
in the sample configuration.

Signed-off-by: Jiang Tengfei <admin@shaoxia.xyz>
2026-07-07 08:02:21 +02:00
Philip Prindeville 4b136c0bcb clixon: update to 7.8.0
Features optimized datastore YANG validation including incremental
validation, a reduced XML config footprint, configurable datastore
cache, many bugfixes and a prototype gRPC/gNMI implementation.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2026-07-06 20:25:02 -06:00
Philip Prindeville 3c7195f507 cligen: update to 7.8.0
Check before update in case of "when" statement.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2026-07-06 20:25:02 -06:00
Maxim Storchak 978596639f tmux: update to 3.7b
Changelog: https://raw.githubusercontent.com/tmux/tmux/3.7b/CHANGES

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2026-07-06 22:49:03 +02:00
Erik Conijn 914e0a9b24 openvpn: update to 2.7.5
Maintainer: Alexandru Ardelean ardeleanalex@gmail.com @commodo

Changelog: https://github.com/OpenVPN/openvpn/blob/v2.7.5/Changes.rst

Version: Main
Compile tested: X86 , the sole patch applies cleanly
Run tested: X86

Signed-off-by: Erik Conijn <egc112@msn.com>
2026-07-06 19:32:58 +03:00
Angus Young ec5fcd69e8 ddns-scripts: add EuroDNS provider
Add EuroDNS provider for IPv4 and IPv6

Howto:

    set [USERNAME] to username
    set [PASSWORD] to password
    set [DOMAIN] to domain

https://help.eurodns.com/s/article/How-do-I-configure-DYNDNS?language=en_US
Signed-off-by: Angus Young <me@angusyoung.nl>
2026-07-06 10:59:48 +02:00
Etienne Champetier 9e3e7f45f4 prometheus-node-exporter-ucode: fixup CI
Skip ci version check, return 0 when /proc/net/nf_conntrack is missing.

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2026-07-06 10:21:13 +02:00
Dharmik Parmar 909597789c fish: fix postrm script interpreter
Add the missing shell interpreter line to the postrm script.

This lets apk run the generated post-deinstall hook when fish is removed.

Bump PKG_RELEASE for the package script change.

Fixes: #29348
Signed-off-by: Dharmik Parmar <dharmikparmar2004@yahoo.com>
2026-07-06 10:01:00 +02:00
Jan Klos 2dd9e6f827 nginx: update to 1.30.3
Fixes buffer overflow vulnerability in ngx_http_proxy_v2_module & ngx_http_grpc_module
(CVE-2026-42055) and buffer overread vulnerability in ngx_http_charset_module (CVE-2026-48142).

Signed-off-by: Jan Klos <jan@klos.xyz>
2026-07-06 09:56:39 +02:00
Daniel F. Dickinson f42176fee4 nss: add version override
NSS source package does not build any binaries that emit a version.
Therefore add a version override.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
2026-07-06 09:54:42 +02:00
Philip A. Prindeville c08761bfcc treewide: homogenize references to libfts for MUSL
The way we use -lfts isn't particularly consistent.  There's no reason
it shouldn't be.  glibc users shouldn't have to deal with someone else's
lack of rigor.

Signed-off-by: Philip A. Prindeville <philipp@redfish-solutions.com>
2026-07-05 22:45:59 -06:00
Philip A. Prindeville 01a60d05db fluent-bit: fix CI/CD tests
Getting segfault because stack size is inadequate.

Fixes: https://github.com/openwrt/packages/issues/29777
Signed-off-by: Philip A. Prindeville <philipp@redfish-solutions.com>
2026-07-05 22:45:59 -06:00
Tianling Shen f47501ed52 openlist: Update to 4.2.3
Release note: https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.3

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-07-06 10:12:43 +08:00
Etienne Champetier 4741715d8e prometheus-node-exporter-lua: add test / skip test-version
test.sh is pretty basic and will not fail if one of the plugin fails,
which is fine as most plugins will fail in CI anyway.

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2026-07-05 18:16:22 +03:00
Etienne Champetier cc886eb990 ubnt-manager: skip ci version check
No version to test here.

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2026-07-05 13:36:29 +03:00
Etienne Champetier 8ebab942f5 realtek-poe: skip ci version check
No version to test here.

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2026-07-05 13:27:51 +03:00
Etienne Champetier d3a7f9af1e modemmanager: fix dependency and ci
lua-cjson depends on liblua, so add missing lua dependency.
modemmanager-rpcd has no version, so add a simple test, and skip version check.

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2026-07-05 13:24:51 +03:00
Etienne Champetier 964750c6e7 mwan3: skip ci version check
No version to test here.

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2026-07-05 13:20:25 +03:00
Mario Andrés Pérez d6facf284c avahi: define missing DEFAULT_VARIANT and add conflicts
- Add DEFAULT_VARIANT to "avahi-daemon" and "libavahi" virtual packages;
set to "dbus" variant because it is more compatible.
When some package depends on one of these virtual packages an arbitrarily
variant it is selected. This avoids that.

- Add conflicts in order to avoid mixing packages with different variants
(when defining a DEFAULT_VARIANT the conflicts definition should be on
that side of the dependency to avoid recursive dependencies).

- Avoid building unused "dbus" dependency.

Fixes: ASU sysupgrade problem with avahi packages https://forum.openwrt.org/t/luci-attended-sysupgrade-support-thread/230552/137
Fixes: https://github.com/openwrt/packages/commit/9bc03b9d9971c2f1e146f7c2d287d1fc16e776f0

Signed-off-by: Mario Andrés Pérez <mapb_@outlook.com>
2026-07-05 12:01:26 +03:00
Alexandru Ardelean dc11dc66d2 avahi: update to 0.9-rc5 / 0.9_rc5
Bump from the 0.9-rc4 pre-release to 0.9-rc5. Update PKG_VERSION,
PKG_SOURCE, PKG_SOURCE_URL, PKG_BUILD_DIR and PKG_HASH accordingly.

The two carried patches (010-pkgconfig, 020-no-po-subdir) still apply
unchanged, and test-version.sh already normalises the underscore in the
apk version (0.9_rc5) back to the upstream 0.9-rc5 string.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2026-07-05 08:42:43 +02:00
Philip Prindeville 5be17299c9 logrotate: conffiles should end directories with slash
/etc/logrotate.d/ needs slash in conffiles to indicate it's
a directory and not a flat file.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2026-07-04 21:04:36 -06:00
dependabot[bot] a9c87d92f7 ci: bump lewagon/wait-on-check-action from 1.8.0 to 1.8.1
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/lewagon/wait-on-check-action/releases)
- [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: lewagon/wait-on-check-action
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-05 00:12:39 +02:00
Michael Heimpold a871f12fb7 ser2net: filter non-printable characters from custom options
The custom options are designed to carry only scalar options to be
added to the connector line.

This fixes a security issue when newlines are included in custom options
which can be used to add yet another, arbitrary connector lines.

See https://github.com/openwrt/packages/security/advisories/GHSA-w6q2-vr4f-49x3

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2026-07-04 23:18:06 +02:00
Christian Lachner 98124d5f25 haproxy: update to v3.4.2
- Updated haproxy PKG_VERSION and PKG_HASH
- See changes: http://git.haproxy.org/?p=haproxy-3.4.git;a=shortlog

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2026-07-04 23:07:00 +02:00
Josef Schlehofer e755a9aef2 tree-wide: remove redundant test.sh files
Generic version checks were introduced in actions-shared-workflows,
making these individual test.sh files obsolete.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2026-07-04 23:42:46 +03:00
Etienne Champetier 99063ca66e ci: remove keys last used by travis CI
Travis CI was removed years ago, clean up leftovers.

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2026-07-04 23:31:33 +03:00
Michael A Cassaniti 3a1eab7c6b acme-common: version bump to 1.5.3 after adding nftables hooks
Also bumped PKG_RELEASE of affected packages

Signed-off-by: Michael A Cassaniti <michael@cassaniti.id.au>
2026-07-04 17:27:50 +02:00
Michael A Cassaniti ba08c8cb51 acme-common: move nftables rule to hook
The nftables rule in acme-common partially works, but it races against the
acme.sh and uacme client. While the client is performing the renew the rule
is being deleted because the client is run in the background. This change
moves the rule management to the hook instead. While duplicate rules could
be created, the benefits outway the potential costs. It is unknown how many
installations issue/renew multiple certificates.

Signed-off-by: Michael A Cassaniti <michael@cassaniti.id.au>
2026-07-04 17:27:50 +02:00
Josef Schlehofer 2f565c0ab1 vscode: update commit message validation line length
Adjusted per 8dbf9b876eef092c46dd129ba6d3cf932f1e074a ("check_formalities.sh: increase line length limits") from actions-shared-workflows repository [1]

[1] https://github.com/openwrt/actions-shared-workflows/commit/8dbf9b876eef092c46dd129ba6d3cf932f1e074a

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2026-07-04 15:30:52 +02:00
Josef Schlehofer f8b5d93366 ci: migrate to webhook-based stale bot
While at it, we synchronized .github/formalities.json with the current
default settings of the webhook bot.

Since the bot is shared across all OpenWrt repositories, the stale PR
cleanup is disabled by default at the repository level. Because this
repository wants to use stale triage, we explicitly enable it here.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2026-07-04 15:08:25 +02:00
Rui Salvaterra e1f5ec158e tor: update to 0.4.9.11 stable
Minor release, see the changelog [1] for what's new.

[1] https://gitlab.torproject.org/tpo/core/tor/-/blob/tor-0.4.9.11/ChangeLog

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2026-07-04 14:12:06 +02:00
Ivan Pavlov 21ad07616e curl: update to 8.21.0
changelog: https://curl.se/ch/8.21.0.html

Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
2026-07-04 12:39:06 +02:00
Javier Marcet f46f91b7ec docker-compose: update to version 5.3.0
Release notes:
https://github.com/docker/compose/releases/tag/v5.3.0

Signed-off-by: Javier Marcet <javier@marcet.info>
2026-07-04 07:30:43 +02:00
Dirk Brenken f78b2f8eab adblock: update 4.5.6-3
- feeds: fixed the games_tracking feed URL
- f_etag: added housekeeping of the etag file
- f_etag: added 'last-modified' header as fallback for change detection
- small fixes & optimizations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2026-07-03 21:28:36 +02:00
Hannu Nyman 333bf60384 nano: update to 9.1
Update nano editor to version 9.1.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2026-07-03 16:33:44 +03:00
Josef Schlehofer e71eb22bdd contributing: update CI section with current test infrastructure
Update the Continuous Integration section to reflect the current state:

- Update the list of runtime-tested architectures (add i386_pentium-mmx
  and mips_24kc, remove outdated i386_pentium4)
- Document the generic test suite (executable, version, hardcoded path,
  strip, linked library, and SONAME checks)
- Add documentation for test-version.sh (version check override) and
  pre-test.sh (pre-test setup) scripts alongside the existing test.sh
- Document available environment variables (PKG_NAME, PKG_VERSION,
  CI_HELPERS) for test scripts

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2026-07-03 15:25:09 +02:00
Ricard Nacher ab26c76ed6 prometheus-node-exporter-ucode: add nat_traffic collector
Add a nat_traffic collector for prometheus-node-exporter-ucode,
ported from the equivalent Lua collector in prometheus-node-exporter-lua.

Reads /proc/net/nf_conntrack and exports per-(src, dst) pair byte
totals (both directions summed) as node_nat_traffic gauge metrics.

Also includes a ucode-based unit test with a fixture file that can be
run locally with: ucode test/nat_traffic.uc

Signed-off-by: Ricard Nacher <ricard.nacher@midokura.com>
2026-07-03 08:36:06 +03:00
Mikhail Gusarov 45c9d0b9c8 collect: add missing configuration options to collectd df plugin config
`collectd` `df` plugin configuration file misses several options
supported by `collectd` `df`. This change adds them.

Fixes #29849

Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
2026-07-02 19:57:38 +03:00
Mieczyslaw Nalewaj 1d40ad929a dockerd: update configuration to select TFTP modules
PR https://github.com/openwrt/openwrt/pull/23690 introduces
the ability to add PACKAGE_kmod-nf-nathelper-tftp instead of
PACKAGE_kmod-nf-nathelper-extra to reduce space usage.

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
2026-07-02 12:49:51 +02:00
Daniel F. Dickinson 5e6b6943f3 nut: rewrite scripts
The scripts were a mess. Attempting even a simple update caused many
Copilot complaints. So we rewrite the scripts to be cleaner and
resolve the issues found by automated code review (such as Copilot).
Made extensive use of Qwen3.6-27B, LATE, and llama.ccp for local AI
code reviews during development.

In the process we deduplicate the nut-server and nut-monitor
initscripts and split them into several files, for easier automatic
and human review.

Incorporates and supersedes: #28308
Should supersede #21014

Closes: #28298

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
2026-07-02 06:43:08 +02:00
Daniel F. Dickinson 68706cd81e nut: tweak version override for CI
Apparently the CI wants to 'see' the version not just get a return code,
so emit the version when we have one.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
2026-07-02 06:43:08 +02:00
Daniel F. Dickinson 2941523300 nut: fix quoting bug for ups stop and reload
Extra quotes were being interpreted literally, preventing proper
ups driver stop and/or reload.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
2026-07-02 06:43:08 +02:00
Daniel F. Dickinson 76a13bfdfb nut: belatedly add migration for nut-monitor changes
Add previously missed migration script (uci-defaults) for changes
to nut-monitor initscript.

Created with the help of iterative code reviews by
Qwen3.6-27B (LLM model) running on llama.cpp (local LLM server),
controlled by LATE.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
2026-07-02 06:43:08 +02:00