pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang lang/php80: update to 8.0.14
details: https://anonhg.NetBSD.org/pkgsrc/rev/3852004e53ac
branches: trunk
changeset: 771439:3852004e53ac
user: taca <taca%pkgsrc.org@localhost>
date: Sun Dec 19 05:03:19 2021 +0000
description:
lang/php80: update to 8.0.14
pkgsrc change: fix indentation in options.mk.
16 Dec 2021, PHP 8.0.14
- Core:
. Fixed bug #81582 (Stringable not implicitly declared if __toString() came
from a trait). (Nikita)
. Fixed bug #81591 (Fatal Error not properly logged in particular cases).
(Nikita)
. Fixed bug #81626 (Error on use static:: in __сallStatic() wrapped to
Closure::fromCallable()). (Nikita)
. Fixed bug #81631 (::class with dynamic class name may yield wrong line
number). (Nikita)
- FPM:
. Fixed bug #81513 (Future possibility for heap overflow in FPM zlog).
(Jakub Zelenka)
- GD:
. Fixed bug #71316 (libpng warning from imagecreatefromstring). (cmb)
- IMAP:
. Fixed bug #81649 (imap_(un)delete accept sequences, not single numbers).
(cmb)
- OpenSSL:
. Fixed bug #75725 (./configure: detecting RAND_egd). (Dilyan Palauzov)
- PCRE:
. Fixed bug #74604 (Out of bounds in php_pcre_replace_impl). (cmb, Dmitry)
- SPL:
. Fixed bug #81587 (MultipleIterator Segmentation fault w/ SimpleXMLElement
attached). (Nikita)
- Standard:
. Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type).
(fsbruva)
. Fixed bug #81659 (stream_get_contents() may unnecessarily overallocate).
(cmb)
diffstat:
lang/php/phpversion.mk | 4 ++--
lang/php80/Makefile | 3 +--
lang/php80/distinfo | 8 ++++----
lang/php80/options.mk | 4 ++--
4 files changed, 9 insertions(+), 10 deletions(-)
diffs (67 lines):
diff -r 90494e1e8f48 -r 3852004e53ac lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Sun Dec 19 05:01:50 2021 +0000
+++ b/lang/php/phpversion.mk Sun Dec 19 05:03:19 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.350 2021/12/19 05:01:05 taca Exp $
+# $NetBSD: phpversion.mk,v 1.351 2021/12/19 05:03:19 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
@@ -90,7 +90,7 @@
PHP56_VERSION= 5.6.40
PHP73_VERSION= 7.3.33
PHP74_VERSION= 7.4.27
-PHP80_VERSION= 8.0.13
+PHP80_VERSION= 8.0.14
PHP81_VERSION= 8.1.0
# Define initial release of major version.
diff -r 90494e1e8f48 -r 3852004e53ac lang/php80/Makefile
--- a/lang/php80/Makefile Sun Dec 19 05:01:50 2021 +0000
+++ b/lang/php80/Makefile Sun Dec 19 05:03:19 2021 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2021/12/08 16:02:17 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/12/19 05:03:19 taca Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
#
PKGNAME= php-${PHP_VERSION:S/RC/rc/}
-PKGREVISION= 1
COMMENT= PHP Hypertext Preprocessor version 8.0
LICENSE= php
diff -r 90494e1e8f48 -r 3852004e53ac lang/php80/distinfo
--- a/lang/php80/distinfo Sun Dec 19 05:01:50 2021 +0000
+++ b/lang/php80/distinfo Sun Dec 19 05:03:19 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2021/11/19 14:29:04 taca Exp $
+$NetBSD: distinfo,v 1.14 2021/12/19 05:03:19 taca Exp $
-BLAKE2s (php-8.0.13.tar.xz) = 342430a28a7985608772a3558ab6f351b795eb8d943fd75cbc16159983ba7b28
-SHA512 (php-8.0.13.tar.xz) = cb00482b74146670c4644f4b5da63b40d9afd111e198cdf1e67bfcf4280501a657b4fbad8fd7580f4e3f537db3c8a9db5f4115d3a466392cefac9866e233fa49
-Size (php-8.0.13.tar.xz) = 10854284 bytes
+BLAKE2s (php-8.0.14.tar.xz) = ab1ad6119b048c4c42463e6a2365267ac143d3d793ed7d8f620cf84c3eb3f925
+SHA512 (php-8.0.14.tar.xz) = 1fb96dd7e229dd71d0e872c8450e18bdefadebaf0b6b6429bd5d054be1b940cd2d53f132ba2d166d454b89374e79e4ea02d483320792e983d572df68ef769788
+Size (php-8.0.14.tar.xz) = 10860176 bytes
SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
diff -r 90494e1e8f48 -r 3852004e53ac lang/php80/options.mk
--- a/lang/php80/options.mk Sun Dec 19 05:01:50 2021 +0000
+++ b/lang/php80/options.mk Sun Dec 19 05:03:19 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2021/09/23 15:48:37 taca Exp $
+# $NetBSD: options.mk,v 1.3 2021/12/19 05:03:19 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX}
PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline argon2 php-embed
@@ -57,7 +57,7 @@
CFLAGS+= -DDISABLE_FILTER_URL
.endif
-PLIST_VARS+= embed
+PLIST_VARS+= embed
.if !empty(PKGNAME:Mphp-[7-9]*)
.if !empty(PKG_OPTIONS:Mphp-embed)
Home |
Main Index |
Thread Index |
Old Index