aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* nebula: update to 1.8.2Stan Grishin2024-01-14
| | | | | | * update to 1.8.2: https://github.com/slackhq/nebula/releases/tag/v1.8.2 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* cloudflared: Update to 2024.1.2Tianling Shen2024-01-14
| | | | | | | Finally fixed build with Go 1.21. Fixes: #22383 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* rclone: Update to 1.65.1Tianling Shen2024-01-14
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: Update to 1.8.7Tianling Shen2024-01-14
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* tailscale: create combined tailscale/tailscaledThomas Kupper2024-01-14
| | | | | | | | | | Modify Makefile to combine tailscale and tailscaled according to Tailscale documentatio (https://tailscale.com/kb/1207/small-tailscale) This resulted for x86_64 in an exec of 31MB + the symlink. Before it was 29MB (tailscaled) and 10MB (tailscale). Signed-off-by: Thomas Kupper <thomas.kupper@gmail.com>
* ksmbd-tools: update to 3.5.1Rosen Penev2024-01-13
| | | | | | | Various fixes for ksmbd, most notably a visibility fix for the latest ksmbd code. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #23082 from yangfl/masterFlorian Eckert2024-01-11
|\ | | | | i2pd: Update to 2.50.2
| * i2pd: Update to 2.50.2David Yang2024-01-10
| | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | knxd: bump to upstream version 0.14.60Othmar Truniger2024-01-10
|/ | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* uspot: update to Git HEAD (2024-01-09)Thibaut VARÈNE2024-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0cffba9458d3 treewide: add support for RADIUS Reply-Message c9fb744fdee8 treewide: add support for 'lang=' & ChilliSpot-Lang 584a162cb19a handler-uam: ensure that 'seconds_remaining' is always set bd1f7c5de1ae Makefile: align with packages feed one 0ea6ad3c4e54 Makefile: mark uspot-www and uspotfilter "PKGARCH:=all" e6a286ccfdbf uspot/uspotfilter: use 'logger -t' 427ed16cfde5 uspot: expose ratelimits in client data 4ba1dd9c5135 uspot: don't send NAS-Port-Type 78a37ef49b85 templates: add id="replymsg" to reply msg header e3f4e179fd17 templates: show remaining time in "connected" 398762dff711 radius-client: correctly use str_to_hex() 730ef800d9da templates: simplify HTML 6bb39282fd8f Documentation update b6c802adac19 portal: handle_request() logic refactoring 1aa1a5eb28d7 uspotfilter: implement peer_lookup() ba5547ec61f1 portal: speedup peer lookup by leveraging spotfilter d551376c29bb templates: added html5 time tag to timeleft output 154c98e0b77b uspotfilter: mark client as active when set() 8dcb03a37a77 uspotfilter: rework neigh management cfb2ce7909da uspotfilter: use client_remove() where applicable 8411314dbf90 Documentation update 8dacf3df9935 uspot: use a single operation for client removal 297b7857c1e0 uspotfilter: fix DELNEIGH processing 76003917c205 uspotfilter: client_set() only clear idle when allowing f46a855c5085 uspotfilter: remove botched IPv6 "support" 4ff31cbf0e2b uspot: client_remove(): stay in sync with spotfilter edc9ad7e60a3 uspot/uspotfilter: use ucode-mod-log for logging 52e24aecf2db uspotfilter: use ucode '??=' syntax c4b6f2f0bb1e Update README Update the package Makefile to reflect the changes from the following above-listed commits: 0ea6ad3c4e54 Makefile: mark uspot-www and uspotfilter "PKGARCH:=all" edc9ad7e60a3 uspot/uspotfilter: use ucode-mod-log for logging Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
* travelmate: update 2.1.2-2Dirk Brenken2024-01-09
| | | | | | * fix a possible re-connection issue/cornercase seen on single radio units Signed-off-by: Dirk Brenken <dev@brenken.org>
* Merge pull request #23076 from stangri/master-adblock-fastStan Grishin2024-01-08
|\ | | | | adblock-fast: bugfix: pause command
| * adblock-fast: bugfix: pause commandStan Grishin2024-01-07
| | | | | | | | | | | | | | * the pause command used to incorrectly cause block-lists reload, this has been fixed in this version Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #22440 from myszsoda/atftpd_option_enableFlorian Eckert2024-01-08
|\ \ | | | | | | atftpd: Add 'enable' config option
| * | atftpd: Add 'enable' config optionJakub Raczynski2023-11-10
| | | | | | | | | | | | | | | | | | | | | | | | Current version of atftpd daemon does automatically start when installed. This commit adds 'enable' option to config file to have control over atftpd daemon. Signed-off-by: Jakub Raczynski <myszsoda@gmail.com>
| * | atftpd: Add missing field to default configurationJakub Raczynski2023-11-10
| | | | | | | | | | | | | | | | | | | | | Although init script did consist of default value for missing 'port' field, add it to configuration file for consistency. Signed-off-by: Jakub Raczynski <myszsoda@gmail.com>
| * | atftpd: Refactor init scriptJakub Raczynski2023-11-10
| | | | | | | | | | | | | | | | | | | | | - Add local variables for read configuration - Convert uppercase to lowercase for local variables Signed-off-by: Jakub Raczynski <myszsoda@gmail.com>
* | | alist: Update to 3.30.0Tianling Shen2024-01-08
| |/ |/| | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | banip: update 0.9.3-4Dirk Brenken2024-01-07
| | | | | | | | | | | | * made the default mail template "responsive" to get a better view esp. on mobile devices Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #23070 from muink/masterTianling Shen2024-01-07
|\ \ | | | | | | sing-box: update to 1.8.0
| * | sing-box: update to 1.8.0Anya Lin2024-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features for v1.8.0: 1. Migrate cache file from Clash API to independent options 2. Introducing Rule Set 3. Add `sing-box geoip`, `sing-box geosite` and `sing-box rule-set` commands 4. Allow nested logical rules 5. Independent `source_ip_is_private` and `ip_is_private` rules 6. Add context to JSON decode error message 7. Reject internal fake-ip queries 8. Add GSO support for TUN and WireGuard system interface 9. The legacy LWIP stack has been deprecated and removed 10. Add `idle_timeout` for URLTest outbound 11. Added some new uTLS fingerprints ... Release notes: https://github.com/SagerNet/sing-box/releases/tag/v1.8.0 The new version has some breaking changes and may stop working after upgrading if use the original config. Please see the migration manual to migrate the config: https://sing-box.sagernet.org/migration/ Signed-off-by: Anya Lin <hukk1996@gmail.com>
* | | openssh: fix build failure on powerpc_8548Sibren Vasse2024-01-06
| | | | | | | | | | | | | | | | | | https://github.com/openssh/openssh-portable/commit/1036d77b34a5fa15e56f516b81b9928006848cbd Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | | openssh: bump to 9.6p1Rucke Teg2024-01-06
| | | | | | | | | | | | | | | | | | Release notes: https://www.openssh.com/txt/release-9.6 Signed-off-by: Rucke Teg <rucketeg@protonmail.com>
* | | travelmate: release 2.1.2-1Dirk Brenken2024-01-06
|/ / | | | | | | | | | | * fix a station scanning issue on single radio units (mainly a LuCI/JS issue) reported in the forum by multiple users Signed-off-by: Dirk Brenken <dev@brenken.org>
* | nfdump: add dependency on libzstdW. Michael Petullo2024-01-05
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | nginx: update to 1.25.3Tiago Gaspar2024-01-04
| | | | | | | | | | | | Update nginx to the latest version. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | wifi_schedule: fix startup problemsRani Hod2024-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: e0d7181a6 Closes: #22973 Closes: #22988 1. Make the new `startup()` function in `/usr/bin/wifi_schedule.sh` respect the global `enabled` config flag; in particular, make no changes to `/etc/config/wireless` when wifi_schedule is disabled. 2. Make the new `/etc/init.d/wifi_schedule` service script executable. Signed-off-by: Rani Hod <rani.hod@gmail.com>
* | dhtd: update to 1.0.1Moritz Warning2024-01-03
| | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | dnsproxy: Update to 0.61.1Tianling Shen2024-01-03
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | v2ray-geodata: Update to latest versinTianling Shen2024-01-03
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | v2raya: Update to 2.2.4.6Tianling Shen2024-01-03
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #23047 from neheb/fuNikos Mavrogiannopoulos2024-01-03
|\ \ | | | | | | openconnect: update to 9.12
| * | openconnect: update to 9.12Rosen Penev2024-01-02
| | | | | | | | | | | | | | | | | | Remove upstream backport and fix libxml 1.12 compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | snort: remove packageW. Michael Petullo2024-01-03
| | | | | | | | | | | | | | | | | | Replaced with snort3. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | hs20: fix compilation with libxml 2.12Rosen Penev2024-01-02
|/ / | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | netbird: update to version 0.25.2Misha Bragin2024-01-02
| | | | | | Signed-off-by: Misha Bragin <bangvalo@gmail.com>
* | snort3: add missing action-override optionEric Fahlgren2024-01-02
| | | | | | | | | | | | | | | | | | Allow use of rules as-defined, and don't override their actions. This is generally the best way to use the ruleset, and overriding their actions should only be undertaken when you fully understand how it affects their use. Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
* | snort3: compile with lzma supportJohn Audia2024-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR adds the ability of snort to process rules that target swf and pdf files requiring lzma decompression to look for malicious payloads therein. This change only increases the size of the snort3 executable by a fraction of a KB and the added dependency of liblzma (based on currently offered 5.4.4-1) is only a 169 KB shared object. Based on CPU requirements of snort, x86 users likely represent the majority user-base and space their rootfs is not an issue as it may be for lower-powered SoCs. Size of snort3-3.1.76.0-2: 7354403 bytes Size of snort3-3.1.76.0-3: 7354435 bytes Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* | Openvpn: add missing script event optionsErik Conijn2024-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @mkrkn @neheb Compile tested: aarch64, cortex-a53, OpenWRT Master Run tested: Dynalink DL-WRX36 Description: [A previous commit](https://github.com/openwrt/packages/commit/f8a8b71e26b9bdbf86fbb7d4d1482637af7f3ba4) has added more script event options. However it looked like that commit was not complete as it stops the use of the script events route-up, route-pre-down, and ipchange when those are placed in the openvpn config file. This PR fixes a regression that makes it problematic to specify certain event options in the OpenVPN configuration file. Discussion in [this thread](https://forum.openwrt.org/t/openvpn-custom-route-up-script-in-23-05-rc2/167105/13) and [here](https://forum.openwrt.org/t/openvpn-route-up-and-route-pre-down-broken-in-23-05/176568) Please have a look and consider implementing or make it possible to use all script event options in the openvpn config file in another way. Pull request has been discussed and improved with the help of @AuthorReflex, see: https://github.com/openwrt/packages/pull/21732 Signed-off-by: Erik Conijn <egc112@msn.com>
* | nqptp: Add new port nqptp for use with shairport-syncBen Klang2024-01-02
| | | | | | | | Signed-off-by: Ben Klang <bklang@wirehack.net>
* | nfdump: update to 1.7.3W. Michael Petullo2024-01-02
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | krb5: update to 1.21.2W. Michael Petullo2024-01-02
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | snowflake: update to 2.8.1Nick Hainke2024-01-02
| | | | | | | | | | | | | | Changelog: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/blob/v2.8.1/ChangeLog Signed-off-by: Nick Hainke <vincent@systemli.org>
* | sing-box: Update to 1.7.7Anya Lin2023-12-30
| | | | | | | | Signed-off-by: Anya Lin <hukk1996@gmail.com>
* | dnsdist: Enable custom load-balancing policies in the light versionRemi Gacogne2023-12-28
| | | | | | | | Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
* | banip: update 0.9.3-3Dirk Brenken2023-12-28
| | | | | | | | | | | | * more init fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | banip: update 0.9.3-2Dirk Brenken2023-12-28
| | | | | | | | | | | | | | | | | | | | * rework the device/interface auto-detection (only layer-3 network devices will be detetcted correctly), disable the auto-detection e.g. for special tunnel interfaces * supports now full gawk (preferred, if installed) and busybox awk * raise the default boot timeout to 20 seconds (if 'ban_triggerdelay' is not set) * various small fixes and improvements * readme update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | sshtunnel: update to v5.2Sergey Ponomarev2023-12-27
| | | | | | | | Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
* | sshtunnel: simplify command compositionSergey Ponomarev2023-12-27
| | | | | | | | | | | | | | | | | | | | | | | | Remove append_params and use shell expressions instead e.g. ${port:+-p $port}. Note that we can't do that with ProxyCommand because it has to be quoted. The order of options was changed from more important like hostname to just static -nN. The CompressionLevel option is removed from SSH2. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
* | sshtunnel: ProxyCommand optionSergey Ponomarev2023-12-27
| | | | | | | | | | | | | | | | | | | | The ProxyCommand may have spaces so it must be quoted. So we must use the procd_append_param. Currently the option is not supported by Dropbear. But it has -J instead which in OpenSSH means ProxyJump. So we can't use it to avoid conflict. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>