aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | httping: add license informationsFlorian Eckert2024-03-13
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | lighttpd: update to lighttpd 1.4.75 release hashGlenn Strauss2024-03-14
| | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | Merge pull request #23574 from dalfos/yggdrasil-0.5.5Jo-Philipp Wich2024-03-13
|\ \ \ \ | |/ / / |/| | | yggdrasil: bump to 0.5.5
| * | | yggdrasil: bump to 0.5.5Andrey Petrov2024-03-08
| | | | | | | | | | | | | | | | Signed-off-by: Andrey Petrov <dalfos@mail.ru>
* | | | p910nd: restart daemon even if no driver file is neededPaul Donald2024-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not all USB printers need a blob loading; restart the daemon independently of driver loading. Closes openwrt/packages#23588 Signed-off-by: Paul Donald <newtwen@gmail.com> Tested-by: minicx <minicx@disroot.org>
* | | | shadowsocks-libev: add remote server ips to dst bypass ipsetYousong Zhou2024-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To align with old iptables-based ss-rules implementation. Supersedes openwrt/packages#20239 Link: https://github.com/openwrt/packages/pull/20239 Signed-off-by: Luis Liou <liouluis@gmail.com> [minor fixup on commit title, version bump, etc.] Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #23590 from TDT-AG/pr/20240305-modemmanagerFlorian Eckert2024-03-12
|\ \ \ \ | | | | | | | | | | modemmanager: reconnect interface if the modemmanager detects a disconnect
| * | | | modemmanager: reconnect interface if the modemmanager detects a disconnectFlorian Eckert2024-03-06
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are situation for mobile routers, that the modemmanager can not stay connected to the mobile network. There can have various reasons. In order for the system to reconnect automatically, the netifd must be informed that it must re-establish the connection. The modem manager already does have a script callback handling which is already used by the modemmanager in openwrt. Currently the modem is marked as not unavailable when a disconnected event is detected. The behavior was changed with this commit, so that a reconnect of the interface is now triggerd via the netifd if the modem disconnects. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | gnunet: update to version v0.21.0Daniel Golle2024-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release marks a noteworthy milestone in that it includes a completely new transport layer. It lays the groundwork for fixing some major design issues and may also already alleviate a variety of issues seen in previous releases related to connectivity. This change also deprecates our testbed and ATS subsystem. This is a new major release. It breaks protocol compatibility with the 0.20.x versions. Please be aware that Git master is thus henceforth (and has been for a while) INCOMPATIBLE with the 0.20.x GNUnet network, and interactions between old and new peers will result in issues. In terms of usability, users should be aware that there are still a number of known open issues in particular with respect to ease of use, but also some critical privacy issues especially for mobile users. Also, the nascent network is tiny and thus unlikely to provide good anonymity or extensive amounts of interesting information. As a result, the 0.21.0 release is still only suitable for early adopters with some reasonable pain tolerance. v0.21.0: - Reworked PEERSTORE API - Added record flag for maintenance records - ensure traits can be generated with subsystem-specific prefixes for the symbols - libgnunettesting first major testing NG refactor towards getting dependency structure streamlined - Remove single-use API macro GNUNET_VA_ARG_ENUM - major revision of blind signature API - Introduced closure to hold store context when caling function to add hello in peerstore. - Added DDLs for handling GNUNET_PEERSTORE_StoreHelloContext - Removed old hello functionality. - Refactoring components under src/ into lib/, plugin/, cli/ and service/ - add support for encoding/decoding double values as part of JSON to libgnunetjson - Changed method GNUNET_HELLO_builder_get_expiration_time to not need parameter GNUNET_HELLO_Builder. - Code moved to the core package to get rid of circular dependencies. - Moved code to testing to have more generic test setup, which can be used not only from within transport. - The old hello design replaced by the new hello design. - Added api to get notified when hellos are stored with peerstore service. - Added api to store hellos with peerstore service. - Changed new hello uri api to allow to change the expiration time - Moved start peer command to testing subsystem. - Removed all usage of old transport api, beside peerinfo tool, gnunet-transport cli and usage in transport layer itself. - Added __attribute__((deprecated)) to the old transport API Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | uacme: Add support custom CAs and TLS-ALPN-01 challengePeter Putzer2024-03-09
| | | | | | | | | | | | | | | | Signed-off-by: Peter Putzer <openwrt@mundschenk.at>
* | | | pdns-recursor: update to 5.0.3, plus add maintainerPeter van Dijk2024-03-08
| | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | Merge pull request #23551 from dnlplm/dp/mm-qmap-fixFlorian Eckert2024-03-07
|\ \ \ \ | | | | | | | | | | modemmanager: report events for virtual netdevices
| * | | | modemmanager: report events for virtual netdevicesDaniele Palmas2024-03-06
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Virtual netdevices created for multiplexing should not be skipped when reporting events, otherwise it is not possible to setup the data connection. Add these exceptions in mm_report_event function. Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
* | | | chrony: update package descriptionReguna2024-03-06
| | | | | | | | | | | | | | | | | | | | | | | | Explicitly mention the support of NTS (or the lack of it) in the description of chrony and chrony-nts Signed-off-by: Reguna <60984878+regunakyle@users.noreply.github.com>
* | | | knot: update to version 3.3.5Jan Hák2024-03-06
|/ / / | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | modemmanager: start a 3gpp network regsistrationFlorian Eckert2024-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a 'plmn' is set in the configuration, a registration attempt should be established before the simple-connect command. If the plmn is set during the simple-connect, a network change may occur during the connection setup. To prevent this, the registration is started before the simple-connect with a separate mmcli command. So that we can be sure that the modem is already registered in the correct network before the simple-connect command. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | modemmanager: move cleanup and enable to the topFlorian Eckert2024-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | Before a new connection attempt is made, the previous connection must be cleaned up before further connection attempts are made. This is now done by moving the cleanup and enable sequence to the beginning of the conection setup. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | ntpclient: removePaul Donald2024-03-05
| | | | | | | | | | | | | | | | | | | | | ntp sources are dead and gone. The most important functionality is now provided by ntpd. Signed-off-by: Paul Donald <newtwen@gmail.com>
* | | modemmanager: moving the openwrt related files to subdirectoriesFlorian Eckert2024-03-05
| | | | | | | | | | | | | | | | | | | | | | | | Moving the openwrt related files to subdirectories as they are installed on the system. This change makes it immediately apparent during development where the file is to be installed in the running system. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | alist: Update to 3.32.0Tianling Shen2024-03-05
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | v2ray-core: Update to 5.14.1Tianling Shen2024-03-05
| | | | | | | | | | | | | | | | | | | | | Including security fixes, see release note: https://github.com/v2fly/v2ray-core/releases/tag/v5.14.1 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #23571 from stangri/master-https-dns-proxyStan Grishin2024-03-04
|\ \ \ | | | | | | | | https-dns-proxy: update to upstream 2023-11-19
| * | | https-dns-proxy: update to upstream 2023-11-19Stan Grishin2024-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to upstream 2023-11-19 (changes: https://github.com/aarond10/https_dns_proxy/commit/489c57efd46983e688579974a2ab7aeaa7df8d83) * bugfix: include resolveip dependency in Makefile (fixes https://github.com/openwrt/packages/issues/23567) * minor update for failed healthcheck logging Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | banip: update 0.9.4-3Dirk Brenken2024-03-04
| | | | | | | | | | | | | | | | | | | | | | | | * fix another logical glitch in the logfile monitor Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | natmap: update to 20240303Ray Wang2024-03-04
| | | | | | | | | | | | | | | | Signed-off-by: Ray Wang <r@hev.cc>
* | | | banip: update 0.9.4-2Dirk Brenken2024-03-02
| | | | | | | | | | | | | | | | | | | | | | | | * fix a long standing problem in the logfile-parser with dropbear and compressed IPv6 addresses Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | v2raya: Update to 2.2.5.1Tianling Shen2024-03-02
| |/ / |/| | | | | | | | | | | | | | Hot fix for a frontend failure bug. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | dnsproxy: Update to 0.65.2Tianling Shen2024-03-02
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | apfree-wifidog: update to 7.02.1977Dengfeng Liu2024-03-02
| | | | | | | | | | | | Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | | apfree-wifidog: fix some bugs in the wifidogx.init fileDengfeng Liu2024-03-02
| | | | | | | | | | | | Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | | v2raya: Update to 2.2.5Tianling Shen2024-03-02
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | banip: release 0.9.4-1Dirk Brenken2024-03-02
|/ / | | | | | | | | | | | | | | | | * add support for destination port & protocol limitations for external feeds (see readme for details), useful for lan-forward ad- or DoH-blocking, e.g. only tcp ports 80 and 443 * add turris sentinel blocklist feed * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | acme-common: simplify config exampleSergey Ponomarev2024-03-01
| | | | | | | | | | | | Make it more practical to easier get an idea Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
* | acme-acmesh: use validation_method option instead of guessingSergey Ponomarev2024-03-01
| | | | | | | | | | | | | | | | | | | | | | | | The new validation_method option can be: dns, webroot or standalone. Previously we guessed the challenge type: 1. if the DNS provider is specified then it's dns 2. if standalone=1 3. fallback to webroot The logic is preserved and if the validation_method wasn't set explicitly we'll guess it in old manner. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
* | acme-common: use validation_method option instead of guessingSergey Ponomarev2024-03-01
| | | | | | | | | | | | | | | | | | | | | | | | The new validation_method option can be: dns, webroot or standalone. Previously we guessed the challenge type: 1. if the DNS provider is specified then it's dns 2. if standalone=1 3. fallback to webroot The logic is preserved and if the validation_method wasn't set explicitly we'll guess it in old manner. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
* | travelmate: update 2.1.2-5Dirk Brenken2024-02-29
| | | | | | | | | | | | * final vpn tweaks Signed-off-by: Dirk Brenken <dev@brenken.org>
* | sing-box: update to 1.8.7brvphoenix2024-02-29
| | | | | | | | Signed-off-by: brvphoenix <brvphoenix@gmail.com>
* | adblock: update 4.1.5-9Dirk Brenken2024-02-28
| | | | | | | | | | | | * minimal fix with reporting interface 'any' Signed-off-by: Dirk Brenken <dev@brenken.org>
* | openthread-br: modernize CMake optionskrant2024-02-27
| | | | | | | | | | | | | | | | - ':BOOL' suffix is not needed - Don't set options which are matching the defaults - Rename non-existing OT_BORDER_ROUTING_NAT64 to OTBR_NAT64 Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | openthread-br: remove superseded patchkrant2024-02-27
| | | | | | | | | | | | | | | | The patch is not needed since it is implemented in https://github.com/openthread/ot-br-posix/pull/1908 and included into the current version. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | openthread-br: fix build error on some platformskrant2024-02-27
| | | | | | | | | | | | | | | | | | | | | | | | On some builders the package was failing to build: ``` cp: cannot overwrite non-directory '[..]/var' with directory '[..]/var ``` Here we're moving the creation of /var/lib/thread into runtime script, which eliminates the error. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | rclone: add fuse3-utils as dependencyTianling Shen2024-02-28
| | | | | | | | | | | | | | rclone has switched to use fuse3 since v1.62.0. Reported-by: qiuzi <gxfclql@gmail.com> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | dnsdist: disable XSK to fix the buildkrant2024-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XSK support is set to auto by default and on some hosts it is detected as on and leads to: ``` In file included from dnsdist-backend.cc:32: xsk.hh:28:10: fatal error: bits/types/struct_timespec.h: No such file or directory 28 | #include <bits/types/struct_timespec.h> ``` Here we disable XSK so configure will behave more deterministically and hopefully fix the builders. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | httping: update to 3.5krant2024-02-26
| | | | | | | | | | | | | | | | | | | | - Update package URLs - Use local tarball for sources - Switch to CMake - Drop obsolete patches including 'minimize' (ipk size +3KB only) - Add 3 new patches to fix musl, openssl and cmake issues Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | v2fly-geodata: Update to latest versionTianling Shen2024-02-26
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | alist: Update to 3.31.0Tianling Shen2024-02-26
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | cloudflared: Update to 2024.2.1Tianling Shen2024-02-26
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | snort3: build against gperftools-runtimeJohn Audia2024-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should provide increases in snort3 performance thanks to thread- caching malloc provided by gperftools. Avg CPU usage is down. Another user reported higher throughput achieved with snort3 compiled with this on samba transfers on system with CPU-limited snort3 performance.[1] 1. https://forum.openwrt.org/t/some-help-with-a-makefile-gperftools/165656/22 Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* | travelmate: update 2.1.2-4Dirk Brenken2024-02-24
| | | | | | | | | | | | | | * more re-connections tweaks * made travelmate generated emails responsive Signed-off-by: Dirk Brenken <dev@brenken.org>
* | snort3: update to 3.1.81.0John Audia2024-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/snort3/snort3/releases/tag/3.1.81.0 ,,_ -*> Snort++ <*- o" )~ Version 3.1.81.0 '''' By Martin Roesch & The Snort Team http://snort.org/contact#team Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. Copyright (C) 1998-2013 Sourcefire, Inc., et al. Using DAQ version 3.0.14 Using LuaJIT version 2.1.0-beta3 Using OpenSSL 3.0.13 30 Jan 2024 Using libpcap version 1.10.4 (with TPACKET_V3) Using PCRE version 8.45 2021-06-15 Using ZLIB version 1.3.1 Using Hyperscan version 5.4.2 2024-02-16 Using LZMA version 5.4.6 Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>