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 Feb 20 13:10:37 UTC 2022

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

Log Message:
lang/php81: update to 8.1.3

17 Feb 2022, PHP 8.1.3

- Core:
  . Fixed bug #81430 (Attribute instantiation leaves dangling pointer).
    (beberlei)
  . Fixed bug GH-7896 (Environment vars may be mangled on Windows). (cmb)
  . Fixed bug GH-7883 (Segfault when INI file is not readable). (Remi)

- Filter:
  . Fix #81708: UAF due to php_filter_float() failing for ints. (CVE-2021-21708) (cmb)

- FFI:
  . Fixed bug GH-7867 (FFI::cast() from pointer to array is broken). (cmb,
    dmitry)

- FPM:
  . Fixed memory leak on invalid port. (David Carlier)
  . Fixed bug GH-7842 (Invalid OpenMetrics response format returned by FPM
    status page. (Stefano Arlandini)

- MBString:
  . Fixed bug GH-7902 (mb_send_mail may delimit headers with LF only). (cmb)

- MySQLnd:
  . Fixed bug GH-7972 (MariaDB version prefix 5.5.5- is not stripped). (Kamil Tekiela)

- pcntl:
  . Fixed pcntl_rfork build for DragonFlyBSD. (David Carlier)

- Sockets:
  . Fixed bug GH-7978 (sockets extension compilation errors). (David Carlier)

- Standard:
  . Fixed bug GH-7899 (Regression in unpack for negative int value). (Remi)
  . Fixed bug GH-7875 (mails are sent even if failure to log throws exception).
    (cmb)


To generate a diff of this commit:
cvs rdiff -u -r1.357 -r1.358 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.3 -r1.4 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.357 pkgsrc/lang/php/phpversion.mk:1.358
--- pkgsrc/lang/php/phpversion.mk:1.357 Sun Feb 20 13:08:52 2022
+++ pkgsrc/lang/php/phpversion.mk       Sun Feb 20 13:10:37 2022
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.357 2022/02/20 13:08:52 taca Exp $
+# $NetBSD: phpversion.mk,v 1.358 2022/02/20 13:10:37 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 @@ PHPVERSION_MK=        defined
 PHP56_VERSION= 5.6.40
 PHP74_VERSION= 7.4.28
 PHP80_VERSION= 8.0.16
-PHP81_VERSION= 8.1.2
+PHP81_VERSION= 8.1.3
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php81/distinfo
diff -u pkgsrc/lang/php81/distinfo:1.3 pkgsrc/lang/php81/distinfo:1.4
--- pkgsrc/lang/php81/distinfo:1.3      Mon Jan 24 14:13:36 2022
+++ pkgsrc/lang/php81/distinfo  Sun Feb 20 13:10:37 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2022/01/24 14:13:36 taca Exp $
+$NetBSD: distinfo,v 1.4 2022/02/20 13:10:37 taca Exp $
 
-BLAKE2s (php-8.1.2.tar.xz) = 54bbd5bcd9c9e7cb32c3cec8fd4c7daa2cf6979b62489a7265a8abb8bb4f4a97
-SHA512 (php-8.1.2.tar.xz) = ec68587fc14d4e5aaa19d4a189c74b85e67b8ab4d5a15ef36115b564fc9e2f2b63bd608ea8c0e4a99615a24f38711b233f4e65b3672c3bfb69e1ab9d554a88cd
-Size (php-8.1.2.tar.xz) = 11681132 bytes
+BLAKE2s (php-8.1.3.tar.xz) = dc563f27a7a5ab9d8b7b7f4fde05800f1923b7116a6fd953e8cddc9d48026400
+SHA512 (php-8.1.3.tar.xz) = 230f70c4f23ac69b52063b91de5ea866e30a84b5ac8d0021e35baebf210fe432fb6c46264a9a2808bf0f0d2003f4c3db974c2c480718a5607c5e4d52379e9d9d
+Size (php-8.1.3.tar.xz) = 11751576 bytes
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index