Hello community,

here is the log from the commit of package syslinux for openSUSE:Factory 
checked in at 2019-02-24 17:02:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syslinux (Old)
 and      /work/SRC/openSUSE:Factory/.syslinux.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syslinux"

Sun Feb 24 17:02:49 2019 rev:66 rq:677142 version:4.04

Changes:
--------
--- /work/SRC/openSUSE:Factory/syslinux/syslinux.changes        2018-12-03 
10:03:13.636103374 +0100
+++ /work/SRC/openSUSE:Factory/.syslinux.new.28833/syslinux.changes     
2019-02-24 17:02:54.180694515 +0100
@@ -1,0 +2,5 @@
+Mon Feb 18 13:53:18 UTC 2019 - snw...@suse.com
+
+- syslinux-4.04-lzo.diff: fix lzo memory aliasing issue (bsc#1125616)
+
+-------------------------------------------------------------------

New:
----
  syslinux-4.04-lzo.diff

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

Other differences:
------------------
++++++ syslinux.spec ++++++
--- /var/tmp/diff_new_pack.JKMde2/_old  2019-02-24 17:02:55.724693780 +0100
+++ /var/tmp/diff_new_pack.JKMde2/_new  2019-02-24 17:02:55.728693778 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package syslinux
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -61,6 +61,7 @@
 Patch20:        %{name}-%{version}-python3.diff
 Patch21:        sysmacros.patch
 Patch22:        remove-note-gnu-section.patch
+Patch23:        %{name}-%{version}-lzo.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -99,6 +100,7 @@
 %patch20 -p0
 %patch21 -p1
 %patch22 -p1
+%patch23 -p0
 
 %build
 cp %{SOURCE2} .

++++++ syslinux-4.04-lzo.diff ++++++
--- lzo/Makefile
+++ lzo/Makefile
@@ -19,6 +19,8 @@
 LIB     = lzo.a
 BINS    = prepcore
 
+OPTFLAGS += -fno-strict-aliasing
+
 all : $(BINS)
 
 $(LIB) : $(LIBOBJS)

Reply via email to