aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* tunneldigger-broker: add broker for tunneldiggerNick Hainke2023-06-12
| | | | | | | | | | | | | | | | | | In mesh communities, tunneldigger is widely used to create L2TPv3 tunnels and mesh via them. Since the broker is typically installed on other distributions, the openwrt broker package has not received any maintenance in recent years [0]. I take now care of the further maintaince of this package. Furthermore, I consulted with the maintainers to ensure that they were comfortable with the change [1]. This PR is just a refactoring of the already existing opkg package from wlanslovenija. It fixes config parsing and in general the config, adapts to the new python syntax and fixes dependency handling. - [0] https://github.com/wlanslovenija/firmware-packages-opkg/tree/master/net/tunneldigger-broker - [1] https://github.com/wlanslovenija/firmware-packages-opkg/issues/24 Signed-off-by: Nick Hainke <vincent@systemli.org>
* netavark: update to v1.6.0Oskari Rauta2023-06-12
| | | | | | | | | | | | | netavark v1.6.0 was released, so instead of using git version, use release. Does not contain very much of changes, but list is available from netavark's commit log. Software now comes with additional tool named netavark-dhcp-proxy-client which is now included in package. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* xtables-addons: fix compilation error on kernel 6.1Christian Marangi2023-06-11
| | | | | | | | | | | | | | | | | | | | | | Fix compilation error on kernel 6.1. Fix compilation error: In file included from /mnt/Data/Sources/openwrt/x-wrt/build_dir/target-aarch64_cortex-a72_musl/linux-bcm27xx_bcm2711/xtables-addons-3.24/extensions/LUA/controller.h:24, from /mnt/Data/Sources/openwrt/x-wrt/build_dir/target-aarch64_cortex-a72_musl/linux-bcm27xx_bcm2711/xtables-addons-3.24/extensions/LUA/xt_LUA_target.c:27: /mnt/Data/Sources/openwrt/x-wrt/build_dir/target-aarch64_cortex-a72_musl/linux-bcm27xx_bcm2711/xtables-addons-3.24/extensions/LUA/lua/lua.h:12:10: fatal error: stddef.h: No such file or directory 12 | #include <stddef.h> | ^~~~~~~~~~ compilation terminated. The error is caused by commit 04e85bbf71c9 ("isystem: delete global -isystem compile option") present upstream from kernel 5.16. This commit dropped the inclusion of system headers by default and caused error on LUA module. Following what is done in the commit for the required code, modify the LUA Kbuild to include these header and restore correct compilation of the LUA module. Fixes: #21294 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* aardvark-dns: update to v1.6.0Oskari Rauta2023-06-12
| | | | | | | | | | aardvark-dns v1.6.0 was released, so instead of using git version, use release - similarly like netavark. Very much hasn't changed but list of changes is in git commit log of aardvark-dns. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* dnsproxy: Update to 0.50.2Tianling Shen2023-06-12
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* nginx: bump to new 1.25.0 releaseChristian Marangi2023-06-11
| | | | | | | | | | | Bump nginx to new 1.25.0 release. Changes: *) Feature: experimental HTTP/3 support. Every patch automatically refreshed. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* Merge pull request #21282 from stangri/master-curlStan Grishin2023-06-11
|\ | | | | curl: update to 8.1.2
| * curl: update to 8.1.2Stan Grishin2023-06-05
| | | | | | | | | | | | * https://curl.se/changes.html#8_1_2 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | nginx: fix problem with migration of uci conf templateChristian Marangi2023-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some problem with migration of uci conf template and include of module.d directive. Fix 2 case: - uci.conf.template not versioned but with the include module.d resulting in double include module.d - uci.conf.template version 1.1 with the include module.d at the end of the config. This is problematic for nginx as modules must be included before any http directive. Handle this 2 case to restore a working uci.conf.template configuration on migrated config. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | nginx-util: bump uci conf template versionChristian Marangi2023-06-11
| | | | | | | | | | | | | | Bump uci conf template version to 1.2 to sync with nginx version handling some migration problem. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | transmission: Fix env variables passingLeonid Bogdanov2023-06-11
| | | | | | | | | | | | | | It's not possible to configure custom Transmission web home as corresponding env var gets overwritten by the command that sets CA bundle env var. Signed-off-by: Leonid Bogdanov <leonidbogdanov86@gmail.com>
* | netbird: update to 0.21.1Oskari Rauta2023-06-11
| | | | | | | | | | | | Release notes: https://github.com/netbirdio/netbird/releases Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | acme-acmesh: Bump to version 3.0.6Toke Høiland-Jørgensen2023-06-09
| | | | | | | | | | | | Important security fix. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | openvpn: fix ipchange hotplug eventIvan Pavlov2023-06-09
| | | | | | | | | | | | | | | | | | | | In f8a8b71e26b9bdbf86fbb7d4d1482637af7f3ba4 openvpn introduced new hotplug events. For server config, ipchange hotplug event produces an error. So, make ipchange hotplug event for client only Fixes https://github.com/openwrt/packages/issues/21200 Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | crowdsec: new upstream release version 1.5.2S. Brusch2023-06-08
| | | | | | | | | | | | | | | | | | | | | | Update crowdsec to latest upstream release version 1.5.2 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
* | knot: update to version 3.2.7Jan Hák2023-06-07
| | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | pdns: update to 4.8.0Peter van Dijk2023-06-06
| | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | adguardhome: bump to 0.107.29Dobroslaw Kijowski2023-06-06
|/ | | | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.26 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.27 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.28 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.29 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* banip: release 0.8.7-1Dirk Brenken2023-06-05
| | | | | | | | | | | * Optionally auto-add entire subnets to the blocklist Sets based on an additional RDAP request with the monitored suspicious IP, set 'ban_autoblocksubnet' accordingly (disabled by default). For more information regarding RDAP see https://www.ripe.net/manage-ips-and-asns/db/registration-data-access-protocol-rdap for reference. * small fixes & cosmetics * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* snort3: update to 3.1.63.0John Audia2023-06-05
| | | | | | | | | | Upstream bump Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* speedtestcpp: add new packageOskari Rauta2023-06-04
| | | | | | | | | | | | | | | | | | speedtestcpp is a fork of Taganaka's speedtest, rewritten. It has some improvements such as - interactive result show - use server recommended profiles, which makes it faster (can be disabled) - and more.. It also provides it's functions in shared and static libraries and offers development headers for integrating speedtest to features to another projects. This commit replaces speedtestpp since this fork has all the same features + more. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* 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>