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-08-20 16:18:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netbird (Old) and /work/SRC/openSUSE:Factory/.netbird.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netbird" Thu Aug 20 16:18:07 2026 rev:43 rq:1372285 version:0.77.0 Changes: -------- --- /work/SRC/openSUSE:Factory/netbird/netbird.changes 2026-08-09 21:44:48.249635406 +0200 +++ /work/SRC/openSUSE:Factory/.netbird.new.1258/netbird.changes 2026-08-20 16:20:53.591097333 +0200 @@ -1,0 +2,49 @@ +Thu Aug 13 15:59:50 UTC 2026 - Marcus Rueckert <[email protected]> + +- Update to 0.77.0 + - Agent Network + - Reworked Agent Network endpoint identity and settings + bootstrap. #7085 + - Added a proxy-connect authorizer seam for Agent Network. + #7136 + - Added reverse proxy usage accounting for activity tracking. + #7116 + - Client Improvements + - Added strict anonymization level and MAC address + anonymization to debug bundles. #7102 + - Declared the xdg-utils dependency for NetBird UI packages. + #7126 + - Fixed credentials used for GTK3 package uploads. #7125 + - Prevented WireGuard packets from being misrouted to the STUN + handler. #7059 + - Updated the NetBird Wails fork to remove the native WebView2 + dependency. #7128 + - Migrated the relay QUIC tracer to qlog and upgraded quic-go + to v0.59.1. #7124 + - Derived Windows SSH privilege checks from the user token and + group membership. #6966 + - Adjusted the GTK3 release job. #7163 + - Fixed a macOS DNS panic caused by malformed scutil output. + #7180 + - Added a fallback to per-IP ACL rules when ipset is + unavailable. #6332 + - Gated IPv6 forwarding on overlay IPv6 while preserving host + Router Advertisement acceptance. #6221 + - Removed installer registry handlers for Windows autostart Run + keys. #7183 + - Infrastructure & Documentation + - Added Crowdin configuration for UI translation + synchronization. #7155 + - Fixed Crowdin export paths and export options. #7162 + - Updated the documentation to direct translation contributions + to Crowdin. #7161 + - Allowed external test suites to reuse the NetBird end-to-end + test harness. #7176 + - Improved the release pipeline to build release branches and + delay marking releases as "latest" until signing is complete. + #7171 +- refreshed patches: + service-install-cli-change.patch + skip-ui.patch + +------------------------------------------------------------------- Old: ---- netbird-0.76.3.obscpio New: ---- netbird-0.77.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netbird.spec ++++++ --- /var/tmp/diff_new_pack.HEvwnE/_old 2026-08-20 16:20:54.838141275 +0200 +++ /var/tmp/diff_new_pack.HEvwnE/_new 2026-08-20 16:20:54.840141345 +0200 @@ -32,7 +32,7 @@ %bcond_with stub_config Name: netbird -Version: 0.76.3 +Version: 0.77.0 Release: 0 Summary: Mesh VPN based on WireGuard License: AGPL-3.0-only AND BSD-3-Clause ++++++ _service ++++++ --- /var/tmp/diff_new_pack.HEvwnE/_old 2026-08-20 16:20:54.881142790 +0200 +++ /var/tmp/diff_new_pack.HEvwnE/_new 2026-08-20 16:20:54.885142931 +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.76.3</param> + <param name="revision">refs/tags/v0.77.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">disable</param> ++++++ netbird-0.76.3.obscpio -> netbird-0.77.0.obscpio ++++++ /work/SRC/openSUSE:Factory/netbird/netbird-0.76.3.obscpio /work/SRC/openSUSE:Factory/.netbird.new.1258/netbird-0.77.0.obscpio differ: char 50, line 1 ++++++ netbird.obsinfo ++++++ --- /var/tmp/diff_new_pack.HEvwnE/_old 2026-08-20 16:20:54.956145433 +0200 +++ /var/tmp/diff_new_pack.HEvwnE/_new 2026-08-20 16:20:54.959145538 +0200 @@ -1,5 +1,5 @@ name: netbird -version: 0.76.3 -mtime: 1786189714 -commit: f65f7b347ee4e7de6d98c488d3d894cd018b02b6 +version: 0.77.0 +mtime: 1786550676 +commit: c5503fdc7f93ae6844a39caecf2970b43618c9b2 ++++++ series ++++++ --- /var/tmp/diff_new_pack.HEvwnE/_old 2026-08-20 16:20:55.010147335 +0200 +++ /var/tmp/diff_new_pack.HEvwnE/_new 2026-08-20 16:20:55.013147441 +0200 @@ -1,3 +1,3 @@ -skip-ui.patch service-install-cli-change.patch +skip-ui.patch ++++++ service-install-cli-change.patch ++++++ --- /var/tmp/diff_new_pack.HEvwnE/_old 2026-08-20 16:20:55.029148005 +0200 +++ /var/tmp/diff_new_pack.HEvwnE/_new 2026-08-20 16:20:55.032148111 +0200 @@ -26,7 +26,7 @@ =================================================================== --- netbird.orig/client/cmd/root.go +++ netbird/client/cmd/root.go -@@ -423,9 +423,16 @@ func getClient(cmd *cobra.Command) (*grp +@@ -439,9 +439,16 @@ func getClient(cmd *cobra.Command) (*grp conn, err := DialClientGRPCServer(cmd.Context(), daemonAddr) if err != nil { //nolint @@ -224,7 +224,7 @@ =================================================================== --- netbird.orig/client/cmd/status.go +++ netbird/client/cmd/status.go -@@ -158,9 +158,16 @@ func getStatus(ctx context.Context, full +@@ -164,9 +164,16 @@ func getStatus(ctx context.Context, full conn, err := DialClientGRPCServer(ctx, daemonAddr) if err != nil { //nolint ++++++ skip-ui.patch ++++++ --- /var/tmp/diff_new_pack.HEvwnE/_old 2026-08-20 16:20:55.047148639 +0200 +++ /var/tmp/diff_new_pack.HEvwnE/_new 2026-08-20 16:20:55.050148745 +0200 @@ -10,11 +10,10 @@ github.com/yusufpapurcu/wmi v1.2.4 github.com/zcalusic/sysinfo v1.1.3 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 -@@ -341,3 +340,12 @@ replace github.com/dexidp/dex/api/v2 => - replace github.com/mailru/easyjson => github.com/netbirdio/easyjson v0.9.0 +@@ -323,6 +322,15 @@ require ( + rsc.io/qr v0.2.0 // indirect + ) - replace github.com/wailsapp/wails/v3 => github.com/netbirdio/wails/v3 v3.0.0-beta.3.0.20260807055527-fc03f984d701 -+ +ignore ( + github.com/netbirdio/netbird/client/ui + github.com/wailsapp/wails/v3 @@ -23,4 +22,8 @@ + github.com/wailsapp/wails/v3/pkg/services/notifications + github.com/wailsapp/wails/v3/pkg/w32 +) ++ + replace github.com/kardianos/service => github.com/netbirdio/service v0.0.0-20240911161631-f62744f42502 + + replace github.com/getlantern/systray => github.com/netbirdio/systray v0.0.0-20231030152038-ef1ed2a27949 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/netbird/vendor.tar.zst /work/SRC/openSUSE:Factory/.netbird.new.1258/vendor.tar.zst differ: char 7, line 1
