aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | 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>
* | | | banip: release 0.9.2-1Dirk Brenken2023-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the log file monitor now supports standard log files used by other log daemons like syslog-ng Set 'ban_logreadfile' accordingly, by default it points to /var/log/messages * removed logd dependency, closes #21932 Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #22475 from tarvip/eap-dynamicPhilip Prindeville2023-11-04
|\ \ \ \ | | | | | | | | | | strongswan: add eap-dynamic plugin
| * | | | strongswan: add eap-dynamic pluginTarvi Pillessaar2023-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This plugin acts as a proxy that dynamically selects an EAP method that is supported/preferred by the client. If the original EAP method initiated by the plugin is rejected with an EAP-NAK message, it will select a different method that is supported/requested by the client. For example it is possible to configure eap-tls as preferred authentication method for your connection while still allow eap-mschapv2. Signed-off-by: Tarvi Pillessaar <tarvip@gmail.com>
* | | | | iperf3-mt: new packageJonas Jelonek2023-11-04
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a multithreaded variant of iperf3 as a package. This variant is still experimental, developed in the mt branch of the iperf repository and expected to be merged when it is considered stable. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* | | | Merge pull request #22539 from Ansuel/update-privoxyTianling Shen2023-11-04
|\ \ \ \ | | | | | | | | | | privoxy: update to release 3.0.34 + PCRE2
| * | | | privoxy: use PKG_NAME variable instead of hardcoding privoxyChristian Marangi2023-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use PKG_NAME in PKG_SOURCE AND PKG_BUILD_DIR instead of hardcoding to privoxy to make the Makefile cleaner. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| * | | | privoxy: backport and move to PCRE2 libraryChristian Marangi2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport required patch for PCRE2 support and move to PCRE2 library as PCRE is now EOL and won't receive any security updates anymore. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| * | | | privoxy: update to release 3.0.34Christian Marangi2023-10-29
| | |/ / | |/| | | | | | | | | | | | | | | | | | Update to release 3.0.34 to permit easier backport of PCRE2 support. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | haproxy: move to PCRE2Christian Marangi2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Move to PCRE2 as PCRE is EOL and won't receive any more security update anymore. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | crowdsec-firewall-bouncer: add ujailS. Brusch2023-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added ujail for crowdsec-firewall-bouncer * set nice to reduce priority for process Signed-off-by: S. Brusch <ne20002@gmx.ch> Maintainer: Kerma Gérald <gandalf@gk2.net> Run tested: mediatek/filogic, BPI-R3, Openwrt 23.05.0
* | | | wavemon: bump to 9.5.0Koen Vandeputte2023-11-02
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current version is broken, as it refuses to work properly with the current nl80211 state. Bumping this fixes full wavemon support Changelog: 9.5.0: https://github.com/uoaerg/wavemon/releases/tag/v0.9.5 Changelog 9.4.0: https://github.com/uoaerg/wavemon/releases/tag/v0.9.4 Note that since 0.9.4, wavemon has a dependency on libnl-cli Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
* | | speedtestcpp: update to 1.20.3Oskari Rauta2023-11-01
| | | | | | | | | | | | | | | | | | | | | changes: - fixes a bug where science notations (exponentials) are displayed during tests during high speed bursts Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | Merge pull request #19233 from jempatel/improve_libreswan-uciFlorian Eckert2023-10-31
|\ \ \ | | | | | | | | libreswan: uci configuration support
| * | | libreswan: uci configuration supportJaymin Patel2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | Add libreswan UCI configuration and hotplug support Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
* | | | lighttpd: update to lighttpd 1.4.73 release hashGlenn Strauss2023-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to lighttpd 1.4.73 release hash * update maintainer Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | Merge pull request #22548 from TDT-AG/pr/20231030-keepalivedFlorian Eckert2023-10-31
|\ \ \ \ | | | | | | | | | | keepalived: add script call feature and missing option
| * | | | keepalived: add missing no_accept optionFlorian Eckert2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the missing option 'no_accept'. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | keepalived: add startup and shutdown script handlingFlorian Eckert2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The keepalived does support script call handling on start and stop. All scripts located under '/etc/hotplug.d/keepalived' gets now called with the env ACTION set to startup or shutdown. The script that want to get called on this keepalived events could evalutate this env to run on startup or shutdown. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | sing-box: update to v1.6.0Leo Douglas2023-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.6.0 Signed-off-by: Leo Douglas <douglarek@gmail.com>
* | | | | freeradius3: switch to pcre2Martin Strobel2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use libpcre2 as dependency for freeradius3-common because PCRE is EOL with no further updates Compile & run tested on mediatek mt76 ubnt-ui6-lr-v1 with musl Signed-off-by: Martin Strobel <arctus@crza.de>
* | | | | aircrack-ng: fix wrong inclusion of libbsd if detectedChristian Marangi2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently aircrack-ng try to link with libbsd if it does detect the library in staging_dir. This is the case with buildbot where every package is selected and compiled. Fix this by adding a pending patch that permits to disable libbsd inclusion even if detected and set the related config flag. aircrack-ng use 2 function of libbsd and it's not worth to include the entire library for 2 simple function for string manipulation. Also add an additional patch that permits to use musl or glibc version of these string functions. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | | knot: patch enabling PKCS11 related code only if PKCS11 is availableJan Hák2023-10-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | | knot: update to version 3.3.2Jan Hák2023-10-30
|/ / / / | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | Merge pull request #22486 from osedl/modemmanager-improve-cleanupFlorian Eckert2023-10-30
|\ \ \ \ | | | | | | | | | | modemmanager improve cleanup
| * | | | modemmanager: move iface cleanup to wrapper scriptOliver Sedlbauer2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the ModemManager process crashes, the interfaces are not cleaned up properly because the stop_service method is not called. With this change, the interfaces are cleaned up both when stopping the service and during a crash. Therefore it is no longer necessary to perform a cleanup at the beginning. Signed-off-by: Oliver Sedlbauer <osedlbauer@tdt.de>
| * | | | modemmanager: improve cleanup of ifacesOliver Sedlbauer2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change workflow to cleanup interfaces using the sysfscache. The sysfscache stores the processed sysfs-paths. Using this instead of mmcli -L, the interfaces can be properly cleaned up even if, for example, ModemManager crashes and mmcli is no longer usable. Signed-off-by: Oliver Sedlbauer <osedlbauer@tdt.de>
* | | | | Merge pull request #22437 from joed74/masterFlorian Eckert2023-10-30
|\ \ \ \ \ | |/ / / / |/| | | | apinger: fixed bugs in apinger.init and apinger.rpc
| * | | | apinger: fixed bugs in apinger.init and apinger.rpcJochen Dolze2023-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug in init_apinger_config - debug/status_interval/rrd_interval were never set correctly Fix bug in apinger_status - send and receive were swapped Fix bug in apinger_status - added ability to use ipv6 on wan6 Signed-off-by: Jochen Dolze <jochen.dolze@schulergroup.com>
* | | | | Merge pull request #22483 from rsalvaterra/tor-bumpAlexandru Ardelean2023-10-30
|\ \ \ \ \ | | | | | | | | | | | | tor: update to the latest stable release (0.4.8.7)
| * | | | | tor: update to 0.4.8.7 stableRui Salvaterra2023-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugfix release, see the changelog [1] for what's new. [1] https://gitlab.torproject.org/tpo/core/tor/-/raw/tor-0.4.8.7/ChangeLog Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | | restic-rest-server: update to 0.12.1Fabian Lipken2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* | | | | | Revert "mdnsresponder: move libdns_sd into own directory"Stijn Tintel2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit breaks ohybridproxy in the routing feed. This reverts commit e0c85eb48556798af5ef6a2b2f7e1afdf9880163.
* | | | | | Revert "openthread-br: fix actually building"Stijn Tintel2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5958fd068fd0eb96a59c1758fd1906f472981ad5.
* | | | | | Merge pull request #22496 from mwarning/zt_typoTianling Shen2023-10-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | zerotier: fix typo