pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang lang/php74: update to 7.4.27



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d2d9dcc1b3f
branches:  trunk
changeset: 771437:9d2d9dcc1b3f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 19 05:01:05 2021 +0000

description:
lang/php74: update to 7.4.27

16 Dec 2021, PHP 7.4.27

- Core:
  . Fixed bug #81626 (Error on use static:: in __callStatic() wrapped to
    Closure::fromCallable()). (Nikita)

- FPM:
  . Fixed bug #81513 (Future possibility for heap overflow in FPM zlog).
    (Jakub Zelenka)

- GD:
  . Fixed bug #71316 (libpng warning from imagecreatefromstring). (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)

- 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/php74/Makefile    |  3 +--
 lang/php74/distinfo    |  8 ++++----
 lang/php74/options.mk  |  4 ++--
 4 files changed, 9 insertions(+), 10 deletions(-)

diffs (67 lines):

diff -r 04a9857719b6 -r 9d2d9dcc1b3f lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sun Dec 19 04:01:11 2021 +0000
+++ b/lang/php/phpversion.mk    Sun Dec 19 05:01:05 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.349 2021/11/28 04:08:40 gutteridge Exp $
+# $NetBSD: phpversion.mk,v 1.350 2021/12/19 05:01:05 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
@@ -89,7 +89,7 @@
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
 PHP73_VERSION= 7.3.33
-PHP74_VERSION= 7.4.26
+PHP74_VERSION= 7.4.27
 PHP80_VERSION= 8.0.13
 PHP81_VERSION= 8.1.0
 
diff -r 04a9857719b6 -r 9d2d9dcc1b3f lang/php74/Makefile
--- a/lang/php74/Makefile       Sun Dec 19 04:01:11 2021 +0000
+++ b/lang/php74/Makefile       Sun Dec 19 05:01:05 2021 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2021/12/08 16:02:17 adam Exp $
+# $NetBSD: Makefile,v 1.14 2021/12/19 05:01:06 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 7.4
 LICENSE=               php
diff -r 04a9857719b6 -r 9d2d9dcc1b3f lang/php74/distinfo
--- a/lang/php74/distinfo       Sun Dec 19 04:01:11 2021 +0000
+++ b/lang/php74/distinfo       Sun Dec 19 05:01:05 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2021/11/19 14:26:28 taca Exp $
+$NetBSD: distinfo,v 1.34 2021/12/19 05:01:06 taca Exp $
 
-BLAKE2s (php-7.4.26.tar.xz) = 499a2d53451de503ed97a64a5fcf5896344ce0351132d38346f598340ca3a269
-SHA512 (php-7.4.26.tar.xz) = 36cd493c9c95aabb1ee47e82cb0c20b2be99fe7ebd98743355139064590d0b9a1746d71e31dd47f164df34ebe3f8366a75f3efc149262e1391b43d83d3045c6e
-Size (php-7.4.26.tar.xz) = 10420236 bytes
+BLAKE2s (php-7.4.27.tar.xz) = 8a1ebe8d3fef35dedbc5de0b5ceb48f99bd7f82937580ba8b2835fcc7c28244f
+SHA512 (php-7.4.27.tar.xz) = 2401f19d738a511c20efdf199fed7a6bdd02b51d91abf68a410f760cf846df87fce4bbf71acdf209926877cf3e8f8f39f045f1f03755862d09491f6ab6c9cfc8
+Size (php-7.4.27.tar.xz) = 10419380 bytes
 SHA1 (patch-build_libtool.m4) = 3656eb516fb14defd4b0964fe21e117c630be856
 SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
diff -r 04a9857719b6 -r 9d2d9dcc1b3f lang/php74/options.mk
--- a/lang/php74/options.mk     Sun Dec 19 04:01:11 2021 +0000
+++ b/lang/php74/options.mk     Sun Dec 19 05:01:05 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2021/01/02 10:04:11 taca Exp $
+# $NetBSD: options.mk,v 1.2 2021/12/19 05:01:06 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