Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 342769 - dev-lang/php-5*: eblits don't correctly set allow_url_fopen to Off
Summary: dev-lang/php-5*: eblits don't correctly set allow_url_fopen to Off
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-26 14:01 UTC by Luca Longinotti
Modified: 2010-10-27 10:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Longinotti 2010-10-26 14:01:24 UTC
Hey! I just noticed a typo seems to have made its way into the eblits-enabled PHP versions:
src_install-v1.eblit:	sed -e 's|^allow_url_fopen .*|allow_url_open = Off|g' -i "${phpinisrc}"
allow_url_fopen gets replaced with allow_url_open (notice the missing 'f'), which results in it having no effect and not disabling url_fopen. Same in the -v2 eblit.
Cya, chtekk.

Reproducible: Always
Comment 1 Ole Markus With (RETIRED) gentoo-dev 2010-10-27 10:01:20 UTC
Good catch! Fixed in CVS.

Thanks