aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* v2raya: Update to 1.5.8.1Tianling Shen2022-06-19
| | | | | | | 1. Switched to use prebuilt web files to get rid of massive Node.js. 2. Increased nofile limitation to avoid "too many open files" error. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* treewide: remove PKG_INSTALL for meson projectsRosen Penev2022-06-15
| | | | | | It doesn't seem to be used by meson. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #18739 from mhei/ser2net-updateMichael Heimpold2022-06-15
|\ | | | | Update gensio to 2.4.2 and ser2net to 4.3.6
| * ser2net: update to 4.3.6Michael Heimpold2022-06-11
| | | | | | | | | | | | | | We need to add an upstream patch as well, which fixes disabling the newly introduced PAM support. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * gensio: update to 2.4.2Michael Heimpold2022-06-10
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | dnsdist: update to 1.7.2Peter van Dijk2022-06-14
| | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | dawn: update to 2022-06-13Nick Hainke2022-06-13
| | | | | | | | | | | | 88c78b4 memory_utils: fix reallocation Signed-off-by: Nick Hainke <vincent@systemli.org>
* | ksmbd-tools: add meson buildRosen Penev2022-06-12
| | | | | | | | | | | | Avoids iconv problems. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | dawn: update to 2022-06-11Nick Hainke2022-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4cf9d0b treewide: code and documentation cleanup 48b12ee datastorage: Minor chnages to kicking algorithm to tidy up some handling. 7b615b6 treewide: improve beacon/probe logging 185f31b treewide: improve beacon request handling 0c2e713 datastorage/ubus: Add "soft" kicking algorithm 38f60c5 treewide: RSSI / RCPI handling updates aba3e81 documentation: Parameter defaults and documentation 3979fdf treewide: cleanup code e3b3753 scoring: improve scoring algorithm 33f380f treewide: cleanup code b42193f kicking: improve kicking algorithm 16deab3 treewide: improve mutex handling 31f0a37 test: cleanup tests and add some test scripts 43ca8b8 treewide: fix bugs from Coverity Scan 8ae2a42 utils/storage: improve descriptions 9a9b4dd ubus: Simplify loops and scans in generating hearing map c833064 treewide: rework mutex 1df5bc5 (master) network: cleanup and improve network handling 3bd349a utils: cleanup a855087 utils/storage: cleanup 439fe95 ubus/datastorage/msghandler: cleanup 335ace2 datastorage: improve linked list 40ebf48 ubus/datastorage: cleanup c13c285 utils: cleanup 0e4fc50 documentation: Heavily revised Markdown documentation files Signed-off-by: Nick Hainke <vincent@systemli.org>
* | cshark: fix compilation with GCC12Rosen Penev2022-06-10
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lighttpd: update to lighttpd 1.4.65 release hashGlenn Strauss2022-06-09
| | | | | | | * update to lighttpd 1.4.65 release hash * specify lua version w/ -Dlua_version=lua to avoid patching meson.build Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* xtables-addons: update to 3.20Nick Hainke2022-06-09
| | | | | | | | | | 866bc7f Xtables-addons 3.20 aa70669 doc: move changelog to rST d7de2a9 doc: remove old changelog entries d7e49a8 build: bump supported kernel version to 5.17 966fa43 extensions: replace PDE_DATA Signed-off-by: Nick Hainke <vincent@systemli.org>
* xtables-addons: add PKG_LICENSE_FILES and use SPDXNick Hainke2022-06-09
| | | | | | Add PKG_LICENSE_FILES. Use SPDX. Signed-off-by: Nick Hainke <vincent@systemli.org>
* openvpn: update to 2.5.7Ivan Pavlov2022-06-09
| | | | | | | Added limited support for OpenSSL 3.0 Fixed some bugs Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* mdio-tools: include mvlsRobert Marko2022-06-09
| | | | | | | | | | mdio-tools have a app dedicated to reading Marvell Link Street switch properties which is really usefull to not have to manually do it via MDIO. So, install the mvls binary as well. Signed-off-by: Robert Marko <robert.marko@sartura.hr>
* mdio-tools: update to 1.1.1Robert Marko2022-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the mdio-netlink kmod and userspace mdio-tools to version 1.1.1. mdio-tools required a musl time64 compatibility fix that I have an PR open for already. Changelog: [v1.1.1] - 2022-05-23 --------------------- Tiny bugfix release. - mdio: The bench operation is now much more reliable when stacked on other devices than regular PHYs (e.g. paged PHYs or Marvell switches). - mvls: The STU can now be dumped chips from the Peridot generation. [v1.1.0] - 2022-05-04 --------------------- A sprawling release, adding various mvls related introspection features. mvls also gains a JSON output format. - mvls: The STU can now be dumped (requires Linux 5.17 or later). This is useful now that mv88e6xxx supports offloading of MST states - mvls: Output can now be formatted as JSON for easier scripting - mdio: mvls: A subset of MIB counters can now be dumped. This let's you get at counters for DSA ports, which are not reachable from ethtool - mdio: mvls: The LAG mask and LAG map tables can now be dumped - mdio: Improve usage message by including the examples from the manual Signed-off-by: Robert Marko <robert.marko@sartura.hr>
* udpspeeder: add key optionTan Xiaofan2022-06-09
| | | | Signed-off-by: Tan Xiaofan <xfan1024@live.com>
* memcached: update to 1.6.15Rosen Penev2022-06-09
| | | | | | Fixes compilation with GCC12. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dawn: update to 2022-06-09Nick Hainke2022-06-09
| | | | | | | 850a75c fix compilation with GCC12 2ac7b9d workflow: fix workflow Signed-off-by: Nick Hainke <vincent@systemli.org>
* dnsproxy: Update to 0.43.1Tianling Shen2022-06-08
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: increase nofile limitationTianling Shen2022-06-08
| | | | | | | | This fixes "too many open files" error caused by max-file limitation when xray processes large traffic. Reported-by: Terry Ding <terryding77@gmail.com> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* Merge pull request #18576 from stangri/master-curlStan Grishin2022-06-07
|\ | | | | curl: bump to 7.83.1
| * curl: bump to 7.83.1Stan Grishin2022-06-06
| | | | | | | | | | | | * https://curl.se/changes.html#7_83_1 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | gg: Update to 0.2.6Tianling Shen2022-06-06
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | xray-core: Update to 1.5.7Tianling Shen2022-06-06
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | nfs-kernel-server: disable IPv6 for hostRosen Penev2022-06-04
| | | | | | | | | | | | Some issue with static libtirpc Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | ksmbd-tools: update to 3.4.5Rosen Penev2022-06-04
| | | | | | | | | | | | | | | | | | | | Major changes are: Add support for Heimdal as the Kerberos 5 implementation. Add smbd max io size parameter. Accept global share options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | xfrpc: fix bug of xfrpc.initDengfeng Liu2022-06-04
| | | | | | | | | | | | replace xfrpc with xfrp Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | xfrpc: update to 1.05.561Dengfeng Liu2022-06-04
| | | | | | | | | | | | support tcp mux and default to turn it on Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | open-iscsi: update to 2.1.7Lucian Cristian2022-06-03
| | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | samba4: add riscv64 supportZoltan HERPAI2022-06-02
| | | | | | | | | | | | Required for sifiveu target. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* | Merge pull request #18654 from pprindeville/strongswan-need-kmod-chapolyPhilip Prindeville2022-06-02
|\ \ | | | | | | strongswan: add kernel module dependency on chapoly
| * | strongswan: add kernel module dependency on chapolyPhilip Prindeville2022-05-31
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | yggdrasil: stop properlyMaciej Krüger2022-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it was using killall with procd respand enabled This was causing yggdrasil to restart after being killed root@r3test-hap:/# service yggdrasil stop ; echo $? ; sleep 10s ; ps | grep yggdrasil Terminated 143 6701 root 653m S /usr/sbin/yggdrasil -useconffile /tmp/yggdrasil.conf 6748 root 1308 S grep yggdrasil Now it's just using whatever procd is using and see there, it actually stops root@r3test-hap:/# service yggdrasil stop ; echo $? ; sleep 10s ; ps | grep yggdrasil 0 6802 root 1308 S grep yggdrasil I assume there was some procd bug that kept it from being used properly Signed-off-by: Maciej Krüger <mkg20001@gmail.com>
* | | mosh-full: Add perlbase-text dependencyJottr Doe2022-06-01
| | | | | | | | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/18182 Signed-off-by: Jottr Doe <jottr@users.noreply.github.com>
* | | mosh-full: Sort dependencies alphabeticallyJottr Doe2022-06-01
| | | | | | | | | | | | Signed-off-by: Jottr Doe <jottr@users.noreply.github.com>
* | | openconnect: make the host dependency optionalRui Salvaterra2022-06-01
| | | | | | | | | | | | | | | | | | | | | | | | According to David Woodhouse, OpenConnect has no issues reconnecting on any interface. Make the host dependency optional, as it can cause issues in multiple WAN scenarios. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | openconnect: avoid using the --juniper switchRui Salvaterra2022-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The --juniper switch has been deprecated in favour of --protocol=nc. Fix the proto script thusly, while keeping compatibility with existing configurations. Note that, as far as UCI is concerned, if both options juniper and vpn_protocol are specified, the latter takes precedence. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | openconnect: fix inclusion of netifd proto scriptsRui Salvaterra2022-06-01
| | | | | | | | | | | | | | | | | | This is the preferred way, according to the wiki. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | Revert "openconnect: drop the dependency on resolveip"Rui Salvaterra2022-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | Using resolveip is more robust and predictable than depending on nslookup and awk. This reverts commit 131ec7b3bd6895aa3f86f57169dd23c15f174fe2. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | openfortivpn: update to 1.17.3Lucian Cristian2022-06-01
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | libreswan: update to 4.7Lucian Cristian2022-05-30
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | pdns-recursor: update to 4.7.0Peter van Dijk2022-05-30
| | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | xray-core: Update to 1.5.6Tianling Shen2022-05-30
| | | | | | | | | | | | | | | | | | Updated geodata to latest version while at it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | cloudflared: Update to 2022.5.3Tianling Shen2022-05-30
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | i2pd: Update packageR4SAS I2P2022-05-28
| | | | | | | | | | | | | | | | | | | | | * Update to 2.42.1 * Replace spaces with tabulation in init file Signed-off-by: R4SAS I2P <r4sas@i2pmail.org>
* | | banip: mark as brokenDirk Brenken2022-05-27
| | | | | | | | | | | | | | | | | | | | | banIP 0.7.x is not compatible with new nft firewall (default in master and 22.03). Mark the package as BROKEN for now. Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | stubby: restart on trigger interfacesAleksandr V. Piskunov2022-05-25
| | | | | | | | | | | | | | | | | | | | | | | | Force restart stubby if any of the trigger interfaces goes up or down. Avoids DoT DNS lookup timeouts when default route changes, in case of multiple upstream interfaces. Signed-off-by: Aleksandr V. Piskunov <aleksandr.v.piskunov@gmail.com>
* | | vpnc: Update to 0.5.3+git20220517Andreas Erhard2022-05-25
| | | | | | | | | | | | | | | | | | The new version of vpnc supports additional DH groups for improved key exchange security. Signed-off-by: Andreas Erhard <andreas.erhard@i-med.ac.at>
* | | haproxy: Update HAProxy to v2.4.17Christian Lachner2022-05-25
| | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>