From 4966f595e4b943bbe4407cf254c2fbd85f500c11 Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 7 May 2010 22:55:25 +0200 Subject: koffice, ajout patchs et maj footprint --- kde/koffice/libpng14.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 kde/koffice/libpng14.patch (limited to 'kde/koffice/libpng14.patch') diff --git a/kde/koffice/libpng14.patch b/kde/koffice/libpng14.patch new file mode 100644 index 000000000..f4e8da5b1 --- /dev/null +++ b/kde/koffice/libpng14.patch @@ -0,0 +1,11 @@ +--- krita/ui/kis_png_converter.cpp.old 2010-01-20 17:48:11.890898029 +0100 ++++ krita/ui/kis_png_converter.cpp 2010-01-20 17:50:13.477553307 +0100 +@@ -404,7 +404,7 @@ + + png_byte signature[8]; + iod->peek((char*)signature, 8); +- if (!png_check_sig(signature, 8)) { ++ if (!png_sig_cmp(signature, 0, 8) == 0) { + iod->close(); + return (KisImageBuilder_RESULT_BAD_FETCH); + } -- cgit v1.2.3-70-g09d2