Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2016-10-22 13:05:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2016-10-18 13:27:00.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
    2016-10-22 13:05:25.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Oct 20 09:52:00 UTC 2016 - jreidin...@suse.com
+
+- more robust password filtering in y2start.log
+  (bsc#798966)
+- 3.2.5
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-3.2.4.tar.bz2

New:
----
  yast2-installation-3.2.5.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.2l32OJ/_old  2016-10-22 13:05:26.000000000 +0200
+++ /var/tmp/diff_new_pack.2l32OJ/_new  2016-10-22 13:05:26.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        3.2.4
+Version:        3.2.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-3.2.4.tar.bz2 -> yast2-installation-3.2.5.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.2.4/package/yast2-installation.changes 
new/yast2-installation-3.2.5/package/yast2-installation.changes
--- old/yast2-installation-3.2.4/package/yast2-installation.changes     
2016-10-14 14:47:58.000000000 +0200
+++ new/yast2-installation-3.2.5/package/yast2-installation.changes     
2016-10-20 15:35:29.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Oct 20 09:52:00 UTC 2016 - jreidin...@suse.com
+
+- more robust password filtering in y2start.log
+  (bsc#798966)
+- 3.2.5
+
+-------------------------------------------------------------------
 Thu Oct 13 14:15:23 UTC 2016 - igonzalezs...@suse.com
 
 - Set libyui-ncurses environment before starting the installer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.2.4/package/yast2-installation.spec 
new/yast2-installation-3.2.5/package/yast2-installation.spec
--- old/yast2-installation-3.2.4/package/yast2-installation.spec        
2016-10-14 14:47:58.000000000 +0200
+++ new/yast2-installation-3.2.5/package/yast2-installation.spec        
2016-10-20 15:35:29.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        3.2.4
+Version:        3.2.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.2.4/startup/common/misc.sh 
new/yast2-installation-3.2.5/startup/common/misc.sh
--- old/yast2-installation-3.2.4/startup/common/misc.sh 2016-10-14 
14:47:58.000000000 +0200
+++ new/yast2-installation-3.2.5/startup/common/misc.sh 2016-10-20 
15:35:29.000000000 +0200
@@ -263,9 +263,7 @@
     IFS="
 "
     for i in `export` ; do
-       i=${i//Password=*/Password=\"<Password> (sensitive information)\"}
-       i=${i//RepoURL=*/RepoURL=\"<RepoURL (may contain sensitive 
information)>\"}
-       i=${i//ZyppRepoURL=*/ZyppRepoURL=\"<ZyppRepoURL (may contain sensitive 
information)>\"}
+        i=$(sed 's/\([^[:space:]]*\(repourl\|password\)\)=.*/\1="<\1 may 
contain sensitive information>"/i' <<< $i)
        log "\t$i"
     done
     IFS=$IFS_SAVE


Reply via email to