pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang lang/php81: update to 8.1.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/13383965ffc0
branches: trunk
changeset: 387444:13383965ffc0
user: taca <taca%pkgsrc.org@localhost>
date: Sun Oct 30 10:16:24 2022 +0000
description:
lang/php81: update to 8.1.12
8.1.12 (2022-10-27)
- Core:
. Fixes segfault with Fiber on FreeBSD i386 architecture. (David Carlier)
- Fileinfo:
. Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2 files).
(Anatol)
- GD:
. Fixed bug #81739: OOB read due to insufficient input validation in
imageloadfont(). (CVE-2022-31630) (cmb)
- Hash:
. Fixed bug #81738: buffer overflow in hash_update() on long parameter.
(CVE-2022-37454) (nicky at mouha dot be)
- MBString:
- Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in
mb_ encode_mimeheader). (Alex Dowad)
- Opcache:
. Added indirect call reduction for jit on x86 architectures. (wxue1)
- Session:
. Fixed bug GH-9583 (session_create_id() fails with user defined save handler
that doesn't have a validateId() method). (Girgias)
- Streams:
. Fixed bug GH-9590 (stream_select does not abort upon exception or empty
valid fd set). (Arnaud)
diffstat:
lang/php/phpversion.mk | 4 ++--
lang/php81/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r f038bddf79df -r 13383965ffc0 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Sun Oct 30 10:01:22 2022 +0000
+++ b/lang/php/phpversion.mk Sun Oct 30 10:16:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.377 2022/10/01 00:28:12 taca Exp $
+# $NetBSD: phpversion.mk,v 1.378 2022/10/30 10:16:24 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 @@
PHP56_VERSION= 5.6.40
PHP74_VERSION= 7.4.32
PHP80_VERSION= 8.0.24
-PHP81_VERSION= 8.1.11
+PHP81_VERSION= 8.1.12
# Define initial release of major version.
PHP56_RELDATE= 20140828
diff -r f038bddf79df -r 13383965ffc0 lang/php81/distinfo
--- a/lang/php81/distinfo Sun Oct 30 10:01:22 2022 +0000
+++ b/lang/php81/distinfo Sun Oct 30 10:16:24 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2022/10/01 00:27:05 taca Exp $
+$NetBSD: distinfo,v 1.14 2022/10/30 10:16:24 taca Exp $
-BLAKE2s (php-8.1.11.tar.xz) = 17f8e0837c611eb6a8f342f34b6ac167ae70cf79f11f156f8237fac76130cf65
-SHA512 (php-8.1.11.tar.xz) = 2a9eb4642b4077077f6551ca9a40fd2c48272cc1ee443117362331259efbec88bad0141b09f7a9ff710cde044f9463e1e668f7066b2429ea4274dec7291725cc
-Size (php-8.1.11.tar.xz) = 11797016 bytes
+BLAKE2s (php-8.1.12.tar.xz) = 02b83ec30079831a2aff20d87b264bc73808feffed9acadb03ef9252fc37b3dc
+SHA512 (php-8.1.12.tar.xz) = 437b6a8146b58479f4d1acb7b35d68954f1f7bc13a8f3dddc66e1677d7e9b6a11154861f9e894cbd59b9c28d4df3fd5422f9b5553004e9fc8d0320ab59b9f907
+Size (php-8.1.12.tar.xz) = 11747176 bytes
SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
Home |
Main Index |
Thread Index |
Old Index