Philip Prindeville [Sat, 7 Jun 2025 18:16:34 +0000 (12:16 -0600)]
openssh: wrong permissions on /etc/ssh
For users to make use of system-wide settings, the /etc/ssh/
directory and its contents need to be world readable.
Fixes: #26608
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Oleg Derevenetz [Mon, 2 Jun 2025 18:17:53 +0000 (21:17 +0300)]
bwping: update to 2.6
This commit updates the bwping package to version 2.6.
Signed-off-by: Oleg Derevenetz <oleg.derevenetz@gmail.com>
Marius Dinu [Wed, 4 Jun 2025 13:02:46 +0000 (16:02 +0300)]
tvheadend: cut subnet from lan IP reported by uci, fix bug #26681
Unannounced modifications (OpenWrt PR 13780) in uci network.lan.ipaddr broke tvheadend init script.
This commit updates the init script to cut the subnet from the ip address reported by uci.
Bug report: #26681
Reported-by: @DonKult
Tested-by: @DonKult
Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
Marius Dinu [Wed, 4 Jun 2025 13:42:53 +0000 (16:42 +0300)]
tvheadend: update to git master 2025-06-04
removed patch is now included in tvheadend sources
Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
John Audia [Fri, 6 Jun 2025 20:42:32 +0000 (16:42 -0400)]
coreutils: bump to 9.7
Single patch automatically rebased.
Added -std=gnu23 to CFLAGS
Release news: https://savannah.gnu.org/news/?id=10751
Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64
Signed-off-by: John Audia <therealgraysky@proton.me>
John Audia [Fri, 6 Jun 2025 23:31:54 +0000 (19:31 -0400)]
libarchive: bump to 3.8.1
This is a feaure and bugfix release.
New features:
bsdtar: support --mtime and --clamp-mtime (#2601)
lib: mbedtls 3.x compatibility (#2602)
7-zip reader: improve self-extracting archive detection (#2088)
xar: xmllite support for the XAR reader and writer (#2388)
zip writer: added XZ, LZMA, ZSTD and BZIP2 support (#2137, #2284, #2391)
zip writer: added LZMA + RISCV BCJ filter (#2403)
Notable security fixes:
rar: do not skip past EOF while reading (#2584)
rar: fix double free with over 4 billion nodes (#2598)
rar: fix heap-buffer-overflow (#2599)
warc: prevent signed integer overflow (#2568)
tar: fix overflow in build_ustar_entry (#2588)
Notable bugfixes:
ibarchive: fix FILE_skip regression (#2642)
compress: Prevent call stack overflow (#2649)
iso9660: always check archive_string_ensure return value (#2651)
tar: Support negative time values with pax (#2634)
tar: Reset accumulated header state after reading macOS metadata blob (#2636)
tar: Keep block alignment after pax error (#2637)
tar: Handle extra bytes after sparse entries (#2643)
windows: check archive_wstring_ensure return value (#2652)
bsdtar: don't hardlink negative inode files together (#2587)
gz: allow setting the original filename for gzip compressed files (#2544)
lib: improve lseek handling (#2564)
lib: support @-prefixed Unix epoch timestamps as date strings (#2606)
rar: support large headers on 32 bit systems (#2596)
tar reader: Improve LFS support on 32 bit systems (#2582)
Full changelog: https://github.com/libarchive/libarchive/compare/v3.7.9...v3.8.1
Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64
Signed-off-by: John Audia <therealgraysky@proton.me>
John Audia [Wed, 4 Jun 2025 15:37:06 +0000 (11:37 -0400)]
procps-ng: bump to 4.0.5
Patch automatically rebased.
Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64
Signed-off-by: John Audia <therealgraysky@proton.me>
W. Michael Petullo [Fri, 6 Jun 2025 13:58:44 +0000 (08:58 -0500)]
bogofilter: replace no-docs patch with backport of upstream commit
Bogofilter added a --disable-documentation option to configure in
response to https://gitlab.com/bogofilter/bogofilter/-/issues/17.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Álvaro Fernández Rojas [Thu, 5 Jun 2025 18:24:44 +0000 (20:24 +0200)]
bcm27xx-eeprom: update to v2025-05-08-2712
bcm2711:
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2711/release-notes.md#2025-05-08-implement-tcp-window-for-net-boot-latest
bcm2712:
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2712/release-notes.md#2025-02-12-fixup-change-to-disable-37v-pmic-output-on-cm5-no-wifi-latest
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2712/release-notes.md#2025-03-03-fix-bootloader-pull-configuration-on-2712d0-latest
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2712/release-notes.md#2025-03-10-add-boot_partition-filter-plus-sdram-init-fixes-latest
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2712/release-notes.md#2025-03-19-log-the-fan-speed-at-boot-latest
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2712/release-notes.md#2025-03-27-os_check-cm5-check-for-cm5-specific-dtbs-latest
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2712/release-notes.md#2025-04-07-arm_dt-revert-to-using-the-max-fan-speed-latest
https://github.com/raspberrypi/rpi-eeprom/blob/v2025.05.08-2712/firmware-2712/release-notes.md#2025-05-08-implement-tcp-window-for-net-boot-latest
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Vladimir Ermakov [Sat, 22 Mar 2025 14:49:22 +0000 (15:49 +0100)]
go2rtc: update to 1.9.9
- Update version to 1.9.9
- Add patch to fix build with CGO=0
- Add patch to support RISC-V 64
- Fix excludes not to include examples
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Jeffery To [Thu, 5 Jun 2025 13:37:53 +0000 (21:37 +0800)]
golang: Fix host build compatibility with GCC 15
Fixes https://github.com/openwrt/packages/issues/26446.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Nikolay Manev [Fri, 23 May 2025 12:20:15 +0000 (15:20 +0300)]
fping: update to version 5.3
* update to version 5.3
* added test.sh file for ci testing
Signed-off-by: Nikolay Manev <just.ops@proton.me>
Liangbin Lian [Wed, 4 Jun 2025 09:22:03 +0000 (17:22 +0800)]
ddns-scripts: fix parsing of parameters for cloudflare.com
Compatible with domain without the `@` symbol, consistent with the previous.
Fixes
8c55d089 ("ddns-scripts: fix parsing of parameters for cloudflare.com")
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
Wesley Gimenes [Tue, 3 Jun 2025 03:03:08 +0000 (00:03 -0300)]
netbird: update to 0.45.3
changelog: https://github.com/netbirdio/netbird/releases/tag/v0.45.3
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
Wesley Gimenes [Tue, 3 Jun 2025 06:19:29 +0000 (03:19 -0300)]
github: Add fields to help users in the bug report
Not everyone filling out the bug report is an expert.
These fields, with additional explanations, can hopefully
help users provide more accurate information.
Add fields to guide users in completing the bug report.
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
Wesley Gimenes [Tue, 3 Jun 2025 06:08:08 +0000 (03:08 -0300)]
github: require user to check all bug report fields
Previously, users could leave fields blank,
resulting in missing information in the bug report.
Now, it is mandatory for all fields to be filled out,
ensuring that no essential information is overlooked.
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
Josef Schlehofer [Mon, 2 Jun 2025 10:03:09 +0000 (12:03 +0200)]
github: Creating issue: Add external links
This is heavily inspired by OpenWrt main repository [1]
as in the packages feed we would like to follow
and be in sync with the main repository.
Having external, well, contact links, where users
can ask or propose feature request and even find links
for documentation or contacting us is a good idea.
Might help to improve the current state of this repository.
[1] https://github.com/openwrt/openwrt/blob/
57c104ef7f8619d48579ada5ab24f78984391edd/.github/ISSUE_TEMPLATE/config.yml
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Mon, 2 Jun 2025 10:38:18 +0000 (12:38 +0200)]
github: Use GitHub Issue Forms with yaml
This replaces the old issue templates with the new one.
It is going to reflect changes and require more details.
Issue Forms as also used in the main repository and in LuCI,
it helps users to create structured issue.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Xiao Yu [Wed, 21 May 2025 23:48:44 +0000 (23:48 +0000)]
collectd: Add `write_prometheus` uci config
Included with default options used by collectd
Signed-off-by: Xiao Yu <me@xyu.io>
W. Michael Petullo [Sat, 31 May 2025 13:15:02 +0000 (08:15 -0500)]
scapy: update to 2.6.1
Upstream list of changes is available at
https://github.com/secdev/scapy/releases/tag/v2.6.1.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sat, 31 May 2025 02:26:24 +0000 (21:26 -0500)]
nfdump: update to 1.7.6
Upstream list of changes is available at
https://github.com/phaag/nfdump/releases/tag/v1.7.6.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Stan Grishin [Thu, 29 May 2025 17:57:30 +0000 (17:57 +0000)]
adblock-fast: update to 1.1.3-13
* update to SPDX license identified in Makefile
* bugfix: correct HELP line description for sizes command (thanks @justops1337)
* performance fix: updated domains filter (thanks @justops1337)
* bugfix/improvement: more reliable get_url_filesize code with fall-back to
uclient-fetch (thanks @justops1337)
Signed-off-by: Stan Grishin <stangri@melmac.ca>
W. Michael Petullo [Fri, 30 May 2025 03:42:35 +0000 (22:42 -0500)]
bogofilter: update to 1.3.0.rc1
Bogofilter development has moved to gitlab.com.
Upstream list of changes is available at
https://gitlab.com/bogofilter/bogofilter/-/blob/main/bogofilter/NEWS.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Josef Schlehofer [Mon, 2 Jun 2025 11:17:12 +0000 (13:17 +0200)]
github: Use Markdown and slight changes to PR template
The previous pull request was kinda not exactly tested.
This one should be better and more visible.
Fixes: 9a273c3e79ec1018aea4fe9bc338d679f5553bee ("github: Improve Pull Request template")
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Jens Wagner [Sun, 1 Jun 2025 22:21:33 +0000 (00:21 +0200)]
perl-io-socket-ssl: Added description
As requested by @BKPepe , added a package
description to the Makefile
Signed-off-by: Jens Wagner <jens@wagner2013.de>
Jens Wagner [Sun, 1 Jun 2025 22:19:41 +0000 (00:19 +0200)]
perl-io-async: Added description
As requested by @BKPepe , added a package
description to the Makefile
Signed-off-by: Jens Wagner <jens@wagner2013.de>
Jens Wagner [Tue, 27 May 2025 11:11:56 +0000 (13:11 +0200)]
perl-xs-parse-sublike: 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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <mike@flyn.org>
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 <therealgraysky@proton.me>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <pepe.schlehofer@gmail.com>
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 <therealgraysky@proton.me>
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 <pepe.schlehofer@gmail.com>
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 <therealgraysky@proton.me>
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 <mike@flyn.org>
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 <mike@flyn.org>
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 <therealgraysky@proton.me>
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 <therealgraysky@proton.me>
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 <ArielHeleneto@outlook.com>
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 <ArielHeleneto@outlook.com>
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 <jan.hak@nic.cz>
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 <mike@flyn.org>
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 <wehagy@proton.me>
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 <mike@flyn.org>
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 <mike@flyn.org>
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 <mike@flyn.org>
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 <mike@flyn.org>
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 <mike@flyn.org>
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 <mike@flyn.org>
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 <mike@flyn.org>
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 <mike@flyn.org>
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 <mike@flyn.org>
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 <mike@flyn.org>
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 <karen0734@gmail.com>
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 <george@sapk.in>
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 <jens@wagner2013.de>
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 <pepe.schlehofer@gmail.com>
Signed-off-by: Brian 'redbeard' Harrington <redbeard@dead-city.org>
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 <tmn505@gmail.com>
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 <dev@brenken.org>
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 <dev@brenken.org>
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 <jelonek.jonas@gmail.com>
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 <gandalf@gk2.net>
Run tested: mediatek/filogic, BPI-R3, Openwrt 24.10.1
Signed-off-by: S. Brusch <ne20002@gmx.ch>
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 <dev@brenken.org>
Packet Please [Wed, 28 May 2025 15:50:17 +0000 (17:50 +0200)]
poemgr: update to latest Git HEAD
Signed-off-by: Packet Please <pktpls@systemli.org>
Tianling Shen [Wed, 28 May 2025 09:18:50 +0000 (17:18 +0800)]
alist: Update to 3.45.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Wed, 28 May 2025 09:18:41 +0000 (17:18 +0800)]
rclone: Update to 1.69.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
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 <cnsztl@immortalwrt.org>
Tianling Shen [Wed, 28 May 2025 09:18:16 +0000 (17:18 +0800)]
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
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 <ryan@presslab.us>
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 <philipp@redfish-solutions.com>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 <jens@wagner2013.de>
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 `domain=example.com@example.com`, after parsing,
the `__HOST` will be `example.com`, not expected `example.com.example.com`.
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
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 <robimarko@gmail.com>
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 <namiltd@yahoo.com>
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 <namiltd@yahoo.com>
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 <cnsztl@immortalwrt.org>
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 <dynasticorpheus@gmail.com>
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 <zhaojh329@gmail.com>
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 <wehagy@proton.me>
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 <openwrt@timothyace.com>
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 <pepe.schlehofer@gmail.com>