| Commit message (Collapse) | Author | Age |
|\
| |
| | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* bump version to 7.80.0
* update maintainer email address
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
needed after libyang update
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
needed after libyang update
also drop python3-sysrepo as now is standalone
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
`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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
|/ /
| |
| |
| | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| |
| |
| |
| | |
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Jan Hák <jan.hak@nic.cz>
|
| |
| |
| |
| | |
Signed-off-by: Wout Bertrums <wout@wbnet.eu>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| |
| |
| |
| |
| |
| | |
Client and server software to query DNS over HTTPS, using Google DNS-over-HTTPS protocol and IETF DNS-over-HTTPS (RFC 8484). https://github.com/m13253/dns-over-https
Signed-off-by: Martin Schneider <martschneider@google.com>
|
| |
| |
| |
| | |
Signed-off-by: Alexander Koenig <alex@lisas.de>
|
| |
| |
| |
| |
| |
| |
| | |
- Disabled unused plugins and re-enabled CGO.
- Fixed test script
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| |
| |
| |
| | |
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
|
|\ \
| | |
| | | |
rosy-file-server: drop this package
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Reasons to drop this package:
a) this package depends on luci-app-rosy-file-server
Unfortunately, it was marked as broken as it is unmaintained.
See: https://github.com/openwrt/luci/commit/34b682afac310859f0d4696110d8a1af60f16c04
b) maintainer is inactive
c) rosinson website does not seem to be working
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
6813542 remote: always re-schedule update timeout
d7833e1 remote: fix compilation with glibc
bee2caf sta: schedule sta_info timeout on creation
ae32cb9 ubus: fix channel for active probing
8dc0753 ubus: introduce enum for beacon measurement mode
46e5976 policy: use correct reference signal
1116fdb policy: avoid creating kick loop for client
d3ff0d5 sta: add sta_connection_state enum
30f9ba7 remote: include node BSSID into messages
8af7b6c usteer: add BSSID to node struct
Signed-off-by: David Bauer <mail@david-bauer.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
bump versions
Update to the newest versions and switch to $(AUTORELEASE) for the python3 packages (where I am the maintainer).
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently when the connection times out, the interface will disconnect.
Add capability to add persistent option to re-establish connectivity.
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Allow authentication inputs by key/cert PEM.
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Chao Liu <git@expiron.dev>
|