aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* modemmanager: add support for wwan subsystem in hotplugAleksander Morgado2021-10-19
| | | | | | | | | WWAN devices may now be exposed in the new 'wwan' subsystem in the kernel (since 5.13), initially applicable to devices exposed in PCIe (no USB), but at some point may also apply to USB devices that until now were exposed via other subsystems (e.g. usbmisc, tty). Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* vpn-policy-routing: bugfixes: killall and tmpfs paramsStan Grishin2021-10-19
| | | | | | | * bugfix: change killall param from -HUP to -s HUP * bugfix: change tmpfs param from status to gateway Signed-off-by: Stan Grishin <stangri@melmac.net>
* Merge pull request #16911 from stangri/master-vpn-policy-routingStan Grishin2021-10-18
|\ | | | | vpn-policy-routing: revert to 0.3.4-8
| * vpn-policy-routing: revert to 0.3.4-8Stan Grishin2021-10-17
| | | | | | | | | | | | | | | | * there are reports that 0.3.5-x versions do not work on some configs * the development of the new features moved to the new package (pbr) * revert to the last known good version of vpn-policy-routing Signed-off-by: Stan Grishin <stangri@melmac.net>
* | dnscrypt-proxy2: update to version 2.1.1Josef Schlehofer2021-10-17
| | | | | | | | | | | | Update copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | ksmbd-tools: update to 3.4.2Marcos Del Sol Vives2021-10-17
|/ | | | Signed-off-by: Marcos Del Sol Vives <marcos@orca.pet>
* git: update to version 2.33.1Josef Schlehofer2021-10-17
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #16890 from paper42/knot-resolver-5.4.2Josef Schlehofer2021-10-16
|\ | | | | knot-resolver: update to 5.4.2
| * knot-resolver: update to 5.4.2Michal Vasilek2021-10-15
| | | | | | | | | | | | | | * refresh patches * disabling kres_gen_test is not required anymore for cross compilation, it was fixed upstream with the 5.4.1 release Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | rclone: add test scriptTianling Shen2021-10-15
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | rclone: fix logic err in service fileTianling Shen2021-10-15
| | | | | | | | | | | | | | | | | | - Corrected `enable` detection. - Granted config/log write permission for `rclone` user. Fixes: d51823988847fc ("rclone: initial package") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | simple-adblock: update to 1.8.8-1Stan Grishin2021-10-15
| | | | | | | | | | | | * update 'check' function Signed-off-by: Stan Grishin <stangri@melmac.net>
* | Merge pull request #16628 from mwarning/uradvdMatthias Schiffer2021-10-15
|\ \ | | | | | | uradvd: add new package
| * | uradvd: add new packageMoritz Warning2021-10-14
| | | | | | | | | | | | | | | | | | | | | Send IPv6 router advertisments. Signed-off-by: Moritz Warning <moritzwarning@web.de> Co-authored-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | rclone-ng: initial packageElon Huang2021-10-14
| | | | | | | | | | | | | | | Signed-off-by: Elon Huang <elonh@immortalwrt.org> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | rclone-webui-react: initial packageElon Huang2021-10-14
| | | | | | | | | | | | | | | Signed-off-by: Elon Huang <elonh@immortalwrt.org> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | rclone: initial packageElon Huang2021-10-14
| | | | | | | | | | | | | | | Signed-off-by: Elon Huang <elonh@immortalwrt.org> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | wsdd2: fix usage with musl 1.2.0Rosen Penev2021-10-14
| |/ |/| | | | | | | | | | | This package uses a wrong format string for time_t. Cast to long long to fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | hs20: switch dependencies to php8Michael Heimpold2021-10-14
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | transmission: build with wolfSSL againRosen Penev2021-10-14
| | | | | | | | | | | | The problem was discovered and is now patched with an upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | openvpn: update to 2.5.4Ivan Pavlov2021-10-13
| | | | | | | | | | | | | | Include a number of small improvements and bug fixes. Improve compatibility on Windows systems Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | git-lfs: update to version 3.0.1Jan Pavlinec2021-10-13
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* | atlas-probe: allow parallel buildEneas U de Queiroz2021-10-13
| | | | | | | | | | | | Set PKG_BUILD_PARALLEL:=1 Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | atlas-probe: Fix compilation with gcc11Eneas U de Queiroz2021-10-13
| | | | | | | | | | | | | | | | | | | | This uses some definitions from <sys/cdefs.h> in gcc 8.4.0, not present in musl or gcc11. Also use clock_gettime() instead of syscall(__NR_clock_gettime,...), which is not currently defined. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | Merge pull request #16776 from stangri/master-https-dns-proxyStan Grishin2021-10-13
|\ \ | | | | | | https-dns-proxy: update to 2021-09-27
| * | https-dns-proxy: update to 2021-09-27Stan Grishin2021-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to [2021-09-27](https://github.com/aarond10/https_dns_proxy/commit/da2501f542a732167a78f1851a511d9c0abc2fd8) * fixes https://github.com/aarond10/https_dns_proxy/issues/125 * restart instead of reload on interface hotplug * fixes https://github.com/openwrt/packages/issues/16794 * produce output and log entries on service start/stop * prevent unnecessary dnsmasq restarts if service has previously updated dnsmasq settings * allow both named and typed dnsmasq instance settings to be updated * update 010-fix-cmakelists patch file Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | ooniprobe: update to version 3.10.1Jan Pavlinec2021-10-13
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* | | dawn: update to 2021-10-13Nick Hainke2021-10-13
| | | | | | | | | | | | | | | | | | d222d12bcb58 ubus: use local blub_buffer definitions and free Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | Merge pull request #16844 from erdoukki/crowdsec-firewall-bouncerJeffery To2021-10-11
|\ \ \ | | | | | | | | crowdsec-firewall-bouncer: initial package v0.0.15
| * | | crowdsec-firewall-bouncer: initial package v0.0.15Kerma Gérald2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /net/crowdsec-firewall-bouncer/ crowdsec-firewall-bouncer will fetch new and old decisions from a CrowdSec API to add them in a blocklist used by supported firewalls. Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | | Merge pull request #16244 from erdoukki/crowdsecJeffery To2021-10-11
|\ \ \ \ | | | | | | | | | | crowdsec: initial package v1.2.0
| * | | | crowdsec: initial package v1.2.0Kerma Gérald2021-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /net/crowdsec/ Crowdsec - An open-source, lightweight agent to detect and respond to bad behaviours. It also automatically benefits from a global community-wide IP reputation database. Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | | | acme: update to 3.0.1Georgi Valkov2021-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default to letsencrypt because the upstream default may change. Passing --staging is no longer needed, since --serever will select a staging server if needed. Signed-off-by: Georgi Valkov <gvalkov@abv.bg> Tested-by: Georgi Valkov <gvalkov@abv.bg> Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | opentracker: update to git HEAD of 2021-08-23Daniel Golle2021-10-09
| |/ / / |/| | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | 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