Subject: CVS commit: pkgsrc/lang
From: Emmanuel Dreyfus
Date: 2018-07-18 09:33:12
Message id: 20180718073313.021C9FB3B@cvs.NetBSD.org

Log Message:
Add pkgsrc build option disable-filter-url to disable php://filter URL

php://filter URL is a feature documented here:
http://php.net/manual/en/wrappers.php.php

Unfortunately, it allows remote control of include() behavior
beyond what many developpers expected, enabling easy dump of
PHP source files. The administrator may want to disable the
feature for security sake, and this option makes that possible.

Files:
RevisionActionfile
1.5modifypkgsrc/lang/php56/Makefile.php
1.49modifypkgsrc/lang/php56/distinfo
1.9modifypkgsrc/lang/php70/Makefile.php
1.46modifypkgsrc/lang/php70/distinfo
1.8modifypkgsrc/lang/php71/Makefile.php
1.39modifypkgsrc/lang/php71/distinfo
1.6modifypkgsrc/lang/php72/Makefile.php
1.27modifypkgsrc/lang/php72/distinfo
1.1addpkgsrc/lang/php56/patches/patch-disable-filter-url
1.1addpkgsrc/lang/php70/patches/patch-disable-filter-url
1.1addpkgsrc/lang/php71/patches/patch-disable-filter-url
1.1addpkgsrc/lang/php72/patches/patch-disable-filter-url