Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 473384

Summary: www-apps/owncloud: should RDEPEND on dev-lang/php[filter]
Product: Gentoo Linux Reporter: cyberbat <cyberbat83>
Component: New packagesAssignee: Alexey Shvetsov <alexxy>
Status: RESOLVED FIXED    
Severity: normal CC: voyageur, web-apps
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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