aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | cligen: Address last minute review commentsPhilip Prindeville2023-12-08
|/ / / | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | python-referencing: Update to 0.31.1Jeffery To2023-12-07
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-jsonschema: Update to 4.20.0Jeffery To2023-12-07
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-cryptography: Update to 41.0.7Jeffery To2023-12-07
| | | | | | | | | | | | | | | | | | | | | 41.0.6 included a fix for CVE-2023-49083 (loading certificates from a PKCS#7 bundle could lead to a null-pointer-dereference and segfault). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-bcrypt: Update to 4.1.1Jeffery To2023-12-07
| | | | | | | | | | | | | | | | | | This also updates the test.sh script to use an assert. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | pipx: Update to 1.3.2, add new dependenciesJeffery To2023-12-07
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-platformdirs: Add new packageJeffery To2023-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also includes a test.sh script for the packages feed CI. From the README: When writing desktop application, finding the right location to store user data and configuration varies per platform. Even for single-platform apps, there may by plenty of nuances in figuring out the right location. This kind of thing is what the platformdirs package is for. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #22826 from mwarning/master_026Tianling Shen2023-12-07
|\ \ \ | | | | | | | | dhtd: udpate to 0.2.6
| * | | dhtd: udpate to 0.2.6Moritz Warning2023-12-06
| | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | Merge pull request #22362 from pprindeville/clixon-initialPhilip Prindeville2023-12-06
|\ \ \ \ | |/ / / |/| | | clixon: Initial packaging
| * | | clixon: Initial packagingPhilip Prindeville2023-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clixon is a YANG-based configuration manager, with interactive CLI, NETCONF and RESTCONF interfaces, an embedded database and transaction mechanism. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #22824 from stangri/master-adblock-fastStan Grishin2023-12-06
|\ \ \ \ | | | | | | | | | | adblock-fast: add smartdns ipset/nftset support
| * | | | adblock-fast: add smartdns ipset/nftset supportStan Grishin2023-12-06
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bugfix: correct URL to config-update file * bugfix: check if uci configs exist before chacking for changes * add support for smartdns ipset-based blocking * add support for smartfns nftset-based blocking * disallow non-ascii symbols for smartdns blocking * add check wherever fw4 restart is needed before calling procd_set_config_changed firewall * improve clean-up code in resolver() * improve case code for different resolver settings * modify load_validate_config to allow smartdns.ipset and smartdns.nftset Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | Merge pull request #22820 from stangri/master-adblock-fastStan Grishin2023-12-06
|\ \ \ \ | |/ / / |/| | | adblock-fast: add support for smartdns
| * | | adblock-fast: add support for smartdnsStan Grishin2023-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add support for smartdns * switch from using `uci` commands to `uci_` functions * rename `_resolver_config` to `_dnsmasq_instance_config` * introduce `_smartdns_instance_config` * improve resolvers restart code on changes * update load_validate_config to allow for smartdns option Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | Merge pull request #22359 from pprindeville/cligen-initialPhilip Prindeville2023-12-05
|\ \ \ \ | | | | | | | | | | cligen: Initial packaging
| * | | | cligen: Initial packagingPhilip Prindeville2023-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CLIgen is a Command-Line Interface generator Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | yq: Update to 4.40.4Tianling Shen2023-12-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | rclone: Update to 1.65.0Tianling Shen2023-12-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | v2raya: update to 2.2.4.3Tianling Shen2023-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched back to tar.gz archive to avoid potential permission issue. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | uspot: add packageThibaut VARÈNE2023-12-05
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uspot is an OpenWrt-native captive portal system. It leverages existing OpenWrt tools such as uhttpd, dnsmasq, firewall4, ucode, without needing any external kernel module. It can achieve the maximum performance allowed by nftables (flow offloading works). Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
* | | | sstp-client: add support for custom portVladislav Grigoryev2023-12-04
| | | | | | | | | | | | | | | | | | | | | | | | Add support for connecting to a custom SSTP port. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
* | | | Merge pull request #22809 from pprindeville/strongswan-update-5.9.13Philip Prindeville2023-12-04
|\ \ \ \ | | | | | | | | | | strongswan: Update to 5.9.13
| * | | | strongswan: Update to 5.9.13Philip Prindeville2023-12-03
| | |/ / | |/| | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #22631 from TDT-AG/pr/20231109-modemmanagerFlorian Eckert2023-12-04
|\ \ \ \ | | | | | | | | | | modemmanager: add state check and set init_epsbearer
| * | | | modemmanager: add possibilty for setting initial EPS bearerFlorian Eckert2023-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If no GSM but only 4G is available and a special APN must be used, it is necessary to set an inital EPS bearer beforehand. If this is not set, then modem cannot log in and register in the mobile network. The new option 'init_epsbearer' could be set to the following options. * none: No init EPS bearer is used and the old one is deleted (default) * default: Use init EPS bearer with the following config options 'iptype', 'allowedauth', 'password', 'user' and 'apn' as for the connection bearer. * custom: Other parameters are used that do not match those of the default connection bearer. These have an 'init_' prefix and are named in the same way as the default connection bearer config options. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | modemmanager: check modem state before establishing a connectionFlorian Eckert2023-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this change the following modem 'state' are checked before a connection attempt setup. * failed: Stop connection attempt because of sim-missing * locked: Stop connection attempt if no pincode is set Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | python-trove-classifiers: Update to 2023.11.29Jeffery To2023-12-04
| |/ / / |/| | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | snort3: complete reworkEric Fahlgren2023-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add many options to config file. - Move rules and generated snort.lua to /tmp. - Add script for downloading rules. - Add preliminary reporting capabilites. Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
* | | | AriaNg: bump 1.3.2 to 1.3.6Ariel Xiong2023-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the problem that cannot create new task after clearing checksum option Other bug fix and user interface optimization Support overriding aria2 global settings with empty content when create new download task (#712) Other bug fix and user interface optimization Update Traditional Chinese translation (#705, thx @ChiaYen-Kan) Other bug fix and user interface optimization Add check-integrity to task settings tab (#693, thx @raytrap) Fix a spelling mistake (#696, thx @rusq) fix due to the index.html (1.3.6) cite these 2 png files. To keep the page looks fine without 404, added these 2 png files. Signed-off-by: Ariel Xiong <ArielHeleneto@outlook.com>
* | | | 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>