| Commit message (Collapse) | Author | Age |
... | |
| |
| |
| |
| | |
Signed-off-by: Othmar Truniger <github@truniger.ch>
|
| |
| |
| |
| |
| |
| |
| | |
Also remove patch to fix uClibc-ng,
since it is not in openwrt anymore.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
|
| |
| |
| |
| |
| |
| |
| | |
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>
|
|/
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
banip: update nginx matching
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
|
| |
| |
| |
| | |
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
|
| |
| |
| |
| | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| |
| |
| |
| |
| |
| |
| | |
Ensure that the zerotier service is automatically restarted when the uci
configuration is modified.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
| |
| |
| |
| | |
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
|
| |
| |
| |
| |
| |
| | |
Signed-off-by: Martijn Atema <martijn@atema.one>
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
- PKG_RELEASE number updated
|
| |
| |
| |
| |
| |
| | |
Signed-off-by: Peter Gransdorfer <peter.gransdorfer@cattronix.com>
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
- PKG_RELEASE number updated
|
|\ \
| | |
| | | |
ddns-scripts: Fix DigitalOcean JSON payload
|
| | |
| | |
| | |
| | | |
Signed-off-by: George Giannou <giannoug@gmail.com>
|
|\ \ \
| | | |
| | | | |
treewide: mark django1 and dependents BROKEN
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Use SPDX identifier for PKG_LICENSE.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Moritz Warning <moritzwarning@web.de>
|
| |
| |
| |
| | |
Signed-off-by: Moritz Warning <moritzwarning@web.de>
|
| |
| |
| |
| | |
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
|
| |
| |
| |
| |
| |
| | |
crowdsec-firewall-boucer: update to 0.0.16
Signed-off-by: Kerma Gérald <gandalf@gk2.net>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
nebula: update to 1.5.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* update binaries to version 1.5.0 (thanks @jefferyto)
* update maintainer's email address
Signed-off-by: Stan Grishin <stangri@melmac.ca>
|
|/ /
| |
| |
| | |
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
|
|\ \
| | |
| | | |
ddns-scripts: Rework DigitalOcean update script
|
| | |
| | |
| | |
| | | |
Signed-off-by: George Giannou <giannoug@gmail.com>
|
|\ \ \
| | | |
| | | | |
bind: created /var/run/named directory
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Wout Bertrums <wout@wbnet.eu>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Moritz Warning <moritzwarning@web.de>
|
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Update und switch back to release source package.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Martijn Atema <martijn@atema.one>
|
|\ \ \
| |_|/
|/| | |
ovs,ovn: remove python-six dep
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|