Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-network for openSUSE:Factory checked in at 2025-10-08 18:13:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-network (Old) and /work/SRC/openSUSE:Factory/.yast2-network.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-network" Wed Oct 8 18:13:03 2025 rev:508 rq:1309769 version:5.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes 2025-03-06 14:49:02.058208521 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-network.new.11973/yast2-network.changes 2025-10-08 18:13:44.404436755 +0200 @@ -1,0 +2,7 @@ +Wed Oct 8 08:28:54 UTC 2025 - Josef Reidinger <[email protected]> + +- Fix reading proxy with the latest security fix in ruby + (bsc#1251273) +- 5.0.6 + +------------------------------------------------------------------- Old: ---- yast2-network-5.0.5.tar.bz2 New: ---- yast2-network-5.0.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-network.spec ++++++ --- /var/tmp/diff_new_pack.IOYyl2/_old 2025-10-08 18:13:45.568485595 +0200 +++ /var/tmp/diff_new_pack.IOYyl2/_new 2025-10-08 18:13:45.572485763 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-network # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-network -Version: 5.0.5 +Version: 5.0.6 Release: 0 Summary: YaST2 - Network Configuration License: GPL-2.0-only ++++++ yast2-network-5.0.5.tar.bz2 -> yast2-network-5.0.6.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-5.0.5/package/yast2-network.changes new/yast2-network-5.0.6/package/yast2-network.changes --- old/yast2-network-5.0.5/package/yast2-network.changes 2025-03-05 13:08:01.000000000 +0100 +++ new/yast2-network-5.0.6/package/yast2-network.changes 2025-10-08 10:36:37.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Oct 8 08:28:54 UTC 2025 - Josef Reidinger <[email protected]> + +- Fix reading proxy with the latest security fix in ruby + (bsc#1251273) +- 5.0.6 + +------------------------------------------------------------------- Wed Feb 12 10:41:47 UTC 2025 - Knut Anderssen <[email protected]> - Added a warn about a possible problem with the configured bond diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-5.0.5/package/yast2-network.spec new/yast2-network-5.0.6/package/yast2-network.spec --- old/yast2-network-5.0.5/package/yast2-network.spec 2025-03-05 13:08:01.000000000 +0100 +++ new/yast2-network-5.0.6/package/yast2-network.spec 2025-10-08 10:36:37.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 5.0.5 +Version: 5.0.6 Release: 0 Summary: YaST2 - Network Configuration License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-5.0.5/src/lib/network/install_inf_convertor.rb new/yast2-network-5.0.6/src/lib/network/install_inf_convertor.rb --- old/yast2-network-5.0.5/src/lib/network/install_inf_convertor.rb 2025-03-05 13:08:01.000000000 +0100 +++ new/yast2-network-5.0.6/src/lib/network/install_inf_convertor.rb 2025-10-08 10:36:37.000000000 +0200 @@ -91,8 +91,10 @@ # save user name and password separately ex["proxy_user"] = proxy.user - proxy.user = nil ex["proxy_password"] = proxy.password + # reset user and password after it is read as it is reset after first write to user + # (bsc#1251273) + proxy.user = nil proxy.password = nil ex["#{proxyProto}_proxy"] = proxy.to_s # Use the proxy also for https and ftp
