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:           Thu Jun  8 13:19:57 UTC 2023

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

Log Message:
lang/php80: update to 8.0.29

8.0.29 (2023-06-08)

Soap:

* Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient random
  bytes in HTTP Digest authentication for SOAP).


To generate a diff of this commit:
cvs rdiff -u -r1.397 -r1.398 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/php80/Makefile
cvs rdiff -u -r1.29 -r1.30 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.397 pkgsrc/lang/php/phpversion.mk:1.398
--- pkgsrc/lang/php/phpversion.mk:1.397 Sun May 14 14:52:45 2023
+++ pkgsrc/lang/php/phpversion.mk       Thu Jun  8 13:19:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.397 2023/05/14 14:52:45 taca Exp $
+# $NetBSD: phpversion.mk,v 1.398 2023/06/08 13:19:57 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
@@ -89,7 +89,7 @@ PHPVERSION_MK=        defined
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
 PHP74_VERSION= 7.4.33
-PHP80_VERSION= 8.0.28
+PHP80_VERSION= 8.0.29
 PHP81_VERSION= 8.1.19
 PHP82_VERSION= 8.2.6
 

Index: pkgsrc/lang/php80/Makefile
diff -u pkgsrc/lang/php80/Makefile:1.13 pkgsrc/lang/php80/Makefile:1.14
--- pkgsrc/lang/php80/Makefile:1.13     Wed Apr 19 08:08:28 2023
+++ pkgsrc/lang/php80/Makefile  Thu Jun  8 13:19:57 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2023/04/19 08:08:28 adam Exp $
+# $NetBSD: Makefile,v 1.14 2023/06/08 13:19:57 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
 #
 PKGNAME=               php-${PHP_VERSION:S/RC/rc/}
-PKGREVISION=           1
 
 COMMENT=               PHP Hypertext Preprocessor version 8.0
 LICENSE=               php

Index: pkgsrc/lang/php80/distinfo
diff -u pkgsrc/lang/php80/distinfo:1.29 pkgsrc/lang/php80/distinfo:1.30
--- pkgsrc/lang/php80/distinfo:1.29     Wed Feb 15 14:13:06 2023
+++ pkgsrc/lang/php80/distinfo  Thu Jun  8 13:19:57 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2023/02/15 14:13:06 taca Exp $
+$NetBSD: distinfo,v 1.30 2023/06/08 13:19:57 taca Exp $
 
-BLAKE2s (php-8.0.28.tar.xz) = 1467060dd5cfea23ec3eba7a21e4aa6c45cd7fa8b7fa057b973e1cff740f6432
-SHA512 (php-8.0.28.tar.xz) = d66e41cdccc332fccaf03bb24356652b17be5267cba5a47d80f1b74732b674f6a23c91e4a151ca442e629de8e8bcf6daecf0b34cbcbc9e33f53b8da9f06dc6b9
-Size (php-8.0.28.tar.xz) = 10801568 bytes
+BLAKE2s (php-8.0.29.tar.xz) = 7ac7c572a97718f97081e9fa4230cbd9677c67d679ef1c37c2723f7ae6531ea1
+SHA512 (php-8.0.29.tar.xz) = 5f849753bbcc12e253160af072213bc1ede32e5051684129707d32fd6ce8e12867fcf7a5f6790b25071fdda0508dfffd3344e4bb850a747cb8f3c9aee970311d
+Size (php-8.0.29.tar.xz) = 10803592 bytes
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index