aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* stunnel: update version to 5.71Florian Eckert2023-09-27
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* bind: bump to 9.18.19Noah Meyerhans2023-09-27
| | | | | | | | | | | | | | Fixes CVEs: CVE-2023-3341 - Previously, sending a specially crafted message over the control channel could cause the packet-parsing code to run out of available stack memory, causing named to terminate unexpectedly. CVE-2023-4236 - A flaw in the networking code handling DNS-over-TLS queries could cause named to terminate unexpectedly due to an assertion failure under significant DNS-over-TLS query load. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* tailscale: Update to 1.50.0Zephyr Lykos2023-09-27
| | | | Signed-off-by: Zephyr Lykos <git@mochaa.ws>
* apache: move to PCRE2Christian Marangi2023-09-27
| | | | | | | Move apache to PCRE2 now that PCRE is flagged EOL and won't receive any security update. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* apache: bump to release 2.4.57Christian Marangi2023-09-27
| | | | | | Bump apache to release 2.4.57 and refresh patch automatically. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* linuxptp: Bump to version 4.1Wojciech Dubowik2023-09-27
| | | | | | | | | From release notes: "This release is the first of our regular quarterly releases. It includes a new feature (multi-domain synchronization for phc2sys) and several minor bug fixes. Users are encouraged to upgrade." Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@westermo.com>
* snort3: update to 3.1.71.0John Audia2023-09-27
| | | | | | | | | | | | | | | | | | | | | | Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne ,,_ -*> Snort++ <*- o" )~ Version 3.1.71.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.11 19 Sep 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-23 Signed-off-by: John Audia <therealgraysky@proton.me>
* Merge pull request #22194 from neocturne/ovs-masterMatthias Schiffer2023-09-27
|\ | | | | openvswitch: disable groff manpage check
| * openvswitch: disable groff manpage checkMatthias Schiffer2023-09-23
| | | | | | | | | | | | | | | | | | | | | | The openvswitch build trips over a number of warnings during the manpage-check step if groff 1.23 is installed on the build host, resulting in a failed build. As this check is optional, and we don't even install the manpages, simply override the groff configure check to never detect groff. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | modemmanger: bump PKG_RELEASEFlorian Eckert2023-09-27
| | | | | | | | | | | | | | | | | | The PKG_RELEASE was not incremented during the last merge, the commit shows that it is incremented by one, but this was already done during the last change. Very strange. Hence this commit which increments PKG_RELEASE by one. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #21993 from osedl/pr/20230901-modemmanager-hardcoded-protoFlorian Eckert2023-09-27
|\ \ | | | | | | modemmanager: Remove hardcoded proto check
| * | modemmanager: Remove hardcoded proto checkOliver Sedlbauer2023-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | Modified the code to correctly determine modem availability based on the sysfs path provided in the 'device' option, instead of relying on the 'proto' value. This ensures proper configuration for custom-made protos that do not match the "modemmanager" identifier. Signed-off-by: Oliver Sedlbauer <osedlbauer@tdt.de>
* | | tunneldigger: set PKG_SOURCE_DATEMatthias Schiffer2023-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opkg requires monotonically increasing version numbers to know which version of a package is newer. As git commit IDs do not satisfy this condition, PKG_SOURCE_DATE must be set to the date of the referenced commit, resulting in the complete version number '2021-03-08-4f72b305-1'. As the source date also becomes part of the paths inside the download archive, the source hash must be updated as well. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | tunneldigger: add group option to UCI configMatthias Schiffer2023-09-27
| | | | | | | | | | | | | | | | | | The group can be used for policy routing and similar purposes. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | Merge pull request #22158 from TDT-AG/pr/20230920-mwan3Florian Eckert2023-09-26
|\ \ \ | | | | | | | | mwan3: update ubus and status view
| * | | mwan3: refactoring mwan3_report_iface_status outputFlorian Eckert2023-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tracking and interface status was mixed up in the report. To fix this, the interface status and the tracking status are now used directly. The online, uptime and error information are appended to the status line if needed. If certain routing tables and routing rules are missing, the error number is also given. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: also show tracker state via ubusFlorian Eckert2023-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tracker state is not shown via ubus. Only if the tracker was in active state, then the boolean running was set or not. By adding the tracking state to the ubus information we could also evaluate the state of the tracker. To remain compatible, the runnig flag of the tracker is not removed, which in fact displays the same information, but only if the tracker is in state 'active' or not. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | 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>