aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* dawn: update to 2021-08-05Nick Hainke2021-10-09
| | | | | | | | | | | | | | * c70773a - datastorage: use signal strength as a metric * 14e0f83 - Don't display debugging output with DAWN_NO_OUTPUT * 97e5de1 - uci: add neighbor list priority options * 2b1a53c - dawn_uci: set default values * 6eb747b - Use separate configs for 802.11g & 802.11a bands * 1e34357 - Verify compatibility before parsing config message * a7a8309 - List all neighbors with same score when kicking * 3ba0fa4 - Change beacon request fields to appropriate values * 009aab9 - Change mode config parameter from int to string Signed-off-by: Nick Hainke <vincent@systemli.org>
* gnunet: update to version 0.15.3Daniel Golle2021-10-09
| | | | | | | | Update to GNUnet release 0.15.3. Note that GNUnet 0.15.x is incompatible with the previous 0.14.x wire format. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* zerotier: add option to copy configMoritz Warning2021-10-08
| | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* haproxy: Update HAProxy to v2.4.7Christian Lachner2021-10-08
| | | | | | | | - Update haproxy download URL and hash - Make build-target and parameters dependant on configured c-library - Removed duplicate build-parameters Signed-off-by: Christian Lachner <gladiac@gmail.com>
* dnscrypt-proxy: update maintainer email addressDamiano Renfer2021-10-08
| | | | Signed-off-by: Damiano Renfer <x9w2n7xnu@relay.firefox.com>
* Merge pull request #16828 from stangri/master-simple-adblockStan Grishin2021-10-08
|\ | | | | simple-adblock: delete obsolete iptables-dependent function
| * simple-adblock: delete obsolete iptables-dependent functionStan Grishin2021-10-06
| | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | beanstald: fix compilation under macOSRosen Penev2021-10-08
| | | | | | | | | | | | Makefile tests the host system, not what it compiles to. Override. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | python-pytz: bump to version 2021.3Alexandru Ardelean2021-10-08
|/ | | | | | And switch to AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* autossh: fix procd env issueLeo Soares2021-10-06
| | | | | | | This commit fixes an issue where the `AUTOSSH_GATETIME` is not available in the `procd` environment which gets overwritten by the second `procd_set_param env` call. It now calls the `procd_set_param env` once with the two variables, instead of twice. Signed-off-by: Leo Soares <leo@hyper.ag>
* Merge pull request #16792 from damianorenfer/masterFlorian Eckert2021-10-05
|\ | | | | ddns-scripts: add infomaniak.com provider
| * ddns-scripts: add infomaniak.com providerDamiano Renfer2021-10-04
| | | | | | | | Signed-off-by: Damiano Renfer <x9w2n7xnu@relay.firefox.com>
* | net-snmp: remove uClibc reference in patchRosen Penev2021-10-05
| | | | | | | | | | | | | | uClibc is no longer used in OpenWrt. It's pointless anyway. uClibc defines __GLIBC__. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | net-snmp: update to 5.9.1Rosen Penev2021-10-05
| | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com> [remove irrelevant part from commit message after splitting changes] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | lighttpd: update to lighttpd 1.4.60 release hashGlenn Strauss2021-10-04
|/ | | | | | also remove patches incorporated upstream into lighttpd 1.4.60 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* Merge pull request #16785 from ayufan-research/masterDirk Brenken2021-10-04
|\ | | | | travelmate: support meta-refresh with single-quote
| * travelmate: support meta-refresh with single-quoteKamil Trzciński2021-10-04
| | | | | | | | | | | | | | | | | | | | | | | | Currently `travelmate` only support `<meta` tag if it contains `"`. This updates `travelmate.sh` to support `'` as well. ```html <meta...content='1; url= ``` Signed-off-by: Kamil Trzciński <ayufan@ayufan.eu>
* | zerotier: fix cross compile in macOSLiangbin Lian2021-10-03
| | | | | | | | | | | | | | zerotier's Makefile use `uname` to detect target when cross compile uname should always be 'linux' Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
* | vnstat2: update to version 2.8Jan Hoffmann2021-10-03
| | | | | | | | Signed-off-by: Jan Hoffmann <jan@3e8.eu>
* | v2raya: Update to 1.5.4Tianling Shen2021-10-02
|/ | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.39.8Tianling Shen2021-10-01
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* socat: update to 1.7.4.1Chukun Pan2021-09-30
| | | | | | Remove upstreamed patch. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
* ddns-scripts: Add dnspod.cnJun Zhu2021-09-30
| | | | Signed-off-by: Jun Zhu <zhujunsan@gmail.com>
* Merge pull request #16745 from neheb/tinc2Alexandru Ardelean2021-09-29
|\ | | | | tinc: update to 1.1pre18
| * tinc: update to 1.1pre18Rosen Penev2021-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to normal tarballs. Add license information. Reorganize Makefile for consistency between packages. Add libtool patch fixing compilation under some conditions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16515 from jow-/nlbwmon-bumpAlexandru Ardelean2021-09-27
|\ \ | | | | | | nlbwmon: update to latest Git HEAD
| * | nlbwmon: update to latest Git HEADJo-Philipp Wich2021-09-01
| | | | | | | | | | | | | | | | | | d82c910 nfnetlink: warn if the requested recv buffer size surpasses rmem_max Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | openssh: update to 8.8p1Sibren Vasse2021-09-27
| | | | | | | | | | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | | dnsdist/pdns/pdns-recursor: Remove 010-time_t-check.patchWout Bertrums2021-09-27
| | | | | | | | | | | | | | | | | | | | | This patch to remove PowerDNS' check for whether time_t is 64-bit is not needed anymore, due to OpenWrt now having a more recent musl libc where time_t is 64-bit on all architectures. Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | | dnsdist: Update to v1.6.1Wout Bertrums2021-09-27
| |/ |/| | | | | | | | | | | The patch for GCC 11 is not needed anymore because it is upstream now: https://github.com/PowerDNS/pdns/pull/10400 Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | zerotier: update to 1.6.6Chukun Pan2021-09-26
| | | | | | | | | | | | | | | | This is a security release (see [1]). [1] https://www.zerotier.com/2021/09/21/incident-response-to-september-20th-2021 Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
* | smcroute: update to version 2.5.3Moritz Warning2021-09-26
| | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | curl: update to 7.79.1Stan Grishin2021-09-26
| | | | | | | | | | | | * update to [7.79.1](https://curl.se/changes.html#7_79_1) Signed-off-by: Stan Grishin <stangri@melmac.net>
* | usbip: Add init script for usbip-serverAlexander Sulfrian2021-09-26
| | | | | | | | Signed-off-by: Alexander Sulfrian <asulfrian@zedat.fu-berlin.de>
* | transmission: add two more syscalls to seccomp filterDaniel Golle2021-09-25
| | | | | | | | | | | | | | | | Testing showed that additional syscalls are needed on ARMv7. Add "clock_gettime64" and "statx" which seem to be used now instead of "clock_gettime" and "stat" syscalls which are already listed. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | dnsproxy: Update to 0.39.7Tianling Shen2021-09-24
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | xray-core: Update to 1.4.5Tianling Shen2021-09-24
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | nut: Add the option to compile Nut NetXML drivers with the Nut package.Seb Belcher2021-09-23
| | | | | | | | | | | | Also modifies the nut-server init script to include options specific to the netxml driver. Signed-off-by: Seb Belcher <sdjbelcher@gmail.com>
* | hcxtools: update to 6.2.4Rosen Penev2021-09-23
| | | | | | | | | | | | Refresh patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | hcxdumptool: update to 6.2.4Rosen Penev2021-09-23
| | | | | | | | | | | | Remove upstreamed patch. Refresh other. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16687 from stintel/keepalivedFlorian Eckert2021-09-23
|\ \ | | | | | | keepalived: fix build with IPVS disabled
| * | keepalived: fix build with IPVS disabledStijn Tintel2021-09-22
| | | | | | | | | | | | | | | | | | | | | The genhash binary is only built when IPVS is enabled, so make its installation depend on IPVS being enabled. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | openvswitch: add option for failure modeStijn Tintel2021-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When Open vSwitch is configured to use a controller, but is unable to connect to it, Open vSwitch will setup flows to allow all traffic, if the failure mode is not configured, or set to standalone. As this might be a security hazard, it is also possible to configure Open vSwitch in a secure failure mode. Enabling this mode causes Open vSwitch to drop all traffic if it is unable to connect to the controller. Redirect stderr of the command to /dev/null as it does not support the --if-exists option. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | openvswitch: fix build with libunboundStijn Tintel2021-09-23
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Due to a copy-paste error, libopenvswitch is missing a dependency when Open vSwitch is configured to use unbound: Package openvswitch-libopenvswitch is missing dependencies for the following libraries: libunbound.so.8 Use the correct config symbol to solve this. Fixes: 45c8cc9d8a7b ("openvswitch: make libunbound optional") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | openvswitch: add option for OpenFlow datapath descStijn Tintel2021-09-22
| | | | | | | | | | | | | | | | Add a UCI config option to set the OpenFlow datapath description. This allows setting a human readable description of the bridge, e.g. "Building x, Floor y, AP z", which makes it easier to recognize the AP. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | mdio-tools: Bump version to 1.0.0Damien Mascord2021-09-22
| | | | | | | | | | | | | | | | Upstream released 1.0.0, so change the package to the git tag 1.0.0 Mainly documentation and argument handling changes Signed-off-by: Damien Mascord <tusker@tusker.org>
* | Merge pull request #16662 from kuanyili/mobile-broadbandJosef Schlehofer2021-09-21
|\ \ | | | | | | bump libqmi and modemmanager
| * | modemmanager: bump to 1.18.2Kuan-Yi Li2021-09-20
| | | | | | | | | | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | Merge pull request #16667 from 1715173329/xrayRosen Penev2021-09-20
|\ \ \ | | | | | | | | xray-core: Update to 1.4.4
| * | | xray-core: Update to 1.4.4Tianling Shen2021-09-21
| |/ / | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>