feed/packages.git
2 years agowifischedule: updated to 1.0.5-1
Nils Koenig [Mon, 27 Nov 2023 20:49:17 +0000 (21:49 +0100)]
wifischedule: updated to 1.0.5-1

    Fixed _get_wireless_interfaces, thanks to Trekky12
    Check schedule during router startup

Fixes: https://github.com/newkit/wifischedule/pull/9
Maintainer: @newkit
Tested: TP-Link WDR3600 with OpenWRT 23.05

Signed-off-by: Nils Koenig <[email protected]>
2 years agomosquitto: update to 2.0.18
Rosen Penev [Fri, 10 Jul 2020 00:45:17 +0000 (17:45 -0700)]
mosquitto: update to 2.0.18

Switch to CMake. Allows faster compilation.

Small Makefile cleanups.

Signed-off-by: Rosen Penev <[email protected]>
2 years agotesseract: update to 5.3.3
Rosen Penev [Thu, 16 Nov 2023 19:18:18 +0000 (11:18 -0800)]
tesseract: update to 5.3.3

Fixes compilation with GCC13.

Signed-off-by: Rosen Penev <[email protected]>
2 years agolibs/xmlrpc-c: restore support for xmlrpc-c-libxml2 package
Yegor Yefremov [Thu, 30 Nov 2023 07:49:19 +0000 (08:49 +0100)]
libs/xmlrpc-c: restore support for xmlrpc-c-libxml2 package

Remove xmlrpc-c Package definition and let both xmlrpc-c-internal
and xmlrpc-c-libxml2 provide xmlrpc-c.

Also add a patch removing the unnecessary linking.

Signed-off-by: Yegor Yefremov <[email protected]>
2 years agolibs/xmlrpc-c: fix xmlrpc-c-abyss and xmlrpc-c-server-abyss packages
Yegor Yefremov [Wed, 29 Nov 2023 14:42:16 +0000 (15:42 +0100)]
libs/xmlrpc-c: fix xmlrpc-c-abyss and xmlrpc-c-server-abyss packages

When building abyss feature, the following error occurs:

xmlrpc_server_abyss.c:783:13: warning: format not a string literal and
no format arguments [-Wformat-security]
783 | xmlrpc_faultf(envP, error);

Add a patch fixing the format parameter.

Signed-off-by: Yegor Yefremov <[email protected]>
2 years agolibs/xmlrpc-c: update to 1.54.06
Yegor Yefremov [Wed, 29 Nov 2023 14:05:22 +0000 (15:05 +0100)]
libs/xmlrpc-c: update to 1.54.06

Signed-off-by: Yegor Yefremov <[email protected]>
2 years agoperl: update to version 5.38.2
Andy Syam [Fri, 1 Dec 2023 11:01:52 +0000 (19:01 +0800)]
perl: update to version 5.38.2

removed one that no longer exists in perl-5.38.2

updated one patch

fixed missing builtin.pm

Signed-off-by: Andy Syam <[email protected]>
2 years agonetbird: update to version 0.24.3
Oskari Rauta [Thu, 30 Nov 2023 09:26:13 +0000 (11:26 +0200)]
netbird: update to version 0.24.3

Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.24.3

Signed-off-by: Oskari Rauta <[email protected]>
2 years agoaardvark-dns: update to version 1.9.0
Oskari Rauta [Thu, 30 Nov 2023 09:16:08 +0000 (11:16 +0200)]
aardvark-dns: update to version 1.9.0

Changelog:
 - update trust-dns to hickory
 - never report an error when the syslog init fails
 - dependency updates

Signed-off-by: Oskari Rauta <[email protected]>
2 years agonetavark: update to version 1.9.0
Oskari Rauta [Thu, 30 Nov 2023 09:08:23 +0000 (11:08 +0200)]
netavark: update to version 1.9.0

Changes:
 - add firewalld-reload subcommand
 - bridge: force static mac on bridge interface
 - dependency updates
 - numerous fixes to test suite

Signed-off-by: Oskari Rauta <[email protected]>
2 years agopodman: update to version 4.8.0
Oskari Rauta [Thu, 30 Nov 2023 08:48:04 +0000 (10:48 +0200)]
podman: update to version 4.8.0

Changelog: https://github.com/containers/podman/releases

I also updated containers.conf - it has gotten quite a many new
options. I added crun to depends, every other distribution
seems to ship it with podman, and after all it is a default
OCI Container Runtime for podman anyway and has a super low
footprint, so shouldn't be a problem for anyone running
containers, after all you need some storage for that anyway.

Signed-off-by: Oskari Rauta <[email protected]>
2 years agocrun: update to version 1.12
Oskari Rauta [Thu, 30 Nov 2023 06:36:49 +0000 (08:36 +0200)]
crun: update to version 1.12

Changelog: https://github.com/containers/crun/releases

Signed-off-by: Oskari Rauta <[email protected]>
2 years agoMerge pull request #22645 from yggdrasil-openwrt/yggdrasil-2023-11-11
Jo-Philipp Wich [Thu, 30 Nov 2023 15:25:36 +0000 (16:25 +0100)]
Merge pull request #22645 from yggdrasil-openwrt/yggdrasil-2023-11-11

yggdrasil: overhaul package with netifd support

2 years agofail2ban: Fix compatibility with Python 3.11
Jeffery To [Fri, 24 Nov 2023 07:21:26 +0000 (15:21 +0800)]
fail2ban: Fix compatibility with Python 3.11

This backports 2 commits from upstream[1]; the other 3 are not strictly
necessary. One of the patches has been updated to remove a change to a
regex that does not exist in 0.11.2.

[1]: https://github.com/fail2ban/fail2ban/pull/3267

Fixes: https://github.com/openwrt/packages/issues/22736
Signed-off-by: Jeffery To <[email protected]>
2 years agopython-wheel: Update to 0.42.0
Jeffery To [Tue, 28 Nov 2023 04:13:06 +0000 (12:13 +0800)]
python-wheel: Update to 0.42.0

Signed-off-by: Jeffery To <[email protected]>
2 years agopython-setuptools: Update to 69.0.2
Jeffery To [Tue, 28 Nov 2023 04:09:32 +0000 (12:09 +0800)]
python-setuptools: Update to 69.0.2

Signed-off-by: Jeffery To <[email protected]>
2 years agopython-pyasn1: Update to 0.5.1
Jeffery To [Tue, 28 Nov 2023 04:05:24 +0000 (12:05 +0800)]
python-pyasn1: Update to 0.5.1

This also adds a test.sh script for the packages feed CI.

Signed-off-by: Jeffery To <[email protected]>
2 years agopython-idna: Update to 3.6
Jeffery To [Tue, 28 Nov 2023 01:13:57 +0000 (09:13 +0800)]
python-idna: Update to 3.6

This also adds a test.sh script for the packages feed CI.

Signed-off-by: Jeffery To <[email protected]>
2 years agonode: upgrade to v20.10.0
Hirokazu MORIKAWA [Mon, 27 Nov 2023 23:04:13 +0000 (08:04 +0900)]
node: upgrade to v20.10.0

Notable Changes
* --experimental-default-type flag to flip module defaults
* Detect ESM syntax in ambiguous JavaScript
* New flush option in file system functions
* Experimental WebSocket client
* vm: fix V8 compilation cache support for vm.Script

Signed-off-by: Hirokazu MORIKAWA <[email protected]>
2 years agopython-jsonschema: Update to 4.19.1, update list of dependencies
Jeffery To [Fri, 13 Oct 2023 18:34:23 +0000 (02:34 +0800)]
python-jsonschema: Update to 4.19.1, update list of dependencies

This also adds a test.sh script for the packages feed CI.

Signed-off-by: Jeffery To <[email protected]>
2 years agopython-jsonschema-specifications: Add new package
Jeffery To [Fri, 13 Oct 2023 18:30:53 +0000 (02:30 +0800)]
python-jsonschema-specifications: Add new package

From the README:

JSON support files from the JSON Schema Specifications (metaschemas,
vocabularies, etc.), packaged for runtime access from Python as a
referencing-based Schema Registry.

Signed-off-by: Jeffery To <[email protected]>
2 years agopython-referencing: Add new package
Jeffery To [Fri, 13 Oct 2023 18:27:02 +0000 (02:27 +0800)]
python-referencing: Add new package

From the README:

An implementation-agnostic implementation of JSON reference resolution.

Signed-off-by: Jeffery To <[email protected]>
2 years agopython-rpds-py: Add new package
Jeffery To [Fri, 13 Oct 2023 18:14:10 +0000 (02:14 +0800)]
python-rpds-py: Add new package

From the README:

Python bindings to the Rust rpds crate for persistent data structures.

Signed-off-by: Jeffery To <[email protected]>
2 years agodomoticz: update to 2023.2
David Woodhouse [Tue, 28 Nov 2023 23:07:26 +0000 (23:07 +0000)]
domoticz: update to 2023.2

Signed-off-by: David Woodhouse <[email protected]>
2 years agoexternal-protocol: rename and update cni-protocol
Oskari Rauta [Sun, 19 Nov 2023 03:19:23 +0000 (05:19 +0200)]
external-protocol: rename and update cni-protocol

cni-protocol can be used for both cni and netavark
and also for many other things, such as vpn's that
lack customized protocol supports for openwrt as a
general externally managed protocol, so it was due
to rename it.

I also added one extra option, search domain, which
is optional and updated scripts retrieving ip address
and routing information.

Signed-off-by: Oskari Rauta <[email protected]>
2 years agoyggdrasil: bump to 0.5.4
William Fleurant [Tue, 28 Nov 2023 11:25:43 +0000 (12:25 +0100)]
yggdrasil: bump to 0.5.4

Signed-off-by: William Fleurant <[email protected]>
2 years agoMerge pull request #22762 from pprindeville/strongswan-update-5.9.12
Philip Prindeville [Mon, 27 Nov 2023 19:11:52 +0000 (12:11 -0700)]
Merge pull request #22762 from pprindeville/strongswan-update-5.9.12

strongswan: Update to 5.9.12

2 years agoMerge pull request #22768 from Forceu/travelmate-hrewards
Dirk Brenken [Mon, 27 Nov 2023 16:55:02 +0000 (17:55 +0100)]
Merge pull request #22768 from Forceu/travelmate-hrewards

travelmate: Add h-reward hotel wifi autologin

2 years agotravelmate: Added H-Rewards hotel login
Marc Ole Bulling [Mon, 27 Nov 2023 16:15:17 +0000 (17:15 +0100)]
travelmate: Added H-Rewards hotel login
Signed-off-by: Marc Ole Bulling <[email protected]>
2 years agostrongswan: Update to 5.9.12
Philip Prindeville [Mon, 27 Nov 2023 04:44:52 +0000 (21:44 -0700)]
strongswan: Update to 5.9.12

Signed-off-by: Philip Prindeville <[email protected]>
2 years agoyggdrasil: bump to 0.5.3
William Fleurant [Sun, 26 Nov 2023 19:41:51 +0000 (20:41 +0100)]
yggdrasil: bump to 0.5.3

Signed-off-by: William Fleurant <[email protected]>
2 years agodhtd: update to 0.2.5
Moritz Warning [Sun, 26 Nov 2023 01:05:26 +0000 (02:05 +0100)]
dhtd: update to 0.2.5

Signed-off-by: Moritz Warning <[email protected]>
2 years agoyt-dlp: bump to version 2023.11.16
Alexander Egorenkov [Sun, 29 Oct 2023 12:42:34 +0000 (13:42 +0100)]
yt-dlp: bump to version 2023.11.16

Signed-off-by: Alexander Egorenkov <[email protected]>
2 years agoaria2: bump to version 1.37
Alexander Egorenkov [Sat, 7 Oct 2023 11:50:00 +0000 (13:50 +0200)]
aria2: bump to version 1.37

Release notes:
- https://github.com/aria2/aria2/releases/tag/release-1.37.0

Signed-off-by: Alexander Egorenkov <[email protected]>
2 years agoluajit2: update to v2.1-20231117
Javier Marcet [Wed, 22 Nov 2023 18:23:05 +0000 (19:23 +0100)]
luajit2: update to v2.1-20231117

Signed-off-by: Javier Marcet <[email protected]>
2 years agomc: bump to release 4.8.30
Dirk Brenken [Sat, 25 Nov 2023 18:52:50 +0000 (19:52 +0100)]
mc: bump to release 4.8.30

* News: http://midnight-commander.org/wiki/NEWS-4.8.30
* refresh patches
* remove obsolete / adapt changed options

Signed-off-by: Dirk Brenken <[email protected]>
2 years agov2ray-geodata: Update to latest version
Tianling Shen [Sun, 26 Nov 2023 06:25:50 +0000 (14:25 +0800)]
v2ray-geodata: Update to latest version

Signed-off-by: Tianling Shen <[email protected]>
2 years agoxray-core: Update to 1.8.6
Tianling Shen [Sun, 26 Nov 2023 06:22:28 +0000 (14:22 +0800)]
xray-core: Update to 1.8.6

Signed-off-by: Tianling Shen <[email protected]>
2 years agov2ray-core: Update to 5.12.1
Tianling Shen [Sun, 26 Nov 2023 06:22:09 +0000 (14:22 +0800)]
v2ray-core: Update to 5.12.1

Signed-off-by: Tianling Shen <[email protected]>
2 years agoyq: Update to 4.40.3
Tianling Shen [Sun, 26 Nov 2023 06:22:03 +0000 (14:22 +0800)]
yq: Update to 4.40.3

Signed-off-by: Tianling Shen <[email protected]>
2 years agodnsproxy: Update to 0.59.1
Tianling Shen [Sun, 26 Nov 2023 06:21:57 +0000 (14:21 +0800)]
dnsproxy: Update to 0.59.1

Signed-off-by: Tianling Shen <[email protected]>
2 years agoMerge pull request #22746 from stangri/master-https-dns-proxy
Stan Grishin [Sun, 26 Nov 2023 00:12:35 +0000 (17:12 -0700)]
Merge pull request #22746 from stangri/master-https-dns-proxy

https-dns-proxy: fix unintentional call of service_stopped in boot()

2 years agoMerge pull request #22753 from stangri/master-adblock-fast
Stan Grishin [Sun, 26 Nov 2023 00:12:09 +0000 (17:12 -0700)]
Merge pull request #22753 from stangri/master-adblock-fast

adblock-fast: bugfix: call to missing function

2 years agoadblock-fast: bugfix: call to missing function
Stan Grishin [Sat, 25 Nov 2023 20:53:27 +0000 (20:53 +0000)]
adblock-fast: bugfix: call to missing function

* fix call to is_number to is_integer
* improve boot()

Signed-off-by: Stan Grishin <[email protected]>
2 years agoupmpdcli: Update to 1.8.6
Tianling Shen [Sat, 25 Nov 2023 06:56:20 +0000 (14:56 +0800)]
upmpdcli: Update to 1.8.6

Removed upstreamed patch.

Signed-off-by: Tianling Shen <[email protected]>
2 years agolibupnpp: Update to 0.24.1
Tianling Shen [Sat, 25 Nov 2023 07:23:18 +0000 (15:23 +0800)]
libupnpp: Update to 0.24.1

Signed-off-by: Tianling Shen <[email protected]>
2 years agolibnpupnp: Update to 5.1.2
Tianling Shen [Sat, 25 Nov 2023 07:20:54 +0000 (15:20 +0800)]
libnpupnp: Update to 5.1.2

Signed-off-by: Tianling Shen <[email protected]>
2 years agoMerge pull request #22553 from maxberger/master
Dirk Brenken [Sat, 25 Nov 2023 15:33:52 +0000 (16:33 +0100)]
Merge pull request #22553 from maxberger/master

ddns-scripts: Fix Route53 provider

2 years agoddns-scripts: Fix Route53 provider
Max Berger [Mon, 30 Oct 2023 19:14:40 +0000 (20:14 +0100)]
ddns-scripts: Fix Route53 provider

This fixes the Invalid Resource Record: FATAL problem: ARRDATAIllegalIPv4Address error message described in https://forum.openwrt.org/t/route53v1-script-error/160068

Maintainer: @chris5560, @maxberger, @dibdot
Tested: Checked on local system
Signed-off-by: Max Berger <[email protected]>
2 years agobanip: update 0.9.2-4
Dirk Brenken [Sat, 25 Nov 2023 07:57:43 +0000 (08:57 +0100)]
banip: update 0.9.2-4

* fix: accidently upload a faulty urlhaus feed regex in the former commit

Signed-off-by: Dirk Brenken <[email protected]>
2 years agobanip: update 0.9.2-3
Dirk Brenken [Sat, 25 Nov 2023 07:22:42 +0000 (08:22 +0100)]
banip: update 0.9.2-3

* fix the urlhaus regex
* fix a possible init race condition

Signed-off-by: Dirk Brenken <[email protected]>
2 years agohttps-dns-proxy: fix unintentional call of service_stopped in boot()
Stan Grishin [Fri, 24 Nov 2023 16:11:57 +0000 (16:11 +0000)]
https-dns-proxy: fix unintentional call of service_stopped in boot()

Signed-off-by: Stan Grishin <[email protected]>
2 years agodocker-compose: Update to version 2.23.3
Javier Marcet [Fri, 24 Nov 2023 06:33:18 +0000 (07:33 +0100)]
docker-compose: Update to version 2.23.3

Signed-off-by: Javier Marcet <[email protected]>
2 years agodocker-compose: Update to version 2.23.2
Javier Marcet [Wed, 22 Nov 2023 18:22:40 +0000 (19:22 +0100)]
docker-compose: Update to version 2.23.2

Signed-off-by: Javier Marcet <[email protected]>
2 years agopython-trove-classifiers: Update to 2023.11.14
Jeffery To [Wed, 22 Nov 2023 17:36:58 +0000 (01:36 +0800)]
python-trove-classifiers: Update to 2023.11.14

Signed-off-by: Jeffery To <[email protected]>
2 years agopython-argcomplete: Update to 3.1.6
Jeffery To [Wed, 22 Nov 2023 17:34:27 +0000 (01:34 +0800)]
python-argcomplete: Update to 3.1.6

Signed-off-by: Jeffery To <[email protected]>
2 years agoMerge pull request #22740 from stangri/master-adblock-fast
Stan Grishin [Fri, 24 Nov 2023 07:13:33 +0000 (00:13 -0700)]
Merge pull request #22740 from stangri/master-adblock-fast

adblock-fast: bufgix: fix boot()

2 years agoMerge pull request #22737 from stangri/master-https-dns-proxy
Stan Grishin [Fri, 24 Nov 2023 07:13:20 +0000 (00:13 -0700)]
Merge pull request #22737 from stangri/master-https-dns-proxy

https-dns-proxy: bugfix: prevent erros from boot()

2 years agoadblock-fast: bufgix: fix boot()
Stan Grishin [Thu, 23 Nov 2023 22:43:25 +0000 (22:43 +0000)]
adblock-fast: bufgix: fix boot()

* fix boot()
* reintroduce procd_boot_delay variable to control delay of service
  start on boot
* introduce `check_lists` command to check enabled block-lists for
  domain(s)
* use config_get_bool instead of config_get for boolean options

Signed-off-by: Stan Grishin <[email protected]>
2 years agohttps-dns-proxy: bugfix: prevent erros from boot()
Stan Grishin [Thu, 23 Nov 2023 22:38:12 +0000 (22:38 +0000)]
https-dns-proxy: bugfix: prevent erros from boot()

* fixes https://github.com/openwrt/packages/issues/22674
* rename resolver_health_check to is_resolver_running for readability
* reorder functions in the init file by name

Signed-off-by: Stan Grishin <[email protected]>
2 years agoperl: update to version 5.38.0
Andy Syam [Tue, 21 Nov 2023 06:13:35 +0000 (14:13 +0800)]
perl: update to version 5.38.0

removed some sources to download perl. I believe I only need one source to download perl at https://www.cpan.org/src/5.0. I see some Linux distributions use that source to download.
change the position of PKG_MAINTAINER to make it neater and prettier

perform a patch refresh
removes some patches that have been applied in perl-5.38.0 as well as patches that are no longer used in perl-5.38.0

added one patch Perl/perl5@ba6e2c3 this fixes the issue regcomp*.c, regexec.c - fixup regex engine build under -Uusedl

provided updates and synchronized libc.config base.config version.config to perl-5.38.0
removed deprecated arybase in perl-5.29.4

Signed-off-by: Andy Syam <[email protected]>
2 years agoMerge pull request #22721 from jcassette/fix-22691
Dirk Brenken [Wed, 22 Nov 2023 22:07:19 +0000 (23:07 +0100)]
Merge pull request #22721 from jcassette/fix-22691

unbound: fix `create_host_record_from_host` error when `dns` is not set

2 years agosockread: cleanup code and allow arguments
Moritz Warning [Mon, 20 Nov 2023 19:37:36 +0000 (20:37 +0100)]
sockread: cleanup code and allow arguments

* cleanup code style
* allow arguments to be passed from the command line

Signed-off-by: Moritz Warning <[email protected]>
2 years agorust: Update to 1.74.0
Tianling Shen [Tue, 21 Nov 2023 08:40:43 +0000 (16:40 +0800)]
rust: Update to 1.74.0

- Bumped libc to 0.2.147 to align deps.
- Refreshed patches.

Signed-off-by: Tianling Shen <[email protected]>
2 years agoquassel-irssi: drop this package
Josef Schlehofer [Mon, 6 Nov 2023 08:49:13 +0000 (09:49 +0100)]
quassel-irssi: drop this package

Based on the discussion on GitHub [1], we found out that quassel irssi is not maintained anymore, thus it is dead and confirmed by developers [2]. There is no reason to keep this package anymore here in our repositories, because otherwise we will need to take care of it and thats not what is going to happen.

[1] https://github.com/openwrt/packages/pull/22605
[2] https://github.com/phhusson/quassel-irssi/issues/36

Signed-off-by: Josef Schlehofer <[email protected]>
2 years agoquasselc: drop unmaintained project
Josef Schlehofer [Mon, 6 Nov 2023 08:45:15 +0000 (09:45 +0100)]
quasselc: drop unmaintained project

This project [1] has the latest commit from 2017, it seems like we are maintaing this software here, but we don't have enough people to do so.

Let's drop this package.

[1] https://github.com/phhusson/QuasselC

Signed-off-by: Josef Schlehofer <[email protected]>
2 years agoMerge pull request #22724 from brvphoenix/sing-box
Tianling Shen [Wed, 22 Nov 2023 13:49:39 +0000 (21:49 +0800)]
Merge pull request #22724 from brvphoenix/sing-box

sing-box: update to 1.6.6

2 years agounbound: fix `create_host_record_from_host` error when `dns` is not set
Julien Cassette [Tue, 21 Nov 2023 08:43:29 +0000 (09:43 +0100)]
unbound: fix `create_host_record_from_host` error when `dns` is not set

The function `create_host_record_from_host` fails if the `dns` option
is not set in the host entry.
This sets a default to the `dns` variable in order to fix this error.

Fixes: #22691
Signed-off-by: Julien Cassette <[email protected]>
2 years agoMerge pull request #22723 from mhei/fix-gensio-build
Michael Heimpold [Wed, 22 Nov 2023 08:23:31 +0000 (09:23 +0100)]
Merge pull request #22723 from mhei/fix-gensio-build

gensio: add patches/fixes to workaround swig and python detection

2 years agosing-box: update to 1.6.6
Van Waholtz [Wed, 22 Nov 2023 07:53:43 +0000 (15:53 +0800)]
sing-box: update to 1.6.6

Changes: https://github.com/SagerNet/sing-box/compare/v1.6.4...v1.6.6

Signed-off-by: Van Waholtz <[email protected]>
2 years agoMerge pull request #22706 from mwarning/master_dhtd_022
Tianling Shen [Wed, 22 Nov 2023 04:24:57 +0000 (12:24 +0800)]
Merge pull request #22706 from mwarning/master_dhtd_022

dhtd: update to 0.2.4

2 years agoMerge pull request #22709 from gladiac/haproxy-2.8.4
Tianling Shen [Wed, 22 Nov 2023 04:24:13 +0000 (12:24 +0800)]
Merge pull request #22709 from gladiac/haproxy-2.8.4

haproxy: update to v2.8.4

2 years agogensio: add patches/fixes to workaround swig and python detection
Michael Heimpold [Tue, 21 Nov 2023 23:39:17 +0000 (00:39 +0100)]
gensio: add patches/fixes to workaround swig and python detection

The built-in swig/python detection does not works well
when system-wide m4 macros are available with same name
but different content.
So make the configure stuff compatible, resp. workaround
a little bit.

It seems also necessary to pass the PYTHON_LIBS environment
during the compile phase.

Signed-off-by: Michael Heimpold <[email protected]>
2 years agodhtd: update to 0.2.4
Moritz Warning [Sun, 19 Nov 2023 15:48:00 +0000 (16:48 +0100)]
dhtd: update to 0.2.4

* add option to execute a script for each result

Signed-off-by: Moritz Warning <[email protected]>
2 years agoMerge pull request #22713 from zhaojh329/lua-eco
Florian Eckert [Tue, 21 Nov 2023 07:45:36 +0000 (08:45 +0100)]
Merge pull request #22713 from zhaojh329/lua-eco

lua-eco: update to 3.1.0

2 years agoMerge pull request #22625 from ecammit/python_requirements_for_homeassistant
Jeffery To [Tue, 21 Nov 2023 04:34:08 +0000 (12:34 +0800)]
Merge pull request #22625 from ecammit/python_requirements_for_homeassistant

Added python-fnv-hash-fast, python-lru-dict, and python-orjson

2 years agoacme-acmesh: Update to 3.0.7
Kevin White [Mon, 20 Nov 2023 20:50:32 +0000 (20:50 +0000)]
acme-acmesh: Update to 3.0.7

Signed-off-by: Kevin White <[email protected]>
2 years agolua-eco: update to 3.1.0
Jianhui Zhao [Mon, 20 Nov 2023 15:04:38 +0000 (23:04 +0800)]
lua-eco: update to 3.1.0

Signed-off-by: Jianhui Zhao <[email protected]>
2 years agopython-orjson: Added for v3.9.10
Timothy M. Ace [Thu, 16 Nov 2023 14:37:05 +0000 (09:37 -0500)]
python-orjson: Added for v3.9.10

Signed-off-by: Timothy M. Ace <[email protected]>
2 years agopython-lru-dict: Added for v1.3.0
Timothy M. Ace [Thu, 16 Nov 2023 14:36:43 +0000 (09:36 -0500)]
python-lru-dict: Added for v1.3.0

Signed-off-by: Timothy M. Ace <[email protected]>
2 years agogl-puli-mcu: Add power monitoring for XE3000 (Puli AX) variant
Jean Thomas [Wed, 15 Nov 2023 14:59:07 +0000 (15:59 +0100)]
gl-puli-mcu: Add power monitoring for XE3000 (Puli AX) variant

Signed-off-by: Jean Thomas <[email protected]>
2 years agogl-puli-mcu: Fix compilation warning
Jean Thomas [Wed, 15 Nov 2023 14:59:26 +0000 (15:59 +0100)]
gl-puli-mcu: Fix compilation warning

Signed-off-by: Jean Thomas <[email protected]>
2 years agohaproxy: update to v2.8.4
Christian Lachner [Mon, 20 Nov 2023 07:07:23 +0000 (08:07 +0100)]
haproxy: update to v2.8.4

- 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 <[email protected]>
2 years agoopenvpn: update to 2.6.8
Ivan Pavlov [Mon, 13 Nov 2023 09:26:27 +0000 (12:26 +0300)]
openvpn: update to 2.6.8

This is a bugfix release containing security fixes.

Security Fixes (included in 2.6.7):

CVE-2023-46850 OpenVPN versions between 2.6.0 and 2.6.6 incorrectly use a send buffer
after it has been free()d in some circumstances, causing some free()d memory to be sent to the peer.
All configurations using TLS (e.g. not using --secret) are affected by this issue.

CVE-2023-46849 OpenVPN versions between 2.6.0 and 2.6.6 incorrectly restore --fragment configuration
in some circumstances, leading to a division by zero when --fragment is used.
On platforms where division by zero is fatal, this will cause an OpenVPN crash.

For details refer to https://github.com/OpenVPN/openvpn/blob/v2.6.8/Changes.rst

Signed-off-by: Ivan Pavlov <[email protected]>
2 years agoMerge pull request #22701 from mhei/gensio-fix-python-detection
Hannu Nyman [Sun, 19 Nov 2023 10:53:53 +0000 (12:53 +0200)]
Merge pull request #22701 from mhei/gensio-fix-python-detection

gensio: add patch to fix python detection

2 years agogensio: add patch to fix python detection
Michael Heimpold [Sat, 18 Nov 2023 20:53:56 +0000 (21:53 +0100)]
gensio: add patch to fix python detection

Upstream PR: https://github.com/cminyard/gensio/pull/69

Signed-off-by: Michael Heimpold <[email protected]>
2 years agodnsproxy: Update to 0.59.0
Tianling Shen [Sun, 19 Nov 2023 06:38:30 +0000 (14:38 +0800)]
dnsproxy: Update to 0.59.0

Signed-off-by: Tianling Shen <[email protected]>
2 years agogummiboot: release bump
Oskari Rauta [Sat, 18 Nov 2023 10:03:38 +0000 (12:03 +0200)]
gummiboot: release bump

Changes:
 - fixes conflicts with EFI headers mentioned in issue #22433

Signed-off-by: Oskari Rauta <[email protected]>
2 years agonetbird: update to version 0.24.2
Oskari Rauta [Sun, 19 Nov 2023 03:36:51 +0000 (05:36 +0200)]
netbird: update to version 0.24.2

Release notes: https://github.com/netbirdio/netbird/releases/tag/v0.24.2

Also fixes issue of not being able to build with musl (>1.2.4)

Signed-off-by: Oskari Rauta <[email protected]>
2 years agolibzip: update to 1.10.1
Michael Heimpold [Tue, 7 Nov 2023 14:54:27 +0000 (15:54 +0100)]
libzip: update to 1.10.1

Signed-off-by: Michael Heimpold <[email protected]>
2 years agohcxtools: update to 6.3.2
Rosen Penev [Thu, 17 Aug 2023 23:33:08 +0000 (16:33 -0700)]
hcxtools: update to 6.3.2

Signed-off-by: Rosen Penev <[email protected]>
2 years agohcxdmptool: update to 6.3.2
Rosen Penev [Thu, 17 Aug 2023 23:27:19 +0000 (16:27 -0700)]
hcxdmptool: update to 6.3.2

Signed-off-by: Rosen Penev <[email protected]>
2 years agoelektra: fix compilation with GCC13
Rosen Penev [Fri, 17 Nov 2023 00:34:06 +0000 (16:34 -0800)]
elektra: fix compilation with GCC13

Upstream backport.

Signed-off-by: Rosen Penev <[email protected]>
2 years agosnort3: fix compilation with gcc13
Rosen Penev [Thu, 16 Nov 2023 21:08:33 +0000 (13:08 -0800)]
snort3: fix compilation with gcc13

Missing header.

Signed-off-by: Rosen Penev <[email protected]>
2 years agoyggdrasil: support public key in config generation
William Fleurant [Sat, 18 Nov 2023 08:41:50 +0000 (09:41 +0100)]
yggdrasil: support public key in config generation

Signed-off-by: William Fleurant <[email protected]>
2 years agoliburing: Update to v2.5
Christian Lachner [Thu, 9 Nov 2023 05:31:29 +0000 (06:31 +0100)]
liburing: Update to v2.5

- Updated download URL and hash

Signed-off-by: Christian Lachner <[email protected]>
2 years agoMerge pull request #22688 from mcha-forks/master
Tianling Shen [Fri, 17 Nov 2023 17:10:44 +0000 (01:10 +0800)]
Merge pull request #22688 from mcha-forks/master

tailscale: Update to 1.54.0

2 years agoMerge pull request #22244 from tiagogaspar8/strongswan_replay
Florian Eckert [Fri, 17 Nov 2023 10:16:23 +0000 (11:16 +0100)]
Merge pull request #22244 from tiagogaspar8/strongswan_replay

strongswan: swanctl: add support for replay window

2 years agostrongswan: swanctl: add support for replay window
Tiago Gaspar [Fri, 17 Nov 2023 09:25:36 +0000 (09:25 +0000)]
strongswan: swanctl: add support for replay window

Add support for replay window configuration in UCI.

Signed-off-by: Tiago Gaspar <[email protected]>
2 years agotailscale: Update to 1.54.0
Zephyr Lykos [Fri, 17 Nov 2023 06:15:08 +0000 (14:15 +0800)]
tailscale: Update to 1.54.0

Signed-off-by: Zephyr Lykos <[email protected]>