Jens Wagner [Tue, 27 May 2025 11:11:39 +0000 (13:11 +0200)]
perl-xs-parse-keyword: Shorter TITLE in Makefile
As requested by @BKPepe , added a shorter title
to make it display correctly in make menuconfig
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 27 May 2025 11:10:55 +0000 (13:10 +0200)]
perl-struct-dumb: Shorter TITLE in Makefile
As requested by @BKPepe , added a shorter title
to make it display correctly in make menuconfig
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 27 May 2025 11:10:29 +0000 (13:10 +0200)]
perl-net-ssleay: Removed PKG_BUILD_DEPENDS
As requested by @BKPepe , removed PKG_BUILD_DEPENDS
as build dependency already covered in DEPENDS
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 27 May 2025 11:09:11 +0000 (13:09 +0200)]
perl-future: Shorter TITLE in Makefile
As requested by @BKPepe , added a shorter title
to make it display correctly in make menuconfig
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 27 May 2025 11:08:15 +0000 (13:08 +0200)]
perl-future-asyncawait: Removed PKG_BUILD_DEPENDS
As requested by @BKPepe , removed PKG_BUILD_DEPENDS
as build dependency already covered in DEPENDS
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 27 May 2025 11:07:41 +0000 (13:07 +0200)]
perl-file-sharedir: Shorter TITLE in Makefile
As requested by @BKPepe , added a shorter title
to make it display correctly in make menuconfig
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 27 May 2025 11:05:36 +0000 (13:05 +0200)]
perl-class-inspector: Shorter TITLE in Makefile
As requested by @BKPepe , added a shorter title
to make it display correctly in make menuconfig
Signed-off-by: Jens Wagner <[email protected]>
W. Michael Petullo [Sat, 31 May 2025 02:34:17 +0000 (21:34 -0500)]
luaexpat: update to 1.5.2
Upstream list of changes is available at
https://github.com/lunarmodules/luaexpat/releases/tag/1.5.2.
Signed-off-by: W. Michael Petullo <[email protected]>
John Audia [Wed, 19 Feb 2025 17:51:23 +0000 (12:51 -0500)]
snort3: update to 3.8.1.0
Changelog: https://github.com/snort3/snort3/releases/tag/3.8.1.0
,,_ -*> Snort++ <*-
o" )~ Version 3.8.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.19
Using Hyperscan version 5.4.2 2025-05-27
Using libpcap version 1.10.5 (with TPACKET_V3)
Using LuaJIT version 2.1.0-beta3
Using LZMA version 5.6.2
Using OpenSSL 3.5.0 8 Apr 2025
Using PCRE2 version 10.42 2022-12-11
Using ZLIB version 1.3.1
Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64
Signed-off-by: John Audia <[email protected]>
Jens Wagner [Mon, 2 Jun 2025 09:44:35 +0000 (11:44 +0200)]
perl-net-async-http: Perl Module Net::Async::HTTP
This object class implements an asynchronous HTTP user agent
for the IO::Async framework in Perl, similar to LWP::UserAgent.
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Mon, 2 Jun 2025 09:42:49 +0000 (11:42 +0200)]
perl-io-async-ssl: Perl Module IO::Async::SSL
This module extends existing IO::Async classes with
methods to allow the use of SSL or TLS-based connections
Required be e.g. Net::Async::HTTP to support https://
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Mon, 2 Jun 2025 09:40:17 +0000 (11:40 +0200)]
perl-net-dns-sec: Perl Module Net::DNS::SEC
This module adds DNSSEC extensions to Net::DNS
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Mon, 2 Jun 2025 09:38:03 +0000 (11:38 +0200)]
perl-metrics-any: Perl Module Metrics::Any
Provides a central location for modules to report monitoring metrics.
Required e.g. by Net::Async::HTTP
Signed-off-by: Jens Wagner <[email protected]>
Josef Schlehofer [Mon, 2 Jun 2025 11:24:39 +0000 (13:24 +0200)]
snort3: drop upstreamed patch
This patch is wrongly rebased and applied twice as
the same change might be possible and it does not break anything.
Since that, the patch is still being refreshed and included in
this repository.
No need as the patch is already included in the snort3 repository:
https://github.com/snort3/snort3/commit/
70b811ca111f6df9d1353bda67e8383f69fcc5b0
Drop it once for all. :-)
Fixes: 65f6fee7c00a2afbe509247eb612f7d0c9afa16a ("snort3: update to 3.1.84.0")
Signed-off-by: Josef Schlehofer <[email protected]>
John Audia [Sun, 1 Jun 2025 17:59:24 +0000 (13:59 -0400)]
ncdu: bump to v1.22
Latest upstream release.
Changelog: https://dev.yorhel.nl/ncdu/changes
Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64
Signed-off-by: John Audia <[email protected]>
Josef Schlehofer [Thu, 23 May 2024 22:39:30 +0000 (00:39 +0200)]
github: Improve Pull Request template
By updating pull request template, this ensures that all newly patches
will be hopefully submitted to upstream, which help us that we dont need to
maintain these patches for ages. Also, all patches should be applied by git am.
This is important, because this follows OpenWrt main repo contribution policy
and we will know, who is the author of the patch and what it does (=
commit subject, commit description).
Also, we don't need to know on which host env, we compiled package.
If there is something host related, we can request details.
Signed-off-by: Josef Schlehofer <[email protected]>
John Audia [Sun, 1 Jun 2025 15:15:54 +0000 (11:15 -0400)]
samba4: fix building with GCC 15.1
Force the default C version to -std=gnu17.
Signed-off-by: John Audia <[email protected]>
W. Michael Petullo [Sat, 31 May 2025 12:44:02 +0000 (07:44 -0500)]
python-networkx: update to 3.5
Upstream list of changes is available at
https://github.com/networkx/networkx/releases/tag/networkx-3.5.
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Fri, 30 May 2025 15:24:35 +0000 (10:24 -0500)]
libtheora: update to 1.2.0
Upstream list of changes is available at
https://github.com/xiph/theora/releases/tag/v1.2.0.
Signed-off-by: W. Michael Petullo <[email protected]>
John Audia [Sun, 1 Jun 2025 12:25:09 +0000 (08:25 -0400)]
libtirpc: bump to 1.3.6 and fix for GCC 15.1
Bump to latest upstream version and include patches to fix build with GCC 15.1.
Removed 003-clang.patch
Signed-off-by: John Audia <[email protected]>
John Audia [Sun, 1 Jun 2025 12:44:16 +0000 (08:44 -0400)]
tcp_wrappers: fix building with GCC 15.1
Force the default C version to -std=gnu17.
Signed-off-by: John Audia <[email protected]>
Ariel Xiong [Sun, 25 May 2025 14:19:54 +0000 (22:19 +0800)]
bash: add CFLAGS_FOR_BUILD="-std=gnu17" flag
Fix #26469
add CFLAGS_FOR_BUILD="-std=gnu17" flag
Signed-off-by: Ariel Xiong <[email protected]>
Ariel Xiong [Sun, 25 May 2025 14:18:26 +0000 (22:18 +0800)]
bash: bump to 5.2.37
fix autoconf test for broken strtold
fix for parsing compound assignment while expanding alias
fix compilation on systems that provide select or pselect but not both
fix for reading partial invalid multibyte characters
fix issue where comparing quoted and unquoted words to be completed results in readline not displaying possible matches
Signed-off-by: Ariel Xiong <[email protected]>
Jan Hák [Fri, 23 May 2025 11:59:06 +0000 (13:59 +0200)]
liburcu: update to version 0.15.3
Signed-off-by: Jan Hák <[email protected]>
W. Michael Petullo [Sat, 31 May 2025 02:13:57 +0000 (21:13 -0500)]
libsoup3: update to 3.6.5
Upstream record of changes is available at
https://gitlab.gnome.org/GNOME/libsoup.
Signed-off-by: W. Michael Petullo <[email protected]>
Wesley Gimenes [Sat, 31 May 2025 20:17:19 +0000 (17:17 -0300)]
netbird: update to 0.45.2
changelog: https://github.com/netbirdio/netbird/releases/tag/v0.45.2
Signed-off-by: Wesley Gimenes <[email protected]>
W. Michael Petullo [Sat, 31 May 2025 12:42:38 +0000 (07:42 -0500)]
php8-pecl-krb5: update to 1.2.4
Upstream list of changes is available at
https://pecl.php.net/package-changelog.php?package=krb5.
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Sat, 31 May 2025 03:04:12 +0000 (22:04 -0500)]
libgpg-error: update to 1.55
Upstream list of changes is available at
https://dev.gnupg.org/source/libgpg-error/browse/master/NEWS.
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Sat, 31 May 2025 13:16:44 +0000 (08:16 -0500)]
vala: update to 0.56.18
Upstream list of changes is available at
https://gitlab.gnome.org/GNOME/vala/-/blob/main/NEWS.
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Sat, 31 May 2025 12:39:31 +0000 (07:39 -0500)]
quota: update to 4.10
Upstream list of changes is available at
https://sourceforge.net/p/linuxquota/news/.
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Sat, 31 May 2025 02:16:35 +0000 (21:16 -0500)]
openldap: update to 2.6.10
Upstream record of changes is available at
https://git.openldap.org/openldap/openldap.
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Fri, 30 May 2025 13:42:52 +0000 (08:42 -0500)]
fuse-overlayfs: update to 1.15
Upstream list of changes is available at
https://github.com/containers/fuse-overlayfs/releases/tag/v1.15.
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Sat, 31 May 2025 03:01:42 +0000 (22:01 -0500)]
libexif: update 0.6.25
Upstream list of changes is available at
https://github.com/libexif/libexif/releases/tag/v0.6.25.
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Sat, 31 May 2025 02:12:36 +0000 (21:12 -0500)]
hwloc: update to 2.12.1
Upstream list of changes is available at
https://github.com/open-mpi/hwloc/blob/master/NEWS.
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Sat, 31 May 2025 03:02:53 +0000 (22:02 -0500)]
libgcrypt: update to 1.11.1
Upstream list of changes is available at
https://dev.gnupg.org/source/libgcrypt/browse/master/NEWS.
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Sat, 31 May 2025 13:04:55 +0000 (08:04 -0500)]
vips: update to 8.16.1
Upstream list of changes is available at
https://github.com/libvips/libvips/releases/tag/v8.16.1.
Signed-off-by: W. Michael Petullo <[email protected]>
Khachatryan Karen [Tue, 27 May 2025 18:38:09 +0000 (21:38 +0300)]
antiblock: Update to 2.1.2r2
1) Added the ability to disable routes without deleting them.
Signed-off-by: Khachatryan Karen <[email protected]>
George Sapkin [Mon, 26 May 2025 11:42:16 +0000 (14:42 +0300)]
yt-dlp: bump to 2025.05.22
Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2025.05.22
Signed-off-by: George Sapkin <[email protected]>
Jens Wagner [Tue, 27 May 2025 11:48:37 +0000 (13:48 +0200)]
mbpoll: Modbus command line interface
mbpoll is a command line interface to Modbus RTU & TCP,
it is based on libmodbus
Signed-off-by: Jens Wagner <[email protected]>
Brian 'redbeard' Harrington [Wed, 9 Apr 2025 22:00:42 +0000 (15:00 -0700)]
net/radius-mac: add new package
This introduces the package `radius-mac` to OpenWrt, documented here:
https://anton.lindstrom.io/radius-mac/
`radius-mac` is a minimal RADIUS server focusing solely on the use case
of MAC address authentication for assigning VLANs to an 802.1x device
Co-authored-by: Josef Schlehofer <[email protected]>
Signed-off-by: Brian 'redbeard' Harrington <[email protected]>
Tomasz Maciej Nowak [Wed, 28 May 2025 13:38:12 +0000 (15:38 +0200)]
python-bcrypt: bump version to 4.1.3
Bumps pyo3 version to 21, which in result fixes copmilation on
platforms without 64-bit atomics.
Upstream-issue: https://github.com/pyca/bcrypt/issues/731
Link: https://github.com/pyca/bcrypt/compare/4.1.2...4.1.3#commits_bucket
Signed-off-by: Tomasz Maciej Nowak <[email protected]>
Dirk Brenken [Sat, 31 May 2025 21:06:33 +0000 (23:06 +0200)]
adblock: update 4.4.2-2
* sanitize the json reporting output
Signed-off-by: Dirk Brenken <[email protected]>
Dirk Brenken [Sat, 31 May 2025 20:09:28 +0000 (22:09 +0200)]
banIP: update 1.5.6-3
* add json reporting cache
* fixed the fetchcmd autodetection
* sanitize json reporting output
* small fixes and improvements
Signed-off-by: Dirk Brenken <[email protected]>
Jonas Jelonek [Fri, 30 May 2025 20:43:13 +0000 (20:43 +0000)]
eza: update to 0.21.4
[release notes]
0.21.1: https://github.com/eza-community/eza/releases/tag/v0.21.1
0.21.2: https://github.com/eza-community/eza/releases/tag/v0.21.2
0.21.3: https://github.com/eza-community/eza/releases/tag/v0.21.3
0.21.4: https://github.com/eza-community/eza/releases/tag/v0.21.4
Signed-off-by: Jonas Jelonek <[email protected]>
S. Brusch [Sun, 13 Apr 2025 09:28:38 +0000 (09:28 +0000)]
crowdsec-firewall-bouncer: update to 0.0.33
Description:
updated to new upstream release version 0.0.33
Maintainer: Kerma Gérald <
[email protected]>
Run tested: mediatek/filogic, BPI-R3, Openwrt 24.10.1
Signed-off-by: S. Brusch <[email protected]>
Dirk Brenken [Fri, 30 May 2025 16:38:17 +0000 (18:38 +0200)]
adblock: update 4.4.2-1
* added a new "divested" feed, see https://divested.dev/pages/dnsbl
* added a new nsfw category of the hagezi feed
* added the missing custom feed file handling in the backend
* added a geoIP map with all blocked domains (plus the homeIP) in a
modal popup window on the Reporting tab in LuCI
* fixed the fetchcmd autodetection
* small code fixes and improvements
* update the readme, added a new "Best practise" section
* update different LuCI components (separate commit)
Signed-off-by: Dirk Brenken <[email protected]>
Packet Please [Wed, 28 May 2025 15:50:17 +0000 (17:50 +0200)]
poemgr: update to latest Git HEAD
Signed-off-by: Packet Please <[email protected]>
Tianling Shen [Wed, 28 May 2025 09:18:50 +0000 (17:18 +0800)]
alist: Update to 3.45.0
Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen [Wed, 28 May 2025 09:18:41 +0000 (17:18 +0800)]
rclone: Update to 1.69.3
Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen [Wed, 28 May 2025 09:18:22 +0000 (17:18 +0800)]
v2ray-core: Update to 5.32.0
Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen [Wed, 28 May 2025 09:18:16 +0000 (17:18 +0800)]
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <[email protected]>
Ryan Press [Tue, 20 May 2025 15:04:02 +0000 (08:04 -0700)]
modemmanager: add sourcefilter option support
This make source based IPv6 routing option available for
modemmanager when using modem SLAAC.
Signed-off-by: Ryan Press <[email protected]>
Philip Prindeville [Mon, 26 May 2025 03:20:25 +0000 (21:20 -0600)]
named: /var/run/named isn't being created with correct permissions
It needs to be group writable or session.key can't be written once
named drops privileges.
Signed-off-by: Philip Prindeville <[email protected]>
Jens Wagner [Tue, 20 May 2025 07:45:43 +0000 (09:45 +0200)]
perl-io-async: Perl Module IO::Async
Asynchronous event-driven programming in Perl
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 20 May 2025 07:45:17 +0000 (09:45 +0200)]
perl-future-asyncawait: Perl Module Future::AsyncAwait
Povides a deferred subroutine syntax for futures in Perl
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 20 May 2025 07:44:49 +0000 (09:44 +0200)]
perl-future: Perl Module Future
Perl Future objects represent an operation awaiting completion
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 20 May 2025 07:44:23 +0000 (09:44 +0200)]
perl-io-socket-ssl: Perl Module IO::Socket::SSL
SSL sockets with IO::Socket interface in Perl
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 20 May 2025 07:43:54 +0000 (09:43 +0200)]
perl-net-ssleay: Perl Module Net::SSLeay
Perl bindings for OpenSSL and LibreSSL
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 20 May 2025 07:42:53 +0000 (09:42 +0200)]
perl-file-sharedir: Perl Module File::ShareDir
Perl module to locate per-dist and per-module shared files
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 20 May 2025 07:42:09 +0000 (09:42 +0200)]
perl-class-inspector: Perl Module Class::Inspector
Get information about a Perl class and its structure
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 20 May 2025 07:41:06 +0000 (09:41 +0200)]
perl-struct-dumb: Perl Module Struct::Dumb
Perl module to make simple lightweight record-like structures
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 20 May 2025 07:27:23 +0000 (09:27 +0200)]
perl-xs-parse-sublike: Perl Module XS::Parse::Sublike
Perl XS functions to assist in parsing sub-like syntax
Signed-off-by: Jens Wagner <[email protected]>
Jens Wagner [Tue, 20 May 2025 07:26:33 +0000 (09:26 +0200)]
perl-xs-parse-keyword: Perl Module XS::Parse::Keyword
Perl XS functions to assist in parsing keyword syntax
Signed-off-by: Jens Wagner <[email protected]>
Liangbin Lian [Tue, 16 Apr 2024 03:24:31 +0000 (11:24 +0800)]
ddns-scripts: fix parsing of parameters for cloudflare.com
There is an obvious bug here:
if we want to update example.com.example.com in zone example.com,
so `
[email protected]`, after parsing,
the `__HOST` will be `example.com`, not expected `example.com.example.com`.
Signed-off-by: Liangbin Lian <[email protected]>
Robert Marko [Mon, 26 May 2025 17:06:33 +0000 (19:06 +0200)]
usb-serial-xr_usb_serial_common: remove package
Now that we have packaged the upstream driver[1] and only board[2] that
includes it by default has been switched to it, remove this out-of-tree
driver that is broken on 6.12 anyway.
[1] https://github.com/openwrt/openwrt/commit/
d39d626b23756fe574ad46e093f5a796b1861b17
[2] https://github.com/openwrt/openwrt/commit/
200a31b6f5ec7a46e5556b55d4e45a74fb5d6167
Signed-off-by: Robert Marko <[email protected]>
Mieczyslaw Nalewaj [Thu, 15 May 2025 13:03:09 +0000 (15:03 +0200)]
xtables-addons: update call BuildTemplate description
The BuildTemplate call has five arguments
(since openwrt/openwrt@
f12f407),
so the description is corrected
Signed-off-by: Mieczyslaw Nalewaj <[email protected]>
Mieczyslaw Nalewaj [Sun, 18 May 2025 16:14:06 +0000 (18:14 +0200)]
xtables-addons: set ipp2p depends on kmod-lib-textsearch
For version 3.27 CONFIG_TEXTSEARCH_BM checks is enabled,
so ipp2p is set depends on kmod-lib-textsearch.
If ipp2p (and kmod-lib-textsearch) is disabled the error
"error CONFIG_TEXTSEARCH=y/m is required.." is displayed.
This is because all modules are always compiled.
So to make compilation possible with ipp2p disabled, the message
was disabled.
Signed-off-by: Mieczyslaw Nalewaj <[email protected]>
Tianling Shen [Sun, 25 May 2025 10:41:17 +0000 (18:41 +0800)]
openthread-br: fix build on GCC 14
This patch is taken from openwrt/openwrt@
a41747ac8e82 ("mbedtls: fix
build on GCC 14").
Fixes: #26570
Signed-off-by: Tianling Shen <[email protected]>
Fabian Lipken [Mon, 26 May 2025 05:36:43 +0000 (07:36 +0200)]
fx: update to 36.0.3
This commit updates fx to version 36.0.3
For more details, please refer to release details:
https://github.com/antonmedv/fx/releases/tag/36.0.3
Signed-off-by: Fabian Lipken <[email protected]>
Jianhui Zhao [Mon, 26 May 2025 01:24:40 +0000 (09:24 +0800)]
rtty: update to 8.1.5
changelog: https://github.com/zhaojh329/rtty/releases/tag/v8.1.5
Signed-off-by: Jianhui Zhao <[email protected]>
Wesley Gimenes [Thu, 22 May 2025 12:45:02 +0000 (09:45 -0300)]
netbird: update to 0.45.1
changelog: https://github.com/netbirdio/netbird/releases/tag/v0.45.1
Signed-off-by: Wesley Gimenes <[email protected]>
Timothy M. Ace [Tue, 12 Dec 2023 01:53:32 +0000 (20:53 -0500)]
perlbase-extutils: Adding required perlbase-version dependency
Attempting to use ExtUtils::MakeMaker from perlbase-extutils results in an
error of "Can't locate ExtUtils/MakeMaker/version/vpp.pm in @INC".
Installing perlbase-version fixes the error. Therefore we add
perlbase-version as a dependency of perlbase-extutils.
Signed-off-by: Timothy M. Ace <[email protected]>
Josef Schlehofer [Sun, 25 May 2025 10:49:40 +0000 (12:49 +0200)]
CI: move script into separate directory
This change follows the structure of GitHub workflow
folders from the main OpenWrt repository, where scripts
are in separate folder.
Signed-off-by: Josef Schlehofer <[email protected]>
Josef Schlehofer [Sun, 25 May 2025 10:39:58 +0000 (12:39 +0200)]
CI: formal check: use shared workflow in actions-shared-workflows
Lets switch to shared workflow in actions-shared-workflows instead of having
this separate file here. It will track and use the latest changes to avoid
being outdated.
Signed-off-by: Josef Schlehofer <[email protected]>
Jianhui Zhao [Thu, 22 May 2025 13:42:02 +0000 (21:42 +0800)]
lua-eco: update to 3.10.0
* A new module `uci` added since this version.
* Fix an installation issue: Existing soft links should be preserved when installing libeco.
Signed-off-by: Jianhui Zhao <[email protected]>
Javier Marcet [Fri, 23 May 2025 17:24:14 +0000 (19:24 +0200)]
docker-compose: Update to version 2.36.2
Release notes:
https://github.com/docker/compose/releases/tag/v2.36.2
Signed-off-by: Javier Marcet <[email protected]>
Javier Marcet [Thu, 22 May 2025 16:24:02 +0000 (18:24 +0200)]
docker-compose: Update to version 2.36.1
Release notes:
https://github.com/docker/compose/releases/tag/v2.36.1
Signed-off-by: Javier Marcet <[email protected]>
Chris Swan [Thu, 22 May 2025 10:50:55 +0000 (11:50 +0100)]
cjson: update to 1.7.18
This is a bugfix release
Full release notes available at:
https://github.com/DaveGamble/cJSON/releases/tag/v1.7.18
Signed-off-by: Chris Swan <[email protected]>
Luca Barbato [Sat, 24 May 2025 18:31:54 +0000 (18:31 +0000)]
cargo-c: update to 0.10.13
Signed-off-by: Luca Barbato <[email protected]>
Luca Barbato [Sat, 24 May 2025 18:10:25 +0000 (18:10 +0000)]
rust: update to 1.87.0
Simplify the build invocation and reorder the target list to avoid
failures due the build process changes.
Signed-off-by: Luca Barbato <[email protected]>
Nikolay Manev [Wed, 14 May 2025 19:10:27 +0000 (22:10 +0300)]
pv: update to 1.9.31
* update to 1.9.31 from upstream: https://codeberg.org/ivarch/pv
* license changed to GPL-3.0-or-later and directory doc/COPYING -> docs/COPYING
* added test.sh file for ci testing
Signed-off-by: Nikolay Manev <[email protected]>
Russell Senior [Thu, 22 May 2025 10:49:37 +0000 (03:49 -0700)]
xtables-addons: fix build for kernel 6.12
missing prototypes for three functions generated build errors.
error: no previous prototype for 'foo' [-Werror=missing-prototypes]
extensions/LUA/prot_buf_helpers.c: get_header_size
extensions/LUA/prot_buf_tftp.c: tftp_get_field_changes
extensions/LUA/prot_buf_dynamic.c: free_dynamic_prot_buf
Signed-off-by: Russell Senior <[email protected]>
Sandro Jäckel [Thu, 22 May 2025 16:14:31 +0000 (18:14 +0200)]
tailscale: update to 1.84.0
Signed-off-by: Sandro Jäckel <[email protected]>
Jan Kardell [Thu, 22 May 2025 12:05:55 +0000 (14:05 +0200)]
gammu: Fix misspelled licence variable
Signed-off-by: Jan Kardell <[email protected]>
Jan Kardell [Tue, 20 May 2025 13:41:18 +0000 (15:41 +0200)]
luaexpat: Add license
Signed-off-by: Jan Kardell <[email protected]>
Jan Kardell [Tue, 20 May 2025 13:35:31 +0000 (15:35 +0200)]
luasql: Fix license file
Signed-off-by: Jan Kardell <[email protected]>
Jan Kardell [Tue, 20 May 2025 12:58:11 +0000 (14:58 +0200)]
freetype: Fix license file
Signed-off-by: Jan Kardell <[email protected]>
Jan Kardell [Tue, 20 May 2025 12:44:13 +0000 (14:44 +0200)]
libudev-zero: Fix license
Signed-off-by: Jan Kardell <[email protected]>
Jan Kardell [Tue, 20 May 2025 12:31:13 +0000 (14:31 +0200)]
tcp_wrappers: Fix license file
Signed-off-by: Jan Kardell <[email protected]>
Jan Kardell [Tue, 20 May 2025 09:48:53 +0000 (11:48 +0200)]
canutils: Fix license file
Signed-off-by: Jan Kardell <[email protected]>
Jan Kardell [Tue, 20 May 2025 09:43:48 +0000 (11:43 +0200)]
fuse3: Fix license file
Signed-off-by: Jan Kardell <[email protected]>
Jan Kardell [Tue, 20 May 2025 09:36:04 +0000 (11:36 +0200)]
picocom: Fix license file
Signed-off-by: Jan Kardell <[email protected]>
Josef Schlehofer [Thu, 22 May 2025 12:23:10 +0000 (14:23 +0200)]
wifi-presence: bump PKG_RELEASE
It is necessary to bump PKG_RELEASE, because existing installation of
wifi-presence wouldnt know about this fix, so this ensures versioning
and as well that existing installation will require update with
this fix.
Fixes: 87175e4ca365e1bf5ac71e3dfb5186eb4c41f689 ("wifi-presence: fix reading mqttID from config")
Signed-off-by: Josef Schlehofer <[email protected]>
George Sapkin [Thu, 1 May 2025 21:55:00 +0000 (00:55 +0300)]
python-netifaces: drop package
Upstream project archived [1].
[1] https://github.com/al45tair/netifaces
Signed-off-by: George Sapkin <[email protected]>
Mieczyslaw Nalewaj [Sat, 10 May 2025 21:06:11 +0000 (23:06 +0200)]
xtables-addons: nf_conntrack_rtsp: change strlcpy to strscpy
Change deprecated strlcpy to strscpy
for kernel 6.12 compatibility.
Signed-off-by: Mieczyslaw Nalewaj <[email protected]>
Javier Marcet [Thu, 8 May 2025 16:48:30 +0000 (18:48 +0200)]
docker-compose: Update to version 2.36.0
Release notes:
https://github.com/docker/compose/releases/tag/v2.36.0
Signed-off-by: Javier Marcet <[email protected]>
Jianhui Zhao [Mon, 5 May 2025 13:32:12 +0000 (21:32 +0800)]
lua-cjson: add build VARIANT for Lua5.4
Signed-off-by: Jianhui Zhao <[email protected]>
Andy Jackson [Fri, 1 Mar 2024 13:38:07 +0000 (13:38 +0000)]
static-neighbor-reports: Update README.md
Define VAP on first use and fix some typos.
Maintainer: @blocktrron
Compile tested: n/a readme
Run tested: n/a readme
Description: Define VAP on first use and fix some typos.
Signed-off-by: Andy Jackson [email protected]
Signed-off-by: Andy Jackson <[email protected]>
Noah Meyerhans [Wed, 21 May 2025 19:06:57 +0000 (15:06 -0400)]
bind: bump to 9.20.9
CVE-2025-40775: Prevent assertion when processing TSIG algorithm. DNS messages
that included a Transaction Signature (TSIG) containing an invalid value in the
algorithm field caused named to crash with an assertion failure. This has been
fixed.
Signed-off-by: Noah Meyerhans <[email protected]>
Sergey Ponomarev [Mon, 1 Jan 2024 15:33:16 +0000 (17:33 +0200)]
emailrelay: Add support of build with MbedTLS
Signed-off-by: Sergey Ponomarev <[email protected]>