Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 473384 - www-apps/owncloud: should RDEPEND on dev-lang/php[filter]
Summary: www-apps/owncloud: should RDEPEND on dev-lang/php[filter]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey Shvetsov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-15 18:07 UTC by cyberbat
Modified: 2013-06-17 18:27 UTC (History)
2 users (show)

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 cyberbat 2013-06-15 18:07:03 UTC
I'm not 100% sure cause I have dev-lang/php[filter] turned on, but the proof is:

1) https://github.com/owncloud/core/issues/2905#issuecomment-16463503
2) grep filter_var settings/ajax/lostpassword.php 
if( isset( $_POST['email'] ) && filter_var( $_POST['email'], FILTER_VALIDATE_EMAIL) ) {
Comment 1 Bernard Cafarelli gentoo-dev 2013-06-17 18:27:40 UTC
Another nice catch in these php USE flags, thanks! Fixed in all current ebuilds