aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* Merge pull request #13734 from Meano/fix-udpxyRosen Penev2020-10-21
|\ | | | | udpxy: fix error 'enable verbose' command flag in init script
| * udpxy: fix error 'enable verbose' command flag in init scriptMeano2020-10-21
| | | | | | | | Signed-off-by: Meano <meano@foxmail.com>
* | Merge pull request #13183 from mrjoel/mrjoel/ddns-default-bindnetworkRosen Penev2020-10-21
|\ \ | | | | | | ddns-scripts: use ip_source as bind_network default
| * | ddns-scripts: use ip_source as bind_network defaultJoel Johnson2020-10-21
| |/ | | | | | | | | | | Fixes: #13182 on https://github.com/openwrt/packages Signed-off-by: Joel Johnson <mrjoel@lixil.net>
* | Merge pull request #13169 from aaronjg/mwan3-owner-procdFlorian Eckert2020-10-21
|\ \ | |/ |/| mwan3: mwan3track via default routing table and use procd from mwan3track & mwan3rtmon
| * mwan3: Simplify default configuration, mostly use defaultsJames White2020-10-16
| | | | | | | | Signed-off-by: James White <james@jmwhite.co.uk>
| * mwan3: cleanup mwan3trackAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | - reduce duplicate logging code - simplify nping track code - simplify ping result parsing Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * mwan3: add back support for iputils pingAaron Goodman2020-10-16
| | | | | | | | | | | | | | With the new wrapper code, we can override the broken binding behavior of iputils ping v20101006. Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * mwan3: add "use" function to mwan3 utilsAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use "mwan3 use" to wrap a command with interface bindings so that you can avoid the mwan3 rules and test behavior on a specific interface. eg "mwan3 use wan ping -c1 1.1.1.1" Additional binding arguments to the command will have their system calls intercepted and ignored. eg "mwan3 use wan ping -c1 -I tun0 1.1.1.1" will use the device associated with "wan", rather than "tun0". Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * mwan3: use helper library for mwan3trackAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than using a special mwan3 user to manage mwan3track's tracking packets, this commit implements a small helper library to bind to device and to set a fwmark so that the tracking packets can be routed out of the correct interface. This provides a consistent method for binding to a device rather than relying on various packages potentially buggy implementations. For example: #8139 and #12836 This helper issue also allows for more tracking methods to be added even if they do not have a command line option to bind to device, such as iperf3 (eg #13050). Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * mwan3: give warning if ip of incorrect family specified in a ruleAaron Goodman2020-10-16
| | | | | | | | | | | | also use global IPv4_REGEX environment variable as consistent IPv4 regex Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * mwan3: use procd for mwan3rtmon and mwan3trackAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | | | | | | | start all mwan3mon and mwan3track instances on mwan3 start if an interface is down when mwan3track starts, it waits for a signal from the hotplug script to start procd can then handle stopping all of the scripts when mwan3 is halted Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * mwan3: fix bug when one interface is a prefix of anotherAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | correctly terminate interface status checks with new lines so that interface status does not get confused when one interface is a prefix of another interface. Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * mwan3: only update src_iface rules on ifupAaron Goodman2020-10-16
| | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * mwan3: improvements to route creationAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handle creation of routing tables in mwan3rtmon to avoid race conditions and potentially missing routes handle ipv6 routes that have expiry update directly connected ipset when routes are added or deleted add fall through rules so that the default routing table is not used if no rule in the interface-specific routing table matches add option to comply with mwan3 source based routing get default route parameters from main routing table Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * mwan3: use MWAN3TRACK_STATUS_DIR variable throughoutAaron Goodman2020-10-16
| | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * mwan3: fixup some extra spaces and shellcheck warningsAaron Goodman2020-10-16
| | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | Merge pull request #13699 from peter-stadler/etesync-serverRosen Penev2020-10-19
|\ \ | | | | | | etesync-server: use relative path for static_url
| * | etesync-server: use relative path for static_urlPeter Stadler2020-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Django 3.1 supports relative paths for static_url. Use it to make it more flexible. Minor fixes for upgrade: * ignore-fail-on-non-empty for rmdir /usr/share/etesync-server/etesync_server * do not stop service (it is stopped already and init file is removed) Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | fastd: update to v21Matthias Schiffer2020-10-19
| | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | adblock: update 4.0.7-2Dirk Brenken2020-10-19
| | | | | | | | | | | | | | | | | | | | | * switch all safesearch providers to dynamic ips (derived from cname) * made the new safesearch approach compatible with bind-nslookup * removed 3.x config compatibility code Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | ovn: bump to version 20.09.0Yousong Zhou2020-10-19
| | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | acme: fix the 'Unknown parameter' problem caused by acme_serverMeano2020-10-19
| | | | | | | | | | | | Signed-off-by: Meano <meano@foxmail.com>
* | | adblock: update 4.0.7Dirk Brenken2020-10-18
|/ / | | | | | | | | | | | | | | | | | | | | * fix aria2c download options * fix report engine with empty domains * fix safesearch ips of safe.duckduckgo.com (get ips dynamically) * fix safesearch ips of safesearch.pixabay.com (get ips dynamically) * add regional blocklist for italy * shellcheck adjustments * add test.sh for CI testing Signed-off-by: Dirk Brenken <dev@brenken.org>
* | acme: Allow custom ACME server directory URLJannis Pinter2020-10-16
| | | | | | | | | | | | The underlying `acme.sh` allows custom ACME server URLs (using `--server`). Adding the necessary field to specify a custom ACME server URL from UCI. Signed-off-by: Jannis Pinter <jannis+openwrt@pinterjann.is>
* | Merge pull request #13578 from BKPepe/bindJosef Schlehofer2020-10-16
|\ \ | |/ |/| bind: update to version 9.16.7
| * bind: update to version 9.16.7Josef Schlehofer2020-10-05
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | prosody: fix shellcheck warningsRosen Penev2020-10-15
| | | | | | | | | | | | | | | | | | | | Remove paxctl stuff. pax is not packaged in OpenWrt. Add reload support. Install lua cfg file as 644. It's needed to be readable as prosody user Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | prosody: update to 0.11.7Rosen Penev2020-10-15
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | jool: update to 4.1.4Rosen Penev2020-10-14
| | | | | | | | | | | | Added BUILDONLY to eliminate warning. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | modemmanager: bump to 1.14.6Nicholas Smith2020-10-15
| | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | Merge pull request #13656 from odmdas/freeradius3-fix_versionRosen Penev2020-10-14
|\ \ | | | | | | freeradius3: move "release_" from PKG_VERSION
| * | freeradius3: move "release_" from PKG_VERSIONAlexey Dobrovolsky2020-10-14
| | | | | | | | | | | | | | | | | | | | | The substring "release_" does not reflect the version number. In addition, package names will be shorter. Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
* | | Merge pull request #13642 from ja-pa/ooniprobe-3.0.8Hannu Nyman2020-10-14
|\ \ \ | | | | | | | | ooniprobe: update to version 3.0.8
| * | | ooniprobe: update to version 3.0.8Jan Pavlinec2020-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: -Add tag to disable QUIC -remove dependecy for measurement-kit Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | transmission: fix mbedtls searchRosen Penev2020-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mbedcrypto should be searched, not mbedtls. Also, there is no pkgconfig file with mbedtls. Fixed that as well. Removed Makefile hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13647 from jefferyto/seafile-server-7.1.5Rosen Penev2020-10-13
|\ \ \ \ | | | | | | | | | | seafile-server: Update to 7.1.5
| * | | | seafile-server: Update to 7.1.5, refresh patchesJeffery To2020-10-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | seafile-seahub: Update to 7.1.5, refresh patchesJeffery To2020-10-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | seafile-ccnet: Update to 7.1.5Jeffery To2020-10-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #13651 from neheb/buildRosen Penev2020-10-13
|\ \ \ \ \ | |_|_|/ / |/| | | | treewide: add missing BUILDONLY
| * | | | treewide: add missing BUILDONLYRosen Penev2020-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Makefile warnings: WARNING: skipping X -- package has no install section Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13641 from TDT-AG/pr/20201012-keepalivedFlorian Eckert2020-10-13
|\ \ \ \ \ | |/ / / / |/| | | | keepalived: update to 2.1.5
| * | | | keepalived: update PKG_VERSION to 2.1.5Florian Eckert2020-10-12
| | |/ / | |/| | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #13636 from neheb/pdnsr2Rosen Penev2020-10-12
|\ \ \ \ | | | | | | | | | | pdns-resursor: add missing dependency
| * | | | pdns-resursor: add missing dependencyRosen Penev2020-10-11
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13639 from neheb/gethRosen Penev2020-10-12
|\ \ \ \ | |_|/ / |/| | | geth: update to 1.9.22
| * | | geth: update to 1.9.22Rosen Penev2020-10-11
| |/ / | | | | | | | | | | | | | | | | | | | | | Removed bogus PKGARCH. Added nls.mk to fix compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13630 from blocktrron/pr-static-neighbor-reportsDavid Bauer2020-10-12
|\ \ \ | |/ / |/| | static-neighbor-reports: add package
| * | static-neighbor-reports: add packageDavid Bauer2020-10-12
| | | | | | | | | | | | Signed-off-by: David Bauer <mail@david-bauer.net>