CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/02/06 16:30:25
Modified files:
lang/php/5.6 : Makefile distinfo
Added files:
lang/php/5.6/patches: patch-Zend_zend_alloc_c
patch-ext_mcrypt_mcrypt_c
patch-ext_session_session_c
patch-ext_standard_password_c
patch-ext_suhosin_execute_c
Log message:
security update to php-5.6.18, fixes include crashes, integer overflows,
and updating the bundled pcre (also security fixes).
add patches to use arc4random_buf instead of /dev/urandom (which is
typically not available on a normal OpenBSD php installation, with very
bad fallbacks in some cases).
testing of arc4random bits from martijn@, ok robert@