pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec 19 05:01:06 UTC 2021

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php74: Makefile distinfo options.mk

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.349 -r1.350 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/php74/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/php74/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php74/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.349 pkgsrc/lang/php/phpversion.mk:1.350
--- pkgsrc/lang/php/phpversion.mk:1.349 Sun Nov 28 04:08:40 2021
+++ pkgsrc/lang/php/phpversion.mk       Sun Dec 19 05:01:05 2021
@@ -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 @@ PHPVERSION_MK=        defined
 # 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
 

Index: pkgsrc/lang/php74/Makefile
diff -u pkgsrc/lang/php74/Makefile:1.13 pkgsrc/lang/php74/Makefile:1.14
--- pkgsrc/lang/php74/Makefile:1.13     Wed Dec  8 16:02:17 2021
+++ pkgsrc/lang/php74/Makefile  Sun Dec 19 05:01:06 2021
@@ -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

Index: pkgsrc/lang/php74/distinfo
diff -u pkgsrc/lang/php74/distinfo:1.33 pkgsrc/lang/php74/distinfo:1.34
--- pkgsrc/lang/php74/distinfo:1.33     Fri Nov 19 14:26:28 2021
+++ pkgsrc/lang/php74/distinfo  Sun Dec 19 05:01:06 2021
@@ -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

Index: pkgsrc/lang/php74/options.mk
diff -u pkgsrc/lang/php74/options.mk:1.1 pkgsrc/lang/php74/options.mk:1.2
--- pkgsrc/lang/php74/options.mk:1.1    Sat Jan  2 10:04:11 2021
+++ pkgsrc/lang/php74/options.mk        Sun Dec 19 05:01:06 2021
@@ -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 @@ CONFIGURE_ARGS+=      --with-password-argon2=
 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