pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php81: update to 8.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6352506849b
branches:  trunk
changeset: 771441:a6352506849b
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 19 05:04:48 2021 +0000

description:
lang/php81: update to 8.1.1

16 Dec 2021, PHP 8.1.1

- IMAP:
  . Fixed bug #81649 (imap_(un)delete accept sequences, not single numbers).
    (cmb)

- PCRE:
  . Update bundled PCRE2 to 10.39. (cmb)
  . Fixed bug #74604 (Out of bounds in php_pcre_replace_impl). (cmb, Dmitry)

- Standard:
  . Fixed bug #81659 (stream_get_contents() may unnecessarily overallocate).
    (cmb)

diffstat:

 lang/php/phpversion.mk |  4 ++--
 lang/php81/Makefile    |  3 +--
 lang/php81/distinfo    |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r 07b3a0286fe0 -r a6352506849b lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sun Dec 19 05:03:46 2021 +0000
+++ b/lang/php/phpversion.mk    Sun Dec 19 05:04:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.351 2021/12/19 05:03:19 taca Exp $
+# $NetBSD: phpversion.mk,v 1.352 2021/12/19 05:04:48 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
@@ -91,7 +91,7 @@
 PHP73_VERSION= 7.3.33
 PHP74_VERSION= 7.4.27
 PHP80_VERSION= 8.0.14
-PHP81_VERSION= 8.1.0
+PHP81_VERSION= 8.1.1
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r 07b3a0286fe0 -r a6352506849b lang/php81/Makefile
--- a/lang/php81/Makefile       Sun Dec 19 05:03:46 2021 +0000
+++ b/lang/php81/Makefile       Sun Dec 19 05:04:48 2021 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2021/12/08 16:02:17 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/12/19 05:04:48 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.1
 LICENSE=               php
diff -r 07b3a0286fe0 -r a6352506849b lang/php81/distinfo
--- a/lang/php81/distinfo       Sun Dec 19 05:03:46 2021 +0000
+++ b/lang/php81/distinfo       Sun Dec 19 05:04:48 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2021/11/27 07:24:43 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/12/19 05:04:48 taca Exp $
 
-BLAKE2s (php-8.1.0.tar.xz) = 5a4995bb75594d57ee39ebd690cb673cb07826bfb95d92dc3225f34ecaae9651
-SHA512 (php-8.1.0.tar.xz) = 0f8667ec888dff2f1b7354ff3bd3def4130b1b7145258deb65e4529982383a90c1a7412f298d566f889b4f2c19a72d145ad150501881f8483a07fc9610c9ae49
-Size (php-8.1.0.tar.xz) = 11737524 bytes
+BLAKE2s (php-8.1.1.tar.xz) = fded6f10e670abb6c6d286e4ad8e8152ae61363c02f26c356a56272fa530ef39
+SHA512 (php-8.1.1.tar.xz) = ab1cca08eb49fc2316f19d9e136a2d6462fe5b33967ecb671564dd9def2a765cc1b864a764c9cfbb8e7853936fb2d4939e7ed4f97220ca30eaf08c3badeb44da
+Size (php-8.1.1.tar.xz) = 11728680 bytes
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index