Hello community,

here is the log from the commit of package sblim-sfcb for openSUSE:Factory 
checked in at 2018-02-09 15:53:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sblim-sfcb (Old)
 and      /work/SRC/openSUSE:Factory/.sblim-sfcb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sblim-sfcb"

Fri Feb  9 15:53:24 2018 rev:53 rq:574591 version:1.4.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/sblim-sfcb/sblim-sfcb.changes    2017-12-08 
12:56:55.782678268 +0100
+++ /work/SRC/openSUSE:Factory/.sblim-sfcb.new/sblim-sfcb.changes       
2018-02-09 15:53:26.710679142 +0100
@@ -1,0 +2,12 @@
+Fri Feb  9 10:02:14 UTC 2018 - adam.ma...@suse.de
+
+- Fix misapplied 0022-Fix-crash-caused-by-NULL-content_type.patch
+  (bnc#1079937, CVE-2018-6644)
+
+-------------------------------------------------------------------
+Thu Feb  8 14:25:07 UTC 2018 - adam.ma...@suse.de
+
+- 0023-Alias-sblim-sfcb-service-to-sfcb-and-sfcbd.patch: use correct
+  alias names for services. (bsc#1072448)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sblim-sfcb.spec ++++++
--- /var/tmp/diff_new_pack.u0OL2Y/_old  2018-02-09 15:53:27.710643223 +0100
+++ /var/tmp/diff_new_pack.u0OL2Y/_new  2018-02-09 15:53:27.710643223 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sblim-sfcb
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ 0022-Fix-crash-caused-by-NULL-content_type.patch ++++++
--- /var/tmp/diff_new_pack.u0OL2Y/_old  2018-02-09 15:53:27.790640349 +0100
+++ /var/tmp/diff_new_pack.u0OL2Y/_new  2018-02-09 15:53:27.790640349 +0100
@@ -10,11 +10,11 @@
  cimXmlParser.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/cimXmlParser.c b/cimXmlParser.c
-index e5586e63b0b6..9ce87c547b83 100644
---- a/cimXmlParser.c
-+++ b/cimXmlParser.c
-@@ -1738,7 +1738,7 @@ scanCimXmlRequest(CimRequestContext *ctx, char *xmlData, 
int *rc)
+Index: sblim-sfcb-1.4.9/cimXmlParser.c
+===================================================================
+--- sblim-sfcb-1.4.9.orig/cimXmlParser.c
++++ sblim-sfcb-1.4.9/cimXmlParser.c
+@@ -1738,7 +1738,7 @@ scanCimXmlRequest(CimRequestContext *ctx
    control.MQs = 0;
    control.MPQs = 0;
  
@@ -23,6 +23,16 @@
      *rc=1;
      return control.reqHdr;
    }
--- 
-2.15.0
-
+Index: sblim-sfcb-1.4.9/httpAdapter.c
+===================================================================
+--- sblim-sfcb-1.4.9.orig/httpAdapter.c
++++ sblim-sfcb-1.4.9/httpAdapter.c
+@@ -1048,7 +1048,7 @@ doHttpRequest(CommHndl conn_fd)
+ 
+   inBuf.authorization = "";
+   inBuf.protocol = "HTTP/1.1";
+-  inBuf.content_type = NULL;
++  inBuf.content_type = "application/xml";
+   inBuf.content_length = UINT_MAX;
+   inBuf.host = NULL;
+   inBuf.useragent = "";

++++++ 0023-Alias-sblim-sfcb-service-to-sfcb-and-sfcbd.patch ++++++
--- /var/tmp/diff_new_pack.u0OL2Y/_old  2018-02-09 15:53:27.802639919 +0100
+++ /var/tmp/diff_new_pack.u0OL2Y/_new  2018-02-09 15:53:27.802639919 +0100
@@ -15,8 +15,8 @@
  
  [Install]
  WantedBy=multi-user.target
-+Alias=sfcbd
-+Alias=sfcb
++Alias=sfcbd.service
++Alias=sfcb.service
 -- 
 2.15.0
 


Reply via email to