aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | https-dns-proxy: prepare migration to APKStan Grishin2024-03-24
| | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | Merge pull request #23717 from stangri/master-adblock-fastStan Grishin2024-03-24
|\ \ \ \ | | | | | | | | | | adblock-fast: prepare migration to APK
| * | | | adblock-fast: prepare migration to APKStan Grishin2024-03-23
| |/ / / | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | Merge pull request #23715 from stangri/master-nebulaStan Grishin2024-03-24
|\ \ \ \ | | | | | | | | | | nebula: prepare migration to APK
| * | | | nebula: prepare migration to APKStan Grishin2024-03-23
| |/ / / | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | Merge pull request #23714 from stangri/master-pbrStan Grishin2024-03-24
|\ \ \ \ | | | | | | | | | | pbr: prepare migration to APK
| * | | | pbr: prepare migration to APKStan Grishin2024-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove dependencies/references to opkg * simplify wan/wan6 discovery Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | knot-resolver: Update to version 5.7.1Michal Hrusecky2024-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes CVE-2023-50868 and CVE-2023-50387 - Also, the resolver has not been called 'Knot DNS Resolver' for quite some time, so fix that, too. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | | | knot-resolver: enable dnstap module build by defaultŠimon Bořek2024-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'dnstap' module will be built but not loaded by default at runtime (configuration must be provided for it to be loaded). It is still possible to disable dnstap build manually using menuconfig. "The dnstap module supports logging DNS requests and responses to a unix socket in dnstap format using fstrm framing library. This logging is useful if you need effectively log all DNS traffic."[^1] Adds dependency on 'protobuf', 'protobuf-c', 'libfstrm'. Listed packages are available from OpenWrt packages, have uncomplicated manifests and while 'protobuf-c' doesn't have a maintainer since spring 2020, all the packages (including 'protobuf-c') seem to be maintained - the last updates of all of them in autumn 2021. As stated by Vladimír Čunát from Knot Resolver team they build dnstap while packaging for majority of standard Linux distributions. Therefore this change brings us closer to expected default. [^1]: https://knot-resolver.readthedocs.io/en/stable/modules-dnstap.html Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
* | | | | knot-resolver: do not overwrite -Ddnstap=enabled configurationŠimon Bořek2024-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was possible to enable dnstap in menuconfig, but the configuration only added dependencies while leaving dnstap module build disabled. Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
* | | | | snort3: Fix compilation with GCC 13Hauke Mehrtens2024-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a compile problem with GCC 13. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | openvpn: update to 2.6.10Ivan Pavlov2024-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a bugfix release containing several security fixes specific to the Windows platform. Bug fixes --------- - Windows: if the win-dco driver is used (default) and the GUI requests use of a proxy server, the connection would fail. Disable DCO in this case. - Compression: minor bugfix in checking option consistency vs. compiled-in algorithm support - systemd unit files: remove obsolete syslog.target Security fixes -------------- - CVE-2024-27459: Windows: fix a possible stack overflow in the interactive service component which might lead to a local privilege escalation. - CVE-2024-24974: Windows: disallow access to the interactive service pipe from remote computers. - CVE-2024-27903: Windows: disallow loading of plugins from untrusted installation paths, which could be used to attack openvpn.exe via a malicious plugin. For details refer to https://github.com/OpenVPN/openvpn/blob/v2.6.10/Changes.rst Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | | | | netbird: update to 0.26.3jiangslee2024-03-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: jiangslee <jiangsili@qq.com>
* | | | | tailscale: Update to 1.62.0Zephyr Lykos2024-03-23
|/ / / / | | | | | | | | | | | | | | | | | | | | https://github.com/tailscale/tailscale/releases/tag/v1.62.0 Signed-off-by: Zephyr Lykos <git@mochaa.ws>
* | | | Merge pull request #23684 from stangri/master-pbrStan Grishin2024-03-22
|\ \ \ \ | |/ / / |/| | | pbr: update to 1.1.4-5
| * | | pbr: update to 1.1.4-5Stan Grishin2024-03-20
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update includes the following changes: 1. Makefile * update copyright * attempt to implement the proper variants to avoid luci-app dependency on both variants * quietly stop service on uninstall 2. Config-file * add the list of dnsmasq instances to target in supported dnsmasq modes * for default pbr variant, set the `resolver_set` to `dnsmasq.nftset` * for iptables pbr variant, set the `resolver_set` to `dnsmasq.ipset` * add the `nft_file_support` (disabled by default) * introduce `procd_boot_delay` to delay service start on boot * introduce the following nft set creation options: * nft_set_auto_merge * nft_set_counter * nft_set_flags_interval * nft_set_flags_timeout * nft_set_gc_interval * nft_set_policy * nft_set_timeout * add the pbr.user.wg_server_and_client custom user script to allow running wg server and client at the same time * add the "Ignore Local Requests" sample policy 3. Hotplug firewall/interface scripts * better logged messages 4. The pbr and pbr-iptables uci defaults script * use functions from the init script * improve vpn-policy-routing migration 5. The pbr-netifd uci defaults script * use functions from the init script * improve uci operations 6. Introduce the firewall.include file 7. Improve pbr.user.aws custom user script 8. Improve pbr.user.netflix custom user script 9. Introduce pbr.user.wg_server_and_client custom user script 10. Update the init file: * refactor some code to allow the init script file to be sourced by the uci defaults scripts and the luci rpcd script for shared functions * add support for `nft_file_mode` in which service prepares the fw4-compatible atomic nft/include file for faster operations on service reload * improve Tor support (nft mode only) * implement support for nft set options * update validation functions for new options/parameters Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | tgt: update to 1.0.91Maxim Storchak2024-03-22
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | squid: update to 6.8krant2024-03-22
| | | | | | | | | | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | | git-lfs: update to 3.5.1krant2024-03-22
| | | | | | | | | | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | | git: update to 2.44.0krant2024-03-22
| | | | | | | | | | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | | dnsproxy: Update to 0.66.0Tianling Shen2024-03-21
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | cloudflared: Update to 2024.3.0Tianling Shen2024-03-21
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | v2ray-geodata: Update to latest versionTianling Shen2024-03-21
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | v2ray-core: Update to 5.15.1Tianling Shen2024-03-21
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | xray-core: Update to 1.8.9Tianling Shen2024-03-21
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | microsocks: update to 1.0.4Ozan Göktan2024-03-21
| | | | | | | | | | | | Signed-off-by: Ozan Göktan <ozan@goktan.site>
* | | dnsdist: update to 1.9.1 and add maintainerPeter van Dijk2024-03-21
| | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | pdns: update to 4.9.0 and add maintainerPeter van Dijk2024-03-21
| | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | nginx: Fix compilation with LTOAndreas Gnau2024-03-20
| | | | | | | | | | | | | | | | | | | | | When CONFIG_USE_LTO=y, the int-size detection script will fail because a variable gets optimised out. Mark it as volatile to fix the issue. Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
* | | net/acme-common: Fix example configToke Høiland-Jørgensen2024-03-20
| | | | | | | | | | | | | | | | | | Make sure we quote all strings, and add missing "option" in second example. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | openssh: bump to 9.7p1John Audia2024-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://www.openssh.com/txt/release-9.7 Removed upstreamed patch: 010-better_fzero-call-detection.patch 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.82.0John Audia2024-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/snort3/snort3/releases/tag/3.1.82.0 Removed patches/010-gcc13.patch ,,_ -*> Snort++ <*- o" )~ Version 3.1.82.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-03-06 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>
* | | Merge pull request #23690 from drujd/unbound_1.19.3Dirk Brenken2024-03-19
|\ \ \ | | | | | | | | unbound: update to 1.19.3
| * | | unbound: update to 1.19.3Jan Klos2024-03-18
| |/ / | | | | | | | | | Signed-off-by: Jan Klos <jan@klos.xyz>
* | | rclone: Update to 1.66.0Tianling Shen2024-03-19
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | travelmate: update 2.1.2-6Dirk Brenken2024-03-18
| | | | | | | | | | | | | | | | | | | | | * fix vpn semaphore handling (#23643), thanks to @brianjmurrell * disable vpn processing by default Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #22211 from alaviss/adguard-network-waitStan Grishin2024-03-18
|\ \ \ | |/ / |/| | adguardhome: wait for interfaces to be up at boot
| * | adguardhome: wait for interfaces to be up at bootHiếu Lê2023-09-29
| | | | | | | | | | | | | | | | | | | | | This should allow the service to be activated even earlier during the boot process and also avoids race condition against network. Signed-off-by: Hiếu Lê <leorize+oss@disroot.org>
* | | unbound: spell fixPaul Donald2024-03-17
| | | | | | | | | | | | | | | | | | Closes openwrt/luci#6993 Signed-off-by: Paul Donald <newtwen@gmail.com>
* | | unbound: bump releaseJan Klos2024-03-17
| | | | | | | | | | | | Signed-off-by: Jan Klos <jan@klos.xyz>
* | | unbound: add file parameter to service instanceJan Klos2024-03-17
| | | | | | | | | | | | | | | | | | | | | | | | that way, procd does not needlessly restart unbound on triggers when everything remains the same - changes in non-default included configuration files will not be registered, however Signed-off-by: Jan Klos <jan@klos.xyz>
* | | unbound: remove date/time from config headersJan Klos2024-03-17
| | | | | | | | | | | | | | | | | | | | | so that procd can decide whether to restart unbound based on config file changes Signed-off-by: Jan Klos <jan@klos.xyz>
* | | gping: new packageJonas Jelonek2024-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | gping is ping but with a graph. It graphically plots ping results over time in terminal, allows multiple hosts to ping in parallel, uses coloured output and can also plot the execution time of arbitrary commands. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* | | Merge pull request #23641 from TDT-AG/pr/20240313-httpingFlorian Eckert2024-03-15
|\ \ \ | | | | | | | | httping: add license informations
| * | | 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>