pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2008Q2]: pkgsrc/misc/yelp Pullup ticket #2507 - requested by d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9809e1041982
branches:  pkgsrc-2008Q2
changeset: 544290:9809e1041982
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Aug 30 12:10:41 2008 +0000

description:
Pullup ticket #2507 - requested by drochner

Revisions pulled up:
- misc/yelp/Makefile            1.77
- misc/yelp/distinfo            1.24
- misc/yelp/patches/patch-ac    1.3
---
Module Name:    pkgsrc
Committed By:   drochner
Date:           Wed Aug 27 09:56:34 UTC 2008

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

Log Message:
add patch from upstream CVS to fix a format string vulnerability
(CVE-2008-3533), bump PKGREVISION

diffstat:

 misc/yelp/Makefile         |   3 ++-
 misc/yelp/distinfo         |   3 ++-
 misc/yelp/patches/patch-ac |  16 ++++++++++++++++
 3 files changed, 20 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r 6d72b5f1ce60 -r 9809e1041982 misc/yelp/Makefile
--- a/misc/yelp/Makefile        Sat Aug 30 10:40:00 2008 +0000
+++ b/misc/yelp/Makefile        Sat Aug 30 12:10:41 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.76 2008/04/15 18:27:48 drochner Exp $
+# $NetBSD: Makefile,v 1.76.4.1 2008/08/30 12:10:41 tron Exp $
 #
 
 DISTNAME=              yelp-2.22.1
+PKGREVISION=   1
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/yelp/2.22/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 6d72b5f1ce60 -r 9809e1041982 misc/yelp/distinfo
--- a/misc/yelp/distinfo        Sat Aug 30 10:40:00 2008 +0000
+++ b/misc/yelp/distinfo        Sat Aug 30 12:10:41 2008 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.23 2008/04/15 18:27:48 drochner Exp $
+$NetBSD: distinfo,v 1.23.4.1 2008/08/30 12:10:41 tron Exp $
 
 SHA1 (yelp-2.22.1.tar.bz2) = 29586dd5415fc6470c43dbd68fdb491f91778231
 RMD160 (yelp-2.22.1.tar.bz2) = 236acd566b5e0cde0cc1365b1fdae75b2451bcce
 Size (yelp-2.22.1.tar.bz2) = 995734 bytes
 SHA1 (patch-ab) = 67b55fe06a9bceccd9e43ff85d49a92ab6cc67ea
+SHA1 (patch-ac) = 108ebf660f7b0cad15a8f57a8f5ac2271b7c67d2
diff -r 6d72b5f1ce60 -r 9809e1041982 misc/yelp/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/yelp/patches/patch-ac        Sat Aug 30 12:10:41 2008 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.2.2.1 2008/08/30 12:10:41 tron Exp $
+
+--- src/yelp-window.c.orig     2008-04-07 20:16:39.000000000 +0200
++++ src/yelp-window.c
+@@ -1152,9 +1152,9 @@ window_error (YelpWindow *window, gchar 
+        GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
+        GTK_MESSAGE_ERROR,
+        GTK_BUTTONS_OK,
+-       title);
++       "%s", title);
+     gtk_message_dialog_format_secondary_markup
+-      (GTK_MESSAGE_DIALOG (dialog), message);
++      (GTK_MESSAGE_DIALOG (dialog), "%s", message);
+        gtk_dialog_run (GTK_DIALOG (dialog));
+ 
+     gtk_widget_destroy (dialog);



Home | Main Index | Thread Index | Old Index