Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ibutils for openSUSE:Factory checked 
in at 2021-04-22 18:04:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibutils (Old)
 and      /work/SRC/openSUSE:Factory/.ibutils.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibutils"

Thu Apr 22 18:04:25 2021 rev:11 rq:887510 version:1.5.7.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibutils/ibutils.changes  2020-06-07 
21:40:08.301796264 +0200
+++ /work/SRC/openSUSE:Factory/.ibutils.new.12324/ibutils.changes       
2021-04-22 18:06:01.982701709 +0200
@@ -1,0 +2,6 @@
+Thu Apr 15 15:38:24 UTC 2021 - Wolfgang Frisch <[email protected]>
+
+- Hardening: Link ibis executable with -pie.
+  - Added ibutils-ibis-PIE.patch
+
+-------------------------------------------------------------------

New:
----
  ibutils-ibis-PIE.patch

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

Other differences:
------------------
++++++ ibutils.spec ++++++
--- /var/tmp/diff_new_pack.BMCiDm/_old  2021-04-22 18:06:02.630702772 +0200
+++ /var/tmp/diff_new_pack.BMCiDm/_new  2021-04-22 18:06:02.634702778 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ibutils
+# spec file for package ibutils%{?pname_suff}
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -46,6 +46,7 @@
 Patch6:         ibutils-diagui.patch
 Patch7:         ibutils-fix-build-dependency.patch
 Patch8:         ibis-drop-multiple-definition-of-IbisObj.patch
+Patch9:         ibutils-ibis-PIE.patch
 URL:            http://www.openfabrics.org
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
@@ -88,6 +89,7 @@
             - ibdiagpath: Performs various fabric quality and health checks on
                           the given links and nodes in a specific path.
 %else
+
 %description
 The ibutils-ui package provides a set of graphical UI tools that check the 
health
 of an InfiniBand fabric.
@@ -123,6 +125,7 @@
 %patch6
 %patch7
 %patch8
+%patch9 -p1
 
 %build
 autoreconf -fi

++++++ ibutils-ibis-PIE.patch ++++++
Index: ibutils-1.5.7/ibis/src/Makefile.am
===================================================================
--- ibutils-1.5.7.orig/ibis/src/Makefile.am
+++ ibutils-1.5.7/ibis/src/Makefile.am
@@ -77,7 +77,7 @@ ibis_SOURCES = ibissh_wrap.cpp
 # note the order of the libraries does matter as we static link
 ibis_LDADD = -L. -libiscom $(OSM_LDFLAGS) $(TCL_LIBS)
 ibis_DEPENDENCIES = libibiscom.a
-
+ibis_LDFLAGS = -pie
 
 # SWIG FILES:
 SWIG_IFC_FILES= $(srcdir)/ibbbm.i \

Reply via email to