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:           Sat Oct 30 07:45:42 UTC 2021

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

Log Message:
lang/php73: update to 7.3.32

This is a security fix release.

28 Oct 2021, PHP 7.3.32

- FPM:
  . Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege
    escalation). (CVE-2021-21703) (Jakub Zelenka)


To generate a diff of this commit:
cvs rdiff -u -r1.343 -r1.344 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.39 -r1.40 pkgsrc/lang/php73/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.343 pkgsrc/lang/php/phpversion.mk:1.344
--- pkgsrc/lang/php/phpversion.mk:1.343 Fri Oct 22 15:14:24 2021
+++ pkgsrc/lang/php/phpversion.mk       Sat Oct 30 07:45:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.343 2021/10/22 15:14:24 taca Exp $
+# $NetBSD: phpversion.mk,v 1.344 2021/10/30 07:45:42 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
@@ -88,7 +88,7 @@ PHPVERSION_MK=        defined
 
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
-PHP73_VERSION= 7.3.31
+PHP73_VERSION= 7.3.32
 PHP74_VERSION= 7.4.25
 PHP80_VERSION= 8.0.12
 

Index: pkgsrc/lang/php73/distinfo
diff -u pkgsrc/lang/php73/distinfo:1.39 pkgsrc/lang/php73/distinfo:1.40
--- pkgsrc/lang/php73/distinfo:1.39     Tue Oct 26 10:51:47 2021
+++ pkgsrc/lang/php73/distinfo  Sat Oct 30 07:45:42 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.39 2021/10/26 10:51:47 nia Exp $
+$NetBSD: distinfo,v 1.40 2021/10/30 07:45:42 taca Exp $
 
-BLAKE2s (php-7.3.31.tar.xz) = 52f33020c640e551286d4fd1461f2e614f71b8ffe39e325d146e8013e9a619bf
-SHA512 (php-7.3.31.tar.xz) = 63a8122233b9892453b6b92429497a7ad9761ad88063e2b95607b5d4d4c0a0e1135073bcae5a0e69a17082d2348911cbbd4807c0d20905d93324d89e5b019a05
-Size (php-7.3.31.tar.xz) = 12142912 bytes
+BLAKE2s (php-7.3.32.tar.xz) = 2a397d0c07010f4021236823435028d1efb1b0dcb2f98216af7e88a642903f51
+SHA512 (php-7.3.32.tar.xz) = afed20a90aa7d207f9b409fb2066789a637b24d6c6874fc5733bbe6e9972616b387669ce40cba16b606893d88572f398e34aff7a36626308e3ede312f09fcc56
+Size (php-7.3.32.tar.xz) = 12142436 bytes
 SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335



Home | Main Index | Thread Index | Old Index