Commit graph

30731 commits

Author SHA1 Message Date
Felix Matouschek
0db2d27801 postfix: Fix enabling PCRE support
After the change from PCRE to PCRE2 when enabling POSTFIX_PCRE the
resulting postfix build no longer reports pcre as an available module.
(postfconf -m). This is caused by using the wrong syntax for the
HAS_PCRE build flag (HAS_PCRE2 vs HAS_PCRE=2). This fixes the build flag
to use the correct syntax.

Signed-off-by: Felix Matouschek <felix@matouschek.org>
2023-12-01 11:24:34 -08:00
Jeffery To
562f5df67f CI: Fix CI_HELPER
Commit 18d3c529fa caused CI_HELPER to be
set to "''" (two single quotes), leading to an error when test.sh tries
to source $CI_HELPER.

CI_HELPER is not set anywhere else and not passed into the container
environment, so there is no need to test if it has a value.

This fixes the value of CI_HELPER.

Fixes: 18d3c529fa ("github-ci: error on any shell errors")

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-12-01 11:23:37 -08:00
Nils Koenig
e0d7181a6d 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 <openwrt@newk.it>
2023-12-01 11:23:13 -08:00
Rosen Penev
aa89f847c6 mosquitto: update to 2.0.18
Switch to CMake. Allows faster compilation.

Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-12-01 11:20:49 -08:00
Rosen Penev
e835bd58c7 tesseract: update to 5.3.3
Fixes compilation with GCC13.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-12-01 11:20:30 -08:00
Yegor Yefremov
920feb7093 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 <yegorslists@googlemail.com>
2023-12-01 11:19:39 -08:00
Yegor Yefremov
f0cf2e75c3 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 <yegorslists@googlemail.com>
2023-12-01 11:19:39 -08:00
Yegor Yefremov
cf1ecd3a39 libs/xmlrpc-c: update to 1.54.06
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2023-12-01 11:19:39 -08:00
Andy Syam
2484715985 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 <privasisource@gmail.com>
2023-12-01 11:18:10 -08:00
Oskari Rauta
2dd3b1b177 netbird: update to version 0.24.3
Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.24.3

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-12-01 18:01:11 +08:00
Oskari Rauta
88ed83a55b 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 <oskari.rauta@gmail.com>
2023-12-01 18:00:38 +08:00
Oskari Rauta
aa3abde67e 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 <oskari.rauta@gmail.com>
2023-12-01 18:00:26 +08:00
Oskari Rauta
9ab2b8a04d 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 <oskari.rauta@gmail.com>
2023-12-01 18:00:17 +08:00
Oskari Rauta
ff51a0b495 crun: update to version 1.12
Changelog: https://github.com/containers/crun/releases

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-12-01 17:59:43 +08:00
Jo-Philipp Wich
e5dba39ebf
Merge pull request #22645 from yggdrasil-openwrt/yggdrasil-2023-11-11
yggdrasil: overhaul package with netifd support
2023-11-30 16:25:36 +01:00
Jeffery To
0d9cc4aed2 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 <jeffery.to@gmail.com>
2023-11-30 13:04:58 +08:00
Jeffery To
72c63100aa python-wheel: Update to 0.42.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-30 12:58:35 +08:00
Jeffery To
b52fd3aa3a python-setuptools: Update to 69.0.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-30 12:58:25 +08:00
Jeffery To
c65f7c66eb python-pyasn1: Update to 0.5.1
This also adds a test.sh script for the packages feed CI.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-30 12:58:15 +08:00
Jeffery To
7d1febb77f python-idna: Update to 3.6
This also adds a test.sh script for the packages feed CI.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-30 12:58:06 +08:00
Hirokazu MORIKAWA
41e500535c 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 <morikw2@gmail.com>
2023-11-30 12:57:55 +08:00
Jeffery To
36eb48465b 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 <jeffery.to@gmail.com>
2023-11-30 12:57:27 +08:00
Jeffery To
ebb69c5c17 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 <jeffery.to@gmail.com>
2023-11-30 12:57:27 +08:00
Jeffery To
728aac31bb python-referencing: Add new package
From the README:

An implementation-agnostic implementation of JSON reference resolution.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-30 12:57:27 +08:00
Jeffery To
06231ce8cb 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 <jeffery.to@gmail.com>
2023-11-30 12:57:27 +08:00
David Woodhouse
5bc25c0cdc domoticz: update to 2023.2
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2023-11-28 16:58:10 -08:00
Oskari Rauta
a0d7e40494 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 <oskari.rauta@gmail.com>
2023-11-28 20:00:57 +08:00
William Fleurant
6820b2b318 yggdrasil: bump to 0.5.4
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2023-11-28 12:26:47 +01:00
Philip Prindeville
c8d171cf30
Merge pull request #22762 from pprindeville/strongswan-update-5.9.12
strongswan: Update to 5.9.12
2023-11-27 12:11:52 -07:00
Dirk Brenken
fbc4419863
Merge pull request #22768 from Forceu/travelmate-hrewards
travelmate: Add h-reward hotel wifi autologin
2023-11-27 17:55:02 +01:00
Marc Ole Bulling
f12c63b9b9
travelmate: Added H-Rewards hotel login
Signed-off-by: Marc Ole Bulling <Marc-Ole@gmx.de>
2023-11-27 17:52:06 +01:00
Philip Prindeville
ed30ca0f38 strongswan: Update to 5.9.12
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2023-11-26 21:44:52 -07:00
William Fleurant
1b4455cbe1 yggdrasil: bump to 0.5.3
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2023-11-26 20:41:51 +01:00
Moritz Warning
7e77f2c934 dhtd: update to 0.2.5
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2023-11-26 15:09:06 +01:00
Alexander Egorenkov
707e87884d yt-dlp: bump to version 2023.11.16
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2023-11-26 15:08:48 +01:00
Alexander Egorenkov
332d26a7f6 aria2: bump to version 1.37
Release notes:
- https://github.com/aria2/aria2/releases/tag/release-1.37.0

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2023-11-26 15:08:30 +01:00
Javier Marcet
6fbd40b3b8 luajit2: update to v2.1-20231117
Signed-off-by: Javier Marcet <javier@marcet.info>
2023-11-26 11:46:02 +01:00
Dirk Brenken
8b9030ecf4 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 <dev@brenken.org>
2023-11-26 11:39:09 +01:00
Tianling Shen
e766690d13
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-11-26 14:25:50 +08:00
Tianling Shen
c0704be027
xray-core: Update to 1.8.6
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-11-26 14:22:28 +08:00
Tianling Shen
11913a72cc
v2ray-core: Update to 5.12.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-11-26 14:22:09 +08:00
Tianling Shen
5fc95dce02
yq: Update to 4.40.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-11-26 14:22:03 +08:00
Tianling Shen
a678f58912
dnsproxy: Update to 0.59.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-11-26 14:21:57 +08:00
Stan Grishin
c72d93fc73
Merge pull request #22746 from stangri/master-https-dns-proxy
https-dns-proxy: fix unintentional call of service_stopped in boot()
2023-11-25 17:12:35 -07:00
Stan Grishin
d524ba7dba
Merge pull request #22753 from stangri/master-adblock-fast
adblock-fast: bugfix: call to missing function
2023-11-25 17:12:09 -07:00
Stan Grishin
ffb396bca9 adblock-fast: bugfix: call to missing function
* fix call to is_number to is_integer
* improve boot()

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-11-25 20:54:17 +00:00
Tianling Shen
c438a16052 upmpdcli: Update to 1.8.6
Removed upstreamed patch.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-11-25 09:18:54 -08:00
Tianling Shen
8facff466b libupnpp: Update to 0.24.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-11-25 09:18:54 -08:00
Tianling Shen
24b4173030 libnpupnp: Update to 5.1.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-11-25 09:18:54 -08:00
Dirk Brenken
995e889572
Merge pull request #22553 from maxberger/master
ddns-scripts: Fix Route53 provider
2023-11-25 16:33:52 +01:00