aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | openvswitch: partially restore kmod-mpls dependencyStijn Tintel2021-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | Enabling OPENVSWITCH in the kernel config selects MPLS. This exposes the MPLS_ROUTING symbol, which is missing if kmod-mpls is not enabled. On kernel 5.4 this problem doesn't show up, as the Open vSwitch package uses the in-tree kernel modules rather than the upstream ones. Restore the kmod-mpls dependency when using the upstream kernel modules to fix build. Reported-by: Matthew Hagan <mnhagan88@gmail.com> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | openvswitch: fix libunbound dependency checkMatthew Hagan2021-12-16
| | | | | | | | | | | | | | | | | | | | | | The ifeq check for CONFIG_OPENVSWITCH_WITH_LIBUNBOUND does not evaluate correctly within the menuconfig, resulting in libunbound not being selected, resulting in a failing libunbound.so.8 dependency. Instead add this condition:dependency in the manner defined in the OpenWrt developer guide. Signed-off-by: Matthew Hagan <mathagan@fb.com>
* | openvswitch: Change dependency from append to definitionMatthew Hagan2021-12-16
| | | | | | | | | | | | | | | | | | | | | | | | ovs_libovsdb_depends and ovs_libofproto_depends append the libatomic dependency. However in these cases these variables were not previously defined and thus a reader may search the Makefile for the definition. Therefore change the operator to explicitly define these dependency variables, rather than append. In addition add a space after operator to improve readability and conform to other dependency definitions in the Makefile. Signed-off-by: Matthew Hagan <mathagan@fb.com>
* | openvswitch: merge dependency listsMatthew Hagan2021-12-16
| | | | | | | | | | | | | | | | Rather than defining dependencies, then appending the libatomic dependency on the following line, merge all into one definition. Simultaneously, sort by alphabetical order. Signed-off-by: Matthew Hagan <mathagan@fb.com>
* | Merge pull request #17333 from ysc3839/ddns-ns1Florian Eckert2021-12-15
|\ \ | | | | | | ddns-scripts: add ns1.com provider
| * | ddns-scripts: add ns1.com providerRichard Yu2021-12-15
| | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | dnsproxy: Update to 0.39.13Tianling Shen2021-12-14
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | nfs-kernel-server: fix build on macos arm64Sergey V. Lobanov2021-12-13
|/ / | | | | | | | | | | | | | | | | | | | | | | 1. prctl() check is not required for host-compile on any OS due to prctl is not used in rpcgen which is only one is compiled during host-compile phase. prctl() check is disabled via HOST_CONFIGURE_VARS in OpenWrt makefile 2. __DARWIN_ONLY_64_BIT_INO_T is true on macos arm64 so struct stat64 and stat64() are not available. This patch defines stat64 as stat if __DARWIN_ONLY_64_BIT_INO_T is true Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | krb5: update to 1.19.2W. Michael Petullo2021-12-13
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | crowdsec-firewall-bouncer: update to 0.0.18Kerma Gérald2021-12-12
| | | | | | | | | | | | Update to upstream release 0.0.18 Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | v2rayA: Update to 1.5.5Tianling Shen2021-12-12
| | | | | | | | | | | | | | | | | | | | | | Breaking changes: The database has been replaced with boltdb to try to solve the problem of database corruption. Note that the data will not be migrated, but the previous data will be retained. If you need the previous data, just downgrade v2rayA (v1.5.4). Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | lighttpd: update to lighttpd 1.4.63 release hashGlenn Strauss2021-12-12
| | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | lighttpd: update to lighttpd 1.4.62 release hashGlenn Strauss2021-12-12
| | | | | | | | | | | | | | | | depend on libpcre2 instead of libpcre also remove patches incorporated upstream into lighttpd 1.4.62 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | usteer: update to latest git headDavid Bauer2021-12-11
| | | | | | | | | | | | | | | | 8e7b1ff ubus: skip current node for transition candidate list e51ea7a node: move roam-events to dedicated struct edbe7d4 node: skip neighbors exceeding assoc-limit Signed-off-by: David Bauer <mail@david-bauer.net>
* | unbound: update to 1.14.0Eric Luehrsen2021-12-10
| | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | knot-resolver: update to version 5.4.3Josef Schlehofer2021-12-07
| | | | | | | | | | | | | | Release notes: https://www.knot-resolver.cz/2021-12-01-knot-resolver-5.4.3.html Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | knxd: bump to upstream version 0.14.52Othmar Truniger2021-12-07
| | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | zerotier: update to 1.8.4Moritz Warning2021-12-06
| | | | | | | | | | | | | | Also remove patch to fix uClibc-ng, since it is not in openwrt anymore. Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | cni-route-override: new packageOskari Rauta2021-12-06
| | | | | | | | | | | | | | route-override IPAM works as meta CNI plugin to override IP route given by previous CNI plugins. It is useful in a case with network-attachment-definition. Currently route-override verified its feature with podman and crio(with Kubernetes). Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | speedtestpp: add new packageOskari Rauta2021-12-06
|/ | | | | | | | | | SpeedTest++ Yet another unofficial speedtest.net client cli interface For users who instead of python based speedtest client want to use something that was written in c++... Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* Merge pull request #17137 from oskarirauta/banipDirk Brenken2021-12-03
|\ | | | | banip: update nginx matching
| * banip: update nginx matchingOskari Rauta2021-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently banip matches nginx log entries starting with nginx[number]:... I am running a containerized nginx with alpine as base, which ends up adding log entries without [number] part.. like this: nginx:... This patch updates regex for nginx log entry search to include both versions. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | nextdns: Update to version 1.37.7Olivier Poitrey2021-12-03
| | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | nextdns: Update to version 1.37.6Olivier Poitrey2021-12-02
| | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | cloudreve: Update to 3.4.2Tianling Shen2021-12-02
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | zerotier: add configuration reload triggerJo-Philipp Wich2021-12-01
| | | | | | | | | | | | | | Ensure that the zerotier service is automatically restarted when the uci configuration is modified. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | nextdns: Update to version 1.37.5Olivier Poitrey2021-11-30
| | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | ddns-scripts: Add script for TransIP.nlMartijn Atema2021-11-30
| | | | | | | | | | | | Signed-off-by: Martijn Atema <martijn@atema.one> Signed-off-by: Florian Eckert <fe@dev.tdt.de> - PKG_RELEASE number updated
* | ddns-scripts: use HTTPS for spdynPeter Gransdorfer2021-11-30
| | | | | | | | | | | | Signed-off-by: Peter Gransdorfer <peter.gransdorfer@cattronix.com> Signed-off-by: Florian Eckert <fe@dev.tdt.de> - PKG_RELEASE number updated
* | Merge pull request #17228 from giannoug/fix-doFlorian Eckert2021-11-30
|\ \ | | | | | | ddns-scripts: Fix DigitalOcean JSON payload
| * | ddns-scripts: Fix DigitalOcean JSON payloadGeorge Giannou2021-11-29
| | | | | | | | | | | | Signed-off-by: George Giannou <giannoug@gmail.com>
* | | Merge pull request #17206 from cotequeiroz/seafile-brokenAlexandru Ardelean2021-11-29
|\ \ \ | | | | | | | | treewide: mark django1 and dependents BROKEN
| * | | treewide: mark django1 and dependents BROKENEneas U de Queiroz2021-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Django 1.x is not compatible with python 3.10. Mark the package as BROKEN. Since its dependent packages will also select it, they will need to be marked BROKEN as well to avoid recursive dependencies--packages not marked as BROKEN will be able to select the broken package. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | ksmbd-tools: Fix ksmbd service is semi-killed at system startupGeorgi Valkov2021-11-29
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configuration for the ksmbd service is auto-generated when the OpenWRT configuration changes, and also during startup, hence ksmbd.init has to reload the kernel module. It does that by calling kill_server, which does not perform cleanup. This results in ksmbd being killed but not restarted properly during boot. This patch resolves the issue by using stop_service, which performs proper cleanup. https://forum.openwrt.org/t/ksmbd-samba3-4-alternative-ex-cifsd-smbd-package-support-thread/51695/68 Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
* | | cloudreve: Update to 3.4.1Tianling Shen2021-11-27
| | | | | | | | | | | | | | | | | | Use SPDX identifier for PKG_LICENSE. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | yggdrasil: bump to 0.4.2George Iv2021-11-26
| | | | | | | | | | | | Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
* | | haproxy: Update HAProxy to v2.4.9Christian Lachner2021-11-26
| | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Switched over to using USE_LIBATOMIC in favor of -latomic - Added a patch which fixes nossl builds Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | usteer: update to latest git headDavid Bauer2021-11-26
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7bf79a2 ubus: set scan duration to roam scan interval b4eb49e policy: only select nodes with better signal when roaming 5d5a0be ubus: don't request measurement from unsupported STAs abc6fe0 local-node: update STA RRM capabilites 5ec713b node: determine roamability when selecting neighbors d0cd65b node: save created time for node a5c21ae ubus: prioritize neighbor reports on bss transition 532a48d local-node: prioritize neighbor candidates 4862080 node: keep track of roam-sources and roam-destinations 6a20591 sta-info: add last_connected field Signed-off-by: David Bauer <mail@david-bauer.net>
* | dnsproxy: Update to 0.39.12Tianling Shen2021-11-25
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | openvswitch: document missing optionsStijn Tintel2021-11-25
| | | | | | | | | | | | | | | | | | | | Commit 1038ac123558 ("openvswitch: add support for definining bridge ports...") added two new options: - drop_unknown_ports - ports They are missing from the README, so add them. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | smcroute: update to 2.5.5Moritz Warning2021-11-23
| | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | zerotier: update to 1.8.3Moritz Warning2021-11-23
| | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | bind: bump to 9.17.20Noah Meyerhans2021-11-22
| | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | crowdsec: update to 1.2.1Kerma Gérald2021-11-22
| | | | | | | | | | | | crowdsec-firewall-boucer: update to 0.0.16 Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | transmission: include default 'web_home' dir in jailDaniel Golle2021-11-20
| | | | | | | | | | | | | | | | | | Fixes 'transmission-web' for users which didn't manually configure the 'web_home' option. Assume transmission's default in case 'web_home' isn't defined and mount the directory so it can be accessed from inside the jail. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | transmission: add a bunch of syscalls to seccomp filterDaniel Golle2021-11-20
| | | | | | | | | | | | | | | | | | | | Add missing "inotify_add_watch", "inotify_init1" and "inotify_rm_watch" syscalls to seccomp filter which are needed in case watch_dir feature of transmission is used. Fixes #16972 Reported-by: @siwind Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | conntrack-tools: import patch to fix cacheNick Hainke2021-11-20
| | | | | | | | | | | | | | | | | | | | | | As written in the commit message: Depending on your conntrackd configuration, events might get lost, leaving stuck entries in the cache forever. Skip checking the conntrack ID to allow for lazy cleanup by when a new entry that is represented by the same tuple is added. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | Merge pull request #17161 from stangri/master-nebulaStan Grishin2021-11-19
|\ \ | | | | | | nebula: update to 1.5.0
| * | nebula: update to 1.5.0Stan Grishin2021-11-19
| | | | | | | | | | | | | | | | | | | | | * update binaries to version 1.5.0 (thanks @jefferyto) * update maintainer's email address Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | nextdns: Update to version 1.37.4Olivier Poitrey2021-11-19
|/ / | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>