aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | xinetd: fix URLRosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | Something went wrong here. Switch to git tarballs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | snowflake: update to 2.4.2Nick Hainke2023-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in version v2.4.2 - 2023-01-13 - Issue 40208: Enhance help info for capacity flag - Issue 40232: Update README and fix help output - Issue 40173: Increase clientIDAddrMapCapacity - Issue 40177: Manually unlock mutex in ClientMap.SendQueue - Issue 40177: Have SnowflakeClientConn implement io.WriterTo - Issue 40179: Reduce turbotunnel queueSize from 2048 to 512 - Issue 40187/40199: Take ownership of buffer in QueuePacketConn QueueIncoming/WriteTo - Add more tests for URL encoded IPs (safelog) - Fix server flag name - Issue 40200: Use multiple parallel KCP state machines in the server - Add a num-turbotunnel server transport option - Issue: 40241: Switch default proxy STUN server to stun.l.google.com Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | rp-pppoe: update to 3.15Rosen Penev2023-01-14
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | atlas-probe: update to 2.6.3Rosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to git tarballs. Remove upstreamed patches and add OpenSSL patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | foolsm: update to 1.0.21Rosen Penev2023-01-14
|/ / / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | netperf: use git tarballRosen Penev2023-01-14
| | | | | | | | | | | | | | | | | | netperf.org is gone now. Only github is left. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | socat: update to 1.7.4.4Rosen Penev2023-01-14
| |/ |/| | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gnunet-fuse: update to version 0.19.1Daniel Golle2023-01-14
| | | | | | | | | | | | | | | | ChangeLog file excert: Fri Dec 30 12:51:11 AM CET 2022 Releasing gnunet-fuse 0.19.1: fix build for GNUnet 0.19.0+. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gnunet: update to version 0.19.2Daniel Golle2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNUnet has not been updated for a while due to the gnurl-situation. Now that we got libcurl-gnutls, we can update GNUnet. For details, please see the GNUnet release notes: https://www.gnunet.org/en/news/2022-09-0.17.6.html https://www.gnunet.org/en/news/2022-10-0.18.0.html https://www.gnunet.org/en/news/2022-11-0.18.1.html https://www.gnunet.org/en/news/2022-12-0.19.0.html https://www.gnunet.org/en/news/2022-12-0.19.1.html https://www.gnunet.org/en/news/2023-01-0.19.2.html Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libcurl-gnutls: add package, replaces gnURLDaniel Golle2023-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The gnURL-fork of cURL is no longer maintained as cURL finally supports probing and selecting the TLS implementation at run-time. Hence just build a gnuTLS-backed variant of libcurl, use patchelf to change the shared object name, call the result libcurl-gnutls and be done. Other distributions have opted for similar solutions. In future we could convert the curl package to provide build-variants for each TLS implementation; however, this is out of the scope of the needs of GNUnet which used to be only user of libgnurl. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | clamav: remove now obsolete iconv patchRosen Penev2023-01-13
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | safe-search: fix use with dnsmasq in ujailDaniel Golle2023-01-14
| | | | | | | | | | | | | | | | | | | | | | The safe-search package creates symlinks in a configured additional hosts directory. The link targets are inside another directory which has to be made available to dnsmasq as well. Now that support for adding additional paths to dnsmasq was added by commit openwrt/openwrt@aa12a0fdd1c5a004281633c5b0758da1781bb41c implement adding this path using the existing uci-defaults script. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libreswan: set DNSSEC_ROOTKEY_FILE, LINUX_VARIANTEneas U de Queiroz2023-01-13
| | | | | | | | | | | | | | | | | | | | Libreswan will set DEFAULT_DNSSEC_ROOTKEY_FILE from the LINUX_VARIANT variable, which is taken from the ID field in /etc/os-release. This points to the host file, which is wrong. Set both variables when calling make. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | i2pd: update to version 2.45.0Daniel Bermond2023-01-13
| | | | | | | | | | | | | | | | | | Maintainer : @yangfl (David Yang) Build system : Arch Linux x86_64 Build tested : r7800 OpenWrt git master (r21756, commit 55c32a6ce3) Run tested : r7800 OpenWrt git master (r21756, commit 55c32a6ce3) Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* | ztdns: new packageOskari Rauta2023-01-12
| | | | | | | | | | | | | | ztDNS is a dedicated DNS server for a ZeroTier virtual network. ztdns is alternative to zerotier's own zeronds. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | xinetd: add processing of redirect option in init scriptHelge Mader2023-01-11
| | | | | | | | Signed-off-by: Helge Mader <ma@dev.tdt.de>
* | frp: update to 0.46.1Van Waholtz2023-01-10
| | | | | | | | Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* | frp: update to 0.46.0Van Waholtz2023-01-10
| | | | | | | | | | | | Add `test.sh`. Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* | ocserv: disable libmaxminddb detectionHannu Nyman2023-01-10
| | | | | | | | | | | | | | | | Disable libmaxminddb detection to fix a build error due to missing dependency. (the libmaxminddb library is now detected, but is unncessary.) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | knot: disable libmaxminddb detectionHannu Nyman2023-01-10
| | | | | | | | | | | | | | | | Disable libmaxminddb detection to fix a build error due to missing dependency. (the libmaxminddb library is now detected, but is unncessary.) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | speedtestpp: drop libxml2 dependencyOskari Rauta2023-01-10
| | | | | | | | | | Co-authored-by: Tianling Shen <cnsztl@gmail.com> Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | bind: disable geoipJavier Marcet2023-01-09
| | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info> [modified also PKG_RELEASE]
* | ddns-scripts: add support for LuaDNSJihoon Han2023-01-09
| | | | | | | | Signed-off-by: Jihoon Han <rapid_renard@renard.ga>
* | Merge pull request #20244 from stargieg/ddns-scriptsFlorian Eckert2023-01-09
|\ \ | | | | | | ddns-scripts: add strato ipv6 support
| * | ddns-scripts: add strato ipv6 supportPatrick Grimm2023-01-08
| | | | | | | | | | | | Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
* | | xray-core: Update to 1.7.2Tianling Shen2023-01-09
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #19358 from AenBleidd/vko_add_boinc-wrapperTianling Shen2023-01-08
|\ \ \ | |/ / |/| | boinc-wrapper: add new package
| * | boinc-wrapper: add new packageVitalii Koshura2023-01-04
| | | | | | | | | | | | Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
* | | Merge pull request #20201 from LecrisUT/ddns-scripts/pdnsTianling Shen2023-01-08
|\ \ \ | | | | | | | | ddns-scripts: Allow setting root record for pdns script
| * | | ddns-scripts: Allow setting root record for pdns scriptCristian Le2022-12-31
| | | | | | | | | | | | | | | | Signed-off-by: Cristian Le <git@lecris.me>
* | | | udphp-client: new packageAlmaz Gaifullin2023-01-07
| | | | | | | | | | | | | | | | Signed-off-by: Almaz Gaifullin <gargargar@yandex.ru>
* | | | Merge pull request #20212 from gstrauss/lighttpd-1.4.68Hannu Nyman2023-01-07
|\ \ \ \ | |_|_|/ |/| | | lighttpd: update to lighttpd 1.4.68 release hash
| * | | lighttpd: collect mods now built into lighttpd exeGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | lighttpd: fix meson buildGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | lighttpd: remove patch included upstreamGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | lighttpd: update to lighttpd 1.4.68 release hashGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | lighttpd: modify build cmd for type: feature optsGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modify build command for meson type: feature options remove -Dwith_libev=disabled (option no longer has any effect) Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | Merge pull request #20166 from stangri/master-pbrStan Grishin2023-01-03
|\ \ \ \ | |/ / / |/| | | pbr: add provides: pbr to variants
| * | | pbr: add provides: pbr to variantsStan Grishin2022-12-23
| | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | bind: start up with -4 if not listening on ipv6 addressesPhilip Prindeville2023-01-02
| |/ / |/| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | stubby: bump to 0.4.3Rudy Andram2022-12-31
| | | | | | | | | Signed-off-by: Rudy Andram <rmandrad@gmail.com>
* | | Merge pull request #20182 from stintel/issue_16691Philip Prindeville2022-12-28
|\ \ \ | | | | | | | | strongswan: fix typo in strongswan-mod-nonce description
| * | | strongswan: fix typo in strongswan-mod-nonce descriptionStijn Tintel2022-12-28
| | | | | | | | | | | | | | | | | | | | Fixes: #16691 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | bind: update to version 9.18.10Philip Prindeville2022-12-28
|/ / / | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | v2ray-geodata: Update to latest versionTianling Shen2022-12-27
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | v2ray-core: Update to 5.2.0Tianling Shen2022-12-27
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | xray-core: Update to 1.7.0Tianling Shen2022-12-27
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | natmap: update to 20221225Richard Yu2022-12-26
| | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | natmap: fix service not stopped when disabled in luciRichard Yu2022-12-26
| | | | | | | | | | | | | | | | | | | | | luci removes `enable` option when disabled, fix by setting default value to 0. Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | natmap: add Package/conffilesRichard Yu2022-12-26
| | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>