Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package netbird for openSUSE:Factory checked 
in at 2026-06-12 19:26:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netbird (Old)
 and      /work/SRC/openSUSE:Factory/.netbird.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netbird"

Fri Jun 12 19:26:31 2026 rev:31 rq:1358733 version:0.72.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/netbird/netbird.changes  2026-06-08 
14:23:42.577050249 +0200
+++ /work/SRC/openSUSE:Factory/.netbird.new.1981/netbird.changes        
2026-06-12 19:26:56.772738445 +0200
@@ -1,0 +2,46 @@
+Wed Jun 10 21:46:56 UTC 2026 - Marcus Rueckert <[email protected]>
+
+- Netbird does not really comply to the format for /etc/sysconfig/
+  so using /etc/default/${servicename} is a better idea. For
+  backwards compatibility reasons we will still load the old path
+  but the new path is preferred to be used.
+
+-------------------------------------------------------------------
+Wed Jun 10 20:20:30 UTC 2026 - Marcus Rueckert <[email protected]>
+
+- Update to 0.72.3
+  - Client Improvements
+    - Added commands to discover and write Kubernetes
+      configuration. experimental #6260
+    - Masked sensitive data during debug bundle creation. #6364
+    - Preserved user deselect-all route preferences across
+      management syncs. #6363
+    - Fixed state manager crashes caused by concurrent iptables map
+      access. #6345
+    - Added WebSocket relay fallback when QUIC datagrams exceed
+      transport limits. #6339
+    - Filtered DNS fallback upstreams matching NetBird server IPs
+      to prevent loops. #6183
+    - Preserved posture checks on configuration-only sync updates.
+      #6373
+    - Improved embedded client shutdown by canceling context before
+      stopping the engine. #6397
+  - Management Improvements
+    - Added IPv6 default permit rules for exit node routes. #6368
+    - Logged user agent information and returned request IDs. #6380
+    - Added version gating to stop sending deprecated RemotePeers
+      field. #6371
+    - Fixed L4 service updates when no custom port is configured.
+      #6396
+  - Proxy Enhancements
+    - Added non-blocking mapping updates. #6369
+    - Improved certificate handling by notifying readiness for
+      domains covered by static certificates. #6389
+    - Switched proxy ID generation to UUIDs. #6391
+  - Infrastructure & Tooling
+    - Improved support for atomic Linux distributions in install
+      scripts and fixed Docker-related issues in
+      getting-started.sh. #6139
+    - Updated the Go toolchain version in go.mod. #6377
+
+-------------------------------------------------------------------

Old:
----
  netbird-0.72.2.obscpio

New:
----
  netbird-0.72.3.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ netbird.spec ++++++
--- /var/tmp/diff_new_pack.oHECaA/_old  2026-06-12 19:27:03.305012245 +0200
+++ /var/tmp/diff_new_pack.oHECaA/_new  2026-06-12 19:27:03.313012580 +0200
@@ -32,7 +32,7 @@
 %bcond_with stub_config
 
 Name:           netbird
-Version:        0.72.2
+Version:        0.72.3
 Release:        0
 Summary:        Mesh VPN based on WireGuard
 License:        AGPL-3.0-only AND BSD-3-Clause
@@ -387,14 +387,17 @@
 %endif
 
 %files management
+%license LICENSE
 %{_bindir}/%{name}-mgmt
 %{_unitdir}/%{name}-management.service
 
 %files signal
+%license LICENSE
 %{_bindir}/%{name}-signal
 %{_unitdir}/%{name}-signal.service
 
 %files relay
+%license LICENSE
 %{_bindir}/%{name}-relay
 
 %files bash-completion

++++++ _service ++++++
--- /var/tmp/diff_new_pack.oHECaA/_old  2026-06-12 19:27:03.549022473 +0200
+++ /var/tmp/diff_new_pack.oHECaA/_new  2026-06-12 19:27:03.585023982 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/netbirdio/netbird.git</param>
     <param name="scm">git</param>
     <param name="package-meta">yes</param>
-    <param name="revision">refs/tags/v0.72.2</param>
+    <param name="revision">refs/tags/v0.72.3</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">disable</param>

++++++ netbird-0.72.2.obscpio -> netbird-0.72.3.obscpio ++++++
/work/SRC/openSUSE:Factory/netbird/netbird-0.72.2.obscpio 
/work/SRC/openSUSE:Factory/.netbird.new.1981/netbird-0.72.3.obscpio differ: 
char 21, line 1

++++++ netbird-management.service ++++++
--- /var/tmp/diff_new_pack.oHECaA/_old  2026-06-12 19:27:03.841034713 +0200
+++ /var/tmp/diff_new_pack.oHECaA/_new  2026-06-12 19:27:03.869035886 +0200
@@ -7,6 +7,7 @@
 [Service]
 Type=simple
 EnvironmentFile=-/etc/sysconfig/netbird-management
+EnvironmentFile=-/etc/default/netbird-management
 ExecStart=/usr/bin/netbird-mgmt management $FLAGS
 Restart=on-failure
 RestartSec=5

++++++ netbird-signal.service ++++++
--- /var/tmp/diff_new_pack.oHECaA/_old  2026-06-12 19:27:03.997041252 +0200
+++ /var/tmp/diff_new_pack.oHECaA/_new  2026-06-12 19:27:04.041043096 +0200
@@ -7,6 +7,7 @@
 [Service]
 Type=simple
 EnvironmentFile=-/etc/sysconfig/netbird-signal
+EnvironmentFile=-/etc/default/netbird-signal
 ExecStart=/usr/bin/netbird-signal run $FLAGS
 Restart=on-failure
 RestartSec=5

++++++ netbird.obsinfo ++++++
--- /var/tmp/diff_new_pack.oHECaA/_old  2026-06-12 19:27:04.209050138 +0200
+++ /var/tmp/diff_new_pack.oHECaA/_new  2026-06-12 19:27:04.233051144 +0200
@@ -1,5 +1,5 @@
 name: netbird
-version: 0.72.2
-mtime: 1780743361
-commit: 1e7b16db0aee0002dc1b1ee2b5733d965baeac08
+version: 0.72.3
+mtime: 1781119614
+commit: d7703767d5f211fa41f516340e191b9e609e4f45
 

++++++ netbird.service ++++++
--- /var/tmp/diff_new_pack.oHECaA/_old  2026-06-12 19:27:04.365056677 +0200
+++ /var/tmp/diff_new_pack.oHECaA/_new  2026-06-12 19:27:04.401058186 +0200
@@ -1,11 +1,12 @@
 [Unit]
 Description=A WireGuard-based mesh network that connects your devices into a 
single private network.
-After=network.target syslog.target 
+After=network.target syslog.target
 
 [Service]
 StartLimitInterval=5
 StartLimitBurst=10
 EnvironmentFile=-/etc/sysconfig/netbird
+EnvironmentFile=-/etc/default/netbird
 ExecStart=/usr/bin/netbird "service" "run" "--config" 
"/etc/netbird/config.json" "--log-level" "info" "--log-file" 
"/var/log/netbird/client.log"
 Restart=always
 RestartSec=120

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/netbird/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.netbird.new.1981/vendor.tar.zst differ: char 7, 
line 1

Reply via email to