Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner/files: xulrunner-1.9.2-gtk+-2.21.patch xulrunner-1.9-no_sunstudio.patch xulrunner-1.9.1.5-solaris-undef-regs.patch 000_flex-configure-LANG.patch 1000_fix_alignment.patch 801-enable-x86_64-tracemonkey.patch xulrunner-1.9-solaris64.patch 1009-armv4t-nanojit-v2.patch 1002_fix-system-hunspell-dict-detections.patch xulrunner-1.9.2-arm-fixes.patch 066-fix-includedir-mozilla-js.patch xulrunner-1.9.2-fix-pkgconfig-file.patch 301-xulrunner-xpctools.diff
Date: Thu, 28 Oct 2010 13:53:59
Message-Id: 20101028135346.7DDF120051@flycatcher.gentoo.org
1 polynomial-c 10/10/28 13:53:46
2
3 Added: xulrunner-1.9.2-gtk+-2.21.patch
4 Removed: xulrunner-1.9-no_sunstudio.patch
5 xulrunner-1.9.1.5-solaris-undef-regs.patch
6 000_flex-configure-LANG.patch
7 1000_fix_alignment.patch
8 801-enable-x86_64-tracemonkey.patch
9 xulrunner-1.9-solaris64.patch
10 1009-armv4t-nanojit-v2.patch
11 1002_fix-system-hunspell-dict-detections.patch
12 xulrunner-1.9.2-arm-fixes.patch
13 066-fix-includedir-mozilla-js.patch
14 xulrunner-1.9.2-fix-pkgconfig-file.patch
15 301-xulrunner-xpctools.diff
16 Log:
17 Security bump (bug #342847).
18
19 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
20
21 Revision Changes Path
22 1.1 net-libs/xulrunner/files/xulrunner-1.9.2-gtk+-2.21.patch
23
24 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/files/xulrunner-1.9.2-gtk+-2.21.patch?rev=1.1&view=markup
25 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/files/xulrunner-1.9.2-gtk+-2.21.patch?rev=1.1&content-type=text/plain
26
27 Index: xulrunner-1.9.2-gtk+-2.21.patch
28 ===================================================================
29 # HG changeset patch
30 # User Jonathan Callen <abcd@g.o>
31 # Parent 2599ed882191d88a8e8f0cb68492a156163c5ca7
32 pass MOZ_GTK_CFLAGS to ensure proper includes are avaliable.
33
34 diff --git a/toolkit/system/gnome/Makefile.in b/toolkit/system/gnome/Makefile.in
35 --- a/toolkit/system/gnome/Makefile.in
36 +++ b/toolkit/system/gnome/Makefile.in
37 @@ -84,13 +84,14 @@ EXTRA_DSO_LDOPTS += \
38 $(MOZ_LIBNOTIFY_LIBS) \
39 $(NULL)
40
41 LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/components/build/
42
43 include $(topsrcdir)/config/rules.mk
44
45 CXXFLAGS += \
46 + $(MOZ_GTK2_CFLAGS) \
47 $(MOZ_GCONF_CFLAGS) \
48 $(MOZ_GNOMEVFS_CFLAGS) \
49 $(GLIB_CFLAGS) \
50 $(MOZ_LIBNOTIFY_CFLAGS) \
51 $(NULL)