Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2010 05:37:26 GMT
From:      Andrei Lavreniyuk <andy.lavr@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/145157: [ERROR] cannot portupgrade editors/koffice-kde4
Message-ID:  <201003290537.o2T5bQem073357@www.freebsd.org>
Resent-Message-ID: <201003290540.o2T5e807041338@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         145157
>Category:       ports
>Synopsis:       [ERROR] cannot portupgrade editors/koffice-kde4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 29 05:40:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrei Lavreniyuk
>Release:        FreeBSD 8.0-STABLE
>Organization:
Technica-03, Inc.
>Environment:
FreeBSD datacenter.technica-03.local 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Mar 25 12:32:37 EET 2010     root@datacenter.technica-03.local:/usr/obj/usr/src/sys/SMP64  amd64
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- krita/ui/kis_png_converter.cpp.orig	2009-11-20 22:45:35.000000000 +0200
+++ krita/ui/kis_png_converter.cpp	2010-03-29 08:23:02.980338247 +0300
@@ -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)) {
         iod->close();
         return (KisImageBuilder_RESULT_BAD_FETCH);
     }


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003290537.o2T5bQem073357>