Accepting request 1174693 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/1174693 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nebula?expand=0&rev=2
This commit is contained in:
commit
2f8f5fa1a1
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="url">https://github.com/slackhq/nebula.git</param>
|
<param name="url">https://github.com/slackhq/nebula.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">refs/tags/v1.8.2</param>
|
<param name="revision">refs/tags/v1.9.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="package-meta">yes</param>
|
<param name="package-meta">yes</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:719f5526e8cdd98d57a1a6430771b282bf4f4e9fa0b35615ceb6a3830143e709
|
|
||||||
size 2355464
|
|
3
nebula-1.9.0.tar.gz
Normal file
3
nebula-1.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:584f48d77b4cee17d06ff29f03c02484b4089fb8cd23c46b0e41a8cf43795b01
|
||||||
|
size 2290572
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 16 23:07:47 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
||||||
|
|
||||||
|
- update to version 1.9.0:
|
||||||
|
* 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 9 06:08:08 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
Tue Apr 9 06:08:08 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nebula
|
Name: nebula
|
||||||
Version: 1.8.2
|
Version: 1.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A scalable overlay networking tool
|
Summary: A scalable overlay networking tool
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -26,9 +26,10 @@ Source0: %{name}-%{version}.tar.gz
|
|||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
Source2: %{name}.service
|
Source2: %{name}.service
|
||||||
Patch0: enable-pie.patch
|
Patch0: enable-pie.patch
|
||||||
BuildRequires: golang-packaging
|
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: zstd
|
BuildRequires: zstd
|
||||||
|
BuildRequires: golang(API) = 1.22
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Nebula is a scalable overlay networking tool with a focus on performance,
|
Nebula is a scalable overlay networking tool with a focus on performance,
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:83d1387a3b13771eafef8ec208d3599fc87d02640d8fd60cbec897f9f478ef29
|
oid sha256:fd983e07451c2d274c4d399722ef389266c420d8ab77428278b378177fe10f12
|
||||||
size 2433033
|
size 2431751
|
||||||
|
Loading…
Reference in New Issue
Block a user