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:04:48 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.351 -r1.352 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/php81/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php81/distinfo

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.351 pkgsrc/lang/php/phpversion.mk:1.352
--- pkgsrc/lang/php/phpversion.mk:1.351 Sun Dec 19 05:03:19 2021
+++ pkgsrc/lang/php/phpversion.mk       Sun Dec 19 05:04:48 2021
@@ -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 @@ PHP56_VERSION=        5.6.40
 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

Index: pkgsrc/lang/php81/Makefile
diff -u pkgsrc/lang/php81/Makefile:1.2 pkgsrc/lang/php81/Makefile:1.3
--- pkgsrc/lang/php81/Makefile:1.2      Wed Dec  8 16:02:17 2021
+++ pkgsrc/lang/php81/Makefile  Sun Dec 19 05:04:48 2021
@@ -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

Index: pkgsrc/lang/php81/distinfo
diff -u pkgsrc/lang/php81/distinfo:1.1 pkgsrc/lang/php81/distinfo:1.2
--- pkgsrc/lang/php81/distinfo:1.1      Sat Nov 27 07:24:43 2021
+++ pkgsrc/lang/php81/distinfo  Sun Dec 19 05:04:48 2021
@@ -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