aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* uspot: update to Git HEAD (2024-05-03)Thibaut VARÈNE2024-05-04
| | | | | | | | | | | | | | 5e2d15a110bb treewide: remove tip_mode e2dbdef4cf1e treewide: rename spotfilter -> uspotfilter ef0f5291365b uspot/uspotfilter: implement disconnect_delay 92d3356d3fb3 update README Update the package Makefile to reflect the changes from the following above-listed commit: e2dbdef4cf1e treewide: rename spotfilter -> uspotfilter Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
* v2ray-core: Update to 5.16.0Tianling Shen2024-05-03
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* alist: Update to 3.34.0Tianling Shen2024-05-03
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.71.1Tianling Shen2024-05-03
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* speedtest-go: add new packageTeleostNaCl Dai2024-05-03
| | | | | | | | This is a Command Line Interface (CLI) and pure Go API to test internet speed using speedtest.net. Its upstream is https://github.com/showwin/speedtest-go Signed-off-by: TeleostNaCl Dai <teleostnacl@gmail.com>
* v2ray-geodata: Update to latest versionTianling Shen2024-05-03
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: Update to 1.8.11Tianling Shen2024-05-03
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* nextdns: Update to version 1.43.3Olivier Poitrey2024-05-01
| | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* banip: update 0.9.5-4Dirk Brenken2024-05-01
| | | | | | | * optimized adding suspicious IPs to Sets in the log monitor * re-added ipblackhole feed Signed-off-by: Dirk Brenken <dev@brenken.org>
* frr: fix host build error on macOSGeorgi Valkov2024-04-30
| | | | | | | | | | | | | | | Fixes: lib/command_graph.c:16:1: error: argument to 'section' attribute is not valid for this target: mach-o section specifier requires a segment and section separated by a comma DEFINE_MTYPE_STATIC(LIB, CMD_TOKENS, "Command Tokens"); ^ ./lib/memory.h:139:2: note: expanded from macro 'DEFINE_MTYPE_STATIC' DEFINE_MTYPE_ATTR(group, name, static, desc) \ ^ ./lib/memory.h:109:26: note: expanded from macro 'DEFINE_MTYPE_ATTR' __attribute__((section(".data.mtypes"))) = { { \ [1] https://github.com/FRRouting/frr/pull/6032 [2] https://github.com/FRRouting/frr/pull/15890 Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* ser2net: update to 4.6.2Yegor Yefremov2024-04-30
| | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* gensio: update to 2.8.4Yegor Yefremov2024-04-30
| | | | | | Remove the upstreamed patches. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* pdns-recursor: update to 5.0.4, fixes CVE-2024-25583Peter van Dijk2024-04-30
| | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* dnsproxy: add three new featuresEmily H.2024-04-30
| | | | | | | | | | This commit adds the following features: 1. UCI support for local DNS over HTTPS/TLS/QUIC server. 2. UCI support for using private reverse DNS. 3. procd jail with CAP_NET_BIND_SERVICE, allowing dnsproxy to serve on standard ports directly. Signed-off-by: Emily H. <battery_tag708@simplelogin.com>
* transmission: update to version 4.0.5Josef Schlehofer2024-04-30
| | | | | | | Release notes: https://github.com/transmission/transmission/releases/tag/4.0.5 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* sing-box: update to 1.8.12brvphoenix2024-04-30
| | | | Signed-off-by: brvphoenix <brvphoenix@gmail.com>
* Merge pull request #24034 from rs/nextdns-1.43.1-masterStan Grishin2024-04-28
|\ | | | | nextdns: Update to version 1.43.1
| * nextdns: Update to version 1.43.1Olivier Poitrey2024-04-28
| | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | nmap: add patch fixing compilation error with no OpenSSL DTLSChristian Marangi2024-04-28
| | | | | | | | | | | | Add patch fixing compilation error with no OpenSSL DTLS support. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | nmap: update to version 7.95Josef Schlehofer2024-04-28
| | | | | | | | | | | | | | | | | | | | | | - Remove patch 010-Build-based-on-OpenSSL-version.patch since it was backported and now it is included in 7.95 release - Patch 030-ncat-drop-ca-bundle.patch was refreshed Release notes: https://nmap.org/changelog.html#7.95 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | nmap: use git as source and bump to PCRE2 support commitChristian Marangi2024-04-28
| | | | | | | | | | | | | | | | | | | | | | | | Use git as source and bump version to PCRE2 support commit. Move nmap to PCRE2 library as PCRE is EOL and won't receive any security update in the future. Patch 001-Use-correct-HAVE_-macros-for-Lua-5.4.-Fixes-2648.patch has been merged upstream and can be dropped. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | nmap: bump to version 7.94Christian Marangi2024-04-28
|/ | | | | | | | | | | | Bump to version 7.94. Nmap now require lua 5.4. Patch 020-Python3-port-of-ndiff.patch has been merged upstream and can be dropped. Patch 001-Use-correct-HAVE_-macros-for-Lua-5.4.-Fixes-2648.patch is now required to fix a problem with header inclusion for lua 5.4. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* nextdns: Update to version 1.43.0Olivier Poitrey2024-04-28
| | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* hev-socks5-server: add new packageRay Wang2024-04-28
| | | | | | | | HevSocks5Server is a high-performance socks5 server for Unix. More details: https://github.com/heiher/hev-socks5-server Signed-off-by: Ray Wang <r@hev.cc>
* snort3: fix bug with unset variableEric Fahlgren2024-04-27
| | | | | | | | - Parameter not set in two places: /usr/bin/snort-mgr: eval: line 125: options: parameter not set Reported-by: @klingon888 Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
* snort3: add patch and move to PCRE2Christian Marangi2024-04-27
| | | | | | | Add experimental patch and move package to PCRE2 as PCRE is EOL and won't receive any security updates anymore. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* cloudflared: Update to 2024.4.1Tianling Shen2024-04-27
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* librespeed-go: improve the descriptionNathan Friedly2024-04-27
| | | | | | This swaps the order of the lines in the description so that when LuCI displays only the first line, it still offers some helpful information. Signed-off-by: Nathan Friedly <nathan@nfriedly.com>
* p910nd: set bidi only if not already setPaul Donald2024-04-26
| | | | | | Closes #23774 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
* banip: update 0.9.5-3Dirk Brenken2024-04-26
| | | | | | | * allow multiple protocol/port definitions per feed, e.g. 'tcp udp 80 443 50000' * removed the default protocol/port limitation from asn feed Signed-off-by: Dirk Brenken <dev@brenken.org>
* jool: update documentationGoetz Goerisch2024-04-26
| | | | | | | | * corrected the documentation links for upstream * fixed style to be correctly rendered * add reference to OpenWrt tutorial Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
* Merge pull request #23984 from stangri/master-adblock-fastStan Grishin2024-04-25
|\ | | | | adblock-fast: bugfix: unbound-related fixes
| * adblock-fast: bugfix: unbound-related fixesStan Grishin2024-04-21
| | | | | | | | | | | | | | | | | | * include `server:` directive at the top of unbound file * update unbound-related outputGzip variable to include full path * return always_nxdomain for blocked domains * also update copyright stamp/license Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #23991 from friendly-bits/master-geoip-shellDirk Brenken2024-04-25
|\ \ | | | | | | geoip-shell: update to v0.5.2
| * | geoip-shell: update to v0.5.2Anton Khazan2024-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since v0.5: Bugfixes: - bugfix: 'geoip-shell on' command errors out on iptables-based systems - bugfix: when changing the update cron schedule, old cron job does not get removed - bugfix: in some edge cases, the update cron job may not be created - bugfix: incorrect mask bits used when creating a rule allowing ipv6 link-local connections (/8 instead of /10) - bugfix: geoip-shell-fetch.sh: fix running without root permissions Improvements: - nftables variant: attach the base chain to the prerouting netfilter hook with priority -141 (rather than -150) to make rules processing deterministic when other rules exist which have priority 'mangle' (-150), making it easier to create custom rules which will be processed before geoip-shell rules - include information on currently used firewall backend utility (nftables or iptables) in the status report - avoid unnecessary re-fetching of ip lists when running 'geoip-shell configure' - randomize the default update schedule's minute between 10 and 20 (previously was always 15) - randomize the automatic update second between 0 and 59 - improve console messages and the status report - update and improve the general documentation - improve OpenWrt-specific documentation Signed-off-by: Anton Khazan <antonk.d3v@gmail.com>
* | | Merge pull request #23911 from qosmio/nebula-fix-release-numberStan Grishin2024-04-24
|\ \ \ | | | | | | | | nebula: Use APK style release number
| * | | nebula: Use APK style release numberSean Khan2024-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Stan Grishin <stangri@melmac.ca> Run tested: aarch64, Dynalink DL-WRX36, Master Branch Signed-off-by: Sean Khan <datapronix@protonmail.com>
* | | | natmap: add log_std{out,err} optionsRay Wang2024-04-24
| | | | | | | | | | | | | | | | | | | | | | | | Introduce `log_stdout` and `log_stderr` options for managing logging output. Signed-off-by: Ray Wang <r@hev.cc>
* | | | snort3: use local tarballsRosen Penev2024-04-23
| | | | | | | | | | | | | | | | | | | | | | | | Avoids having a bad tarball name with just the version. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | modemmanager: add missing PKG_VERSION for APKFlorian Eckert2024-04-23
| |/ / |/| | | | | | | | | | | | | | | | | The 'PKG_VERSION' string was missing and only 'PKG_SOURCE_VERSION' string was used. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | xtables-addons: fix broken compile with external ToolchainChristian Marangi2024-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken compile with external Toolchain. Commit 32aaaaa7d379 ("xtables-addons: pass correct flags to compile and install") simplified and dropped the custom Compile/Install in favor of the default one. Problem is that it dropped DESTDIR resulting in the package having problem on finishing install. The commit then was reworked with c83b8787a5f8 ("xtables-addons: adapt build to EXTERNAL_TOOLCHAIN" that reintroduced DESTDIR and also introduced a useless custom flag to fix wrong ARCH. ARCH is fixed by kernel.mk and doesn't depend on external Toolchain or not. For ARCH that require fixing, kernel.mk should be fixed instead of adding custom function to packages Makefile. Drop the custom ARCH handling and use Compile/Install everytime. Fixes: 32aaaaa7d379 ("xtables-addons: pass correct flags to compile and install") Fixes: c83b8787a5f8 ("xtables-addons: adapt build to EXTERNAL_TOOLCHAIN") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | dnsproxy: Update to 0.70.0Tianling Shen2024-04-22
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | v2ray-core: Update to 5.15.3Tianling Shen2024-04-22
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | tailscale: Update to 1.64.2Zephyr Lykos2024-04-21
| | | | | | | | | | | | | | | | | | <https://github.com/tailscale/tailscale/releases/v1.64.2> Signed-off-by: Zephyr Lykos <git@mochaa.ws>
* | | banip: update 0.9.5-2Dirk Brenken2024-04-21
| | | | | | | | | | | | | | | | | | | | | | | | * fixed possible Set search race condition (initiated from LuCI frontend) * fixed the "no result" Set search problem in LuCI * removed abandoned feeds: spamhaus edrop (was merged with spamhaus drop) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | nginx: bump to 1.25.5 releaseChristian Marangi2024-04-21
| | | | | | | | | | | | | | | | | | | | | | | | Bump nginx to 1.25.5 release. Patch automatically refreshed with make package/nginx/refresh. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | uwsgi: update Maintainer nameChristian Marangi2024-04-21
| | | | | | | | | | | | | | | | | | Update maintainer name with real name for Christian Marangi. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | uwsgi: bump to latest 2.0.25.1 releaseChristian Marangi2024-04-21
| |/ |/| | | | | | | | | | | | | | | Bump to latest 2.0.25.1 release Drop upstream PCRE2 patch and alarm memory leak fix. Rework and refresh patch due to release bump. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | Merge pull request #23969 from dibdot/curlJosef Schlehofer2024-04-20
|\ \ | | | | | | curl: fix/bump PKG_RELEASE, remove maintainer
| * | curl: fix/bump PKG_RELEASE, remove maintainerDirk Brenken2024-04-20
| | | | | | | | | | | | | | | | | | | | | | | | * make PKG_RELEASE numeric again * made a release bump due to a newly added patch (see https://github.com/openwrt/packages/commit/de4ef9d169a182350796afca778742bf68052af4 for details) * remove maintainer (as requested in #23890 Signed-off-by: Dirk Brenken <dev@brenken.org>