Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_install-v3.eblit
Date: Wed, 20 Jul 2011 12:41:49
Message-Id: 20110720124138.DD4DC20051@flycatcher.gentoo.org
1 olemarkus 11/07/20 12:41:38
2
3 Modified: src_install-v3.eblit
4 Log:
5 Removed some 'security' fixes for php.ini.
6
7 Revision Changes Path
8 1.2 dev-lang/php/files/eblits/src_install-v3.eblit
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_install-v3.eblit?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_install-v3.eblit?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_install-v3.eblit?r1=1.1&r2=1.2
13
14 Index: src_install-v3.eblit
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v3.eblit,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- src_install-v3.eblit 30 Jun 2011 07:30:11 -0000 1.1
21 +++ src_install-v3.eblit 20 Jul 2011 12:41:38 -0000 1.2
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2011 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v3.eblit,v 1.1 2011/06/30 07:30:11 olemarkus Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v3.eblit,v 1.2 2011/07/20 12:41:38 olemarkus Exp $
27
28 eblit-php-src_install() {
29 # see bug #324739 for what happens when we don't have that
30 @@ -89,12 +89,6 @@
31 local phpinisrc="${PHP_INI_UPSTREAM}-${phpsapi}"
32 cp "${PHP_INI_UPSTREAM}" "${phpinisrc}"
33
34 - # default to allow_url_open=Off, bug 332763
35 - sed -e 's|^allow_url_fopen .*|allow_url_fopen = Off|g' -i "${phpinisrc}"
36 -
37 - # default to expose_php=Off, bug 300695
38 - sed -e 's|^expose_php .*|expose_php = Off|g' -i "${phpinisrc}"
39 -
40 # default to /tmp for save_path, bug #282768
41 sed -e 's|^;session.save_path .*$|session.save_path = "/tmp"|g' -i "${phpinisrc}"