Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wicked2nm for openSUSE:Factory 
checked in at 2026-08-14 22:09:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wicked2nm (Old)
 and      /work/SRC/openSUSE:Factory/.wicked2nm.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wicked2nm"

Fri Aug 14 22:09:38 2026 rev:11 rq:1371202 version:1.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/wicked2nm/wicked2nm.changes      2026-07-15 
16:59:26.946739908 +0200
+++ /work/SRC/openSUSE:Factory/.wicked2nm.new.1258/wicked2nm.changes    
2026-08-14 22:10:06.898803139 +0200
@@ -1,0 +2,10 @@
+Fri Aug 14 09:30:58 UTC 2026 - Jorik Cronenberg <[email protected]>
+
+- Update v1.5.2
+  * build(deps): bump serde_with from 3.18.0 to 3.21.0
+    (fixes GHSA-7gcf-g7xr-8hxj)
+    [bsc#1271848]
+  * Fix flaky tests
+  * Fix team_lacp_ethtool test by setting lacp active explicitly
+
+-------------------------------------------------------------------

Old:
----
  wicked2nm-1.5.1.obscpio

New:
----
  wicked2nm-1.5.2.obscpio

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

Other differences:
------------------
++++++ wicked2nm.spec ++++++
--- /var/tmp/diff_new_pack.Lzf05Y/_old  2026-08-14 22:10:07.631830023 +0200
+++ /var/tmp/diff_new_pack.Lzf05Y/_new  2026-08-14 22:10:07.634830133 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           wicked2nm
-Version:        1.5.1
+Version:        1.5.2
 Release:        0
 Summary:        Migration tool from wicked to NetworkManager
 License:        GPL-2.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Lzf05Y/_old  2026-08-14 22:10:07.670831453 +0200
+++ /var/tmp/diff_new_pack.Lzf05Y/_new  2026-08-14 22:10:07.674831600 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/openSUSE/wicked2nm</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v1.5.1</param>
+    <param name="revision">v1.5.2</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
   </service>

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/wicked2nm/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.wicked2nm.new.1258/vendor.tar.gz differ: char 16, 
line 1

++++++ wicked2nm-1.5.1.obscpio -> wicked2nm-1.5.2.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wicked2nm-1.5.1/Cargo.lock 
new/wicked2nm-1.5.2/Cargo.lock
--- old/wicked2nm-1.5.1/Cargo.lock      2026-07-14 15:36:02.000000000 +0200
+++ new/wicked2nm-1.5.2/Cargo.lock      2026-08-14 11:08:11.000000000 +0200
@@ -346,6 +346,15 @@
 checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 
 [[package]]
+name = "bs58"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
+dependencies = [
+ "tinyvec",
+]
+
+[[package]]
 name = "bstr"
 version = "1.12.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -1774,11 +1783,12 @@
 
 [[package]]
 name = "serde_with"
-version = "3.18.0"
+version = "3.21.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f"
+checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
 dependencies = [
  "base64",
+ "bs58",
  "chrono",
  "hex",
  "indexmap 1.9.3",
@@ -1793,9 +1803,9 @@
 
 [[package]]
 name = "serde_with_macros"
-version = "3.18.0"
+version = "3.21.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65"
+checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
 dependencies = [
  "darling",
  "proc-macro2",
@@ -2097,6 +2107,21 @@
 ]
 
 [[package]]
+name = "tinyvec"
+version = "1.12.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
+dependencies = [
+ "tinyvec_macros",
+]
+
+[[package]]
+name = "tinyvec_macros"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
+
+[[package]]
 name = "tokio"
 version = "1.52.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -2427,7 +2452,7 @@
 
 [[package]]
 name = "wicked2nm"
-version = "1.5.1"
+version = "1.5.2"
 dependencies = [
  "agama-network",
  "anyhow",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wicked2nm-1.5.1/Cargo.toml 
new/wicked2nm-1.5.2/Cargo.toml
--- old/wicked2nm-1.5.1/Cargo.toml      2026-07-14 15:36:02.000000000 +0200
+++ new/wicked2nm-1.5.2/Cargo.toml      2026-08-14 11:08:11.000000000 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "wicked2nm"
-version = "1.5.1"
+version = "1.5.2"
 edition = "2021"
 
 # See more keys and their definitions at 
https://doc.rust-lang.org/cargo/reference/manifest.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wicked2nm-1.5.1/src/main.rs 
new/wicked2nm-1.5.2/src/main.rs
--- old/wicked2nm-1.5.1/src/main.rs     2026-07-14 15:36:02.000000000 +0200
+++ new/wicked2nm-1.5.2/src/main.rs     2026-08-14 11:08:11.000000000 +0200
@@ -21,8 +21,8 @@
 use simplelog::ConfigBuilder;
 use std::path::PathBuf;
 use std::process::{ExitCode, Termination};
+use std::sync::OnceLock;
 use thiserror::Error;
-use tokio::sync::OnceCell;
 
 use crate::interface::Interface;
 use crate::netconfig::Netconfig;
@@ -254,7 +254,7 @@
     }
 }
 
-static MIGRATION_SETTINGS: OnceCell<MigrationSettings> = OnceCell::const_new();
+static MIGRATION_SETTINGS: OnceLock<MigrationSettings> = OnceLock::new();
 
 #[tokio::main]
 async fn main() -> CliResult {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wicked2nm-1.5.1/tests/team_lacp_ethtool/netconfig/ifcfg-team0 
new/wicked2nm-1.5.2/tests/team_lacp_ethtool/netconfig/ifcfg-team0
--- old/wicked2nm-1.5.1/tests/team_lacp_ethtool/netconfig/ifcfg-team0   
2026-07-14 15:36:02.000000000 +0200
+++ new/wicked2nm-1.5.2/tests/team_lacp_ethtool/netconfig/ifcfg-team0   
2026-08-14 11:08:11.000000000 +0200
@@ -2,6 +2,7 @@
 BOOTPROTO=static
 IPADDR=192.168.100.1/24
 TEAM_RUNNER=lacp
+TEAM_LACP_ACTIVE=yes
 TEAM_LACP_FAST_RATE=yes
 TEAM_LACP_SYS_PRIO=100
 TEAM_LACP_MIN_PORTS=2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wicked2nm-1.5.1/tests/team_lacp_ethtool/system-connections/team0.nmconnection
 
new/wicked2nm-1.5.2/tests/team_lacp_ethtool/system-connections/team0.nmconnection
--- 
old/wicked2nm-1.5.1/tests/team_lacp_ethtool/system-connections/team0.nmconnection
   2026-07-14 15:36:02.000000000 +0200
+++ 
new/wicked2nm-1.5.2/tests/team_lacp_ethtool/system-connections/team0.nmconnection
   2026-08-14 11:08:11.000000000 +0200
@@ -10,7 +10,7 @@
 ad_actor_sys_prio=100
 ad_select=bandwidth
 downdelay=20
-lacp_active=0
+lacp_active=1
 lacp_rate=fast
 miimon=10
 min_links=2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wicked2nm-1.5.1/tests/team_lacp_ethtool/wicked_xml/config.xml 
new/wicked2nm-1.5.2/tests/team_lacp_ethtool/wicked_xml/config.xml
--- old/wicked2nm-1.5.1/tests/team_lacp_ethtool/wicked_xml/config.xml   
2026-07-14 15:36:02.000000000 +0200
+++ new/wicked2nm-1.5.2/tests/team_lacp_ethtool/wicked_xml/config.xml   
2026-08-14 11:08:11.000000000 +0200
@@ -37,7 +37,7 @@
   </control>
   <team>
     <runner name="lacp">
-      <active>false</active>
+      <active>true</active>
       <fast_rate>true</fast_rate>
       <sys_prio>100</sys_prio>
       <min_ports>2</min_ports>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wicked2nm-1.5.1/tests/team_lacp_ethtool2/netconfig/ifcfg-team0 
new/wicked2nm-1.5.2/tests/team_lacp_ethtool2/netconfig/ifcfg-team0
--- old/wicked2nm-1.5.1/tests/team_lacp_ethtool2/netconfig/ifcfg-team0  
2026-07-14 15:36:02.000000000 +0200
+++ new/wicked2nm-1.5.2/tests/team_lacp_ethtool2/netconfig/ifcfg-team0  
2026-08-14 11:08:11.000000000 +0200
@@ -2,6 +2,7 @@
 BOOTPROTO=static
 IPADDR=192.168.100.1/24
 TEAM_RUNNER=lacp
+TEAM_LACP_ACTIVE=yes
 TEAM_LACP_FAST_RATE=yes
 TEAM_LACP_SYS_PRIO=100
 TEAM_LACP_MIN_PORTS=2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wicked2nm-1.5.1/tests/team_lacp_ethtool2/system-connections/team0.nmconnection
 
new/wicked2nm-1.5.2/tests/team_lacp_ethtool2/system-connections/team0.nmconnection
--- 
old/wicked2nm-1.5.1/tests/team_lacp_ethtool2/system-connections/team0.nmconnection
  2026-07-14 15:36:02.000000000 +0200
+++ 
new/wicked2nm-1.5.2/tests/team_lacp_ethtool2/system-connections/team0.nmconnection
  2026-08-14 11:08:11.000000000 +0200
@@ -10,7 +10,7 @@
 ad_actor_sys_prio=100
 ad_select=bandwidth
 downdelay=20
-lacp_active=0
+lacp_active=1
 lacp_rate=fast
 miimon=10
 min_links=2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wicked2nm-1.5.1/tests/team_lacp_ethtool2/wicked_xml/config.xml 
new/wicked2nm-1.5.2/tests/team_lacp_ethtool2/wicked_xml/config.xml
--- old/wicked2nm-1.5.1/tests/team_lacp_ethtool2/wicked_xml/config.xml  
2026-07-14 15:36:02.000000000 +0200
+++ new/wicked2nm-1.5.2/tests/team_lacp_ethtool2/wicked_xml/config.xml  
2026-08-14 11:08:11.000000000 +0200
@@ -21,7 +21,7 @@
   </control>
   <team>
     <runner name="lacp">
-      <active>false</active>
+      <active>true</active>
       <fast_rate>true</fast_rate>
       <sys_prio>100</sys_prio>
       <min_ports>2</min_ports>

++++++ wicked2nm.obsinfo ++++++
--- /var/tmp/diff_new_pack.Lzf05Y/_old  2026-08-14 22:10:08.135848508 +0200
+++ /var/tmp/diff_new_pack.Lzf05Y/_new  2026-08-14 22:10:08.142848765 +0200
@@ -1,5 +1,5 @@
 name: wicked2nm
-version: 1.5.1
-mtime: 1784036162
-commit: 4951df1510f3a1c97d47d4d01f31c353e62c9089
+version: 1.5.2
+mtime: 1786698491
+commit: ebe028f614a688cfafbbdc49b770d4c6b8e7ed3d
 

Reply via email to