* Fix an issue where blocklist bypass is possible when using curve P256
Any newly issued P256 based certificates will have their signature clamped
to the low-s form. Nebula will assert the low-s signature form when
validating certificates in a future version
OBS-URL: https://build.opensuse.org/package/show/network:vpn/nebula?expand=0&rev=26
21 lines
730 B
XML
21 lines
730 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.10.3</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>
|