dd1f421ef1
* This release adds a new setting default_local_cidr_any that defaults to true to match previous behavior, but will default to false in the next release (1.10) * Added example service script for OpenRC * The SSH daemon now supports inlined host keys * The SSH daemon now supports certificates with sshd.trusted_cas * Config setting tun.unsafe_routes is now reloadable * Support for the deprecated local_range option has been removed * Remove the TCP round trip tracking metrics, as they never had correct data * Fixed a potential deadlock introduced in 1.8.1 * Fixed support for Linux when IPv6 has been disabled at the OS level * DNS will return NXDOMAIN now when there are no results * Allow :: in lighthouse.dns.host * Capitalization of NotAfter fixed in DNS TXT response * Don't log invalid certificates. It is untrusted data and can cause a large volume of logs OBS-URL: https://build.opensuse.org/package/show/network:vpn/nebula?expand=0&rev=3
21 lines
729 B
XML
21 lines
729 B
XML
<?xml version="1.0" ?>
|
|
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/slackhq/nebula.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">refs/tags/v1.9.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="package-meta">yes</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
<param name="archive">*.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|