aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | libs/xmlrpc-c: fix xmlrpc-c-abyss and xmlrpc-c-server-abyss packagesYegor Yefremov2023-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | libs/xmlrpc-c: update to 1.54.06Yegor Yefremov2023-12-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* | | | | perl: update to version 5.38.2Andy Syam2023-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | netbird: update to version 0.24.3Oskari Rauta2023-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.24.3 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | aardvark-dns: update to version 1.9.0Oskari Rauta2023-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | netavark: update to version 1.9.0Oskari Rauta2023-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | podman: update to version 4.8.0Oskari Rauta2023-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | crun: update to version 1.12Oskari Rauta2023-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/containers/crun/releases Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | Merge pull request #22645 from yggdrasil-openwrt/yggdrasil-2023-11-11Jo-Philipp Wich2023-11-30
|\ \ \ \ \ | | | | | | | | | | | | yggdrasil: overhaul package with netifd support
| * | | | | yggdrasil: bump to 0.5.4William Fleurant2023-11-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
| * | | | | yggdrasil: bump to 0.5.3William Fleurant2023-11-26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
| * | | | | yggdrasil: support public key in config generationWilliam Fleurant2023-11-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
| * | | | | yggdrasil: overhaul package with netifd supportWilliam Fleurant2023-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - package is bumped to 0.5.2 - new protocol changes prevent peering with 0.4.x peers - @turretkeeper revamps package with netifd support - do not use with luci-app-yggdrasil please install luci-proto-yggdrasil Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | | | | | fail2ban: Fix compatibility with Python 3.11Jeffery To2023-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | python-wheel: Update to 0.42.0Jeffery To2023-11-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | python-setuptools: Update to 69.0.2Jeffery To2023-11-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | python-pyasn1: Update to 0.5.1Jeffery To2023-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | python-idna: Update to 3.6Jeffery To2023-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | node: upgrade to v20.10.0Hirokazu MORIKAWA2023-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | python-jsonschema: Update to 4.19.1, update list of dependenciesJeffery To2023-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | python-jsonschema-specifications: Add new packageJeffery To2023-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | python-referencing: Add new packageJeffery To2023-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: An implementation-agnostic implementation of JSON reference resolution. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | python-rpds-py: Add new packageJeffery To2023-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: Python bindings to the Rust rpds crate for persistent data structures. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | domoticz: update to 2023.2David Woodhouse2023-11-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* | | | | | external-protocol: rename and update cni-protocolOskari Rauta2023-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #22762 from pprindeville/strongswan-update-5.9.12Philip Prindeville2023-11-27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | strongswan: Update to 5.9.12
| * | | | | strongswan: Update to 5.9.12Philip Prindeville2023-11-26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #22768 from Forceu/travelmate-hrewardsDirk Brenken2023-11-27
|\ \ \ \ \ \ | |/ / / / / |/| | | | | travelmate: Add h-reward hotel wifi autologin
| * | | | | travelmate: Added H-Rewards hotel loginMarc Ole Bulling2023-11-27
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Marc Ole Bulling <Marc-Ole@gmx.de>
* | | | | dhtd: update to 0.2.5Moritz Warning2023-11-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | yt-dlp: bump to version 2023.11.16Alexander Egorenkov2023-11-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
* | | | | aria2: bump to version 1.37Alexander Egorenkov2023-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: - https://github.com/aria2/aria2/releases/tag/release-1.37.0 Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
* | | | | luajit2: update to v2.1-20231117Javier Marcet2023-11-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | mc: bump to release 4.8.30Dirk Brenken2023-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | v2ray-geodata: Update to latest versionTianling Shen2023-11-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | xray-core: Update to 1.8.6Tianling Shen2023-11-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | v2ray-core: Update to 5.12.1Tianling Shen2023-11-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | yq: Update to 4.40.3Tianling Shen2023-11-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | dnsproxy: Update to 0.59.1Tianling Shen2023-11-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | Merge pull request #22746 from stangri/master-https-dns-proxyStan Grishin2023-11-25
|\ \ \ \ \ | | | | | | | | | | | | https-dns-proxy: fix unintentional call of service_stopped in boot()
| * | | | | https-dns-proxy: fix unintentional call of service_stopped in boot()Stan Grishin2023-11-24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | Merge pull request #22753 from stangri/master-adblock-fastStan Grishin2023-11-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | adblock-fast: bugfix: call to missing function
| * | | | | | adblock-fast: bugfix: call to missing functionStan Grishin2023-11-25
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix call to is_number to is_integer * improve boot() Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | upmpdcli: Update to 1.8.6Tianling Shen2023-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed patch. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | libupnpp: Update to 0.24.1Tianling Shen2023-11-25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | libnpupnp: Update to 5.1.2Tianling Shen2023-11-25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | Merge pull request #22553 from maxberger/masterDirk Brenken2023-11-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | ddns-scripts: Fix Route53 provider
| * | | | | | ddns-scripts: Fix Route53 providerMax Berger2023-11-25
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <max@berger.name>
* | | | | | banip: update 0.9.2-4Dirk Brenken2023-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: accidently upload a faulty urlhaus feed regex in the former commit Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | banip: update 0.9.2-3Dirk Brenken2023-11-25
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix the urlhaus regex * fix a possible init race condition Signed-off-by: Dirk Brenken <dev@brenken.org>