feed/packages.git
8 months agoMerge pull request #21874 from thess/unbound-SSL-workaround
Ted Hess [Mon, 21 Aug 2023 22:39:28 +0000 (18:39 -0400)]
Merge pull request #21874 from thess/unbound-SSL-workaround

Unbound: Silence SSL unexpected eof messages

8 months agoUnbound: Silence SSL unexpected eof messages 21874/head
Ted Hess [Thu, 17 Aug 2023 22:20:54 +0000 (18:20 -0400)]
Unbound: Silence SSL unexpected eof messages

Refs: https://github.com/NLnetLabs/unbound/issues/812
      https://github.com/NLnetLabs/unbound/issues/846

This is a backport of: https://github.com/NLnetLabs/unbound/commit/d7e7761
and can be removed with the next release/update of the Unbound package

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 months agoMerge pull request #21882 from dobo90/adguardhome_0.107.36
Hannu Nyman [Mon, 21 Aug 2023 15:41:47 +0000 (18:41 +0300)]
Merge pull request #21882 from dobo90/adguardhome_0.107.36

adguardhome: update to 0.107.36 and fix compilation with Go 1.21

8 months agoadguardhome: update quic-go to v0.37.6 21882/head
Dobroslaw Kijowski [Mon, 21 Aug 2023 08:38:47 +0000 (10:38 +0200)]
adguardhome: update quic-go to v0.37.6

* quic-go v0.36.x cannot be compiled with Go 1.21. Update that
  AdGuardHome dependency to latest one from v0.37 series.
* It fixes following compilation error:
  go-mod-cache/github.com/quic-go/quic-go@v0.36.2/internal/qtls/go121.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github.
  com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.21 yet.

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
8 months agoadguardhome: update to v0.107.36
Hannu Nyman [Sat, 19 Aug 2023 08:52:35 +0000 (11:52 +0300)]
adguardhome: update to v0.107.36

* Full changelog available at:
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.34
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.35
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.36

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
[ Reword commit message ]
Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
8 months agotailscale: Update to 1.48.0
Zephyr Lykos [Fri, 21 Jul 2023 13:08:21 +0000 (21:08 +0800)]
tailscale: Update to 1.48.0

Everything is working on pure upstream code.
Patching is not longer needed.

Added entire /etc/tailscale/ directory to conffiles for persistent ssh
host key & https certificate across sysupgrades.

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
9 months agoyq: Update to 4.35.1
Tianling Shen [Sun, 20 Aug 2023 13:36:08 +0000 (21:36 +0800)]
yq: Update to 4.35.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
9 months agotunneldigger-broker: update to v0.4.0
Perry Melange [Sun, 6 Aug 2023 15:05:41 +0000 (17:05 +0200)]
tunneldigger-broker: update to v0.4.0

Include new hook script to build

Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
9 months agotunneldigger-broker: add rate-limit hook
Perry Melange [Thu, 17 Aug 2023 20:45:19 +0000 (22:45 +0200)]
tunneldigger-broker: add rate-limit hook

Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
9 months agotunneldigger-broker: add option to isolate bridge ports
Perry Melange [Sat, 29 Jul 2023 19:50:28 +0000 (21:50 +0200)]
tunneldigger-broker: add option to isolate bridge ports

Add new option to a config bridge section to indicate
if a bridge port added to the bridge should be isolated
or not.  The default is 0 (no isolation).

example

config bridge
     option interface 'br-mybridge1446'
     option mtu '1446'
     option isolate '1' # default '0'

Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
9 months agotunneldigger-broker: update lib functions
Perry Melange [Sat, 29 Jul 2023 19:35:46 +0000 (21:35 +0200)]
tunneldigger-broker: update lib functions

Use config_foreach instead of config_cb

Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
9 months agotunneldigger-broker: update config file and init for v0.4.0
Perry Melange [Thu, 17 Aug 2023 20:46:11 +0000 (22:46 +0200)]
tunneldigger-broker: update config file and init for v0.4.0

Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
9 months agorust: correct mistake in previous host-build fix
Jonas Jelonek [Thu, 17 Aug 2023 08:57:16 +0000 (10:57 +0200)]
rust: correct mistake in previous host-build fix

Fixes the commit 105fa3920e which was intended to make rust/host build
on aarch64 darwin working again. However, the fix contains a mistake
because it sets RUSTC_TARGET_ARCH instead of RUSTC_HOST_ARCH. Thus, the
fix doesn't work.
This properly sets the correct variable RUSTC_HOST_ARCH.

Fixes: 105fa3920e ("rust: fix host build on aarch64 darwin")
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 months agosyncthing: disable quic to support GO 1.21
Van Waholtz [Thu, 17 Aug 2023 03:31:36 +0000 (11:31 +0800)]
syncthing: disable quic to support GO 1.21

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
9 months agosyncthing: update to 1.23.7
Van Waholtz [Thu, 17 Aug 2023 03:31:36 +0000 (11:31 +0800)]
syncthing: update to 1.23.7

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
9 months agosing-box: update to 1.4.0-beta.5
Van Waholtz [Thu, 17 Aug 2023 03:03:46 +0000 (11:03 +0800)]
sing-box: update to 1.4.0-beta.5

Add support for GO 1.21.

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
9 months agolua-eco: update to 2.4.0
Jianhui Zhao [Thu, 17 Aug 2023 13:07:51 +0000 (21:07 +0800)]
lua-eco: update to 2.4.0

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
9 months agolibyang: update to 2.1.80
Lucian Cristian [Wed, 16 Aug 2023 11:32:53 +0000 (11:32 +0000)]
libyang: update to 2.1.80

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
9 months agopython-trove-classifiers: Update to 2023.8.7
Jeffery To [Mon, 14 Aug 2023 04:11:19 +0000 (12:11 +0800)]
python-trove-classifiers: Update to 2023.8.7

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-psycopg2: Update to 2.9.7, update list of dependencies
Jeffery To [Fri, 11 Aug 2023 18:11:12 +0000 (02:11 +0800)]
python-psycopg2: Update to 2.9.7, update list of dependencies

This also adds a source package (python-psycopg2-src).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-msgpack: Update to 1.0.5, add host Cython dependency
Jeffery To [Fri, 11 Aug 2023 17:42:09 +0000 (01:42 +0800)]
python-msgpack: Update to 1.0.5, add host Cython dependency

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-psutil: Update to 5.9.5, replace patch
Jeffery To [Fri, 11 Aug 2023 18:00:12 +0000 (02:00 +0800)]
python-psutil: Update to 5.9.5, replace patch

100_add_cross_platform_build_ability.patch was submitted upstream in
https://github.com/giampaolo/psutil/pull/2068, but that pull request was
closed without being merged.

This replaces that patch with a simpler version that only updates
setup.py, leaving the run-time library code unchanged.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-more-itertools: Update to 10.1.0
Jeffery To [Fri, 11 Aug 2023 17:35:49 +0000 (01:35 +0800)]
python-more-itertools: Update to 10.1.0

The package has changed to the flit-core build backend.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-markdown: Update to 3.4.4, update list of dependencies
Jeffery To [Fri, 11 Aug 2023 17:30:24 +0000 (01:30 +0800)]
python-markdown: Update to 3.4.4, update list of dependencies

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-distro: Update to 1.8.0
Jeffery To [Fri, 11 Aug 2023 17:23:13 +0000 (01:23 +0800)]
python-distro: Update to 1.8.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agofrr: updat to 9.0
Lucian Cristian [Wed, 16 Aug 2023 11:37:35 +0000 (11:37 +0000)]
frr: updat to 9.0

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
9 months agofrp: update to 0.51.3
Van Waholtz [Thu, 17 Aug 2023 02:53:24 +0000 (10:53 +0800)]
frp: update to 0.51.3

Includes some bug fixes and adds support for GO 1.21.

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
9 months agorust: fix host build on aarch64 darwin
Jonas Jelonek [Wed, 16 Aug 2023 07:25:50 +0000 (09:25 +0200)]
rust: fix host build on aarch64 darwin

rust/host failed to compile on macOS running on Apple Silicon M1 Pro
because the host target triple is autogenerated to be
'arm64-unknown-linux-'. Rust doesn't have such a target triple, thus the
build failes because there are no pre-built artifacts for bootstrapping.

Fix this by setting RUSTC_HOST_ARCH to 'aarch64-apple-darwin' in case
our host is HOST_ARCH=arm64 and HOST_OS=darwin.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 months agoMerge pull request #21839 from mhei/php8-fix-riscv64
Michael Heimpold [Thu, 17 Aug 2023 05:55:33 +0000 (07:55 +0200)]
Merge pull request #21839 from mhei/php8-fix-riscv64

php8: fix linking on riscv64 platform (again)

9 months agoMerge pull request #21828 from stangri/master-simple-adblock
Stan Grishin [Wed, 16 Aug 2023 20:42:33 +0000 (13:42 -0700)]
Merge pull request #21828 from stangri/master-simple-adblock

simple-adblock: bugfixes for uci_load_validate

9 months agophp8: fix linking on riscv64 platform (again) 21839/head
Michael Heimpold [Sat, 3 Jun 2023 15:57:18 +0000 (17:57 +0200)]
php8: fix linking on riscv64 platform (again)

The initial fix was done in a2e76e497.
Later we could revert it with 5779ae4c5 since a global fix
in gcc was deployed.

But now, PHP itself applied a workaround/fix in 8.2.8,
so that we now require the initial fix again.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 months agoMerge pull request #21766 from TDT-AG/pr/20230808-modemmanager
Florian Eckert [Wed, 16 Aug 2023 13:58:01 +0000 (15:58 +0200)]
Merge pull request #21766 from TDT-AG/pr/20230808-modemmanager

modemmanager: setting allowed and preferred mode

9 months agopython3-ble2mqtt: update to 0.1.8
Quintin Hill [Sat, 12 Aug 2023 21:13:46 +0000 (22:13 +0100)]
python3-ble2mqtt: update to 0.1.8

Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
9 months agopython3-dbus-fast: update to 1.91.2
Quintin Hill [Sat, 12 Aug 2023 21:13:12 +0000 (22:13 +0100)]
python3-dbus-fast: update to 1.91.2

The patch is no longer required as host setuptools is now new enough.

Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
9 months agopython3-aio-mqtt-mod: update to 0.3.4
Quintin Hill [Sat, 12 Aug 2023 21:12:20 +0000 (22:12 +0100)]
python3-aio-mqtt-mod: update to 0.3.4

python3-openssl is now optional.

Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
9 months agodnslookup: Update to 1.9.2
Tianling Shen [Wed, 16 Aug 2023 09:22:46 +0000 (17:22 +0800)]
dnslookup: Update to 1.9.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
9 months agodnsproxy: Update to 0.54.0
Tianling Shen [Wed, 16 Aug 2023 09:22:38 +0000 (17:22 +0800)]
dnsproxy: Update to 0.54.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
9 months agoqemu: enable host support for armsr/armv8
Mathew McBride [Wed, 16 Aug 2023 01:10:18 +0000 (01:10 +0000)]
qemu: enable host support for armsr/armv8

As of OpenWrt main branch commit e505873e65f72 ("armsr: armv8:
enable KVM host") [merged 2023-08-15], armsr/armv8 has
KVM host support. We can now enable QEMU host for this
target.

For example, you can run OpenWrt armsr/armv8 as a guest
like so:
qemu-system-aarch64 -nographic -M virt -cpu host --enable-kvm \
-bios u-boot.bin -smp 1 -m 1024 \
-drive file=openwrt-armsr-armv8-generic-ext4-combined.img,format=raw,index=0,media=disk

A compatible u-boot.bin can be obtained from u-boot-qemu_armv8/u-boot.bin
that is built with the armsr target and available from
downloads.openwrt.org.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
9 months agosimple-adblock: bugfixes for uci_load_validate 21828/head
Stan Grishin [Tue, 15 Aug 2023 16:31:21 +0000 (16:31 +0000)]
simple-adblock: bugfixes for uci_load_validate

* fix validation for force_dns_port when missing in config
* fix validation for dns_instance when * or - are used

Signed-off-by: Stan Grishin <stangri@melmac.ca>
9 months agotgt: update to 1.0.87
Maxim Storchak [Sun, 13 Aug 2023 09:37:05 +0000 (12:37 +0300)]
tgt: update to 1.0.87

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
9 months agosmartmontools: update to 7.4
Maxim Storchak [Sun, 13 Aug 2023 09:47:19 +0000 (12:47 +0300)]
smartmontools: update to 7.4

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
9 months agoreptyr: Update to 0.10.0
Tianling Shen [Sun, 13 Aug 2023 09:50:51 +0000 (17:50 +0800)]
reptyr: Update to 0.10.0

* 0.10.0 (Jun 04, 2023)
 - Add arm7 and aarch64 support for FreeBSD

* 0.9.0 (Jun 12, 2022)
 - Add RISCV64 support on Linux
 - Fix tty-stealing on PowerPC

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
9 months agoMerge pull request #21827 from jefferyto/golang-1.21.0
Josef Schlehofer [Tue, 15 Aug 2023 07:42:09 +0000 (09:42 +0200)]
Merge pull request #21827 from jefferyto/golang-1.21.0

golang: Update to 1.21.0, remove patch

9 months agogolang: Update to 1.21.0, remove patch 21827/head
Jeffery To [Tue, 15 Aug 2023 03:57:28 +0000 (11:57 +0800)]
golang: Update to 1.21.0, remove patch

Upstream has updated the Go compiler to not use gold when building for
arm, and is waiting for a fix to binutils (released in 2.41) before
doing the same for aarch64.[1]

Based on the above, it does not appear that
https://github.com/golang/go/pull/49748 will be merged. This removes the
patch from that pull request.

[1]: https://github.com/golang/go/issues/22040

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agoboost: Updates package to version 1.83.0
Carlos Miguel Ferreira [Mon, 14 Aug 2023 01:05:52 +0000 (02:05 +0100)]
boost: Updates package to version 1.83.0

This commit updates boost to version 1.83.0

A new header-only library is available:
- Compat: A repository of C++11 implementations of standard components
  added in later C++ standards, from Peter Dimov and contributors. [1]

More info about Boost 1.83.0 can be found at the usual place [2].

[1]: https://www.boost.org/doc/libs/1_83_0/libs/compat/doc/html/compat.html
[2]: https://www.boost.org/users/history/version_1_83_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
9 months agodocker-compose: Update to version 2.20.3
Javier Marcet [Sun, 13 Aug 2023 08:13:39 +0000 (10:13 +0200)]
docker-compose: Update to version 2.20.3

Signed-off-by: Javier Marcet <javier@marcet.info>
9 months agoruby: fix riscv64 build
Tianling Shen [Sun, 13 Aug 2023 08:42:14 +0000 (16:42 +0800)]
ruby: fix riscv64 build

Fix build by adding missing macros.

The patch is taken from:
https://lists.openembedded.org/g/openembedded-core/message/161168

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
9 months agoxz: Update to 5.4.4
Hannu Nyman [Mon, 14 Aug 2023 16:35:58 +0000 (19:35 +0300)]
xz: Update to 5.4.4

Update xz to match the version in tools/

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
9 months agoMerge pull request #21710 from Lankaster/openwrt-main-monit
Hannu Nyman [Mon, 14 Aug 2023 15:13:22 +0000 (18:13 +0300)]
Merge pull request #21710 from Lankaster/openwrt-main-monit

monit: update to 5.33.0

9 months agoMerge pull request #21800 from yogo1212/wget_pcre2
Hannu Nyman [Mon, 14 Aug 2023 14:34:56 +0000 (17:34 +0300)]
Merge pull request #21800 from yogo1212/wget_pcre2

wget: use pcre2

9 months agosmartdns: bump to 1.2023.43
Nick Peng [Sun, 13 Aug 2023 09:22:29 +0000 (17:22 +0800)]
smartdns: bump to 1.2023.43

Signed-off-by: Nick Peng <pymumu@gmail.com>
9 months agowget: use pcre2 21800/head
Leon M. Busch-George [Sun, 11 Jun 2023 18:39:06 +0000 (20:39 +0200)]
wget: use pcre2

Pcre (1) is unmaintained and reached its end of life in 2021.
The base system provides pcre2 exclusively since May.

Signed-off-by: Leon M. Busch-George <leon@georgemail.eu>
9 months agov2raya: Update to 2.1.3 21802/head 21803/head
Tianling Shen [Sun, 13 Aug 2023 03:16:05 +0000 (11:16 +0800)]
v2raya: Update to 2.1.3

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
9 months agopython-iniconfig: Update to 2.0.0
Jeffery To [Tue, 8 Aug 2023 03:50:41 +0000 (11:50 +0800)]
python-iniconfig: Update to 2.0.0

The package changed to the hatchling build backend.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-jsonpath-ng: Update to 1.5.3
Jeffery To [Mon, 7 Aug 2023 06:45:11 +0000 (14:45 +0800)]
python-jsonpath-ng: Update to 1.5.3

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-jmespath: Update to 1.0.1
Jeffery To [Mon, 7 Aug 2023 06:39:56 +0000 (14:39 +0800)]
python-jmespath: Update to 1.0.1

This also updates the Python dependency from python3 to python3-light.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-intelhex: Update to 2.3.0
Jeffery To [Mon, 7 Aug 2023 06:32:26 +0000 (14:32 +0800)]
python-intelhex: Update to 2.3.0

This version includes the fix from the removed patch.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agoopenssh: update to 9.4p1
Sibren Vasse [Fri, 11 Aug 2023 15:14:55 +0000 (17:14 +0200)]
openssh: update to 9.4p1

Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
9 months agoMerge pull request #21748 from jefferyto/python-influxdb-5.3.1
Josef Schlehofer [Sat, 12 Aug 2023 22:28:04 +0000 (00:28 +0200)]
Merge pull request #21748 from jefferyto/python-influxdb-5.3.1

python-influxdb: Update to 5.3.1

9 months agoMerge pull request #21795 from jefferyto/python-netdisco-3.0.0
Josef Schlehofer [Sat, 12 Aug 2023 21:59:13 +0000 (23:59 +0200)]
Merge pull request #21795 from jefferyto/python-netdisco-3.0.0

python-netdisco: Update to 3.0.0, update list of dependencies

9 months agoMerge pull request #21794 from jefferyto/python-multidict-6.0.4
Josef Schlehofer [Sat, 12 Aug 2023 21:56:19 +0000 (23:56 +0200)]
Merge pull request #21794 from jefferyto/python-multidict-6.0.4

python-multidict: Update to 6.0.4, update list of dependencies

9 months agopython-netdisco: Update to 3.0.0, update list of dependencies 21795/head
Jeffery To [Fri, 11 Aug 2023 17:51:19 +0000 (01:51 +0800)]
python-netdisco: Update to 3.0.0, update list of dependencies

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-multidict: Update to 6.0.4, update list of dependencies 21794/head
Jeffery To [Fri, 11 Aug 2023 17:47:53 +0000 (01:47 +0800)]
python-multidict: Update to 6.0.4, update list of dependencies

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agohaproxy: update to v2.8.2
Christian Lachner [Fri, 11 Aug 2023 08:25:47 +0000 (10:25 +0200)]
haproxy: update to v2.8.2

- Update haproxy PKG_VERSION and PKG_HASH
- See changes: http://git.haproxy.org/?p=haproxy-2.8.git;a=shortlog

Signed-off-by: Christian Lachner <gladiac@gmail.com>
9 months agoMerge pull request #19218 from stintel/openthread
Stijn Tintel [Fri, 11 Aug 2023 09:11:12 +0000 (12:11 +0300)]
Merge pull request #19218 from stintel/openthread

openthread-br: new package

9 months agoMerge pull request #21787 from TDT-AG/pr/20230811-collectd
Hannu Nyman [Fri, 11 Aug 2023 07:29:14 +0000 (10:29 +0300)]
Merge pull request #21787 from TDT-AG/pr/20230811-collectd

collectd: fix implicit dependence for collect-mod-disk to libudev

9 months agocollectd: fix implicit dependence for collect-mod-disk to libudev 21787/head
Florian Eckert [Fri, 11 Aug 2023 06:23:14 +0000 (08:23 +0200)]
collectd: fix implicit dependence for collect-mod-disk to libudev

Fix missing dependencies for 'collectd-mod-disk' to 'libudev' if
collectd-mod-smart is not enabled.

Package collectd-mod-disk is missing dependencies for the following
libraries:
libudev.so.1

The package 'collect-mod-disk' is now build always with 'libudev' support,
independent of the enable/disable build state of 'collectd-mod-smart'.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
9 months agonode: August 2023 Security Releases
Hirokazu MORIKAWA [Thu, 10 Aug 2023 05:21:46 +0000 (14:21 +0900)]
node: August 2023 Security Releases

Update to v18.17.1
This is a security release.

Notable Changes
The following CVEs are fixed in this release:
* CVE-2023-32002: Policies can be bypassed via Module._load (High)
* CVE-2023-32006: Policies can be bypassed by module.constructor.createRequire (Medium)
* CVE-2023-32559: Policies can be bypassed via process.binding (Medium)
* OpenSSL Security Releases  (Depends on shared library provided by OpenWrt)
    * OpenSSL security advisory 14th July.
    * OpenSSL security advisory 19th July.
    * OpenSSL security advisory 31st July

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
9 months agochrony: update to 4.4
Miroslav Lichvar [Thu, 10 Aug 2023 06:49:15 +0000 (08:49 +0200)]
chrony: update to 4.4

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
9 months agoprometheus: drop package
Paul Spooren [Wed, 9 Aug 2023 22:41:46 +0000 (00:41 +0200)]
prometheus: drop package

The package is terribly outdated and bundling it with the web UI is a
task I don't find myself willing to take. Dropping it.

FIX: #16008

Signed-off-by: Paul Spooren <paul.spooren@rhebo.com>
9 months agoMerge pull request #21747 from jefferyto/python-ifaddr-0.2.0
Josef Schlehofer [Wed, 9 Aug 2023 22:06:55 +0000 (00:06 +0200)]
Merge pull request #21747 from jefferyto/python-ifaddr-0.2.0

python-ifaddr: Update to 0.2.0

9 months agogptfdisk: fix incorrect TARGET on non-linux host
Georgi Valkov [Tue, 8 Aug 2023 07:27:26 +0000 (10:27 +0300)]
gptfdisk: fix incorrect TARGET on non-linux host

Fixed by defining TARGET=linux, as suggested in the README.

By default TARGET is derived from the host using uname -s,
which produces build errors on a non-linux hosts:

TARGET is not set; trying to determine target based on host OS....
Detected OS is Darwin
Build target is macos
...
x86_64-openwrt-linux-musl-g++: error: unrecognized command-line option '-arch'

Helped-by: Tianling Shen <cnsztl@immortalwrt.org>
Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
9 months agopython-click: Update to 8.1.6
Jeffery To [Mon, 7 Aug 2023 01:59:08 +0000 (09:59 +0800)]
python-click: Update to 8.1.6

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-wheel: Update to 0.41.1
Jeffery To [Mon, 7 Aug 2023 01:55:44 +0000 (09:55 +0800)]
python-wheel: Update to 0.41.1

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-flask-seasurf: Update to 1.1.1
Jeffery To [Thu, 3 Aug 2023 16:07:14 +0000 (00:07 +0800)]
python-flask-seasurf: Update to 1.1.1

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-flask-login: Update to 0.6.2, update list of dependencies
Jeffery To [Thu, 3 Aug 2023 16:03:55 +0000 (00:03 +0800)]
python-flask-login: Update to 0.6.2, update list of dependencies

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-flask-httpauth: Update to 4.8.0
Jeffery To [Thu, 3 Aug 2023 16:01:50 +0000 (00:01 +0800)]
python-flask-httpauth: Update to 4.8.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-flask-babel: Update to 3.1.0
Jeffery To [Thu, 3 Aug 2023 15:57:40 +0000 (23:57 +0800)]
python-flask-babel: Update to 3.1.0

The package changed to the poetry-core build backend.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-flask-socketio: Update to 5.3.5
Jeffery To [Thu, 3 Aug 2023 15:53:05 +0000 (23:53 +0800)]
python-flask-socketio: Update to 5.3.5

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-socketio: Update to 5.8.0
Jeffery To [Thu, 3 Aug 2023 15:47:42 +0000 (23:47 +0800)]
python-socketio: Update to 5.8.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-engineio: Update to 4.5.1
Jeffery To [Thu, 3 Aug 2023 15:44:45 +0000 (23:44 +0800)]
python-engineio: Update to 4.5.1

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agoyt-dlp: add missing dependencies
Rani Hod [Wed, 19 Jul 2023 15:20:09 +0000 (18:20 +0300)]
yt-dlp: add missing dependencies

Added missing python3-{logging,uuid} dependencies.

Signed-off-by: Rani Hod <rani.hod@gmail.com>
9 months agolibxcrypt: update to 4.4.36
John Audia [Wed, 9 Aug 2023 19:40:54 +0000 (15:40 -0400)]
libxcrypt: update to 4.4.36

Upstream bump required to fix build issues reported here:
https://forum.openwrt.org/t/i-cannot-build-my-image-due-to-failure-in-libxcrypt/168114

Signed-off-by: John Audia <therealgraysky@proton.me>
9 months agomodemmanager: add setting for allowed and preferred mode 21766/head
Florian Eckert [Fri, 4 Aug 2023 13:00:41 +0000 (15:00 +0200)]
modemmanager: add setting for allowed and preferred mode

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
9 months agomodemmanager: remove unneeded teardown error reporting
Florian Eckert [Wed, 9 Aug 2023 11:02:02 +0000 (13:02 +0200)]
modemmanager: remove unneeded teardown error reporting

Teardown error reporting is not needed, bacause it overrides init error
reporting.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
9 months agomodemmanager: fix white spaces
Florian Eckert [Fri, 4 Aug 2023 11:09:19 +0000 (13:09 +0200)]
modemmanager: fix white spaces

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
9 months agoxtables-addons: add packaging for xt_asn, et al
Philip Prindeville [Mon, 10 Jul 2023 03:21:58 +0000 (21:21 -0600)]
xtables-addons: add packaging for xt_asn, et al

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
9 months agoxtables-addons: add MaxMind versions of xt_geoip_dl, etc.
Philip Prindeville [Mon, 10 Jul 2023 02:59:36 +0000 (20:59 -0600)]
xtables-addons: add MaxMind versions of xt_geoip_dl, etc.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
9 months agoMerge pull request #21761 from stangri/master-simple-adblock
Stan Grishin [Tue, 8 Aug 2023 20:15:33 +0000 (13:15 -0700)]
Merge pull request #21761 from stangri/master-simple-adblock

simple-adblock: force_dns_port validation bugfix

9 months agosimple-adblock: force_dns_port validation bugfix 21761/head
Stan Grishin [Tue, 8 Aug 2023 09:28:31 +0000 (09:28 +0000)]
simple-adblock: force_dns_port validation bugfix

Signed-off-by: Stan Grishin <stangri@melmac.ca>
9 months agoMerge pull request #21753 from domo-iot/fix-nvme-categories
Jeffery To [Tue, 8 Aug 2023 03:32:21 +0000 (11:32 +0800)]
Merge pull request #21753 from domo-iot/fix-nvme-categories

nvme-cli: Fix categorization

9 months agoMerge pull request #21734 from fractalclone/master
Jeffery To [Tue, 8 Aug 2023 03:28:10 +0000 (11:28 +0800)]
Merge pull request #21734 from fractalclone/master

micropython: fix stackctrl compilation for GCC 13

9 months agoopenssh: add server config subdirectory
Philip Prindeville [Mon, 7 Aug 2023 21:21:26 +0000 (15:21 -0600)]
openssh: add server config subdirectory

Most distros allow dropping site configuration files into
/etc/sshd_config.d/ so that you don't have to tweak the main
server configuration file.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
9 months agoopenthread-br: new package 19218/head
Stijn Tintel [Sun, 21 Aug 2022 17:16:02 +0000 (20:16 +0300)]
openthread-br: new package

Add a new package for the OpenThread Border Router. Comes with a netifd
protocol handler. See README.md for more information.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
9 months agonvme-cli: Fix categorization 21753/head
Luca Barbato [Mon, 7 Aug 2023 10:10:15 +0000 (10:10 +0000)]
nvme-cli: Fix categorization

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
9 months agomicropython: fix stackctrl compilation for GCC 13 21734/head
Jean-Paul Etienne [Sat, 5 Aug 2023 22:13:10 +0000 (00:13 +0200)]
micropython: fix stackctrl compilation for GCC 13

On host PC using GCC 13, stackctrl.c fails to compile
with the following error:

../py/stackctrl.c: In function 'mp_stack_ctrl_init':
../py/stackctrl.c:32:32: error: storing the address of
   local variable 'stack_dummy'
   in 'mp_state_ctx.thread.stack_top' [-Werror=dangling-pointer=]
   32 |     MP_STATE_THREAD(stack_top) = (char *)&stack_dummy;
../py/stackctrl.c:31:18: note: 'stack_dummy' declared here
   31 |     volatile int stack_dummy;
      |                  ^~~~~~~~~~~
In file included from ../py/runtime.h:29,
                 from ../py/stackctrl.c:27:
../py/mpstate.h:296:23: note: 'mp_state_ctx' declared here
  296 | extern mp_state_ctx_t mp_state_ctx;
      |                       ^~~~~~~~~~~~
cc1: all warnings being treated as errors

Fixed accordingly by ignoring -dangling-pointer warning
inside mp_stack_ctrl_init function.

Signed-off-by: Jean-Paul Etienne <fractalclone@gmail.com>
9 months agopython-influxdb: Update to 5.3.1 21748/head
Jeffery To [Mon, 7 Aug 2023 06:04:27 +0000 (14:04 +0800)]
python-influxdb: Update to 5.3.1

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-ifaddr: Update to 0.2.0 21747/head
Jeffery To [Mon, 7 Aug 2023 06:00:25 +0000 (14:00 +0800)]
python-ifaddr: Update to 0.2.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agoflashrom: Update to 1.3.0, package libflashrom
Brian Norris [Wed, 11 Jan 2023 04:00:25 +0000 (20:00 -0800)]
flashrom: Update to 1.3.0, package libflashrom

Notably, the meson args for programmers changed from a series of
individual 'config_$foo>, config_$bar' to a list of
'programmer=$foo,$bar'

The patches were all either already merged upstream (or similar ones, at
least), or aren't useful (bitbang_spi is no longer a separated
programmer; it's included in the defaults).

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
9 months agoMerge pull request #21739 from jefferyto/golang-1.20.7
Tianling Shen [Mon, 7 Aug 2023 00:40:16 +0000 (08:40 +0800)]
Merge pull request #21739 from jefferyto/golang-1.20.7

golang: Update to 1.20.7