pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2006Q4]: pkgsrc/misc/koffice/patches Pullup ticket 1996 - requ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f074e302116
branches:  pkgsrc-2006Q4
changeset: 522988:5f074e302116
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sun Jan 28 20:32:49 2007 +0000

description:
Pullup ticket 1996 - requested by markd
security fix for koffice (I forgot to "cvs add" patch-ac the first time)

- pkgsrc/misc/koffice/Makefile                          1.88-1.89
- pkgsrc/misc/koffice/distinfo                          1.37-1.38
- pkgsrc/misc/koffice/patches/patch-ac                  1.10

   Module Name: pkgsrc
   Committed By:        markd
   Date:                Sun Jan 14 11:31:44 UTC 2007

   Modified Files:
        pkgsrc/misc/koffice: Makefile distinfo
   Added Files:
        pkgsrc/misc/koffice/patches: patch-ac

   Log Message:
   Fix path in a #include in kdchart_export.h so that it works when installed.
   From Gary Duzan in private email.  Bump PKGREVISION.
---
   Module Name: pkgsrc
   Committed By:        markd
   Date:                Wed Jan 17 10:35:40 UTC 2007

   Modified Files:
        pkgsrc/misc/koffice: Makefile distinfo

   Log Message:
   Fix for kword/xpdf denial of service vulnerability from
   http://www.kde.org/info/security/advisory-20070115-1.txt.
   Bump PKGREVISION.

diffstat:

 misc/koffice/patches/patch-ac |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 77f6c0872f42 -r 5f074e302116 misc/koffice/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/koffice/patches/patch-ac     Sun Jan 28 20:32:49 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.9.12.1 2007/01/28 20:32:49 ghen Exp $
+
+--- kchart/kdchart/kdchart_export.h.orig       2007-01-13 14:18:02.000000000 +1300
++++ kchart/kdchart/kdchart_export.h
+@@ -4,7 +4,7 @@
+ #include <qglobal.h>
+ 
+ #if 1
+-#include <../../lib/kofficecore/koffice_export.h>
++#include <koffice_export.h>
+ #else
+ 
+ #if defined(Q_OS_WIN32) && defined(KDCHART_DLL)



Home | Main Index | Thread Index | Old Index