aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* unbound: create extra host records from DHCP static leasesJulien Cassette2023-11-13
| | | | | | | | | | | The "Extra DNS" option allows to create records from the DHCP "Hostnames" configuration entries. This allows to create such records from the DHCP "Static leases" configuration entries too. Fixes: #22593 Signed-off-by: Julien Cassette <julien.cassette@gmail.com>
* irqbalance: update to 1.9.3Hannu Nyman2023-11-12
| | | | | | | Update irqbalance to version 1.9.3. * remove upstreamed patch. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #22640 from mcha-forks/masterTianling Shen2023-11-12
|\ | | | | tailscale: Update to 1.52.1
| * tailscale: Update to 1.52.1Zephyr Lykos2023-11-10
| | | | | | | | Signed-off-by: Zephyr Lykos <git@mochaa.ws>
* | Merge pull request #22643 from douglarek/sbTianling Shen2023-11-12
|\ \ | | | | | | sing-box: update to v1.6.3
| * | sing-box: update to v1.6.3Leo Douglas2023-11-11
|/ / | | | | | | | | | | see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.6.3 Signed-off-by: Leo Douglas <douglarek@gmail.com>
* | Merge pull request #22619 from stangri/master-adblock-fastStan Grishin2023-11-10
|\ \ | | | | | | adblock-fast: update to 1.0.1-1
| * | adblock-fast: update to 1.0.1-1Stan Grishin2023-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update Makefile copyright info * organize functions shared between the init script, uci-defaults and luci app in alphabetical order * update error, warning and status messaging * use single quotes instead double quotes for static text labels * better warning for missing recommended packages * rename dns function to resolver to better reflect its purpose * improve resolver cleanup code * move _resolver_config function inside resolver function to improve code readlibity * rename _process_file_url to process_file_url_wrapper to better reflect its purpose * add preflight check for available RAM vs total size of block lists * move _config_add_url_size function inside adb_sizes function to improve code readlibity * remove uci validation from status_service function to improve performance * source init script from uci-defaults to include shared functions Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | sstp-client: bump to 1.0.19Koen Vandeputte2023-11-10
| |/ |/| | | | | | | | | | | | | | | | | | | | | After 1.0.18, this project moved from SourceForge to gitlab Also, since 1.0.19, the configure script is not present by default anymore, so we need to add autoreconf to generate it Release notes: https://gitlab.com/sstp-project/sstp-client/-/releases Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
* | icu: bump to 74.1Hirokazu MORIKAWA2023-11-10
| | | | | | | | | | | | | | | | ICU 74 updates to Unicode 15.1, including new characters, emoji, security mechanisms, and corresponding APIs and implementations. It also updates to CLDR 44 (blog) locale data with new locales and various additions and corrections. ICU 74 and CLDR 44 are major releases, including a new version of Unicode and major locale data improvements. They subsume the changes for the ICU 73.2 and CLDR 43.1 maintenance releases. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | Merge pull request #22634 from nmav/fix-22632Nikos Mavrogiannopoulos2023-11-10
|\ \ | | | | | | tang: set the right permissions to keys
| * | tang: set the right permissions to keysNikos Mavrogiannopoulos2023-11-10
| | | | | | | | | | | | | | | | | | Resolves: #22632 Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
| * | tang: set the right maintainerNikos Mavrogiannopoulos2023-11-10
|/ / | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | croc: update to 9.6.6Jonas Jelonek2023-11-09
| | | | | | | | | | | | see changelog: https://github.com/schollz/croc/releases/tag/v9.6.6 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* | lua-eco: update to 3.0.2Jianhui Zhao2023-11-10
| | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | libdaq3: update to 3.0.13John Audia2023-11-09
| | | | | | | | | | | | | | | | | | | | Upstream bump Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* | snort3: update to 3.1.74.0John Audia2023-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream bump ,,_ -*> Snort++ <*- o" )~ Version 3.1.74.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-08 Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* | iperf3: Fix dependecy conflict with iperf3-sslJakub Raczynski2023-11-09
| | | | | | | | | | | | | | | | When selecting both iperf3 and iperf3 ssl, there is a problem that both packages install same binary file. This patch fixes this issue by adding conflict between those packages. Signed-off-by: Jakub Raczynski <myszsoda@gmail.com>
* | banip: update 0.9.2-2Dirk Brenken2023-11-08
| | | | | | | | | | | | | | * support backup/restore for remote allowlists * report the used log variant in status message Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #22623 from jow-/nano-ucode-syntax-highlightingHannu Nyman2023-11-08
|\ \ | |/ |/| nano: add syntax highlighting for ucode scripts
| * nano: add syntax highlighting for ucode scriptsJo-Philipp Wich2023-11-08
|/ | | | | | | | Introduce local syntax highlighting support for ucode scripts, like it is done already for uci configuration files. Ref: https://github.com/jow-/ucode/issues/178 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* CI: Update sdk action, always upload artifactsJeffery To2023-11-08
| | | | | | | | | | The updated version of gh-action-sdk will return compiled packages and build logs for both build success and build errors. This ensures these artifacts are always uploaded. This also sets the V environment variable to enable verbose build output. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* quassel-irssi: fix compilation error with new version of irssiChristian Marangi2023-11-08
| | | | | | | | Add patch fixing compilation error with new version of irssi where the renamed some functions. Fixes: #22384 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* v2raya: Update to 2.2.4.1Tianling Shen2023-11-07
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* Merge pull request #22577 from ↵Tianling Shen2023-11-07
|\ | | | | | | | | SuperSandro2000/udp-broadcast-relay-redux-multicast udp-broadcast-relay-redux-openwrt: add multicast config option
| * udp-broadcast-relay-redux-openwrt: add multicast config optionSandro Jäckel2023-11-01
| | | | | | | | Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
* | pptpd: use boolean optionsVladislav Grigoryev2023-11-07
| | | | | | | | | | | | Use boolean options and fix the relevant init error. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
* | micropython-lib: Update to latest version, remove patchJeffery To2023-11-06
| | | | | | | | | | | | | | Remove 004-unix-ffi-re-convert-to-PCRE2.patch as it has been merged in this version. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | tinc: fetch ed25519 public keys from uciVladislav Grigoryev2023-11-06
| | | | | | | | | | | | | | Fetch Ed25519 public keys from UCI host sections. Update options and syntax to current version. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
* | v2ray-core: Update to 5.11.0Tianling Shen2023-11-06
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #21409 from morganchristiansson/ser2netMichael Heimpold2023-11-05
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This major update not only updates the ser2net daemon version, but also migrates the UCI configuration handling to the newer YAML configuration file format. If you only configured ser2net using UCI, then there should be no noticable difference and your configuration should still work as before. If you modified /etc/ser2net.conf before, or used custom adaptions etc., then you must migrate to newer /etc/ser2net.yaml on your own and/or double-check your installation - there is no automatic migration logic during package upgrade path.
| * | ser2net: update to 4.5.0 (closes #21409)Morgan Christiansson2023-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This major update not only updates the ser2net daemon version, but also migrates the UCI configuration handling to the newer YAML configuration file format. If you only configured ser2net using UCI, then there should be no noticable difference and your configuration should still work as before. If you modified /etc/ser2net.conf before, or used custom adaptions etc., then you must migrate to newer /etc/ser2net.yaml on your own and/or double-check your installation - there is no automatic migration logic during package upgrade path. Signed-off-by: Morgan Christiansson <git@mog.se> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | nmap: backport fix to be able to compile it with OpenSSL 1.1Josef Schlehofer2023-11-05
|/ / | | | | | | | | | | | | | | | | | | The latest nmap version 7.9.3 currently fails to compile with OpenSSL 1.1 [1], it required to backport upstream patch to fix the compilation. [2] [1] https://github.com/nmap/nmap/issues/2516 [2] https://github.com/nmap/nmap/commit/d6bea8dcdee36a3902cece14097993350306f1b6 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #22545 from mhei/gensio-update-to-2.7.6Michael Heimpold2023-11-05
|\ \ | | | | | | gensio: update to 2.7.6
| * | gensio: update to 2.7.6Michael Heimpold2023-10-29
| | | | | | | | | | | | | | | | | | | | | Also disable probably rarely used features to lower the library footprint. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #22596 from muink/dnsproxy-mainTianling Shen2023-11-05
|\ \ \ | | | | | | | | dnsproxy: add more options
| * | | dnsproxy: new featuresAnya Lin2023-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Add new options: --http3 Enable HTTP/3 support (H3 first) --timeout Timeout for outbound DNS queries to remote upstream servers in a human-readable form (default: 10s) 2. Allows listen on multiple interfaces and ports Signed-off-by: Anya Lin <hukk1996@gmail.com>
* | | | banip: release 0.9.2-1Dirk Brenken2023-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the log file monitor now supports standard log files used by other log daemons like syslog-ng Set 'ban_logreadfile' accordingly, by default it points to /var/log/messages * removed logd dependency, closes #21932 Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #22475 from tarvip/eap-dynamicPhilip Prindeville2023-11-04
|\ \ \ \ | | | | | | | | | | strongswan: add eap-dynamic plugin
| * | | | strongswan: add eap-dynamic pluginTarvi Pillessaar2023-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This plugin acts as a proxy that dynamically selects an EAP method that is supported/preferred by the client. If the original EAP method initiated by the plugin is rejected with an EAP-NAK message, it will select a different method that is supported/requested by the client. For example it is possible to configure eap-tls as preferred authentication method for your connection while still allow eap-mschapv2. Signed-off-by: Tarvi Pillessaar <tarvip@gmail.com>
* | | | | iperf3-mt: new packageJonas Jelonek2023-11-04
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a multithreaded variant of iperf3 as a package. This variant is still experimental, developed in the mt branch of the iperf repository and expected to be merged when it is considered stable. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* | | | Merge pull request #22539 from Ansuel/update-privoxyTianling Shen2023-11-04
|\ \ \ \ | | | | | | | | | | privoxy: update to release 3.0.34 + PCRE2
| * | | | privoxy: use PKG_NAME variable instead of hardcoding privoxyChristian Marangi2023-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use PKG_NAME in PKG_SOURCE AND PKG_BUILD_DIR instead of hardcoding to privoxy to make the Makefile cleaner. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| * | | | privoxy: backport and move to PCRE2 libraryChristian Marangi2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport required patch for PCRE2 support and move to PCRE2 library as PCRE is now EOL and won't receive any security updates anymore. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| * | | | privoxy: update to release 3.0.34Christian Marangi2023-10-29
| | |/ / | |/| | | | | | | | | | | | | | | | | | Update to release 3.0.34 to permit easier backport of PCRE2 support. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | Merge pull request #22587 from jefferyto/psqlodbc-fix-buildTianling Shen2023-11-04
|\ \ \ \ | | | | | | | | | | psqlodbc: Fix build
| * | | | psqlodbc: Fix buildJeffery To2023-11-03
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the path for odbc_config as it was moved from $(STAGING_DIR_HOST)/bin to $(STAGING_DIR)/host/bin (in commit 61de50de5f787b08e06de9425ec409c8fd1ffcbf). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-pyopenssl: Update to 23.3.0Jeffery To2023-11-02
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-charset-normalizer: Update to 3.3.2Jeffery To2023-11-02
| | | | | | | | | | | | | | | | | | | | | | | | This also updates the test.sh script to use an assert. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | micropython: Update to 1.21.0, refresh/redo patchesJeffery To2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed 050-py-stackctrl-fix-gcc-13.patch as it has been merged in the new version. This also: * Add STRIP= (empty value) to skip micropython's stripping step, letting the OpenWrt build system control stripping. * Add a workaround for "variable might be clobbered" warning leading to build error on riscv64 (https://github.com/micropython/micropython/issues/12838). * Change Build/InstallDev to install host tools into an unversioned directory, and update micropython-lib to use the unversioned path. There is no need to keep available multiple versions of the host tools. * Add a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>