aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* 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>
* openvswitch: bring up member portsStijn Tintel2021-11-19
| | | | | | | | | | | | | | Open vSwitch does not bring up ports automatically. This is not a problem for wireless ports, or for ports configured in /etc/config/network, but other ports will be down, and require manual interaction to be brought up. Configuring them with proto none will cause netifd to do some actions on them, which might cause undefined results, and will also bloat the UCI config file. The cleanest solution is to bring all member ports up as part of the init script. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* netifyd: update to 3.09Darryl Sokoloski2021-11-17
| | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* Merge pull request #17120 from giannoug/ddns-scripts-digitaloceanFlorian Eckert2021-11-17
|\ | | | | ddns-scripts: Rework DigitalOcean update script
| * ddns-scripts: Rework DigitalOcean update scriptGeorge Giannou2021-11-15
| | | | | | | | Signed-off-by: George Giannou <giannoug@gmail.com>
* | Merge pull request #17037 from pprindeville/named-create-run-dirPhilip Prindeville2021-11-16
|\ \ | | | | | | bind: created /var/run/named directory
| * | bind: created /var/run/named directoryPhilip Prindeville2021-10-31
| | | | | | | | | | | | | | | | | | | | | Side-effect of dropping capabilities(7) with last commit is now we need the `/var/run/named/` directory created for us at startup. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | pdns: Update to 4.5.2Wout Bertrums2021-11-16
| | | | | | | | | | | | Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | | rsyslog: move from net to adminMatthew Hagan2021-11-16
| | | | | | | | | | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | smcroute: update to 2.5.4Moritz Warning2021-11-15
| | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | zerotier: update to 1.8.2Moritz Warning2021-11-15
| | | | | | | | | | | | | | | | | | Update und switch back to release source package. Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | ddns-scripts: Fix typo in route53 update scriptMartijn Atema2021-11-15
| | | | | | | | | | | | Signed-off-by: Martijn Atema <martijn@atema.one>
* | | Merge pull request #17108 from commodo/ovs-no-python-sixAlexandru Ardelean2021-11-14
|\ \ \ | |_|/ |/| | ovs,ovn: remove python-six dep
| * | ovn: remove python-six depAlexandru Ardelean2021-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OVN doesn't require Python Six, since about commit https://github.com/ovn-org/ovn/commit/338a6ddb5ea1c89b48c484b0448a216a82225adc Maybe even earlier than that. There are some left-over installations of six in their CI, but no usage in any Python source code. Refreshed patches. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | openvswitch: remove python-six dependencyAlexandru Ardelean2021-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python six was required to build the OVS Python libs during the time when they were supporting both Python 2 & 3. Python 3 is a minimum requirement for OVS Python's libs since commits: https://github.com/openvswitch/ovs/commit/1ca0323e7c29dc7ef5a615c265df0460208f92de https://github.com/openvswitch/ovs/commit/bd9052455092630e03485538a29f9f8d147c41ca and Six is no longer required since commit https://github.com/openvswitch/ovs/commit/0c4d144a989a444d038d58272d8571e97e00e86f The end-goal here is to get rid of the Python Six host-build. OVS is the only user. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | ocserv: updated to 1.1.4Nikos Mavrogiannopoulos2021-11-13
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | frr: update to 8.1.0Lucian Cristian2021-11-12
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | nfs-kernel-server: move hardcoded /run to /tmp/runDaniel Golle2021-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | statd currently fails to start due to missing /run which doesn't exist on OpenWrt. Add a patch moving /run to /tmp/run as the path is hardcoded in several places and cannot be configured neither at buildtime nor at runtime. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | curl: update to 7.80.0Stan Grishin2021-11-12
| | | | | | | | | | | | | | | | | | | | | * bump version to 7.80.0 * update maintainer email address Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | openssh-server-pam: add key files as conffilesHuangbin Zhan2021-11-12
| | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | openssh: keep same permission for /etc/sshHuangbin Zhan2021-11-12
| | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | netopeer2: update to 2.0.35Lucian Cristian2021-11-12
| | | | | | | | | | | | | | | | | | needed after libyang update Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | sysrepo: update to 2.0.53Lucian Cristian2021-11-12
| | | | | | | | | | | | | | | | | | | | | needed after libyang update also drop python3-sysrepo as now is standalone Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | wget: update to 1.21.2Huangbin Zhan2021-11-12
| | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | wget: fix hsts timeHuangbin Zhan2021-11-12
| | | | | | | | | | | | | | | | | | `time_t` on musl 1.2 is 64bit, while `long` is 32 bit. we will always get zero time with the original source on mips big endian. Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | modemmanager: fix physdev sysfs path detection in PCIe modemsAleksander Morgado2021-11-12
| | | | | | | | | | | | | | | | | | | | | | | | The PCIe physdev path lookup relies on the 'vendor' and 'device' attribute files, instead of the 'idVendor' and 'idProduct' ones, which are USB specific. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | dnsproxy: Update to 0.39.10Tianling Shen2021-11-11
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | dnslookup: Update to 1.5.1Tianling Shen2021-11-11
|/ / | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | mosquitto: bump to 2.0.13Karl Palsson2021-11-09
| | | | | | | | | | | | | | | | | | | | Security and bugfix releases. Changelogs: https://mosquitto.org/blog/2021/10/version-2-0-13-released/ https://mosquitto.org/blog/2021/08/version-2-0-12-released/ Signed-off-by: Karl Palsson <karlp@etactica.com>
* | trojan-go: add new packageTianling Shen2021-11-08
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | transmission-web-control: Update to the latest master branch(4b2e1858)Ren Zongjia2021-11-08
| | | | | | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* | knot: update to 3.1.4Jan Hák2021-11-08
| | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | pdns-recursor: Update to v4.5.7Wout Bertrums2021-11-05
| | | | | | | | Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | zerotier: update to 1.8.1Oskari Rauta2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: 1.8.0 - Upgrade json.hpp dependency to version 3.10.2 - Check if DNS servers need to be applied on macOS - Set MAC address before bringing up Linux TAP link - Stop binding to temporary IPv6 addresses - Fix for mistakenly using v6 source addresses for v4 routes on some platforms - Fix for MacOS MTU capping issue on feth devices - Implement a workaround for one potential source of a "coma" bug, which can occur if buggy NATs/routers stop allowing the service to communicate on a given port. ZeroTier now reassigns a new secondary port if it's offline for a while unless a secondary port is manually specified in local.conf. Working around crummy buggy routers is an ongoing effort. - A completely rewritten desktop UI for Mac and Windows! 1.8.1 - Fix an issue that could cause clobbering of MacOS IP route settings on restart. - Added additional hardening against address impersonation on networks (also in 1.6.6). - MacOS IPv6 no longer binds to temporary addresses as these can cause interruptions if they expire. - Remove support for REALLY ancient 1.1.6 or earlier network controllers. - Fix numerous UI issues from 1.8.0 (never fully released). Changed to git as source and added $(AUTORELEASE) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>