Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jhead for openSUSE:Factory checked in at 2023-02-17 16:45:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jhead (Old) and /work/SRC/openSUSE:Factory/.jhead.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jhead" Fri Feb 17 16:45:35 2023 rev:31 rq:1066328 version:3.06.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/jhead/jhead.changes 2023-02-14 16:48:16.183451365 +0100 +++ /work/SRC/openSUSE:Factory/.jhead.new.22824/jhead.changes 2023-02-17 16:45:57.199183061 +0100 @@ -1,0 +2,7 @@ +Thu Feb 16 15:35:12 UTC 2023 - Martin Liška <mli...@suse.cz> + +- Remove hunk that enables -fsanitize=address (bsc#1208386), note it's + already removed in the upstream project: + https://github.com/Matthias-Wandel/jhead/commit/34f61c3f1408e6b00f6f65dd3d7832f4f8e9318b + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jhead-CVE-2021-34055.patch ++++++ --- /var/tmp/diff_new_pack.pAiQmX/_old 2023-02-17 16:45:57.739186102 +0100 +++ /var/tmp/diff_new_pack.pAiQmX/_new 2023-02-17 16:45:57.743186124 +0100 @@ -90,19 +90,4 @@ break; }else if (memcmp(Data+2, "http:", 5) == 0){ Sections[SectionsRead-1].Type = M_XMP; // Change tag for internal purposes. -diff --git a/makefile b/makefile -index b8a4d05..d0e4ff8 100644 ---- a/makefile -+++ b/makefile -@@ -3,8 +3,8 @@ - #-------------------------------- - OBJ=obj - SRC=. --CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) --LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -fsanitize=address -+LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -fsanitize=address - - all: objdir jhead -