aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* freeradius3: add modulesAndy Syam2023-12-02
| | | | | | | | | | | | | | | | | | | | | | | freeradius3-mod-yubikey freeradius3-mod-wimax freeradius3-mod-utf8 freeradius3-mod-unpack freeradius3-mod-sql-map freeradius3-mod-sometimes freeradius3-mod-soh freeradius3-mod-replicate freeradius3-mod-rediswho freeradius3-mod-redis freeradius3-mod-pam freeradius3-mod-linelog freeradius3-mod-krb5 freeradius3-mod-ippool freeradius3-mod-eap-fast freeradius3-mod-dynamic-clients freeradius3-mod-date freeradius3-mod-counter Signed-off-by: Andy Syam <privasisource@gmail.com>
* libs/libsocketcan: remove double lineYegor Yefremov2023-12-02
| | | | | | | | The following line appeared twice: include $(INCLUDE_DIR)/package.mk Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* CONTRIBUTING.md: fix typosYegor Yefremov2023-12-01
| | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* CI: allow PRs for CONTRIBUTING.md and README.md filesYegor Yefremov2023-12-01
| | | | | | Also grep for CONTRIBUTING.md and README.md in the subject. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* snort: add experimental PCRE2 support patchChristian Marangi2023-12-01
| | | | | | | | | | | | | | | Add experimental PCRE2 support patch as PCRE is EOL and won't receive any new updates anymore. Since PCRE2 API changed, also snort plugins API changed and require some tweka for any user downstream that compile custom plugins. The examples are all updated and conversion patch contains additional info on the changes required to the plugins. Plugins needs to be compiled and require updates anyway so there isn't a problem with user trying to load incompatible plugins. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* snort: bump to release 2.9.20Christian Marangi2023-12-01
| | | | | | | Update to relase 2.9.20 to make it easier to apply experimental PCRE2 support patch. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* iperf3: update to 3.16Jonas Jelonek2023-12-01
| | | | | | | | | notable changes: - multithreading support changelog: https://github.com/esnet/iperf/releases/tag/3.16 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* iperf3-mt: remove packageJonas Jelonek2023-12-01
| | | | | | | | This package was intended to provide the experimental multithreading support for iperf3. With the update to 3.16, multithreading is available in mainline iperf3. Thus, remove this package. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* Merge pull request #22772 from stangri/master-ngtcp2Stan Grishin2023-12-01
|\ | | | | ngtcp2: update to 1.1.0
| * ngtcp2: update to 1.1.0Stan Grishin2023-11-27
| | | | | | | | | | | | * Changelog: https://github.com/ngtcp2/ngtcp2/releases/tag/v1.1.0 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #22770 from stangri/master-nghttp3Stan Grishin2023-12-01
|\ \ | | | | | | nghttp3: update to 1.1.0
| * | nghttp3: update to 1.1.0Stan Grishin2023-11-27
| |/ | | | | | | | | | | * Changelog: https://github.com/ngtcp2/nghttp3/releases/tag/v1.1.0 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | libsocketcan: new packageYegor Yefremov2023-12-01
| | | | | | | | | | | | | | | | Readd and update the libsocketcan package from OpenWrt 14.07: https://git.archive.openwrt.org/?p=14.07/packages.git;a=blob;f=libs/libsocketcan/Makefile;hb=a2d1927140548a805970f0859150556ea0b22a78 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* | snort3: update to 3.1.75.0John Audia2023-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream bump ,,_ -*> Snort++ <*- o" )~ Version 3.1.75.0 '''' By Martin Roesch & The Snort Team http://snort.org/contact#team Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. Copyright (C) 1998-2013 Sourcefire, Inc., et al. Using DAQ version 3.0.13 Using LuaJIT version 2.1.0-beta3 Using OpenSSL 3.0.12 24 Oct 2023 Using libpcap version 1.10.4 (with TPACKET_V3) Using PCRE version 8.45 2021-06-15 Using ZLIB version 1.3 Using Hyperscan version 5.4.2 2023-11-20 Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* | postfix: Fix enabling PCRE supportFelix Matouschek2023-12-01
| | | | | | | | | | | | | | | | | | | | 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>
* | CI: Fix CI_HELPERJeffery To2023-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 18d3c529fa4ab8dafcf6c147cf3cb55792d8ca10 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: 18d3c529fa4a ("github-ci: error on any shell errors") Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | wifischedule: updated to 1.0.5-1Nils Koenig2023-12-01
| | | | | | | | | | | | | | | | | | | | | | 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>
* | mosquitto: update to 2.0.18Rosen Penev2023-12-01
| | | | | | | | | | | | | | | | Switch to CMake. Allows faster compilation. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | tesseract: update to 5.3.3Rosen Penev2023-12-01
| | | | | | | | | | | | Fixes compilation with GCC13. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libs/xmlrpc-c: restore support for xmlrpc-c-libxml2 packageYegor Yefremov2023-12-01
| | | | | | | | | | | | | | | | | | 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>
* | 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>