pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2022Q3]: pkgsrc/lang Pullup ticket #6699 - requested by taca



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05861d8fa47d
branches:  pkgsrc-2022Q3
changeset: 387730:05861d8fa47d
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Nov 05 19:15:09 2022 +0000

description:
Pullup ticket #6699 - requested by taca
lang/php81: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.378
- lang/php81/distinfo                                           1.14

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Sun Oct 30 10:16:24 UTC 2022

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

   Log Message:
   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 017b5af52f5b -r 05861d8fa47d lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Nov 05 19:09:28 2022 +0000
+++ b/lang/php/phpversion.mk    Sat Nov 05 19:15:09 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.374.2.3 2022/10/03 14:45:52 bsiegert Exp $
+# $NetBSD: phpversion.mk,v 1.374.2.4 2022/11/05 19:15:09 bsiegert 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 017b5af52f5b -r 05861d8fa47d lang/php81/distinfo
--- a/lang/php81/distinfo       Sat Nov 05 19:09:28 2022 +0000
+++ b/lang/php81/distinfo       Sat Nov 05 19:15:09 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12.2.1 2022/10/03 14:29:14 bsiegert Exp $
+$NetBSD: distinfo,v 1.12.2.2 2022/11/05 19:15:10 bsiegert 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