aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* treewide: fix broken conffilesHuangbin Zhan2021-10-27
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* mstpd: bump to version 0.1.0Alexandru Ardelean2021-10-27
| | | | | | And switch to AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #16936 from aleksander0m/aleksander/mm-wwan-subsystemFlorian Eckert2021-10-27
|\ | | | | modemmanager: add support for wwan subsystem in hotplug
| * 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>
* | dnsproxy: Update to 0.39.9Tianling Shen2021-10-26
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | apache: fixup apxsSebastian Kemper2021-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apxs is used to get information about the apache installation when building external modules. Currently there are issues: 1. ./staging_dir/target-mips_24kc_musl/usr/bin/apxs -q TARGET apache2 apxs:Error: ./staging_dir/target-mips_24kc_musl/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/bin/apr-1-config not found!. This error is fixed by sed script #2. 2. ./staging_dir/target-mips_24kc_musl/usr/bin/apxs -q TARGET cannot open ./staging_dir/target-mips_24kc_musl/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/share/apache2/build/config_vars.mk: No such file or directory at ./staging_dir/target-mips_24kc_musl/usr/bin/apxs line 213. This error is fixed by sed scipt #1. Both sed scripts taken from buildroot (see [1]). [1] https://github.com/buildroot/buildroot/blob/master/package/apache/apache.mk Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | apache: security bump to 2.4.51Sebastian Kemper2021-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes (see [1] for details): CVE-2021-33193 CVE-2021-41524 CVE-2021-41773 CVE-2021-42013 [1] https://httpd.apache.org/security/vulnerabilities_24.html Patch 020-openssl-deprecated.patch refreshed. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | dawn: set symm_enc default to 0Nick Hainke2021-10-26
| | | | | | | | | | | | | | User mpeleshenko reported that symm encryption breaks hearing map. Set the default to 0. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | dawn: update to 2021-10-26Nick Hainke2021-10-26
| | | | | | | | | | | | | | ddc007e32ced ubus: avoid use after free in handle_probe_req() e1275713c057 github: fix workflow Signed-off-by: Nick Hainke <vincent@systemli.org>
* | knot: update to version 3.1.3Jan Hák2021-10-25
| | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | usteer: add packageDavid Bauer2021-10-24
| | | | | | | | | | | | | | | | | | This commits adds the new usteer package to the packages feed. usteer is a daemon for steering wireless clients across frequency bands as well as between multiple access points on a network. Signed-off-by: David Bauer <mail@david-bauer.net>
* | frr: fixes and update to latestLucian Cristian2021-10-22
| | | | | | | | | | | | | | | | ospf running in instance mod will keep cpu to 100% so revert offending commit if daemon is disabled in the file while running also close that daemon also add the pythontools to support reload Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | gnunet: fix compilation with big endianRosen Penev2021-10-22
| | | | | | | | | | | | if is in the wrong spot. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | wsdd: update to 2021-10-22Rosen Penev2021-10-22
| | | | | | | | | | | | Fixes another segfault. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | nextdns: Update to version 1.37.3Olivier Poitrey2021-10-22
| | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | dawn: respawn dawn in case of crashNick Hainke2021-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | Some users report that DAWN sometimes crashes after a while. Mostly this happens after the new update has been rolled out. Since I would not like to go back to the older version, I add as a workaround for now that DAWN automatically respawned. Workaround for: https://github.com/berlin-open-wireless-lab/DAWN/issues/151 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | wsdd2: update to 2021-10-14Rosen Penev2021-10-20
| | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | cloudreve: add new packageTianling Shen2021-10-20
|/ | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* 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>