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:           Fri Nov 19 14:27:56 UTC 2021

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

Log Message:
lang/php73: update to 7.3.33

This release contains security fix.

18 Nov 2021, PHP 7.3.33

- XML:
  . Fix #79971: special character is breaking the path in xml function.
    (CVE-2021-21707) (cmb)


To generate a diff of this commit:
cvs rdiff -u -r1.345 -r1.346 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.40 -r1.41 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.345 pkgsrc/lang/php/phpversion.mk:1.346
--- pkgsrc/lang/php/phpversion.mk:1.345 Fri Nov 19 14:26:28 2021
+++ pkgsrc/lang/php/phpversion.mk       Fri Nov 19 14:27:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.345 2021/11/19 14:26:28 taca Exp $
+# $NetBSD: phpversion.mk,v 1.346 2021/11/19 14:27:56 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.32
+PHP73_VERSION= 7.3.33
 PHP74_VERSION= 7.4.26
 PHP80_VERSION= 8.0.12
 

Index: pkgsrc/lang/php73/distinfo
diff -u pkgsrc/lang/php73/distinfo:1.40 pkgsrc/lang/php73/distinfo:1.41
--- pkgsrc/lang/php73/distinfo:1.40     Sat Oct 30 07:45:42 2021
+++ pkgsrc/lang/php73/distinfo  Fri Nov 19 14:27:56 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.40 2021/10/30 07:45:42 taca Exp $
+$NetBSD: distinfo,v 1.41 2021/11/19 14:27:56 taca Exp $
 
-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
+BLAKE2s (php-7.3.33.tar.xz) = 70274d12e2c97a29a17782f4ae630b50b804de3d5018fc2f3efcf7a6ea366628
+SHA512 (php-7.3.33.tar.xz) = b05edb3e87775c0b2d7bd5990e47751279076e6ef2356f59dc917f4a1447d95894f596cd8de711f03278650ff74ff9f2687ed96cec69d2d669a6af563a455e25
+Size (php-7.3.33.tar.xz) = 12143820 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