Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 162430 Details for
Bug 234079
gnome-extra/yelp <2.22.1-r2 gtk_message_dialog_format_secondary_markup() Format string vulnerability (CVE-2008-3533)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
2.20.0 bump ebuild for most arches
yelp-2.20.0-r1.ebuild (text/plain), 1.69 KB, created by
Daniel Gryniewicz (RETIRED)
on 2008-08-07 15:12:18 UTC
(
hide
)
Description:
2.20.0 bump ebuild for most arches
Filename:
MIME Type:
Creator:
Daniel Gryniewicz (RETIRED)
Created:
2008-08-07 15:12:18 UTC
Size:
1.69 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-2.20.0.ebuild,v 1.17 2008/07/24 19:52:41 ford_prefect Exp $ > >inherit gnome2 eutils > >DESCRIPTION="Help browser for GNOME" >HOMEPAGE="http://www.gnome.org/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" >#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" >IUSE="beagle xulrunner" > >RDEPEND=">=gnome-base/gconf-2 > >=app-text/gnome-doc-utils-0.11.1 > >=x11-libs/gtk+-2.10 > >=gnome-base/gnome-vfs-2 > >=gnome-base/libglade-2 > >=gnome-base/libgnome-2.14 > >=gnome-base/libgnomeui-2.14 > >=dev-libs/libxml2-2.6.5 > >=dev-libs/libxslt-1.1.4 > >=x11-libs/startup-notification-0.8 > >=dev-libs/glib-2 > >=dev-libs/dbus-glib-0.71 > beagle? ( =app-misc/beagle-0.2* ) > !xulrunner? ( =www-client/mozilla-firefox-2* ) > xulrunner? ( =net-libs/xulrunner-1.8* ) > sys-libs/zlib > app-arch/bzip2 > >=app-text/rarian-0.5 > >=app-text/scrollkeeper-9999" >DEPEND="${RDEPEND} > sys-devel/gettext > >=dev-util/intltool-0.35 > >=dev-util/pkgconfig-0.9" > >DOCS="AUTHORS ChangeLog NEWS README TODO" > >src_unpack() { > gnome2_src_unpack > > # Fix format string. Bug #234079 > epatch "${FILESDIR}"/${PN}-2.22.1-format-string.patch > > # strip stupid options in configure, see bug #196621 > sed -i 's|$AM_CFLAGS -pedantic -ansi|$AM_CFLAGS|' configure >} > >pkg_setup() { > G2CONF="${G2CONF} --enable-man --enable-info" > > if use beagle; then > G2CONF="${G2CONF} --with-search=beagle" > else > G2CONF="${G2CONF} --with-search=basic" > fi > > if use xulrunner; then > G2CONF="${G2CONF} --with-gecko=xulrunner" > else > G2CONF="${G2CONF} --with-gecko=firefox" > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 234079
:
162428
| 162430 |
162431