pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May 19 15:00:56 UTC 2025

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php83: Makefile distinfo
        pkgsrc/meta-pkgs/php83-extensions: Makefile

Log Message:
lang/php83: update to 8.3.21

PHP 8.3.21 (2025-05-08)

Core:

* Fixed bug GH-18304 (Changing the properties of a DateInterval through
  dynamic properties triggers a SegFault).
* Fix some leaks in php_scandir.

Filter:

* Fixed bug GH-18309 (ipv6 filter integer overflow).

GD:

* Fixed imagecrop() overflow with rect argument with x/width y/heigh usage
  in gdImageCrop().
* Fixed GH-18243 imagettftext() overflow/underflow on font size value.

Intl:

* Fix reference support for intltz_get_offset().

LDAP:

* Fixed bug GH-17776 (LDAP_OPT_X_TLS_* options can't be overridden).
* Fix NULL deref on high modification key.

libxml:

* Fixed custom external entity loader returning an invalid resource leading
  to a confusing TypeError message.

OpenSSL:

* Fix memory leak in openssl_sign() when passing invalid algorithm.
* Fix potential leaks when writing to BIO fails.

PDO Firebird:

* Fixed GH-18276 - persistent connection - "zend_mm_heap corrupted" with
  setAttribute() (SakiTakamachi).

SPL:

* Fixed bug GH-18322 (SplObjectStorage debug handler mismanages memory).

Standard:

* Fixed bug GH-18145 (php8ts crashes in php_clear_stat_cache()).
* Fixed bug GH-18209 (Use-after-free in extract() with EXTR_REFS).
* Fixed bug GH-18212 (fseek with SEEK_CUR whence value and negative offset
  leads to negative stream position).
* Fix resource leak in iptcembed() on error.

Zip:

* Fix uouv when handling empty options in ZipArchive::addGlob().
* Fix memory leak when handling a too long path in ZipArchive::addGlob().


To generate a diff of this commit:
cvs rdiff -u -r1.462 -r1.463 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/php83/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/php83/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/meta-pkgs/php83-extensions/Makefile

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.462 pkgsrc/lang/php/phpversion.mk:1.463
--- pkgsrc/lang/php/phpversion.mk:1.462 Sun Apr 13 16:00:00 2025
+++ pkgsrc/lang/php/phpversion.mk       Mon May 19 15:00:56 2025
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.462 2025/04/13 16:00:00 taca Exp $
+# $NetBSD: phpversion.mk,v 1.463 2025/05/19 15:00: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
@@ -112,7 +112,7 @@ PHP56_VERSION=      5.6.40
 PHP74_VERSION= 7.4.33
 PHP81_VERSION= 8.1.32
 PHP82_VERSION= 8.2.28
-PHP83_VERSION= 8.3.20
+PHP83_VERSION= 8.3.21
 PHP84_VERSION= 8.4.6
 
 _VARGROUPS+=   php

Index: pkgsrc/lang/php83/Makefile
diff -u pkgsrc/lang/php83/Makefile:1.14 pkgsrc/lang/php83/Makefile:1.15
--- pkgsrc/lang/php83/Makefile:1.14     Sat May 17 05:37:25 2025
+++ pkgsrc/lang/php83/Makefile  Mon May 19 15:00:56 2025
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2025/05/17 05:37:25 taca Exp $
+# $NetBSD: Makefile,v 1.15 2025/05/19 15:00:56 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
 #
 PKGNAME=               ${PHP_PKG_PREFIX}-${PHP_VERSION}
-PKGREVISION=           3
 CATEGORIES=            lang
 
 COMMENT=               PHP Hypertext Preprocessor version 8.3

Index: pkgsrc/lang/php83/distinfo
diff -u pkgsrc/lang/php83/distinfo:1.22 pkgsrc/lang/php83/distinfo:1.23
--- pkgsrc/lang/php83/distinfo:1.22     Sun Apr 13 15:56:18 2025
+++ pkgsrc/lang/php83/distinfo  Mon May 19 15:00:56 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2025/04/13 15:56:18 taca Exp $
+$NetBSD: distinfo,v 1.23 2025/05/19 15:00:56 taca Exp $
 
-BLAKE2s (php-8.3.20.tar.xz) = 87a88cc7b033c94aac11f1a29718ea8fef7ca0d879e8c351c592c76bc264ce1d
-SHA512 (php-8.3.20.tar.xz) = 2641a721ca0cbcb05200217ba38c7d0707b6294c355e109486180beccf0f5fa4822f92caab479a473bfccf93558a5bc34d42ef271355022701d62e2d11afeff9
-Size (php-8.3.20.tar.xz) = 12549020 bytes
+BLAKE2s (php-8.3.21.tar.xz) = 624d55f08aead806d0f30d01e68e0bff6093c4e95425fe3df2a080af40469dda
+SHA512 (php-8.3.21.tar.xz) = 63ab270ef6fde033245e134ba7c1824b7e449a667ab7a6ffe001e18b7fc26218eefe55959b8be9093c35fd6437175244c40f3e4efe72478fe7819573bb4973b2
+Size (php-8.3.21.tar.xz) = 12565664 bytes
 SHA1 (patch-TSRM_TSRM.c) = 278007810b74fa7a9cd971dac051d6a2ea0ad90d
 SHA1 (patch-TSRM_TSRM.h) = 70ebc03a611124d76d6813f619ff18b3a8fbf1e8
 SHA1 (patch-build_Makefile.global) = 25ee73157c012aa731a2979cb0546ea94aa5ee16

Index: pkgsrc/meta-pkgs/php83-extensions/Makefile
diff -u pkgsrc/meta-pkgs/php83-extensions/Makefile:1.3 pkgsrc/meta-pkgs/php83-extensions/Makefile:1.4
--- pkgsrc/meta-pkgs/php83-extensions/Makefile:1.3      Sat Feb  8 03:23:44 2025
+++ pkgsrc/meta-pkgs/php83-extensions/Makefile  Mon May 19 15:00:56 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2025/02/08 03:23:44 taca Exp $
+# $NetBSD: Makefile,v 1.4 2025/05/19 15:00:56 taca Exp $
 
 DISTNAME=      ${PHP_PKG_PREFIX}-extensions-${PHP_VERSION}
-PKGREVISION=   1
 CATEGORIES=    meta-pkgs www
 MASTER_SITES=  # empty
 DISTFILES=     # empty



Home | Main Index | Thread Index | Old Index