aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* xfrpc: update to 2.6.633Dengfeng Liu2023-06-04
| | | | | | support socks5 Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* dnsproxy: Update to 0.49.2Tianling Shen2023-06-02
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* nfs-kernel-server: remove libwrap from the dependenciesMaxim Storchak2023-06-02
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* Merge pull request #20747 from blocktrron/respondd-20230330David Bauer2023-06-01
|\ | | | | respondd: add new package
| * respondd: add packageDavid Bauer2023-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | This adds the respondd package, a protocol used primarily with Freifunk and the Gluon mesh-framework for collecting statistics. For more information, see the project readme. Ref: https://github.com/freifunk-gluon/respondd/ Tested: mpc85xx-p1020 / mediatek-filogic Signed-off-by: David Bauer <mail@david-bauer.net>
* | v2ray-geodata: Update to latest versionTianling Shen2023-06-01
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | v2ray-core: Update to 5.7.0Tianling Shen2023-06-01
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | cloudflared: Update to 2023.5.1Tianling Shen2023-06-01
| | | | | | | | | | | | Fixed build issue with Go 1.20. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #21079 from hgl/acme-commonToke Høiland-Jørgensen2023-05-31
|\ \ | | | | | | acme: improve
| * | acme: standardize key_typeGlen Huang2023-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keylength, being an acme.sh value type, uses pure numbers for rsa keys. This can be disorienting for other acme clients. This change introduces a new option "key_type" that aims to remove this ambiguity, and makes all key type names follow the same pattern, making acme-common more client agnostic. Signed-off-by: Glen Huang <me@glenhuang.com>
| * | acme-common: no exporting webrootGlen Huang2023-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | ACME clients shouldn't deal with deprecated values. They should be processed by acme-common. Reformatting is done by shfmt. Signed-off-by: Glen Huang <me@glenhuang.com>
* | | apfree-wifidog: Update to 6.02.1939Dengfeng Liu2023-05-31
| | | | | | | | | | | | | | | | | | | | | 1. support fw4 2. support openssl3.0 Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | | freeradius3: Update to 3.0.26Jianhui Zhao2023-05-29
| | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | lighttpd: update to lighttpd 1.4.71 release hashGlenn Strauss2023-05-28
| | | | | | | | | | | | | | | | | | remove patches included upstream Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | tailscale: update to 1.42.0Zephyr Lykos2023-05-27
| | | | | | | | | | | | Signed-off-by: Zephyr Lykos <git@mochaa.ws>
* | | Merge pull request #21177 from stangri/master-https-dns-proxyStan Grishin2023-05-26
|\ \ \ | | | | | | | | https-dns-proxy: update to 2023-05-25-1
| * | | https-dns-proxy: update to 2023-05-25-1Stan Grishin2023-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to a new upstream commit, fixes #19366 * update patches/010-cmakelists-remove-cflags.patch as upstream file was update * remove patches/020-cmakelists-add-version.patch as version is now set elsewhere * add patches/020-src-options.c-add-version.patch to set the version information * adjust PROCD START time to 95 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | nginx: refactor MakefileGlen Huang2023-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make modules follow a naming convention, which enables: 1. Inline ADDITIONAL_MODULES into CONFIGURE_ARGS 2. Consolidate some parts of Quilt and Download for each module into BuildModule Signed-off-by: Glen Huang <me@glenhuang.com> [ fix conflict error ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | nginx: make nginx-mod-luci depend on nginx-sslGlen Huang2023-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change dependency from nginx virtual migration package to nginx-ssl for nginx-mod-luci nginx module package. Signed-off-by: Glen Huang <me@glenhuang.com> [ add commit description ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | mstpd: drop package (replaced by ustp in core)Alexandru Ardelean2023-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenWrt core has a package called ustp which is an OpenWrt adaptation (from mstpd) for OpenWrt (using libubox, libubus, etc). No sense in keeping mstpd anymore. We can just update ustp. Also, if mstpd has any updates, they can be ported over to ustp too. Abandoned PR: https://github.com/openwrt/packages-abandoned/pull/30 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | | | Merge pull request #21149 from stangri/master-curlStan Grishin2023-05-26
|\ \ \ \ | |/ / / |/| | | curl: update to 8.1.1
| * | | curl: update to 8.1.1Stan Grishin2023-05-23
| | | | | | | | | | | | | | | | | | | | | | | | * https://curl.se/changes.html#8_1_1 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | openvpn-easy-rsa: update to 3.1.3Luiz Angelo Daros de Luca2023-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 3.0.9 of EasyRSA introduces OpenSSL 3 (3.0.3) support. For other changes, see: - https://github.com/OpenVPN/easy-rsa/releases/tag/v3.0.9 - https://github.com/OpenVPN/easy-rsa/releases/tag/v3.1.0 - https://github.com/OpenVPN/easy-rsa/releases/tag/v3.1.1 - https://github.com/OpenVPN/easy-rsa/releases/tag/v3.1.2 - https://github.com/OpenVPN/easy-rsa/releases/tag/v3.1.3 Closes #21142 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | uwsgi: Update to 2.0.21, refresh patchesJeffery To2023-05-26
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version includes support for Python 3.11. This also: * Updates Build/Compile to only build selected subpackages. * Removes the submenu in menuconfig; there are too few subpackages to justify the extra complexity. Fixes: https://github.com/openwrt/packages/issues/21163 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | curl: update to 8.1.0Stan Grishin2023-05-23
| | | | | | | | | | | | | | | | | | * https://curl.se/changes.html#8_1_0 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | snort3: update to 3.1.62.0John Audia2023-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream bump Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* | | ocserv: add otp config optionThlv Alivs2023-05-21
| | | | | | | | | | | | | | | | | | | | | | | | and also fix build error: Package ocserv is missing dependencies for the following libraries: liboath.so.0 Signed-off-by: Thlv Alivs <zgmzzzz18@gmail.com>
* | | transmission: add missing nls.mk includeMarius Dinu2023-05-21
| | | | | | | | | | | | | | | | | | Fixes issue #21016. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | | tailscale: update to 1.40.1Zephyr Lykos2023-05-21
| | | | | | | | | | | | Signed-off-by: Zephyr Lykos <git@mochaa.ws>
* | | nginx: add configure flag --with-compatGlen Huang2023-05-20
| | | | | | | | | | | | | | | | | | | | | | | | Without it, nginx could complain about incompatible dynamic modules Signed-off-by: Glen Huang <me@glenhuang.com> [ fix conflict error on cherry-pick ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | nginx: introduce migration for old uci conf templateChristian Marangi2023-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce support for migration of old uci conf template to new version. Uci conf template are saved in config backup. This cause problem on config restore as old config template might have compatibility problem with new nginx implementation. Add logic to migrate the template script at runtime to correctly align to latest change from nginx and nginx-util. Fixes: 65a676ed56fb ("nginx: introduce support for dynamic modules") Fixes: #20904 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | nginx-util: add version to UCI conf templateChristian Marangi2023-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add versioning to UCI conf template as a commented version. This permits the introduction of migration script since the template is saved and restored config restore. The migration script are handled by nginx init.d script. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | openvpn: Add more hotplug eventsMichal Hrusecky2023-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenVPN supports more hooks than just 'up' and 'down'. Especially reacting to 'route-up' and 'route-pre-down' events could be important. When routing table changes, it can make sense to adapt firewall, run some tests or change even more routes. This change passes those events to hotplug, so it is easy to react to them without changing configuration files provided by VPN provider. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | scapy: update to 2.5.0W. Michael Petullo2023-05-20
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | nfdump: update to 4.2.0W. Michael Petullo2023-05-20
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #21103 from jefferyto/gensio-without-goTianling Shen2023-05-20
|\ \ \ | | | | | | | | gensio: Fix build on build host with Go compiler
| * | | gensio: Fix build on build host with Go compilerJeffery To2023-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the build host has the Go compiler installed, then configure will detect this and will try to compile gensio's Go support, leading to a build failure. This disables Go support entirely to fix this build failure. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | cloudflared: support setting tunnel tokenScott McKenzie2023-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows user to provide a token for Cloudflare tunnel. When provided along with credentials, this will take precedence. Signed-off-by: Scott McKenzie <scott@noizyland.net>
* | | | natmap: add myself to maintainersRay Wang2023-05-20
| | | | | | | | | | | | | | | | Signed-off-by: Ray Wang <r@hev.cc>
* | | | natmap: update to 20230519Ray Wang2023-05-20
|/ / / | | | | | | | | | Signed-off-by: Ray Wang <r@hev.cc>
* | | transmission: add missing ftruncate64 syscallDaniel Golle2023-05-19
| | | | | | | | | | | | | | | | | | | | | Transmission 4.0.3 started using the ftruncate64 syscall. Add it to the list of allowed syscalls. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | arp-scan: fix missing libcap dependencyNick Hainke2023-05-18
| | | | | | | | | | | | | | | | | | | | | arp-scan complains about missing libcap dependency. Disable the dependency. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | crowdsec: new upstream release version 1.5.1S. Brusch2023-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update crowdsec to latest upstream release version 1.5.1 Signed-off-by: S. Brusch <ne20002@gmx.ch> Maintainer: Kerma Gérald <gandalf@gk2.net> Run tested: ipq40xx/generic, Fritzbox 4040, Openwrt 22.03.5 Description: update to latest version of upstream
* | | tgt: Update to 1.0.86Tianling Shen2023-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so just having _GNU_SOURCE defined is not enough anymore. Manually pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | transmission: add new syscall needed with musl 1.2.4Daniel Golle2023-05-18
| | | | | | | | | | | | | | | | | | | | | Apparently the "revcmsg" syscall is now needed, add it to the list of allowed syscalls. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | crowdsec: fix compilation with musl 1.2.4Nick Hainke2023-05-17
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _LARGEFILE64_SOURCE has to be defined in the source, or CFLAGS can be used to pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions. Fixes errors in the form of: Building targets github.com/mattn/go-sqlite3 sqlite3-binding.c:35901:42: error: 'pread64' undeclared here (not in a function); did you mean 'pread'? 35901 | { "pread64", (sqlite3_syscall_ptr)pread64, 0 }, | ^~~~~~~ | pread sqlite3-binding.c:35919:42: error: 'pwrite64' undeclared here (not in a function); did you mean 'pwrite'? 35919 | { "pwrite64", (sqlite3_syscall_ptr)pwrite64, 0 }, | ^~~~~~~~ | pwrite sqlite3-binding.c: In function 'seekAndRead': sqlite3-binding.c:35905:49: error: unknown type name 'off64_t'; did you mean 'off_t'? 35905 | #define osPread64 ((ssize_t(*)(int,void*,size_t,off64_t))aSyscall[10].pCurrent) | ^~~~~~~ sqlite3-binding.c:38767:11: note: in expansion of macro 'osPread64' 38767 | got = osPread64(id->h, pBuf, cnt, offset); | ^~~~~~~~~ sqlite3-binding.c:35905:58: error: expected ')' before 'aSyscall' 35905 | #define osPread64 ((ssize_t(*)(int,void*,size_t,off64_t))aSyscall[10].pCurrent) | ~ ^~~~~~~~ sqlite3-binding.c:38767:11: note: in expansion of macro 'osPread64' 38767 | got = osPread64(id->h, pBuf, cnt, offset); | ^~~~~~~~~ sqlite3-binding.c: In function 'seekAndWriteFd': sqlite3-binding.c:35923:57: error: unknown type name 'off64_t'; did you mean 'off_t'? 35923 | #define osPwrite64 ((ssize_t(*)(int,const void*,size_t,off64_t))\ | ^~~~~~~ sqlite3-binding.c:38896:17: note: in expansion of macro 'osPwrite64' 38896 | do{ rc = (int)osPwrite64(fd, pBuf, nBuf, iOff);}while( rc<0 && errno==EINTR); | ^~~~~~~~~~ sqlite3-binding.c:35924:21: error: expected ')' before 'aSyscall' 35924 | aSyscall[13].pCurrent) | ^~~~~~~~ sqlite3-binding.c:38896:17: note: in expansion of macro 'osPwrite64' 38896 | do{ rc = (int)osPwrite64(fd, pBuf, nBuf, iOff);}while( rc<0 && errno==EINTR); | ^~~~~~~~~~ sqlite3-binding.c:35923:21: note: to match this '(' 35923 | #define osPwrite64 ((ssize_t(*)(int,const void*,size_t,off64_t))\ | ^ sqlite3-binding.c:38896:17: note: in expansion of macro 'osPwrite64' 38896 | do{ rc = (int)osPwrite64(fd, pBuf, nBuf, iOff);}while( rc<0 && errno==EINTR); | ^~~~~~~~~~ make[2]: *** [Makefile:153: /home/nick/openwrt/build_dir/target-aarch64_cortex-a53_musl/crowdsec-1.4.6/.built] Error 1 make[2]: Leaving directory '/home/nick/openwrt/feeds/packages/net/crowdsec' Signed-off-by: Nick Hainke <vincent@systemli.org>
* | nfs-kernel-server: fix compilation with musl 1.2.4Tianling Shen2023-05-17
| | | | | | | | | | | | | | | | | | musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so just having _GNU_SOURCE defined is not enough anymore. Manually pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | openssh: sftp no longer needs crypto or zlib.Darren Tucker2023-05-17
| | | | | | | | | | | | | | | | | | | | OpenSSH 9.1p1 removed remaining dependencies and stopped linking sftp, sftp-server and scp against libcrypto or libz. This change moves those package dependencies from the default to those that still need them. In particular, this will allow sftp-server to be installed for use with Dropbear without needing to install zlib or openssl. Signed-off-by: Darren Tucker <dtucker@dtucker.net>
* | openssh: Use CDN first for source downloads.Darren Tucker2023-05-17
| | | | | | | | | | | | Also point to https for website. Signed-off-by: Darren Tucker <dtucker@dtucker.net>
* | libreswan: update to 4.11Lucian Cristian2023-05-17
| | | | | | | | | | | | Fixes https://libreswan.org/security/CVE-2023-30570 Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>