Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/imlib2: imlib2-1.4.2-r1.ebuild ChangeLog
Date: Fri, 03 Jul 2009 01:36:16
Message-Id: E1MMXhH-00027Z-2v@stork.gentoo.org
1 vapier 09/07/03 01:36:15
2
3 Modified: imlib2-1.4.2-r1.ebuild ChangeLog
4 Log:
5 Make sure bumpmap is linked with -lm #276285 by Christian Ruppert.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 media-libs/imlib2/imlib2-1.4.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuild?r1=1.6&r2=1.7
14
15 Index: imlib2-1.4.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- imlib2-1.4.2-r1.ebuild 7 Dec 2008 11:30:44 -0000 1.6
22 +++ imlib2-1.4.2-r1.ebuild 3 Jul 2009 01:36:14 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuild,v 1.6 2008/12/07 11:30:44 keytoaster Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuild,v 1.7 2009/07/03 01:36:14 vapier Exp $
29
30 inherit enlightenment toolchain-funcs eutils
31
32 @@ -25,6 +25,7 @@
33 unpack ${A}
34 cd "${S}"
35 epatch "${FILESDIR}"/${P}-CVE-2008-5187.patch #248057
36 + sed -i '/bumpmap_la_LIBADD/s:$: -lm:' src/modules/filters/Makefile.in #276285
37 }
38
39 src_compile() {
40
41
42
43 1.92 media-libs/imlib2/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/ChangeLog?rev=1.92&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/ChangeLog?rev=1.92&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/ChangeLog?r1=1.91&r2=1.92
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v
52 retrieving revision 1.91
53 retrieving revision 1.92
54 diff -u -r1.91 -r1.92
55 --- ChangeLog 29 May 2009 20:23:25 -0000 1.91
56 +++ ChangeLog 3 Jul 2009 01:36:15 -0000 1.92
57 @@ -1,6 +1,9 @@
58 # ChangeLog for media-libs/imlib2
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v 1.91 2009/05/29 20:23:25 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v 1.92 2009/07/03 01:36:15 vapier Exp $
62 +
63 + 03 Jul 2009; Mike Frysinger <vapier@g.o> imlib2-1.4.2-r1.ebuild:
64 + Make sure bumpmap is linked with -lm #276285 by Christian Ruppert.
65
66 29 May 2009; Mike Frysinger <vapier@g.o>
67 -files/imlib2-1.4.0-CVE-2008-2426.patch, -imlib2-1.4.1.ebuild,