Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-www/netscape-flash: ChangeLog netscape-flash-10_beta20080811.ebuild
Date: Tue, 09 Sep 2008 03:43:14
Message-Id: E1Kcu8F-0004qX-6i@stork.gentoo.org
1 lack 08/09/09 03:43:11
2
3 Modified: ChangeLog netscape-flash-10_beta20080811.ebuild
4 Log:
5 Added magic 'mms.cfg' file for system-wide security configuration. Also, this file allows 'Windowless' mode to be disabled, which makes things much more stable pre-firefox-3.02
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.23-gentoo-r5 i686)
7
8 Revision Changes Path
9 1.72 net-www/netscape-flash/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.72&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.72&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?r1=1.71&r2=1.72
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v
18 retrieving revision 1.71
19 retrieving revision 1.72
20 diff -u -r1.71 -r1.72
21 --- ChangeLog 25 Aug 2008 19:12:16 -0000 1.71
22 +++ ChangeLog 9 Sep 2008 03:43:10 -0000 1.72
23 @@ -1,6 +1,12 @@
24 # ChangeLog for net-www/netscape-flash
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.71 2008/08/25 19:12:16 lack Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.72 2008/09/09 03:43:10 lack Exp $
28 +
29 + 09 Sep 2008; Jim Ramsay <lack@g.o> +files/mms.cfg,
30 + netscape-flash-10_beta20080811.ebuild:
31 + Added magic 'mms.cfg' file for system-wide security configuration. Also,
32 + this file allows 'Windowless' mode to be disabled, which makes things much
33 + more stable pre-firefox-3.02
34
35 25 Aug 2008; Jim Ramsay <lack@g.o>
36 netscape-flash-10_beta20080811.ebuild:
37
38
39
40 1.3 net-www/netscape-flash/netscape-flash-10_beta20080811.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-10_beta20080811.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-10_beta20080811.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-10_beta20080811.ebuild?r1=1.2&r2=1.3
45
46 Index: netscape-flash-10_beta20080811.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-10_beta20080811.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- netscape-flash-10_beta20080811.ebuild 25 Aug 2008 19:12:16 -0000 1.2
53 +++ netscape-flash-10_beta20080811.ebuild 9 Sep 2008 03:43:10 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-10_beta20080811.ebuild,v 1.2 2008/08/25 19:12:16 lack Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-10_beta20080811.ebuild,v 1.3 2008/09/09 03:43:10 lack Exp $
59
60 inherit nsplugins versionator
61
62 @@ -72,6 +72,10 @@
63 # libcurl.so.3 (and maybe the SSLs too, I hope) , so this will be slightly
64 # less ugly (especially if we can get libcurl into one of the emul-linux-x86
65 # packages)
66 +
67 + # The magic config file!
68 + insinto "/etc/adobe"
69 + doins "${FILESDIR}/mms.cfg"
70 }
71
72 pkg_postinst() {
73 @@ -79,4 +83,8 @@
74 ewarn "issues. Please consider only running flash applets you know to"
75 ewarn "be safe. The firefox 'flashblock' extension may help:"
76 ewarn " https://addons.mozilla.org/en-US/firefox/addon/433"
77 + echo
78 + ewarn "Furthermore, <www-client/mozilla-firefox-3.0.2 is known to crash"
79 + ewarn "with the new 'Windowless' (transparent) mode. To disable this and"
80 + ewarn "avoid the crashes, set 'WindowlessDisable = 1' in /etc/adobe/mms.cfg"
81 }