Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/adobe-flash: ChangeLog adobe-flash-10.2.152.27_p201011173-r2.ebuild
Date: Mon, 21 Feb 2011 15:03:02
Message-Id: 20110221150251.D464A20054@flycatcher.gentoo.org
1 lack 11/02/21 15:02:51
2
3 Modified: ChangeLog
4 adobe-flash-10.2.152.27_p201011173-r2.ebuild
5 Log:
6 memcpy-to-memmove.sh requires bash, no just any sh (Bug #354073)
7
8 (Portage version: 2.1.9.34/cvs/Linux i686)
9
10 Revision Changes Path
11 1.66 www-plugins/adobe-flash/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.66&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.66&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?r1=1.65&r2=1.66
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v
20 retrieving revision 1.65
21 retrieving revision 1.66
22 diff -u -r1.65 -r1.66
23 --- ChangeLog 17 Feb 2011 20:43:29 -0000 1.65
24 +++ ChangeLog 21 Feb 2011 15:02:51 -0000 1.66
25 @@ -1,6 +1,10 @@
26 # ChangeLog for www-plugins/adobe-flash
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.65 2011/02/17 20:43:29 lack Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.66 2011/02/21 15:02:51 lack Exp $
30 +
31 + 21 Feb 2011; Jim Ramsay <lack@g.o>
32 + adobe-flash-10.2.152.27_p201011173-r2.ebuild:
33 + memcpy-to-memmove.sh requires bash, no just any sh (Bug #354073)
34
35 *adobe-flash-10.2.152.27_p201011173-r2 (17 Feb 2011)
36
37
38
39
40 1.2 www-plugins/adobe-flash/adobe-flash-10.2.152.27_p201011173-r2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.2.152.27_p201011173-r2.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.2.152.27_p201011173-r2.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.2.152.27_p201011173-r2.ebuild?r1=1.1&r2=1.2
45
46 Index: adobe-flash-10.2.152.27_p201011173-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.2.152.27_p201011173-r2.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- adobe-flash-10.2.152.27_p201011173-r2.ebuild 17 Feb 2011 20:43:29 -0000 1.1
53 +++ adobe-flash-10.2.152.27_p201011173-r2.ebuild 21 Feb 2011 15:02:51 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.2.152.27_p201011173-r2.ebuild,v 1.1 2011/02/17 20:43:29 lack Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.2.152.27_p201011173-r2.ebuild,v 1.2 2011/02/21 15:02:51 lack Exp $
59
60 EAPI=3
61 inherit rpm nsplugins multilib toolchain-funcs versionator
62 @@ -127,7 +127,7 @@
63 # Bug #354073: Patch binary to use memmove instead of memcpy from
64 # Redhat's bug https://bugzilla.redhat.com/show_bug.cgi?id=638477#c94
65 cp libflashplayer.so libflashplayer.so.orig
66 - sh "${FILESDIR}/memcpy-to-memmove.sh" libflashplayer.so \
67 + bash "${FILESDIR}/memcpy-to-memmove.sh" libflashplayer.so \
68 || die "memcpy-to-memmove.sh failed"
69 fi
70 # TODO: Apparently changing memcpy to memmove helps the 32-bit plugin too...