Hello community, here is the log from the commit of package libpng12 for openSUSE:Factory checked in at 2015-01-22 21:48:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpng12 (Old) and /work/SRC/openSUSE:Factory/.libpng12.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpng12" Changes: -------- --- /work/SRC/openSUSE:Factory/libpng12/libpng12.changes 2014-11-24 11:13:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libpng12.new/libpng12.changes 2015-01-22 21:48:41.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Jan 19 15:04:59 UTC 2015 - [email protected] + +- Fix CVE-2013-7354.patch, include limits.h for INT_MAX + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpng12.spec ++++++ --- /var/tmp/diff_new_pack.oWHsJt/_old 2015-01-22 21:48:42.000000000 +0100 +++ /var/tmp/diff_new_pack.oWHsJt/_new 2015-01-22 21:48:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libpng12 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ libpng-1.2.51-CVE-2013-7354.patch ++++++ --- /var/tmp/diff_new_pack.oWHsJt/_old 2015-01-22 21:48:42.000000000 +0100 +++ /var/tmp/diff_new_pack.oWHsJt/_new 2015-01-22 21:48:42.000000000 +0100 @@ -4,6 +4,14 @@ =================================================================== --- pngset.c.orig 2014-04-24 14:13:43.144134631 +0200 +++ pngset.c 2014-04-24 14:23:31.461124549 +0200 +@@ -19,6 +19,7 @@ + #define PNG_INTERNAL + #define PNG_NO_PEDANTIC_WARNINGS + #include "png.h" ++#include <limits.h> + #if defined(PNG_READ_SUPPORTED) || defined(PNG_WRITE_SUPPORTED) + + #ifdef PNG_bKGD_SUPPORTED @@ -664,6 +664,17 @@ /* Make sure we have enough space in the "text" array in info_struct * to hold all of the incoming text_ptr objects. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
