Hello community,

here is the log from the commit of package open-iscsi for openSUSE:Factory 
checked in at 2017-04-25 08:58:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-iscsi (Old)
 and      /work/SRC/openSUSE:Factory/.open-iscsi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-iscsi"

Tue Apr 25 08:58:10 2017 rev:60 rq:490791 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-iscsi/open-iscsi.changes    2017-04-12 
17:12:13.141212175 +0200
+++ /work/SRC/openSUSE:Factory/.open-iscsi.new/open-iscsi.changes       
2017-04-25 08:58:12.798876701 +0200
@@ -1,0 +2,6 @@
+Mon Apr 24 15:37:32 UTC 2017 - ldun...@suse.com
+
+- Fixed coredump when printing session information (bsc#1035236),
+  backporting commit c8e6198dca71 from upstream open-iscsi
+
+-------------------------------------------------------------------
@@ -7 +13 @@
-  upstream.
+  upstream. (bsc#1032402/FATE#321911)

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

Other differences:
------------------
++++++ open-iscsi-SUSE-latest.diff.bz2 ++++++
--- /var/tmp/diff_new_pack.Ha8Xgw/_old  2017-04-25 08:58:13.534772646 +0200
+++ /var/tmp/diff_new_pack.Ha8Xgw/_new  2017-04-25 08:58:13.542771515 +0200
@@ -2889,10 +2889,10 @@
      rm -rf $DESTDIR
      if [ "$TMPDIR" ] ; then
 diff --git a/rpm/open-iscsi.changes b/rpm/open-iscsi.changes
-index 65f4171e0bae..2f0beb3662db 100644
+index 65f4171e0bae..cdb713f7f2e5 100644
 --- a/rpm/open-iscsi.changes
 +++ b/rpm/open-iscsi.changes
-@@ -1,173 +1,258 @@
+@@ -1,173 +1,264 @@
  -------------------------------------------------------------------
 -Thu Nov 17 01:48:22 UTC 2016 - ldun...@suse.com
 -
@@ -3040,12 +3040,18 @@
 -
 --------------------------------------------------------------------
 -Tue Nov 25 11:43:03 PST 2014 - ldun...@suse.com
++Mon Apr 24 15:37:32 UTC 2017 - ldun...@suse.com
++
++- Fixed coredump when printing session information (bsc#1035236),
++  backporting commit c8e6198dca71 from upstream open-iscsi
++
++-------------------------------------------------------------------
 +Mon Apr 10 16:42:37 UTC 2017 - ldun...@suse.com
 +
 +- This is now the latest upstream open-iscsi, i.e. 2.0.874
 +  plus latest as of this date, together with SUSE-specific
 +  changes that are not yet upstream or not appropriate for
-+  upstream.
++  upstream. (bsc#1032402/FATE#321911)
 +
 +  Important changes in this update include:
 +  * qedi transport support
@@ -3306,7 +3312,7 @@
  
  -------------------------------------------------------------------
  Tue Jul  8 16:27:39 CEST 2014 - h...@suse.de
-@@ -203,13 +288,13 @@ Wed May 28 15:26:29 CEST 2014 - h...@suse.de
+@@ -203,13 +294,13 @@ Wed May 28 15:26:29 CEST 2014 - h...@suse.de
  Fri May 2 15:07:14 2014 +0200 - h...@suse.de
  
  - iscsi_offload: do not print error messages for be2iscsi
@@ -3323,7 +3329,7 @@
  
  - Added two not-yet-upstream patches for iscsiuio/systemd activation
    from Chris Leech (bnc#869567):
-@@ -218,67 +303,73 @@ Mon Apr 28 11:00:03 PDT 2014 - ldun...@suse.com
+@@ -218,67 +309,73 @@ Mon Apr 28 11:00:03 PDT 2014 - ldun...@suse.com
    Updated spec file to handle install/package of new files.
  
  -------------------------------------------------------------------
@@ -4226,7 +4232,7 @@
         * handle race where iscsid proc is starting up while we are
         * trying to connect.
 diff --git a/usr/session_info.c b/usr/session_info.c
-index 89422d8e3933..9dc6e25b05fb 100644
+index 89422d8e3933..f4dffa76fa78 100644
 --- a/usr/session_info.c
 +++ b/usr/session_info.c
 @@ -93,7 +93,7 @@ static int session_info_print_flat(void *data, struct 
session_info *info)
@@ -4275,13 +4281,12 @@
                        num_found = 1;
                        break;
                }
-@@ -422,7 +423,8 @@ int session_info_print(int info_level, struct session_info 
*info, int do_show)
+@@ -422,7 +423,7 @@ int session_info_print(int info_level, struct session_info 
*info, int do_show)
                if (err || !num_found)
                        break;
  
 -              session_info_print_tree(&list, "", flags, do_show);
-+              session_info_print_tree(&list, "", flags, do_show,
-+                                      info->iscsid_req_tmo);
++              session_info_print_tree(&list, "", flags, do_show, -1);
                session_info_free_list(&list);
                break;
        default:


Reply via email to