aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xchat/xchat_2.8.6.bb
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-04-18 22:14:55 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-04-18 22:46:15 +0200
commitfdaa0a396ccaa5def33628d6a76450cb33af24cc (patch)
tree0e36b8d6797cb36011f51a745f012a3980c88195 /recipes/xchat/xchat_2.8.6.bb
parent4e72309a8e2c2394bfe956864048443d8821171d (diff)
downloadopenembedded-fdaa0a396ccaa5def33628d6a76450cb33af24cc.tar.gz
xchat 2.8.6: fix CVE-2009-0315 and a building issues with 2 debian patches and bump PR
The building issue was the following: | fe-gtk.o: In function `fe_gui_info': | [...]/src/fe-gtk/fe-gtk.c:822: undefined reference to `GTK_WIDGET_VISIBLE' | menu.o: In function `menu_canacaccel': | [...]/src/fe-gtk/menu.c:1673: undefined reference to `GTK_WIDGET_IS_SENSITIVE' | maingui.o: In function `mg_hide_empty_pane': | [...]/src/fe-gtk/maingui.c:812: undefined reference to `GTK_WIDGET_VISIBLE' | [...]/src/fe-gtk/maingui.c:813: undefined reference to `GTK_WIDGET_VISIBLE' | maingui.o: In function `mg_show_generic_tab': | [...]/src/fe-gtk/maingui.c:602: undefined reference to `GTK_WIDGET_HAS_FOCUS' I noticied the security issue while looking into the debian patches of xchat: They had a file named 46_CVE-2009-0315.dpatch. Then I looked at that CVE to see if it was relevant ,and applied the patch
Diffstat (limited to 'recipes/xchat/xchat_2.8.6.bb')
-rw-r--r--recipes/xchat/xchat_2.8.6.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/xchat/xchat_2.8.6.bb b/recipes/xchat/xchat_2.8.6.bb
index d6d6200d83..9e203fb682 100644
--- a/recipes/xchat/xchat_2.8.6.bb
+++ b/recipes/xchat/xchat_2.8.6.bb
@@ -4,9 +4,12 @@ HOMEPAGE = "http://www.xchat.org"
SECTION = "x11/network"
DEPENDS = "libgcrypt zlib gtk+"
DEPENDS += "gdk-pixbuf-csource-native"
-PR = "r1"
+PR = "r2"
-SRC_URI = "http://www.xchat.org/files/source/2.8/xchat-${PV}.tar.bz2"
+SRC_URI = "http://www.xchat.org/files/source/2.8/xchat-${PV}.tar.bz2 \
+ file://46_CVE-2009-0315.dpatch;patch=1 \
+ file://53_fix_deprecated_widgets.dpatch;patch=1 \
+ "
inherit autotools