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:           Wed Feb 15 14:16:44 UTC 2023

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

Log Message:
lang/php81: update to 8.1.16

14 Feb 2023, PHP 8.1.16

- Core:
  . Fixed bug #81744 (Password_verify() always return true with some hash).
    (CVE-2023-0567). (Tim Düsterhus)
  . Fixed bug #81746 (1-byte array overrun in common path resolve code).
    (CVE-2023-0568). (Niels Dossche)

- SAPI:
  . Fixed bug GHSA-54hq-v5wp-fqgv (DOS vulnerability when parsing multipart
    request body). (CVE-2023-0662) (Jakub Zelenka)


To generate a diff of this commit:
cvs rdiff -u -r1.390 -r1.391 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.17 -r1.18 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.390 pkgsrc/lang/php/phpversion.mk:1.391
--- pkgsrc/lang/php/phpversion.mk:1.390 Wed Feb 15 14:15:11 2023
+++ pkgsrc/lang/php/phpversion.mk       Wed Feb 15 14:16:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.390 2023/02/15 14:15:11 taca Exp $
+# $NetBSD: phpversion.mk,v 1.391 2023/02/15 14:16:44 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.33
 PHP80_VERSION= 8.0.28
-PHP81_VERSION= 8.1.15
+PHP81_VERSION= 8.1.16
 PHP82_VERSION= 8.2.3
 
 # Define API version or initial release of major version.

Index: pkgsrc/lang/php81/distinfo
diff -u pkgsrc/lang/php81/distinfo:1.17 pkgsrc/lang/php81/distinfo:1.18
--- pkgsrc/lang/php81/distinfo:1.17     Fri Feb  3 14:43:23 2023
+++ pkgsrc/lang/php81/distinfo  Wed Feb 15 14:16:44 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2023/02/03 14:43:23 taca Exp $
+$NetBSD: distinfo,v 1.18 2023/02/15 14:16:44 taca Exp $
 
-BLAKE2s (php-8.1.15.tar.xz) = 97dc76fb186a949cadba89ec035bdec916ca2c8f6bc99cc29b7f40994e67ddf7
-SHA512 (php-8.1.15.tar.xz) = 3a96530c91590d94165f1c65c8ea222ca3dd6579158ba33ce11477cc979bfbca3f07fdbe5910fd2157bc763ca096784c88e41b6647069b4ae41a42a3ee57e0b7
-Size (php-8.1.15.tar.xz) = 11814272 bytes
+BLAKE2s (php-8.1.16.tar.xz) = 91915b87301069cd1947f0136c8cceb21eb87fa3d9739a3d696c5a7d79fa2bd3
+SHA512 (php-8.1.16.tar.xz) = c80811d4faa5e1b98d77157f1465f1c3b40a5dcd9e2ad527ee9e352988a755594626f63257406e022188679dec863943708d7fd97d70c1b1a54d68909c027a8f
+Size (php-8.1.16.tar.xz) = 12198108 bytes
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index