aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* dhtd: update to 0.2.4Moritz Warning2023-11-21
| | | | | | * add option to execute a script for each result Signed-off-by: Moritz Warning <moritzwarning@web.de>
* Merge pull request #22701 from mhei/gensio-fix-python-detectionHannu Nyman2023-11-19
|\ | | | | gensio: add patch to fix python detection
| * gensio: add patch to fix python detectionMichael Heimpold2023-11-19
| | | | | | | | | | | | Upstream PR: https://github.com/cminyard/gensio/pull/69 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | dnsproxy: Update to 0.59.0Tianling Shen2023-11-19
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | netbird: update to version 0.24.2Oskari Rauta2023-11-19
| | | | | | | | | | | | | | | | Release notes: https://github.com/netbirdio/netbird/releases/tag/v0.24.2 Also fixes issue of not being able to build with musl (>1.2.4) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | hcxtools: update to 6.3.2Rosen Penev2023-11-18
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | hcxdmptool: update to 6.3.2Rosen Penev2023-11-18
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | snort3: fix compilation with gcc13Rosen Penev2023-11-18
|/ | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #22688 from mcha-forks/masterTianling Shen2023-11-18
|\ | | | | tailscale: Update to 1.54.0
| * tailscale: Update to 1.54.0Zephyr Lykos2023-11-17
| | | | | | | | Signed-off-by: Zephyr Lykos <git@mochaa.ws>
* | Merge pull request #22244 from tiagogaspar8/strongswan_replayFlorian Eckert2023-11-17
|\ \ | |/ |/| strongswan: swanctl: add support for replay window
| * strongswan: swanctl: add support for replay windowTiago Gaspar2023-11-17
| | | | | | | | | | | | Add support for replay window configuration in UCI. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | dhtd: update to 0.2.1Moritz Warning2023-11-16
| | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | pdns-recursor: update to 4.9.2 and fix conffile pathPeter van Dijk2023-11-16
|/ | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* Merge pull request #22649 from mwarning/dhtdFlorian Eckert2023-11-16
|\ | | | | dhtd: new package
| * dhtd: new packageMoritz Warning2023-11-16
| | | | | | | | | | Co-authored-by: Tianling Shen <cnsztl@gmail.com> Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | Merge pull request #22663 from mhei/gensio-fix-build-disable-udevHannu Nyman2023-11-15
|\ \ | | | | | | gensio: disable cm108gpio gensio and prevent using libudev
| * | gensio: disable cm108gpio gensio and prevent using libudevMichael Heimpold2023-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | libudev seems to be required only for cm108gpio gensio which is a relatively special one. Let's disable it and also the libudev lookup, so that there is no need to link/use libudev. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | freeradius3: Fix build when pcre is presentJeffery To2023-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If pcre is built before freeradius, then freeradius' configure will detect pcre and freeradius will be built with pcre functionality enabled. This causes a "missing dependencies" error at the end of package build. This passes --without-pcre to configure to disable this autodetection. This also removes the dependency on libpcre2 as freeradius v3 does not have support for pcre2. Fixes: 19ec30255f13 ("freeradius3: switch to pcre2") Fixes: https://github.com/openwrt/packages/issues/22574 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | crowdsec: new upstream release version 1.5.5S. Brusch2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update crowdsec to latest upstream release version 1.5.5 Signed-off-by: S. Brusch <ne20002@gmx.ch> Maintainer: Kerma Gérald <gandalf@gk2.net> Package tested. not able to test run due to limited space (package is big) Description: update to latest version of upstream
* | | sing-box: update to v1.6.4Leo Douglas2023-11-14
|/ / | | | | | | | | | | see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.6.4 Signed-off-by: Leo Douglas <douglarek@gmail.com>
* | adblock-fast: bugfix: ensure downloaded block-lists end with newlineStan Grishin2023-11-13
| | | | | | | | | | | | | | * ensure downloaded block-lists end with newline * turn free/total RAM checks into functions calls Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #22644 from mhei/gensio-fix-build-disable-dnssdMichael Heimpold2023-11-13
|\ \ | | | | | | gensio: prevent accidental use of dns_sd
| * | gensio: prevent accidental use of dns_sdMichael Heimpold2023-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Buildbots spottet this error that when dns_sd library is available, then gensio's configure will pick it up. This is not desired since we already link to libavahi for the mdns stuff, so let's disable dnssd lookup explicitly. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | unbound: update to 1.19.0Eric Luehrsen2023-11-13
| | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | 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>
* | 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>
* | | 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>
* | 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>
* | 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>
* 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>
* | 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>