aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | | mwan3: rename tracking state from 'not enabled' to 'disabled'Florian Eckert2023-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The expression 'disabled' is more meaningful than 'not enabled' and can therefore be better processed in the ubus output, since it is only one word. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | mwan3: remove notracking in mwan3track ubus statusFlorian Eckert2023-09-20
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function 'get_mwan3_status' is reading the internal state from the tracker via the status file. Do not use the state 'notracking' status anymore. If the mwan3track is not running always return 'unknown' and not 'notracking'. There is already an other function that evaluates the external state of the tracker. We have now the following states of the tracker: internal (mwan3track): - offline - online - diconnecting - connecting - disabled - unknown external (via pgrep and config): - paused - active - down - not enabled Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | nginx-util: move to pcre2Christian Marangi2023-09-25
| |_|/ / |/| | | | | | | | | | | | | | | | | | | Convert to pcre2 library as pcre is EOL. No functional change intended. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | treewide: add HAS_LUAJIT_ARCH dependency to luajit userChristian Marangi2023-09-25
| |_|/ |/| | | | | | | | | | | | | | | | | Add HAS_LUAJIT_ARCH dependency to any user of luajit to fix circular dependency limitation. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | samba4: update to 4.18.6Michal Hrusecky2023-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes various security issues. For detailed history see: * https://www.samba.org/samba/history/samba-4.18.6.html * https://www.samba.org/samba/history/samba-4.18.5.html * https://www.samba.org/samba/history/samba-4.18.4.html * https://www.samba.org/samba/history/samba-4.18.3.html * https://www.samba.org/samba/history/samba-4.18.2.html * https://www.samba.org/samba/history/samba-4.18.1.html Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | transmission: fix depends on libmbedtlsLiangbin Lian2023-09-23
| | | | | | | | | | | | | | | | | | If a firmware build with curl without mbedtls, install transmission from openwrt official repo will fail to start Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
* | | crowdsec: new upstream release version 1.5.4S. Brusch2023-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update crowdsec to latest upstream release version 1.5.4 Signed-off-by: S. Brusch <ne20002@gmx.ch> Maintainer: Kerma Gérald <gandalf@gk2.net> Build tested: package build checked, no run test due to limited space Description: update to latest version of upstream
* | | net/iperf3: assign PKG_CPE_IDAlexander Couzens2023-09-23
| | | | | | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | net/iperf: assign PKG_CPE_IDAlexander Couzens2023-09-23
| | | | | | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | apfree-wifidog: Update to v6.08.1950Dengfeng Liu2023-09-23
| | | | | | | | | | | | | | | | | | Fixed some memory leak bug Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | | tailscale: update to version 1.48.2Tyler Young2023-09-23
| | | | | | | | | | | | | | | | | | | | | Release notes: https://github.com/tailscale/tailscale/releases/tag/v1.48.2 Signed-off-by: Tyler Young <git@yfh.addy.io>
* | | dnslookup: Update to 1.10.0Tianling Shen2023-09-23
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | dnsproxy: Update to 0.55.0Tianling Shen2023-09-23
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | xfrpc: update to version 2.9.644Dengfeng Liu2023-09-23
| | | | | | | | | | | | | | | | | | | | | Release notes: https://github.com/liudf0716/xfrpc/releases/tag/2.9.644 Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | | uwsgi: add experimental pcre2 patch and drop pcreChristian Marangi2023-09-22
| | | | | | | | | | | | | | | | | | Add experimental pcre2 patch and drop pcre in favor of pcre2 library. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | uwsgi: bump to release 2.0.22Christian Marangi2023-09-22
| | | | | | | | | | | | | | | | | | | | | Bump to release 2.0.22 to make it easier to apply patch for pcre2 support. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | nginx: switch to real name for Ansuel maintainerChristian Marangi2023-09-22
| | | | | | | | | | | | | | | | | | Switch to real name for Ansuel maintainer and drop nickname. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | nginx: bump naxsi module to latest git HEADChristian Marangi2023-09-22
| | | | | | | | | | | | | | | | | | | | | Bump naxsi module to latest git HEAD to fix compilation error with pcre2 library. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | nginx: move to PCRE2Christian Marangi2023-09-22
| | | | | | | | | | | | | | | | | | | | | | | | Move nginx to PCRE2 now that lua modules supports it. nginx ebaled PCRE2 by default so we simply revert the config to revert it. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | nginx: add patches to lua modules for experimental PCRE2 supportChristian Marangi2023-09-22
| | | | | | | | | | | | | | | | | | Add patches to lua modules for experimental PCRE2 support. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | nginx: update lua modules to latest git HEADChristian Marangi2023-09-22
| | | | | | | | | | | | | | | | | | | | | Update lua modules to latest git HEAD to prepare for support for PCRE2 patches. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | nginx: add required modules for Openresty lua moduleJavier Marcet2023-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add nginx-mod-lua-resty-core and nginx-mod-lua-resty-lrucache new module required for the lua module to correctly works. The module are based on luajit2 from Openresty. Signed-off-by: Javier Marcet <javier@marcet.info> [ improve commit description/tile and fix redundant dependency ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | nginx: brotli: update to the latest versionTiago Gaspar2023-09-22
| | | | | | | | | | | | | | | | | | Update brotli to the latest version. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | | nginx: update nginx to 1.25.2Tiago Gaspar2023-09-22
| | | | | | | | | | | | | | | | | | | | | Update nginx to the latest version. This brings mainly fixes to HTTP/3 (QUIC). Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | | netifyd: Updated to v4.4.7Darryl Sokoloski2023-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug Fixes - Fixed mbedTLS crashes and TLS handshake errors when the nDPI-bundled libgcrypt "lite" version conflicts with the system version (via libcurl). - Fixed linking order issue with libini. - Fixed non-portable static linking warning with libndpi. - Write flows to sockets regardless if "add_flows" is true. - Fixed compilation error if _DIRENT_HAVE_D_RECLEN isn't defined. - Fixed Agent path. - [OpenWrt] Switch to "grep -E" as "egrep" is deprecated. - Fixed possible ndAddr crash: return a const reference for cached strings. Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* | | fastd: update repository URLMatthias Schiffer2023-09-20
|/ / | | | | | | | | | | I've changed my username to neocturne. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | bind: update to version 9.18.18Josef Schlehofer2023-09-20
| | | | | | | | | | | | | | | | Release notes: https://downloads.isc.org/isc/bind9/9.18.18/doc/arm/html/notes.html#notes-for-bind-9-18-18 https://downloads.isc.org/isc/bind9/9.18.17/doc/arm/html/notes.html#notes-for-bind-9-18-17 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | knot: update to version 3.3.1Jan Hák2023-09-19
| | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | rclone: Update to 1.64.0Tianling Shen2023-09-19
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | isc-dhcp: Allow per-subnet domain namesPhilip Prindeville2023-09-17
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | isc-dhcpd: Generate correct delimiter in hex stringsPhilip Prindeville2023-09-17
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | iperf3: update to 3.15Leo Douglas2023-09-17
| | | | | | | | | | | | see changelog: https://github.com/esnet/iperf/releases/tag/3.15. Signed-off-by: Leo Douglas <douglarek@gmail.com>
* | https-dns-proxy: improve boot up startupStan Grishin2023-09-16
| | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #22118 from stangri/master-adblock-fastStan Grishin2023-09-16
|\ \ | | | | | | adblock-fast: bugfix: remove domains on allow
| * | adblock-fast: bugfix: remove domains on allowStan Grishin2023-09-16
| | | | | | | | | | | | | | | | | | * fix sed command to properly remove allowed domains from block-file Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | aardvark-dns: update to 1.7.0Oskari Rauta2023-09-16
| | | | | | | | | | | | | | | | | | Changelog: https://github.com/containers/aardvark-dns/compare/v1.6.0...v1.7.0 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | netavark: update to 1.7.0Oskari Rauta2023-09-16
|/ / | | | | | | | | | | Changelog: https://github.com/containers/netavark/compare/v1.6.0...v1.7.0 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | Merge pull request #22109 from BKPepe/curl-updateStan Grishin2023-09-16
|\ \ | | | | | | curl: update to version 8.3.0
| * | curl: update to version 8.3.0Josef Schlehofer2023-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://curl.se/changes.html#8_3_0 Fixes: CVE-2023-38039 [1] [1] https://curl.se/docs/CVE-2023-38039.html Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | nextdns: Update to version 1.40.1Olivier Poitrey2023-09-15
| | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | Merge pull request #22104 from douglarek/ztTianling Shen2023-09-15
|\ \ \ | | | | | | | | zerotier: update to 1.12.2
| * | | zerotier: update to 1.12.2Leo Douglas2023-09-15
| |/ / | | | | | | | | | | | | | | | see changelog: https://github.com/zerotier/ZeroTierOne/releases/tag/1.12.2. Signed-off-by: Leo Douglas <douglarek@gmail.com>
* / / dnscrypt-proxy2: update to version 2.1.5Josef Schlehofer2023-09-15
|/ / | | | | | | | | | | Fixes compilation with Go 1.21+. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | sing-box: update to 1.4.3Leo Douglas2023-09-15
| | | | | | | | | | | | see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.4.3 Signed-off-by: Leo Douglas <douglarek@gmail.com>
* | tailscale: set nftables as defaultTyler Young2023-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the default firewall method used by Tailscale to nftables. The 'autodetection' mode is only supported by arm64 and amd64 for now[1]. This causes mips devices to not do proper detection and incorrectly default back to iptables. I added a fw_mode variable to the tailscale.conf file that could be set to iptables for easy conversion for someone still using iptables. I was able to test on an older mips device and my current aarch64 without issues. Also a few readme updates to bring it up to the current status. 1. https://github.com/tailscale/tailscale/blob/dc7aa98b768bf82017aa5cc82a62dd4d685f811d/util/linuxfw/linuxfw_unsupported.go#L4C58-L4C58 Signed-off-by: Tyler Young <git@yfh.addy.io>
* | snort3: update to 3.1.70.0John Audia2023-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne ,,_ -*> Snort++ <*- o" )~ Version 3.1.70.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.12 Using LuaJIT version 2.1.0-beta3 Using OpenSSL 3.0.10 1 Aug 2023 Using libpcap version 1.10.4 (with TPACKET_V3) Using PCRE version 8.45 2021-06-15 Using ZLIB version 1.2.13 Using Hyperscan version 5.4.2 2023-09-07 Signed-off-by: John Audia <therealgraysky@proton.me>
* | dnsdist: update to 1.8.1Peter van Dijk2023-09-13
| | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | mwan3: fix mwan3_connected ubus outputFlorian Eckert2023-09-12
| | | | | | | | | | | | | | | | During the renameing of mwan3_connected_v4 to mwan3_connected_ipv4 and mwan3_connected_v6 to mwan3_connected_ipv6 the adjustment in the ubus call was forgotten. This commit fixes this. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | dawn: Add PKG_BUILD_FLAGS:=no-lto because lto causes strange SegFaultsCarsten Schuette2023-09-11
| | | | | | | | Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
* | dawn: Update to 2023-05-14Carsten Schuette2023-09-11
| | | | | | | | Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>