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 May  7 14:46:52 UTC 2021

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

Log Message:
lang/php80: update to 8.0.6

06 May 2021, PHP 8.0.6

- PDO_pgsql:
  . Revert "Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR)"
    from PHP 8.0.5.


To generate a diff of this commit:
cvs rdiff -u -r1.326 -r1.327 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/php80/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.326 pkgsrc/lang/php/phpversion.mk:1.327
--- pkgsrc/lang/php/phpversion.mk:1.326 Thu May  6 13:52:29 2021
+++ pkgsrc/lang/php/phpversion.mk       Fri May  7 14:46:52 2021
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.326 2021/05/06 13:52:29 taca Exp $
+# $NetBSD: phpversion.mk,v 1.327 2021/05/07 14:46:52 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
 PHP73_VERSION= 7.3.28
 PHP74_VERSION= 7.4.19
-PHP80_VERSION= 8.0.5
+PHP80_VERSION= 8.0.6
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php80/distinfo
diff -u pkgsrc/lang/php80/distinfo:1.2 pkgsrc/lang/php80/distinfo:1.3
--- pkgsrc/lang/php80/distinfo:1.2      Fri Apr 30 14:59:15 2021
+++ pkgsrc/lang/php80/distinfo  Fri May  7 14:46:52 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2021/04/30 14:59:15 taca Exp $
+$NetBSD: distinfo,v 1.3 2021/05/07 14:46:52 taca Exp $
 
-SHA1 (php-8.0.5.tar.xz) = 0bcd96b2882dbdddb21b7fd85624728e6fe401e6
-RMD160 (php-8.0.5.tar.xz) = ba218773d9a0a75f0743e1dd14b6c06db5333166
-SHA512 (php-8.0.5.tar.xz) = f128e1aa37dd808ec1626b6eb5ab7cc76575772ad86f1f640114186a10ffb79bdb07f0b30267ce316c7a54fc6397fa8a41e3476fee52cbe6a7b900eb5c6b83a0
-Size (php-8.0.5.tar.xz) = 10666412 bytes
+SHA1 (php-8.0.6.tar.xz) = c9b215f2281bdc259b048d3748475b85eadb4818
+RMD160 (php-8.0.6.tar.xz) = a13e282969590054289e8e3e341a9bac2e040b71
+SHA512 (php-8.0.6.tar.xz) = 4915b9b5024ce1fb7bc3ba7c1a00831841bc970ebb68b6b1e6a00cbec4d8dcbbca3ca043882ffd9c4719a988d08275f77f9cee07ff3d45a71402dfc51bd31e04
+Size (php-8.0.6.tar.xz) = 10764932 bytes
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index