Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: ChangeLog libxfce4util-4.4.1-r1.ebuild
Date: Wed, 05 Dec 2007 10:28:20
Message-Id: E1IzrUE-0004Fs-NP@stork.gentoo.org
1 angelos 07/12/05 10:28:14
2
3 Modified: ChangeLog
4 Added: libxfce4util-4.4.1-r1.ebuild
5 Log:
6 Fixed a possible buffer overflow, bug 201289
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.97 xfce-base/libxfce4util/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.97&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.97&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.96&r2=1.97
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
19 retrieving revision 1.96
20 retrieving revision 1.97
21 diff -u -r1.96 -r1.97
22 --- ChangeLog 18 Nov 2007 06:23:13 -0000 1.96
23 +++ ChangeLog 5 Dec 2007 10:28:14 -0000 1.97
24 @@ -1,6 +1,12 @@
25 # ChangeLog for xfce-base/libxfce4util
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.96 2007/11/18 06:23:13 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.97 2007/12/05 10:28:14 angelos Exp $
29 +
30 +*libxfce4util-4.4.1-r1 (04 Dec 2007)
31 +
32 + 04 Dec 2007; Christoph Mende <angelos@g.o>
33 + +files/libxfce4util-4.4.1-overflow.patch, +libxfce4util-4.4.1-r1.ebuild:
34 + Fixed a possible buffer overflow, bug 201289
35
36 *libxfce4util-4.4.2 (18 Nov 2007)
37
38
39
40
41 1.1 xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libxfce4util-4.4.1-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.1 2007/12/05 10:28:14 angelos Exp $
51
52 inherit eutils xfce44
53
54 XFCE_VERSION="4.4.1"
55 xfce44
56
57 DESCRIPTION="Basic utilities library"
58 HOMEPAGE="http://www.xfce.org/projects/libraries"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE="debug doc"
61
62 RDEPEND=">=dev-libs/glib-2.6"
63 DEPEND="${RDEPEND}
64 dev-util/pkgconfig
65 doc? ( dev-util/gtk-doc )
66 !xfce-extra/xfce4-panelmenu
67 !xfce-extra/xfce4-showdesktop
68 !xfce-extra/xfce4-systray
69 !xfce-extra/xfce4-taskbar
70 !xfce-extra/xfce4-toys
71 !xfce-extra/xfce4-windowlist
72 !xfce-extra/xfce4-trigger-launcher
73 !xfce-extra/xfce4-websearch
74 !xfce-extra/xfce4-modemlights
75 !xfce-extra/xfce4-minicmd
76 !xfce-extra/xfce4-megahertz
77 !xfce-extra/xfce4-iconbox
78 !xfce-base/xffm
79 !xfce-extra/xfcalendar
80 !xfce-extra/xfce4-bglist-editor
81 !<xfce-extra/xfce4-genmon-3
82 !<xfce-extra/xfce4-diskperf-2"
83
84 src_unpack() {
85 unpack ${A}
86 cd "${S}"
87 epatch "${FILESDIR}"/${P}-overflow.patch
88 }
89
90 DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
91
92 xfce44_core_package
93
94
95
96 --
97 gentoo-commits@g.o mailing list