Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/SLE-15-SP5' into huha-pw-leak-…
Browse files Browse the repository at this point in the history
…15-6
  • Loading branch information
shundhammer committed May 28, 2024
2 parents 8fa1cb6 + 302f37f commit 1a8fe52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-iscsi-client.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 28 13:05:18 UTC 2024 - Stefan Hundhammer <[email protected]>

- Don't leak passwords to the log (bsc#1225432)
- 4.6.2

-------------------------------------------------------------------
Tue Sep 19 14:01:12 UTC 2023 - Stefan Hundhammer <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-iscsi-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-iscsi-client
Version: 4.6.1
Version: 4.6.2
Release: 0
Summary: YaST2 - iSCSI Client Configuration
License: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion src/modules/IscsiClientLib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def useISNS

# write temporary changed old config
def oldConfig
Builtins.y2milestone("Store temporary config %1", @config)
Builtins.y2milestone("Store temporary config")
@config.save
nil
end
Expand Down

0 comments on commit 1a8fe52

Please sign in to comment.