lang/php70: update to 7.0.28
01 Mar 2018 PHP 7.0.28 - Standard: . Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas)
This commit is contained in:
parent
769ee34b6e
commit
5d99ef1ebd
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: phpversion.mk,v 1.207 2018/03/02 02:11:24 taca Exp $
|
||||
# $NetBSD: phpversion.mk,v 1.208 2018/03/02 02:12:26 taca Exp $
|
||||
#
|
||||
# This file selects a PHP version, based on the user's preferences and
|
||||
# the installed packages. It does not add a dependency on the PHP
|
||||
|
@ -88,7 +88,7 @@ PHPVERSION_MK= defined
|
|||
|
||||
# Define each PHP's version.
|
||||
PHP56_VERSION= 5.6.33
|
||||
PHP70_VERSION= 7.0.27
|
||||
PHP70_VERSION= 7.0.28
|
||||
PHP71_VERSION= 7.1.15
|
||||
PHP72_VERSION= 7.2.3
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.42 2018/01/16 11:26:18 jperkin Exp $
|
||||
$NetBSD: distinfo,v 1.43 2018/03/02 02:12:27 taca Exp $
|
||||
|
||||
SHA1 (php-7.0.27.tar.bz2) = 2fb93fca0e3a514286e90b91e165d3f3242bcd4c
|
||||
RMD160 (php-7.0.27.tar.bz2) = 48ea0689cdd8a9ec4f2f2d04ab8832d83fd6f07f
|
||||
SHA512 (php-7.0.27.tar.bz2) = 652dbeb06e6b9e90f2fd48a2a6bba1d3de05d6ebac2774bdfffe403ec6197f532708d854452d84a14414918983fe813c4b4a3d438a807112923554d34e6eb6cc
|
||||
Size (php-7.0.27.tar.bz2) = 14154690 bytes
|
||||
SHA1 (php-7.0.28.tar.bz2) = 172b4dabc116fe50ca27490c3b37e736034ebda9
|
||||
RMD160 (php-7.0.28.tar.bz2) = dba2f5b29c08747ac1f10ce819bb0d18ff9d1fb0
|
||||
SHA512 (php-7.0.28.tar.bz2) = 3d93d06df4212894e2dfac8a50d6817c9ef837ffd89b7537c5a901097a02b49ba400d905558dfb38aa16645e9eb6ea21bead1db78381d0de37ad4c60497f3cc9
|
||||
Size (php-7.0.28.tar.bz2) = 14153637 bytes
|
||||
SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56
|
||||
SHA1 (patch-configure) = 68ca63d7623feee2f12c9e1abacf4a5d7827d96c
|
||||
SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76
|
||||
|
|
Loading…
Reference in a new issue