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 Feb 16 13:16:59 UTC 2024
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php82: distinfo
pkgsrc/lang/php82/patches: patch-configure
Log Message:
lang/php82: update to 8.2.16
15 Feb 2024, PHP 8.2.16
- Core:
. Fixed timer leak in zend-max-execution-timers builds. (withinboredom)
. Fixed bug GH-12349 (linking failure on ARM with mold). (Jan Palus)
. Fixed bug GH-13097 (Anonymous class reference in trigger_error / thrown
Exception). (nielsdos)
. Fixed bug GH-13215 (GCC 14 build failure). (Remi)
- Curl:
. Fix missing error check in curl_multi_init(). (divinity76)
- FPM:
. Fixed bug GH-12996 (Incorrect SCRIPT_NAME with Apache ProxyPassMatch when
plus in path). (Jakub Zelenka)
- GD:
. Fixed bug GH-10344 (imagettfbbox(): Could not find/open font UNC path).
(nielsdos)
. Fixed bug GH-10614 (imagerotate will turn the picture all black, when
rotated 90). (nielsdos)
- MySQLnd:
. Fixed bug GH-12107 (When running a stored procedure (that returns a result
set) twice, PHP crashes). (nielsdos)
- Opcache:
. Fixed bug GH-13232 (Segmentation fault will be reported when JIT is off but
JIT_debug is still on). (nielsdos)
- OpenSSL:
. Fixed LibreSSL undefined reference when OPENSSL_NO_ENGINE not set.
(David Carlier).
- PDO_Firebird:
. Fix GH-13119 (Changed to convert float and double values into strings using
`H` format). (SakiTakamachi)
- Phar:
. Fixed bug #71465 (PHAR doesn't know about litespeed). (nielsdos)
. Fixed bug GH-13037 (PharData incorrectly extracts zip file). (nielsdos)
- Random:
. Fixed bug GH-13138 (Randomizer::pickArrayKeys() does not detect broken
engines). (timwolla)
- Session:
. Fixed bug GH-12504 (Corrupted session written when there's a fatal error
in autoloader). (nielsdos)
- Streams:
. Fixed bug GH-13071 (Copying large files using mmap-able source streams may
exhaust available memory and fail). (nielsdos)
To generate a diff of this commit:
cvs rdiff -u -r1.422 -r1.423 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/php82/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/php82/patches/patch-configure
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.422 pkgsrc/lang/php/phpversion.mk:1.423
--- pkgsrc/lang/php/phpversion.mk:1.422 Fri Feb 16 13:15:19 2024
+++ pkgsrc/lang/php/phpversion.mk Fri Feb 16 13:16:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.422 2024/02/16 13:15:19 taca Exp $
+# $NetBSD: phpversion.mk,v 1.423 2024/02/16 13:16:59 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
@@ -92,7 +92,7 @@ PHP56_VERSION= 5.6.40
PHP74_VERSION= 7.4.33
PHP80_VERSION= 8.0.30
PHP81_VERSION= 8.1.27
-PHP82_VERSION= 8.2.15
+PHP82_VERSION= 8.2.16
PHP83_VERSION= 8.3.3
# Define API version or initial release of major version.
Index: pkgsrc/lang/php82/distinfo
diff -u pkgsrc/lang/php82/distinfo:1.17 pkgsrc/lang/php82/distinfo:1.18
--- pkgsrc/lang/php82/distinfo:1.17 Sun Jan 21 07:56:15 2024
+++ pkgsrc/lang/php82/distinfo Fri Feb 16 13:16:59 2024
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17 2024/01/21 07:56:15 taca Exp $
+$NetBSD: distinfo,v 1.18 2024/02/16 13:16:59 taca Exp $
-BLAKE2s (php-8.2.15.tar.xz) = 90387e484fff82a8edcae18163887683e954433ab402f95d876d2aa6fb35a49e
-SHA512 (php-8.2.15.tar.xz) = 56c94bcafe07cf4bf5eb5fc6c67fcf16654c44a262ffb18188fc3ffac5e9bb11d39093bfb26c26bc8d2dec7e530d1a175180909262c9b5c30130cf5a4a293166
-Size (php-8.2.15.tar.xz) = 12075384 bytes
-SHA1 (patch-configure) = 0bb05c49092342e4ea9a13bf237273fd48f3fd99
+BLAKE2s (php-8.2.16.tar.xz) = 614dd7361b8d9e4e11d9cfe47aa132304c2bca536a35d59ff3953ba7163b68d7
+SHA512 (php-8.2.16.tar.xz) = 99e5c9eee4c5a35b3e1939c748ded87c8bff4a340d677516ed24dcf4207c51403d38524c46d6e79de5efe90d7368ba82052ec8a29dd5955f549e8198c1e917f6
+Size (php-8.2.16.tar.xz) = 12085228 bytes
+SHA1 (patch-configure) = be06e1a0450240beafad7de98f8b6309954989d8
SHA1 (patch-ext_enchant_enchant.c) = 7d999de1b2fde2ea11e4a6e16e7b59c085924b9b
SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd
SHA1 (patch-ext_standard_php__fopen__wrapper.c) = 0a2c19c18f089448a8d842e99738b292ab9e5640
Index: pkgsrc/lang/php82/patches/patch-configure
diff -u pkgsrc/lang/php82/patches/patch-configure:1.15 pkgsrc/lang/php82/patches/patch-configure:1.16
--- pkgsrc/lang/php82/patches/patch-configure:1.15 Sun Jan 21 07:56:16 2024
+++ pkgsrc/lang/php82/patches/patch-configure Fri Feb 16 13:16:59 2024
@@ -1,12 +1,12 @@
-$NetBSD: patch-configure,v 1.15 2024/01/21 07:56:16 taca Exp $
+$NetBSD: patch-configure,v 1.16 2024/02/16 13:16:59 taca Exp $
* Do not include "PKG_CONFIG*" in CONFIGURE_OPTIONS.
* Don't autodetect maintainer-zts.
* Shell portability.
---- configure.orig 2024-01-16 12:19:32.000000000 +0000
+--- configure.orig 2024-02-13 15:22:59.000000000 +0000
+++ configure
-@@ -4323,6 +4323,10 @@ EOF
+@@ -3732,6 +3732,10 @@ EOF
else
break
fi
@@ -14,10 +14,10 @@ $NetBSD: patch-configure,v 1.15 2024/01/
+ \'PKG_CONFIG\=*) CURRENT_ARG="'PKG_CONFIG=@TOOLS_PATH.pkg-config@'";;
+ \'PKG_CONFIG_LIBDIR\=*) CURRENT_ARG="'PKG_CONFIG_LIBDIR=@PHP_PKGCONFIG_PATH@'";;
+ esac
- printf "%s\n" "$CURRENT_ARG \\" >>config.nice
+ $as_echo "$CURRENT_ARG \\" >>config.nice
CONFIGURE_OPTIONS="$CONFIGURE_OPTIONS $CURRENT_ARG"
done
-@@ -7554,30 +7558,6 @@ EOF
+@@ -7023,30 +7027,6 @@ EOF
;;
esac
@@ -42,18 +42,18 @@ $NetBSD: patch-configure,v 1.15 2024/01/
-
- fi
- fi
-- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
--printf "%s\n" "yes" >&6; }
+- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+-$as_echo "yes" >&6; }
-
PHP_VAR_SUBST="$PHP_VAR_SUBST APXS"
else
-@@ -81254,7 +81234,7 @@ printf "%s\n" "#define HAVE_TIDYBUFFIO_H
+@@ -78642,7 +78622,7 @@ $as_echo "#define HAVE_TIDYBUFFIO_H 1" >
fi
TIDY_LIBDIR=$TIDY_DIR/$PHP_LIBDIR
- if test "$TIDY_LIB_NAME" == 'tidyp'; then
+ if test "$TIDY_LIB_NAME" = 'tidyp'; then
- printf "%s\n" "#define HAVE_TIDYP_H 1" >>confdefs.h
+ $as_echo "#define HAVE_TIDYP_H 1" >>confdefs.h
Home |
Main Index |
Thread Index |
Old Index