diff options
author | manu <manu@pkgsrc.org> | 2018-07-18 07:33:12 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2018-07-18 07:33:12 +0000 |
commit | 2d347ec259809c847672eddedab33dff914dd872 (patch) | |
tree | 7d3634a7fe6464de21aa0922062a48262f79ee1d /lang/php56/distinfo | |
parent | b608a8cdf94970dde5ebe9072ba011efb7d3bb7e (diff) | |
download | pkgsrc-2d347ec259809c847672eddedab33dff914dd872.tar.gz |
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.
Diffstat (limited to 'lang/php56/distinfo')
-rw-r--r-- | lang/php56/distinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php56/distinfo b/lang/php56/distinfo index 806ebd644a8..61899228703 100644 --- a/lang/php56/distinfo +++ b/lang/php56/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.48 2018/04/29 16:26:40 taca Exp $ +$NetBSD: distinfo,v 1.49 2018/07/18 07:33:12 manu Exp $ SHA1 (php-5.6.36.tar.bz2) = c5cf00d9d6e212e1d10cfd45adbe73c936312e43 RMD160 (php-5.6.36.tar.bz2) = 91d662d8dba9cd6ed9b14244afcae4c12c25ff01 @@ -6,6 +6,7 @@ SHA512 (php-5.6.36.tar.bz2) = 39988e3be529cdbb12aab848de7bc132475e2c81d322403bc7 Size (php-5.6.36.tar.bz2) = 15057704 bytes SHA1 (patch-acinclude.m4) = 34d38d2538cc00932cdfcc80d1d4a91632cd15d0 SHA1 (patch-configure) = a5623b0cbb3331fd0a537b26c0ae48315d52dbe2 +SHA1 (patch-disable-filter-url) = a2b08912d81f2872bf1834fa4cefddb044c9d0f8 SHA1 (patch-ext_gd_config.m4) = b92ab4c7fe8aceaef7787a607a7d2eac258fee19 SHA1 (patch-ext_imap_config.m4) = 9c6ed6966366c4fe1b7cfd34b5910e2ff0e68577 SHA1 (patch-ext_mssql_php__mssql.c) = c4fa9231dc539ffb027f1beb6f182f21ddb94a3c |