openwrt-packages.git
4 months agoopenlist: Update to 4.1.10
Tianling Shen [Sun, 8 Feb 2026 09:25:33 +0000 (17:25 +0800)]
openlist: Update to 4.1.10

Release note: https://github.com/OpenListTeam/OpenList/releases/tag/v4.1.10

Signed-off-by: Tianling Shen <redacted>
4 months agocloudflared: Update to 2026.1.2
Tianling Shen [Sun, 8 Feb 2026 09:25:05 +0000 (17:25 +0800)]
cloudflared: Update to 2026.1.2

Release note: https://github.com/cloudflare/cloudflared/releases/tag/2026.1.2

Signed-off-by: Tianling Shen <redacted>
4 months agoyq: Update to 4.52.2
Tianling Shen [Sun, 8 Feb 2026 09:24:45 +0000 (17:24 +0800)]
yq: Update to 4.52.2

Release note: https://github.com/mikefarah/yq/releases/tag/v4.52.2

Signed-off-by: Tianling Shen <redacted>
4 months agorclone: Update to 1.73.0
Tianling Shen [Sun, 8 Feb 2026 09:24:02 +0000 (17:24 +0800)]
rclone: Update to 1.73.0

Release note: https://github.com/rclone/rclone/releases/tag/v1.73.0

Signed-off-by: Tianling Shen <redacted>
4 months agoxray-core: Update to 26.2.4
Tianling Shen [Sun, 8 Feb 2026 09:22:45 +0000 (17:22 +0800)]
xray-core: Update to 26.2.4

Release note: https://github.com/XTLS/Xray-core/releases/tag/v26.2.4

Signed-off-by: Tianling Shen <redacted>
4 months agov2ray-geodata: Update to latest version
Tianling Shen [Sun, 8 Feb 2026 09:21:23 +0000 (17:21 +0800)]
v2ray-geodata: Update to latest version

Update all geodata.

Signed-off-by: Tianling Shen <redacted>
4 months agodos2unix: Update to 7.5.4
Tianling Shen [Sun, 8 Feb 2026 09:20:18 +0000 (17:20 +0800)]
dos2unix: Update to 7.5.4

2026-01-30: Version 7.5.4
  * Don't return an error code if a binary file is skipped.
    Reverting change in 7.5.3.
  * Refactored code.

Signed-off-by: Tianling Shen <redacted>
4 months agoustreamer: update to 6.52
Georgi Valkov [Sat, 7 Feb 2026 16:41:58 +0000 (18:41 +0200)]
ustreamer: update to 6.52

fix a build error when compiled with WITH_SETPROCTITLE=1
undefined reference to setproctitle_init

[1] https://github.com/openwrt/packages/pull/28472#issuecomment-3863583824

Signed-off-by: Georgi Valkov <redacted>
4 months agotransmission: update to 4.1.0
Daniel Golle [Thu, 5 Feb 2026 02:45:41 +0000 (02:45 +0000)]
transmission: update to 4.1.0

See release notes for more info on this new major release

https://github.com/transmission/transmission/releases/tag/4.1.0

Signed-off-by: Daniel Golle <redacted>
4 months agolibutp: update to 2024-11-16
Daniel Golle [Thu, 5 Feb 2026 02:44:24 +0000 (02:44 +0000)]
libutp: update to 2024-11-16

 transmission/libutp@490874c Merge pull request #17 from tearfur/malformed-logs
 transmission/libutp@2d29ce9 Merge pull request #18 from tearfur/ftbfs-log
 transmission/libutp@6c7ee3f Merge pull request #16 from brad0/openbsd_monotonic
 transmission/libutp@1e7e6c6 fix: FTBFS when `UTP_DEBUG_LOGGING` is defined
 transmission/libutp@eedd8b9 fix: malformed logs produced by `struct_utp_context::log()`
 transmission/libutp@14d6f57 Use monotonic clock on OpenBSD
 transmission/libutp@52645d6 chore: remove invalid assertion
 transmission/libutp@4ed4d43 refactor: use std::unordered_map instead of bespoke utpHashTable
 transmission/libutp@13545a9 fixup! chore: savepoint
 transmission/libutp@d0f70e6 chore: add code comments for new code that needs it
 transmission/libutp@b109597 chore: remove extra include string.h
 transmission/libutp@13b5cb4 chore: remove unnecessary #include utp_hash.h
 transmission/libutp@958758b copyediting: tab damage, constify
 transmission/libutp@165a316 refactor: replace UTPSocketHT method with one more narrowly-scoped
 transmission/libutp@9bbf6b3 perf: do not rebuild UTPSocketKey in LookupAdjacent
 transmission/libutp@a271636 chore: savepoint
 transmission/libutp@d339167 feat: make UTPSocketKey std::hash-friendly
 transmission/libutp@1354618 refactor: use std::min(), std::max() instead of bespoke
 transmission/libutp@7480820 chore: remove redundant explicit types when invoking std::min, std::max
 transmission/libutp@3189aba chore: restore undefs
 transmission/libutp@1849bd1 chore: make vsc happy
 transmission/libutp@24c967b refactor: make explicit type for std::min, std::max
 transmission/libutp@1862df0 refactor: make explicit type for std::min, std::max
 transmission/libutp@8080115 refactor: use std::min(), std::max() instead of bespoke
 transmission/libutp@2589200 refactor: use std::vector instead of bespoke Array class
 transmission/libutp@09ef1be Fix build on *BSD (#10)
 transmission/libutp@4d4a3ce fixup! refactor: use std::vector instead of bespoke Array class
 transmission/libutp@1320d78 Merge branch 'post-3.4-transmission' into refactor/replace-bespoke-to-std-pt-1
 transmission/libutp@8bdf5e8 Try to reduce the number of CI builds
 transmission/libutp@4ec3c96 Merge branch 'post-3.4-transmission' into refactor/replace-bespoke-to-std-pt-1
 transmission/libutp@5820d8e Bump minimum CMake version to 3.12 to match Transmission (#9)
 transmission/libutp@d9d3754 refactor: use std::vector instead of bespoke Array class
 transmission/libutp@9cb9f9c build: Require C11 (#5)

Signed-off-by: Daniel Golle <redacted>
4 months agolibdht: update to 2023-03-18
Daniel Golle [Thu, 5 Feb 2026 02:42:31 +0000 (02:42 +0000)]
libdht: update to 2023-03-18

 jech/dht@0bbb8f4 Full declaration of dht_uninit

Signed-off-by: Daniel Golle <redacted>
4 months agolibdeflate: update to 1.25
Daniel Golle [Thu, 5 Feb 2026 02:40:12 +0000 (02:40 +0000)]
libdeflate: update to 1.25

 ebiggers/libdeflate@c8c56a2 (tag: v1.25) v1.25
 ebiggers/libdeflate@095bcab cmake: make installed package relocatable
 ebiggers/libdeflate@7b9232c ci.yml: Use windows-latest for windows-visualstudio-build-and-test
 ebiggers/libdeflate@d65d5db Add link to SwiftDeflate wrapper
 ebiggers/libdeflate@6bb4936 lib/x86: drop any mention of `evex512`
 ebiggers/libdeflate@2a3762c lib/x86/cpu_features.h: drop evex512 on gcc-16

Signed-off-by: Daniel Golle <redacted>
4 months agonfs-kernel-server: update to 2.8.5
John Audia [Thu, 5 Feb 2026 21:29:47 +0000 (16:29 -0500)]
nfs-kernel-server: update to 2.8.5

Changelog: https://www.kernel.org/pub/linux/utils/nfs-utils/2.8.5/2.8.5-Changelog

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

Signed-off-by: John Audia <redacted>
4 months agoexpat: update to 2.7.4
Nick Hainke [Sat, 7 Feb 2026 08:51:49 +0000 (09:51 +0100)]
expat: update to 2.7.4

Changelog:
https://github.com/libexpat/libexpat/blob/R_2_7_4/expat/Changes

Fixes: CVE-2026-24515 CVE-2026-25210
Signed-off-by: Nick Hainke <redacted>
4 months agoustreamer: add package 6.51
Georgi Valkov [Sun, 1 Feb 2026 01:07:13 +0000 (03:07 +0200)]
ustreamer: add package 6.51

With mjpg-streamer pending removal [1], it would be nice if we add
a compatible replacement which is under active development.

ustreamer offers a better performance, especially when the
camera supports MJPEG encoding in hardware.

The package already includes OpenWRT support files ./pkg/openwrt
but they needed heavy editing, so it is more efficient to copy
the scripts and configuration, instead of using patches.

Notable changes:
While the init.d script can run in the background when no camera is
connected, it is more efficient to indicate no active instances.
A hotplug script is introduced to start and stop the service when
cameras are added or removed.

If the configured format or encoding are unsupported, a compatible
alternative is automatically selected, so I changed the default
configuration to use MJPEG encoding in hardware for better performance.

HACKS:
MAKE_FLAGS += WITH_SETPROCTITLE=0
is added to workaround the following linker error:
undefined reference to setproctitle_init

This symbol is defined in libbsd, however adding the build dependency
does not resolve the error, because -lbsd is added conditionally, only
when uname -s contains linux. This is unreliable and fails when
cross-compiling on a macOS host. An upstream fix is needed.

An alternative is to use
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip=2 -xf $(DL_DIR)/$(PKG_SOURCE)
however this modifies the directory structure, so patches would need
path editing to maintain upstream compatibility.

TODO:
luci-app-mjpg-streamer which is also pending removal [2] is able to
open the HTTP stream from ustreamer. It would be nice to create
luci-app-ustreamer based on that.

[1] https://github.com/openwrt/packages/pull/28344
[2] https://github.com/openwrt/luci/pull/8221

Signed-off-by: Georgi Valkov <redacted>
4 months agozabbix: fix no-configure build variant
Michael Heimpold [Wed, 4 Feb 2026 20:47:04 +0000 (21:47 +0100)]
zabbix: fix no-configure build variant

When selecting only a package of "no-configure" build variant, e.g.
CONFIG_PACKAGE_zabbix-frontend-server=y
but not any other zabbix package, then the build fails.
The sources are not extracted and the install fails finally with:

make[4]: Entering directory '/srv/openwrt/openwrt-2.git/build_dir/target-arm_arm926ej-s_musl_eabi/zabbix-no-configure/zabbix-7.0.22'
make[4]: *** No rule to make target 'install'.  Stop.
make[4]: Leaving directory '/srv/openwrt.git/build_dir/target-arm_arm926ej-s_musl_eabi/zabbix-no-configure/zabbix-7.0.22'
make[3]: *** [Makefile:522: /srv/openwrt.git/build_dir/target-arm_arm926ej-s_musl_eabi/zabbix-no-configure/zabbix-7.0.22/.built] Error 2

This PR fixes this by always running the standard Prepare stage,
but skip the Install one when nothing needs to be compiled.

Signed-off-by: Michael Heimpold <redacted>
4 months agodjango: bump to version 6.0.2
Wei-Ting Yang [Wed, 4 Feb 2026 15:58:00 +0000 (23:58 +0800)]
django: bump to version 6.0.2

Release notes:
https://docs.djangoproject.com/en/dev/releases/6.0/
https://docs.djangoproject.com/en/dev/releases/6.0.1/
https://docs.djangoproject.com/en/dev/releases/6.0.2/

Signed-off-by: Wei-Ting Yang <redacted>
4 months agosing-box: update to 1.12.20
xiao bo [Fri, 6 Feb 2026 08:27:18 +0000 (16:27 +0800)]
sing-box: update to 1.12.20

changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.12.20

Signed-off-by: xiao bo <redacted>
4 months agoddns-scripts: Fix hetzner install target file name
Florian Eckert [Fri, 6 Feb 2026 09:50:21 +0000 (10:50 +0100)]
ddns-scripts: Fix hetzner install target file name

This was overlooked. Therefore, the package could not be built.

Fixes: e9fe0249f605 ("ddns-scripts: Fix Hetzner Cloud naming")
Signed-off-by: Florian Eckert <redacted>
4 months agoaliyun-cli: update to 3.2.9
Bruce Chen [Thu, 5 Feb 2026 05:59:30 +0000 (13:59 +0800)]
aliyun-cli: update to 3.2.9

Changelog:
https://github.com/aliyun/aliyun-cli/releases/tag/v3.2.9

Signed-off-by: Bruce Chen <redacted>
4 months agopbr: update to 1.2.1-r87
Stan Grishin [Fri, 30 Jan 2026 20:22:03 +0000 (20:22 +0000)]
pbr: update to 1.2.1-r87

Makefile:
* Remove installation of /usr/share/nftables.d/* files as they are no
  longer needed

Init script:
* bugfixes/more mature netifd extensions support
* refactor of the nft_file function and global variables it uses
* the "main" atomic nft file now includes creation of pbr chains and jumps
  from relevant fw4 chains to pbr chains
* more consistent use of "uplink" wording in the output and variable names
* implement resolver 'wait' call and use it before trying to resolve any
  policy entries
* major overhaul of the split uplink case (IPv4-only wan and IPv6-only
  wan6), should now create/use a single pbr_wan table for both legacy and
  IPv6 routing and the same marking chain
* updates to IDs and text of some error messages (needs luci app update)
* major speed improvements for service stop
* unify the cleanup_* functions into a single cleanup function
* reject creating/additions to nft sets for src_address entries as dnsmasq
  doesn't populate sets with local addresses
* minor bugfixes/code cleanups
* refactor processing of WG servers due to split uplink support (thanks
  @egc112!)
* clearer (hopefully) argument names for process_interface calls
* small improvements to status_service

Signed-off-by: Stan Grishin <redacted>
4 months agosyncthing: bump to 2.0.14
George Sapkin [Thu, 5 Feb 2026 05:47:44 +0000 (07:47 +0200)]
syncthing: bump to 2.0.14

Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.14
Signed-off-by: George Sapkin <redacted>
4 months agogolang: bump 1.25 to 1.25.7
George Sapkin [Thu, 5 Feb 2026 04:38:12 +0000 (06:38 +0200)]
golang: bump 1.25 to 1.25.7

Fixes: CVE-2025-61732
Fixes: CVE-2025-68121
Changes: https://github.com/golang/go/issues?q=milestone%3AGo1.25.7+label%3ACherryPickApproved
Signed-off-by: George Sapkin <redacted>
4 months agogolang: add support for release candidates
George Sapkin [Fri, 30 Jan 2026 03:40:16 +0000 (05:40 +0200)]
golang: add support for release candidates

Support building release candidates by setting GO_VERSION_RC to the
release candidate number, e.g. GO_VERSION_RC:=2, and unsetting
GO_VERSION_PATCH.

Signed-off-by: George Sapkin <redacted>
4 months agogolang: add missing 386 and arm64 suffixes
George Sapkin [Tue, 3 Feb 2026 11:42:02 +0000 (13:42 +0200)]
golang: add missing 386 and arm64 suffixes

Add missing 386 and arm64 suffixes to -installsuffix so as not to
accidentally mix incompatible binaries.

Signed-off-by: George Sapkin <redacted>
4 months agogolang: use upstream OS/arch format
George Sapkin [Fri, 30 Jan 2026 02:52:59 +0000 (04:52 +0200)]
golang: use upstream OS/arch format

Use OS/arch format used by Go and reported by go tool dist list.

Update OS/arch combinations.

Signed-off-by: George Sapkin <redacted>
4 months agoyt-dlp: bump to 2026.02.04
George Sapkin [Thu, 5 Feb 2026 04:21:10 +0000 (06:21 +0200)]
yt-dlp: bump to 2026.02.04

Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2026.02.04
Signed-off-by: George Sapkin <redacted>
4 months agoadblock: update 4.5.0-5
Dirk Brenken [Thu, 5 Feb 2026 15:13:37 +0000 (16:13 +0100)]
adblock: update 4.5.0-5

* add 'blocklist-referral' to the hagezi selection
* add minor report/map tweaks

Signed-off-by: Dirk Brenken <redacted>
4 months agoadblock-fast: update to 1.2.1-r7
Stan Grishin [Wed, 4 Feb 2026 23:25:40 +0000 (23:25 +0000)]
adblock-fast: update to 1.2.1-r7

* switch from nslookup to resolveip and add dependencey
* fix/use new OutputFormatFilter names for all resolvers

Signed-off-by: Stan Grishin <redacted>
4 months agozabbix: fix recursive depedency warning on build
Daniel F. Dickinson [Tue, 3 Feb 2026 04:03:04 +0000 (23:03 -0500)]
zabbix: fix recursive depedency warning on build

The error in the #24828 patch series left Kconfig recursive depedency
error on zabbix-frontend-server. We fix this by update the database
depedencies on zabbix-frontend-server. Now, you must select the PHP8
database module you want _before_ zabbix-frontend-server will be
visible in menuconfig.

This is not a big problem, because zabbix-frontend-server already
depends on having php8 slected before the frontend can be built.

Closes: #28458
Signed-off-by: Daniel F. Dickinson <redacted>
4 months agozabbix: fix package rename missed database config
Daniel F. Dickinson [Mon, 2 Feb 2026 13:44:52 +0000 (08:44 -0500)]
zabbix: fix package rename missed database config

Due to package renaming the selection of database for the server and
proxy was missing from the Kconfig menu. This caused build failures for
proxy and server.

We now fix that.

Signed-off-by: Daniel F. Dickinson <redacted>
4 months agozabbix: fix compile skipped due to line continuation
Daniel F. Dickinson [Mon, 2 Feb 2026 13:08:06 +0000 (08:08 -0500)]
zabbix: fix compile skipped due to line continuation

Using line continuation (\\) in GNU Make \$(foreach ...) and
\$(call ...) resulted in the install section for many of the packages
not being defined. This resulted in 'skipping [package-name] no install
section' messages and no new package being generated.

We remove the line continuation from the parts foreach and call, in
ordeer to restore compilation and creation of packages.

Signed-off-by: Daniel F. Dickinson <redacted>
4 months agogolang: add option to skip building bootstrap
George Sapkin [Mon, 2 Feb 2026 01:11:01 +0000 (03:11 +0200)]
golang: add option to skip building bootstrap

Introduce a new configuration option - GOLANG_BUILD_BOOTSTRAP - that
defaults to enabled:

- When enabled, build the local bootstrap instead of using an external
  one for host Go. If GOLANG_EXTERNAL_BOOTSTRAP_ROOT is set, skip the
  initial 1.4 step.

- When disabled, let Go auto-detect the toolchain or use the toolchain
  specified in GOLANG_EXTERNAL_BOOTSTRAP_ROOT to skip building the
  bootstrap and build host Go using that toolchain directly. Configured
  toolchain must be compatible with the current version of Go.

HOST_BUILD_DEPENDS cannot be conditional, so some Makefile juggling is
needed.

Put menu config under bootstrap only.

Remove unnecessary package-related flags from host-only bootstrap.

Signed-off-by: George Sapkin <redacted>
4 months agoliburcu: update to verion 0.15.6
Jan Hák [Mon, 2 Feb 2026 13:37:30 +0000 (14:37 +0100)]
liburcu: update to verion 0.15.6

changelog: https://git.lttng.org/?p=userspace-rcu.git;a=blob;f=ChangeLog;h=44d0d303b649682d05b3be85fa702eb919343807;hb=d8bd37fb288a2da7238103f9b24bf25e190902be
Signed-off-by: Jan Hák <redacted>
4 months agojq: add host build
Stan Grishin [Tue, 3 Feb 2026 01:30:12 +0000 (01:30 +0000)]
jq: add host build

* luci-app-advanced-reboot requires jq on host, this adds host build of jq
* remove maintainer

Signed-off-by: Stan Grishin <redacted>
4 months agomailsend: fix ssl variant to use opensssl
Daniel F. Dickinson [Sun, 25 Jan 2026 16:05:43 +0000 (11:05 -0500)]
mailsend: fix ssl variant to use opensssl

As described in #28261 Not compiled with OpenSSL, the SSL variant of
the mailsend package is not actually being compiled with OpenSSL.

This is due to an upstream configure check borrowed from an ancient
version of BIND, which no longer works.

As a workaround we add `-DHAVE_OPENSSL=1` to the `TARGET_CFLAGS` when
building the SSL variant.

This results in a complaint about COPTS not being honoured correctly,
but results in `mailsend` compiled with OpenSSL (i.e. works).

Signed-off-by: Daniel F. Dickinson <redacted>
4 months agoddns-scripts: Fix Hetzner Cloud naming
Christopher Obbard [Tue, 3 Feb 2026 12:24:08 +0000 (12:24 +0000)]
ddns-scripts: Fix Hetzner Cloud naming

In the original commit I used the wrong name for the package in the
Makefile and various other files which caused the package to not build.

Unify the naming to "cloud" to fix the package build.

Fixes: 5ee205bd31b7 ("ddns-scripts: add Hetzner Cloud support")
Signed-off-by: Christopher Obbard <redacted>
4 months agoprocps-ng: add myself as maintainer
John Audia [Mon, 2 Feb 2026 10:51:34 +0000 (05:51 -0500)]
procps-ng: add myself as maintainer

I am fine to take over maintenance on this package.

Signed-off-by: John Audia <redacted>
4 months agoprocps-ng: update to 4.0.6
John Audia [Mon, 2 Feb 2026 10:47:52 +0000 (05:47 -0500)]
procps-ng: update to 4.0.6

Update to 4.0.6

Changelog: https://gitlab.com/procps-ng/procps/-/releases/v4.0.6

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

Signed-off-by: John Audia <redacted>
4 months agotree: update to 2.3.1
John Audia [Mon, 2 Feb 2026 20:23:32 +0000 (15:23 -0500)]
tree: update to 2.3.1

Changelog: https://github.com/Old-Man-Programmer/tree/blob/master/CHANGES

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

Signed-off-by: John Audia <redacted>
4 months agoddns-scripts: add Hetzner Cloud support
Christopher Obbard [Sat, 31 Jan 2026 01:47:44 +0000 (02:47 +0100)]
ddns-scripts: add Hetzner Cloud support

Add a new Hetzner DDNS provider using the Hetzner Cloud API
(api.hetzner.cloud) with Bearer token authentication.

Configuration guide:
* set [domain] to domain
* set [username] to subdomain (without domain)
* set [password] to Bearer API key

Signed-off-by: Christopher Obbard <redacted>
4 months agoisc-dhcp: replacing automatic empty needs addzone
Philip Prindeville [Mon, 2 Feb 2026 20:17:10 +0000 (13:17 -0700)]
isc-dhcp: replacing automatic empty needs addzone

Since the RFC-1918 in-addr.arpa empty zones are automatically created,
they will exist, but we can't use modzone on them because that's not
how things work.

Signed-off-by: Philip Prindeville <redacted>
4 months agoffmpeg: update to 6.1.4
Rosen Penev [Fri, 30 Jan 2026 05:26:43 +0000 (21:26 -0800)]
ffmpeg: update to 6.1.4

Remove warning disable. The issue was fixed in 7.1 and backported to
6.1.3

Remove atrac3 from patented list. It's no longer true and is already in
the non patented list.

Add missing upstream patch in 6.1.4 to fix x86 build.

Signed-off-by: Rosen Penev <redacted>
4 months agogolang: split src into separate packages
George Sapkin [Thu, 29 Jan 2026 00:17:26 +0000 (02:17 +0200)]
golang: split src into separate packages

Split misc sources and test data into separate packages. Reduces target
src package size by a third.

Move architecture-dependent generated source from src to the main
package.

Mark doc, misc, src and tests packages with PKGARCH:=all as they don't
have any architecture-specific files.

Fix stripping and strip compiler only.

Fixes: c137c382 ("golang: new packages")
Link: https://github.com/openwrt/packages/pull/28445
Suggested-by: Jeffery To <redacted>
Signed-off-by: George Sapkin <redacted>
4 months agogolang: install into lib instead of share
George Sapkin [Sat, 31 Jan 2026 00:44:52 +0000 (02:44 +0200)]
golang: install into lib instead of share

Installing into share and symlinking to lib breaks tests:

--- FAIL: TestAllDependencies (0.01s)

    moddeps_test.go:49: findGorootModules didn't find the well-known module "std"

--- FAIL: TestDependencyVersionsConsistent (0.00s)

    moddeps_test.go:356: findGorootModules didn't find the well-known module "std"

Install into lib directly instead.

Fixes: c137c382 ("golang: new packages")
Link: https://github.com/openwrt/packages/pull/28445
Signed-off-by: George Sapkin <redacted>
4 months agogolang: fix missing dependency check
George Sapkin [Fri, 30 Jan 2026 20:58:49 +0000 (22:58 +0200)]
golang: fix missing dependency check

Add libraries used in test data to extra_provides to pass dependency
checks in package-pack.

Remove unnecessary dependencies.

Fixes: https://github.com/openwrt/packages/issues/27633
Fixes: b2119465 ("golang: Update to 1.24.0")
Link: https://github.com/openwrt/packages/pull/28445
Signed-off-by: George Sapkin <redacted>
4 months agogolang: fix generating zbootstrap
George Sapkin [Fri, 30 Jan 2026 06:04:42 +0000 (08:04 +0200)]
golang: fix generating zbootstrap

Fix setting architecture-specific defaults in zbootstrap.go.

Fixes: b2119465 ("golang: Update to 1.24.0")
Link: https://github.com/golang/go/commit/cce90c1eebb315da7611bb79a7bf807df5a1abd9
Link: https://github.com/openwrt/packages/pull/28445
Suggested-by: Jeffery To <redacted>
Signed-off-by: George Sapkin <redacted>
4 months agogolang: don't set GO_LDSO
George Sapkin [Fri, 30 Jan 2026 05:36:02 +0000 (07:36 +0200)]
golang: don't set GO_LDSO

Don't set GO_LDSO as it's determined automatically at link time.

Link: https://github.com/golang/go/issues/54197
Link: https://github.com/openwrt/packages/pull/28445
Suggested-by: Jeffery To <redacted>
Signed-off-by: George Sapkin <redacted>
4 months agogolang: avoid expanding Makefile variables
George Sapkin [Thu, 29 Jan 2026 00:09:06 +0000 (02:09 +0200)]
golang: avoid expanding Makefile variables

Replace Makefile variables in comments to avoid expanding them
unnecessarily.

Link: https://github.com/openwrt/packages/pull/28445
Signed-off-by: George Sapkin <redacted>
4 months agoyt-dlp: bump to 2026.01.31
George Sapkin [Sun, 1 Feb 2026 00:35:47 +0000 (02:35 +0200)]
yt-dlp: bump to 2026.01.31

Update license files.

Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2026.01.31
Signed-off-by: George Sapkin <redacted>
4 months agozabbix: deduplicate and reorganize package defines
Daniel F. Dickinson [Sun, 25 Jan 2026 23:11:10 +0000 (18:11 -0500)]
zabbix: deduplicate and reorganize package defines

In preparation for further changes, deduplicate package definitions,
and reorganize them. At the same time make use of provides to ensure
both existing names are preserved, and that it is possible to be
specific about the variant of the package one wants.

Also, condense the package conffiles, install, postinst, etc handling.
This is more maintainable (less copy and paste and less to modify).

Signed-off-by: Daniel F. Dickinson <redacted>
4 months agozabbix: drop unwanted file and wrong BUILD_VARIANT
Daniel F. Dickinson [Mon, 26 Jan 2026 03:56:08 +0000 (22:56 -0500)]
zabbix: drop unwanted file and wrong BUILD_VARIANT

cspell.json was accidentally include in a previous commit, so remove it.

VARIANT is to be used in package definitions, and BUILD_VARIANT
for checking which VARIANT is currently being built. BUILD_VARIANT was
incorrectly used in a package definition, so we fix that.

Signed-off-by: Daniel F. Dickinson <redacted>
4 months agoyt-dlp: bump to 2026.01.29
George Sapkin [Sat, 31 Jan 2026 20:58:46 +0000 (22:58 +0200)]
yt-dlp: bump to 2026.01.29

Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2026.01.29
Signed-off-by: George Sapkin <redacted>
4 months agobind: backport patch replace automatic empty zones
Philip Prindeville [Wed, 10 Dec 2025 21:50:48 +0000 (14:50 -0700)]
bind: backport patch replace automatic empty zones

The RFC-1918 zones are automatically synthesized locally by bind
to avoid forwarding queries about them to root nameservers.  As
a result, we can't easily replace them with rndc addzone on the
fly.  We need this for DHCP integration.

Signed-off-by: Philip Prindeville <redacted>
4 months agotailscale: disable logging
Nate Robinson [Sat, 31 Jan 2026 03:38:15 +0000 (22:38 -0500)]
tailscale: disable logging

Set TS_NO_LOGS_NO_SUPPORT=true as documented here:

https://tailscale.com/kb/1011/log-mesh-traffic?tab=linux#opt-out-of-client-logging

Signed-off-by: Nate Robinson <redacted>
4 months agoxz: update to 5.8.2
Hannu Nyman [Sat, 31 Jan 2026 09:20:43 +0000 (11:20 +0200)]
xz: update to 5.8.2

Update xz to version 5.8.2 to match version in build tools.

Signed-off-by: Hannu Nyman <redacted>
4 months agosing-box: update to 1.12.18
xiao bo [Fri, 30 Jan 2026 15:32:44 +0000 (23:32 +0800)]
sing-box: update to 1.12.18

changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.12.18

Signed-off-by: xiao bo <redacted>
4 months agotailscale: update to 1.94.1
Sandro Jäckel [Fri, 30 Jan 2026 17:03:17 +0000 (18:03 +0100)]
tailscale: update to 1.94.1

Changelog: https://tailscale.com/changelog#2026-01-26
Signed-off-by: Sandro Jäckel <redacted>
4 months agofaad2: update to 2.11.2
Rosen Penev [Fri, 30 Jan 2026 04:55:29 +0000 (20:55 -0800)]
faad2: update to 2.11.2

Remove no longer used CONFIGURE_ARGS since the conversion to CMake.

Remove patented stuff. Red Hat Legal seems to have approved its
inclusion into Fedora without any flags disabling SBR. If it's good
enough for Red Hat it's good enough for OpenWrt.

Signed-off-by: Rosen Penev <redacted>
4 months agomstflint: update to 4.34.1-3
Til Kaiser [Fri, 30 Jan 2026 17:03:40 +0000 (18:03 +0100)]
mstflint: update to 4.34.1-3

This commit updates the mstflint package
to the latest 4.34.1-3 release.

Release notes:
https://github.com/Mellanox/mstflint/releases/tag/v4.34.1-3

Signed-off-by: Til Kaiser <redacted>
4 months agoci: bump HyperStickler to v1-rc.1
George Sapkin [Thu, 29 Jan 2026 22:28:47 +0000 (00:28 +0200)]
ci: bump HyperStickler to v1-rc.1

Update HyperStickler and disable branch check.

Changes: https://github.com/GeorgeSapkin/hyperstickler/releases/tag/v1-rc.1
Signed-off-by: George Sapkin <redacted>
4 months agoci: add day of the week and labels to dependabot
George Sapkin [Wed, 28 Jan 2026 00:49:38 +0000 (02:49 +0200)]
ci: add day of the week and labels to dependabot

Run dependabot every Saturday and label PRs with GitHub/CI and
dependencies labels.

Signed-off-by: George Sapkin <redacted>
4 months agoadblock-fast: update to 1.2.1-3
Stan Grishin [Wed, 28 Jan 2026 00:19:37 +0000 (00:19 +0000)]
adblock-fast: update to 1.2.1-3

* add an option dnsmasq_validity_check to enable removal of invalid
  domains from the final dnsmasq files
* renamed option sanity_check to dnsmasq_sanity_check
* better names for Format Filters and Parse Filters variables

Signed-off-by: Stan Grishin <redacted>
4 months agodocker-compose: Update to version 5.0.2
Javier Marcet [Sun, 25 Jan 2026 19:38:09 +0000 (20:38 +0100)]
docker-compose: Update to version 5.0.2

Release notes:
https://github.com/docker/compose/releases/tag/v5.0.2

Signed-off-by: Javier Marcet <redacted>
4 months agolibimobiledevice: fix dependency on libtatsu
Georgi Valkov [Wed, 28 Jan 2026 18:21:28 +0000 (20:21 +0200)]
libimobiledevice: fix dependency on libtatsu

libtatsu is a dependency only for libimobiledevice-utils
the library itself does not use it during build, and is a
core component for iPhone tethering, while the utils are optional

move the dependency to the utils, to reduce the build size:
libtatsu depends on libcurl, which is compiled with a TLS library,
so users of prebuilt packages are forced to install both
OpenSSL and mbed TLS. This patch removes the unnecessary dependency.

Fixes: https://github.com/openwrt/packages/issues/28427
Signed-off-by: Georgi Valkov <redacted>
4 months agoddns-scripts: add namesilo.com
Lin Fan [Tue, 20 Jan 2026 06:49:24 +0000 (14:49 +0800)]
ddns-scripts: add namesilo.com

new service provider namesilo.com

config guide:
* set [domain] to apex domain
* set [username] to subdomain (without apex domain)
* set [password] to api key

Signed-off-by: Lin Fan <redacted>
4 months agoadblock: update 4.5.0-4
Dirk Brenken [Wed, 28 Jan 2026 19:12:59 +0000 (20:12 +0100)]
adblock: update 4.5.0-4

* add interface information to the dns report
* support multiple tcpdump interfaces ('any') in the dns report properly

Signed-off-by: Dirk Brenken <redacted>
4 months agoci: bump actions/checkout from 5 to 6
dependabot[bot] [Wed, 28 Jan 2026 00:05:00 +0000 (00:05 +0000)]
ci: bump actions/checkout from 5 to 6

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <redacted>
4 months agosamba4: fix compiling bundled Kerberos
George Sapkin [Tue, 27 Jan 2026 02:55:51 +0000 (04:55 +0200)]
samba4: fix compiling bundled Kerberos

Fix compiling bundled Kerberos library on several 32-bit architectures
by linking with libatomic.

Disable kernel keyring being picked up from a dirty buildbot
environment.

Signed-off-by: George Sapkin <redacted>
4 months agosamba4: remove pthread dependency
George Sapkin [Tue, 27 Jan 2026 06:09:10 +0000 (08:09 +0200)]
samba4: remove pthread dependency

Remove libpthread dependency since it's integrated into libc.

Signed-off-by: George Sapkin <redacted>
4 months agosamba4: sort arguments and dependencies
George Sapkin [Tue, 27 Jan 2026 02:55:03 +0000 (04:55 +0200)]
samba4: sort arguments and dependencies

Lexicographically sort configuration arguments and dependencies.

Signed-off-by: George Sapkin <redacted>
4 months agoci: add dependabot
George Sapkin [Sat, 27 Dec 2025 23:24:14 +0000 (01:24 +0200)]
ci: add dependabot

Add dependabot config to automatically check for action updates once a
week and open PRs if any are found.

Signed-off-by: George Sapkin <redacted>
4 months agoliboil: remove package
Yanase Yuki [Wed, 14 Jan 2026 08:12:34 +0000 (17:12 +0900)]
liboil: remove package

This software seems no longer maintained by upstream.
The latest upstream release is 16 years ago,
and no package depends on this.

Signed-off-by: Yanase Yuki <redacted>
4 months agoostiary: remove package
Yanase Yuki [Wed, 14 Jan 2026 08:16:33 +0000 (17:16 +0900)]
ostiary: remove package

This software seems no longer maintained by upstream.
Both PKG_SOURCE_URL and URL are dead, and
no package depends on this.

Signed-off-by: Yanase Yuki <redacted>
4 months agopython3: error on host python path too long
Daniel F. Dickinson [Sun, 11 Jan 2026 06:46:02 +0000 (01:46 -0500)]
python3: error on host python path too long

Error if shebang to host python interpreter would exceed 127 characters
(124 characters plus shebang and newline). This is used to alert user
when python-installer would fail to correctly set a Python program's
shebang line.

Closes: https://github.com/openwrt/packages/issues/28310
Signed-off-by: Daniel F. Dickinson <redacted>
4 months agocrowdsec: remove go version tag
George Sapkin [Thu, 22 Jan 2026 22:29:12 +0000 (00:29 +0200)]
crowdsec: remove go version tag

Let crowdsec build system set go version itself.

Link: https://github.com/openwrt/packages/pull/28309
Signed-off-by: George Sapkin <redacted>
4 months agogolang: add generic package definition
George Sapkin [Wed, 21 Jan 2026 00:53:04 +0000 (02:53 +0200)]
golang: add generic package definition

Move version definition to a helper file so multiple versions can be
easily defined using it.

Variables HOST_GO_VARS, PKG_GO_ASMFLAGS, PKG_GO_GCFLAGS,
PKG_GO_INSTALL_ARGS, PKG_GO_LDFLAGS, PKG_GO_VARS, and
PKG_GO_ZBOOTSTRAP_MODS are defined using conditional variable
assignment and can be overridden for each go version.

Link: https://github.com/openwrt/packages/pull/28309
Signed-off-by: George Sapkin <redacted>
4 months agogolang: add versioned package for 1.25
George Sapkin [Thu, 22 Jan 2026 00:55:19 +0000 (02:55 +0200)]
golang: add versioned package for 1.25

Add versioned package for 1.25 to enable having multiple host go
versions side by side.

Set default version to 1.25 in golang-values.mk

Add unversioned dummy package to allow go-based packages to continue
using the default go host version. Packages can use it by specifying:

PKG_BUILD_DEPENDS:=golang/host

or use a specific version out of the ones that are available in that
branch by specifying:

PKG_BUILD_DEPENDS:=golang1.25/host

Host go is exposed to each package through PATH set in
GO_PKG_BUILD_CONFIG_VARS and GO_PKG_VARS.

Target go is installed through alternatives with the default version
having higher priority.

Newer versions can reuse older ones as bootstraps by setting
GO_BOOTSTRAP_VERSION package variable to older version, e.g.:

GO_BOOTSTRAP_VERSION:=1.24

All subpackages provide suffix-less names, e.g. golang, golang-src, etc.
Default versions are marked as default variants.

Link: https://github.com/openwrt/packages/pull/28309
Signed-off-by: George Sapkin <redacted>
4 months agogolang: split bootstrap into a separate package
George Sapkin [Thu, 1 Jan 2026 14:19:55 +0000 (16:19 +0200)]
golang: split bootstrap into a separate package

Split bootstrap into a new package to enable multiple versions of go to
reuse the same bootstrap.

Add more source mirrors.

Link: https://github.com/openwrt/packages/pull/28309
Signed-off-by: George Sapkin <redacted>
4 months agogolang: add SPDX license identifiers
George Sapkin [Thu, 1 Jan 2026 14:02:01 +0000 (16:02 +0200)]
golang: add SPDX license identifiers

Link: https://spdx.org/licenses/GPL-2.0-only.html
Link: https://github.com/openwrt/packages/pull/28309
Signed-off-by: George Sapkin <redacted>
4 months agodomoticz: fix chown call
Eugenio Pérez [Sun, 25 Jan 2026 15:20:32 +0000 (17:20 +0200)]
domoticz: fix chown call

Busybox's chown stops reading the username at the dot, so only user was
changed and the group remained as root. Properly use ':' instead of '.'
as the delimeter.

Fixes: a98239c "domoticz: update to 3.9571 and clean up FHS handling"
Signed-off-by: Eugenio Pérez <redacted>
[add PKG_RELEASE bump, modify commit message, add Fixes line]
Signed-off-by: Hannu Nyman <redacted>
4 months agoadblock: update 4.5.0-3
Dirk Brenken [Sun, 25 Jan 2026 14:57:35 +0000 (15:57 +0100)]
adblock: update 4.5.0-3

* fixed a potential deadlock during startup, when dns reporting is disabled

Signed-off-by: Dirk Brenken <redacted>
4 months agogolang: bump to 1.25.6
David Mandy [Sun, 18 Jan 2026 08:12:26 +0000 (16:12 +0800)]
golang: bump to 1.25.6

Fixes: CVE-2025-61726
Fixes: CVE-2025-61728
Fixes: CVE-2025-61730
Fixes: CVE-2025-61731
Fixes: CVE-2025-68119
Fixes: CVE-2025-68121
Link: https://github.com/golang/go/issues?q=milestone%3AGo1.25.6+label%3ACherryPickApproved
Signed-off-by: David Mandy <redacted>
4 months agoirqbalance: update to version 1.9.5
Hannu Nyman [Sun, 25 Jan 2026 10:56:01 +0000 (12:56 +0200)]
irqbalance: update to version 1.9.5

Update to version 1.9.5

* Use upstream meson.build file, as they now support meson
  * patch it locally to continue using static glib linking

* Disable numa, systemd and thermal functions via meson options

* Resurrect the patch to silence repetitive EINVAL warnings.
  (patch was used with 1.9.3, but was not needed with 1.9.4)
  Related discussion in upstream issue 336 and 349

Signed-off-by: Hannu Nyman <redacted>
4 months agotinyproxy: support DisableViaHeader option
Xu Wang [Mon, 24 Nov 2025 13:45:30 +0000 (08:45 -0500)]
tinyproxy: support DisableViaHeader option

This option is required for the proxy to be transparent, and has been
supported since at least 2009. Description taken from upstream.

Signed-off-by: Xu Wang <redacted>
4 months agolxc: fix meson.build on esoteric host systems
Michal Kazior [Thu, 4 Sep 2025 17:18:47 +0000 (17:18 +0000)]
lxc: fix meson.build on esoteric host systems

When building lxc's meson.build tries to infer
something for the target system out of the host
build OS. This isn't reproducible and can actually
fail on some OS' like NixOS.

The failure looked like this, early in the
building stage of lxc:

> ../../../../build_dir/target-aarch64_cortex-a53_musl/lxc-6.0.5/meson.build:166:8: ERROR: Problem encountered: "distrosysconfdir" is not set

The /etc/default seems to be something that is
derived on most host systems, so use that as the
explicit config.

This fixes building lxc on NixOS and similar.

This also makes the build more pure and
reproducible. Before this commit building the same
set of checkouts, same config would yield
different lxc artifacts on RedHat and Ubuntu.
It was probably harmless though.

This also removes inactive maintainer from the
Makefile.

Signed-off-by: Michal Kazior <redacted>
4 months agocoova-chilli: update to 1.8
Rosen Penev [Mon, 29 Dec 2025 02:33:12 +0000 (18:33 -0800)]
coova-chilli: update to 1.8

Switch back to tarballs as upstream makes one available.

Remove upstreamed patches.

Signed-off-by: Rosen Penev <redacted>
4 months agolibmariadb: update to 3.4.8
John Audia [Tue, 30 Dec 2025 11:54:41 +0000 (06:54 -0500)]
libmariadb: update to 3.4.8

This release is needed in order to build against the 6.18 kernel.

Removed upstreamed: 020-gcc15.patch

Signed-off-by: John Audia <redacted>
4 months agolpc21isp: remove package
Yanase Yuki [Sun, 4 Jan 2026 06:40:50 +0000 (15:40 +0900)]
lpc21isp: remove package

This software seems no longer maintained.
The latest upstream commit is 11 years ago,
and no package depends on this.

Signed-off-by: Yanase Yuki <redacted>
4 months agotayga: transfer maintainership
Goetz Goerisch [Sun, 4 Jan 2026 07:24:15 +0000 (08:24 +0100)]
tayga: transfer maintainership

As suggested by Ondřej Caletka in
https://github.com/openwrt/packages/pull/28240
transfer maintainership to myself.

Signed-off-by: Goetz Goerisch <redacted>
4 months agotayga: update to 0.9.6
Goetz Goerisch [Fri, 2 Jan 2026 11:49:54 +0000 (12:49 +0100)]
tayga: update to 0.9.6

Release notes: https://github.com/apalrd/tayga/releases/tag/0.9.6

Manually refreshed patch 002-bigendian_wrong_checksum.patch

Signed-off-by: Goetz Goerisch <redacted>
4 months agosamba4: bump to 4.22.7
Javier Marcet [Thu, 1 Jan 2026 19:44:17 +0000 (20:44 +0100)]
samba4: bump to 4.22.7

https://www.samba.org/samba/history/samba-4.22.7.html

Signed-off-by: Javier Marcet <redacted>
4 months agopython-greenlet: update to 3.3.1
Rosen Penev [Thu, 8 Jan 2026 04:10:29 +0000 (20:10 -0800)]
python-greenlet: update to 3.3.1

Removed MIPS16 hacks. They were fixed upstream and didn't work anyway.

Signed-off-by: Rosen Penev <redacted>
4 months agophp8: small maintainance cleanups
Michael Heimpold [Sat, 17 Jan 2026 21:15:22 +0000 (22:15 +0100)]
php8: small maintainance cleanups

- align the config option names
- re-order the configuration options
- add some help text
- drop obsolete notes regarding older PHP versions and obsolete CONFLICT
- remove (meanwhile) unrecognized configure options

Signed-off-by: Michael Heimpold <redacted>
4 months agohaproxy: implement force_reload init option
Christian Lachner [Fri, 16 Jan 2026 06:49:04 +0000 (07:49 +0100)]
haproxy: implement force_reload init option

- It will be used for acme-renew events
- Fixes issue #28038

Signed-off-by: Christian Lachner <redacted>
4 months agosnort3: update to 3.10.2.0
John Audia [Thu, 22 Jan 2026 21:04:22 +0000 (16:04 -0500)]
snort3: update to 3.10.2.0

New upstream release. Changelog:
appid: configurable midstream service discovery
appid: prefer QUIC client appid over SSL
appid: prevent out-of-bounds read in bootp option parsing
appid: prevent out-of-bounds read in sslv2 server-hello detection
control: refactor connection ownership model and improve thread safety
extractor: avoid reporting default values for missing SSL fields
file_api: coverity fix
flow: refactor dump_flows command to dump flow state in binary format
mime: fix compile issues
react: block flow when packets are not reset candidates
show_flows: implement utility program to convert dump_flows binary files to text Flow state data for each flow
smtp: handle split CRLF in multi-line response parsing
ssl: ssl client hello event is published with empty hostname

% snort --version
       ,,_     -*> Snort++ <*-
      o"  )~   Version 3.10.2.0
       ''''    By Martin Roesch & The Snort Team
               http://snort.org/contact#team
               Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved.
               Copyright (C) 1998-2013 Sourcefire, Inc., et al.
               Using DAQ version 3.0.24
               Using Vectorscan version 5.4.12 2026-01-11
               Using libpcap version 1.10.5 (with TPACKET_V3)
               Using LuaJIT version 2.1.0-beta3
               Using LZMA version 5.8.1
               Using OpenSSL 3.5.4 30 Sep 2025
               Using PCRE2 version 10.47 2025-10-21
               Using ZLIB version 1.3.1

Signed-off-by: John Audia <redacted>
4 months agosnort3: update to 3.10.1.0
John Audia [Thu, 15 Jan 2026 14:42:48 +0000 (09:42 -0500)]
snort3: update to 3.10.1.0

New upstream release. Changelog:
alert_fast: ensure call_once definition doesn't collide in std vs glibc, thanks to krag on GitHub for suggesting this fix
alert_json: add support for logging appid, thanks to ssam18 on GitHub for suggesting this change
appid: add check to avoid setting brute force state for pending sessions that are pruned
appid: allow out-of-order packet inspection in third-party engine
appid: check for Lua table errors during initialization and cleanup
appid: enable out-of-order inspection by default
appid: fix client process regex mapping logic
appid: fix eve process handler event debug logging
appid: fix setting global ssh ignore flag
appid: fix size check in TFTP service detector
appid: mDNS TXT records parsing and deviceinfo event generation
appid: prevent multiple out-of-bounds reads in ssl
build: address compilation warnings
build: fix Coverity warnings in related components
cmake: fix pkg-config path for libdir, thanks to brianmcgillion on GitHub for submitting a similar fix
decoder: adding encode function for TransbridgeCodec
dns: add fix infinite recursion vulnerability
file: use new EVP functions rather than deprecated SHA functions
flow: add logs to show different ways a flow can fail to create
ftp_telnet: fix coverity errors and improve cmd_len configurability
ftp_telnet: fix ftp_cmd_pipe_index handling
ftp_telnet: Handle malformed traffic in ftp to generate alert
hash: update hashes to use new EVP functions, thanks to
http_inspect: add urlencoded to content-type list
http_inspect: fix coverity error
iec104: fix IEC 104 SQ0 bounds checks by removing duplicate asdu_size_map entries and using IO_GROUP sizes, preventing out-of-bounds reads
iec104: validate Type I length to prevent ASDU out-of-bounds read
ips_options: fix cursor position for byte_extract
ips_options: reset PCRE rule counts on new configuration loaded
main: update dioctl daqSnort latency common change
mime: add unit tests for data fitting memory limit
mime: add unit tests for data over memory limit
mime: add unit tests for file logging
mime: fix mime boundary parsing
mime: ignore field collection if not configured
mime: implement content parsing of multipart/form_data
mime: improve form-data collection for incomplete boundaries
mime: leave room for null-character in case of size limit hit
mime: remove unused forward-declaration
mime: rename class field to comply with the style
mime: return error code if cannot add headers for logging
pub_sub: add is_urlencoded method
sip: fix out-of-bounds reads in sip_parse_sdp_m
smb,dlp: update filename,filesize of FileInfo handling to enable dlp evaluation for repeated txns
smtp: usage of config cmds
snort2lua: fix failure in converting patterns containing commas
snort_ml: enable client body scanning by default
snort_ml: scan multipart form data
ssl: free certificate data if certificate length is 0
ssl: tls client hello check out of bounds fix
unified2: use proper API for obtaining VLAN ID from packet

% snort --version

   ,,_     -*> Snort++ <*-
  o"  )~   Version 3.10.1.0
   ''''    By Martin Roesch & The Snort Team
           http://snort.org/contact#team
           Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved.
           Copyright (C) 1998-2013 Sourcefire, Inc., et al.
           Using DAQ version 3.0.24
           Using Vectorscan version 5.4.12 2026-01-11
           Using libpcap version 1.10.5 (with TPACKET_V3)
           Using LuaJIT version 2.1.0-beta3
           Using LZMA version 5.8.1
           Using OpenSSL 3.5.4 30 Sep 2025
           Using PCRE2 version 10.47 2025-10-21
           Using ZLIB version 1.3.1

Signed-off-by: John Audia <redacted>
4 months agolibdaq3: update to 3.0.24
John Audia [Thu, 15 Jan 2026 14:40:29 +0000 (09:40 -0500)]
libdaq3: update to 3.0.24

New upstream release. Changelog:
api: update dioctl daqSnort latency common changes

Signed-off-by: John Audia <redacted>
4 months agogo2rtc: update to 1.9.14
Vladimir Ermakov [Sat, 24 Jan 2026 09:05:38 +0000 (10:05 +0100)]
go2rtc: update to 1.9.14

Release note: https://github.com/AlexxIT/go2rtc/releases/tag/v1.9.14

Signed-off-by: Vladimir Ermakov <redacted>
4 months agoadblock: update 4.5.0-2
Dirk Brenken [Sat, 24 Jan 2026 13:33:24 +0000 (14:33 +0100)]
adblock: update 4.5.0-2

* rework DNS reporting: more reliable, more information (request type), better performance
* fixed minor issues
* readme update
* LuCI: added new DNS page (incl. Allowed/Blocked canvas)

Signed-off-by: Dirk Brenken <redacted>
git clone https://git.99rst.org/PROJECT