Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Oct 2022 20:05:20 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 37456f536883 - 2022Q4 - lang/php81: Update version 8.1.11=>8.1.12
Message-ID:  <202210292005.29TK5K0S074160@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37456f536883c3f3fb36d358464c7032a6eb5948

commit 37456f536883c3f3fb36d358464c7032a6eb5948
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-10-29 19:45:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-10-29 20:05:14 +0000

    lang/php81: Update version 8.1.11=>8.1.12
    
    * Core:
      - Fixes segfault with Fiber on FreeBSD i386 architecture.
    * Fileinfo:
      - Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2
        files).
    * GD:
      - Fixed bug #81739: OOB read due to insufficient input validation in
        imageloadfont(). (CVE-2022-31630)
    * Hash:
      - Fixed bug #81738: buffer overflow in hash_update() on long parameter
        (CVE-2022-37454)
    * MBString:
      - Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in
        mb_encode_mimeheader).
    * Opcache:
      - Added indirect call reduction for jit on x86 architectures.
    * Session:
      - Fixed bug GH-9583 (session_create_id() fails with user defined save
        handler that doesn't have a validateId() method).
    * Streams:
      - Fixed bug GH-9590 (stream_select does not abort upon exception or
        empty valid fd set).
    
    MFH:            2022Q4
    Relnotes:       https://www.php.net/ChangeLog-8.php#8.1.12
    Sponsored by:   Bounce Experts
    
    (cherry picked from commit d6b8aa7a8ff460694da2a5cc4f589bc8c155bb52)
---
 lang/php81/Makefile | 2 +-
 lang/php81/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/php81/Makefile b/lang/php81/Makefile
index 2655c9ef097b..21616a9e0b87 100644
--- a/lang/php81/Makefile
+++ b/lang/php81/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php81
-DISTVERSION=	8.1.11
+DISTVERSION=	8.1.12
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
diff --git a/lang/php81/distinfo b/lang/php81/distinfo
index 34125e0d99d5..2ad67766f60a 100644
--- a/lang/php81/distinfo
+++ b/lang/php81/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1664649784
-SHA256 (php-8.1.11.tar.xz) = 3005198d7303f87ab31bc30695de76e8ad62783f806b6ab9744da59fe41cc5bd
-SIZE (php-8.1.11.tar.xz) = 11797016
+TIMESTAMP = 1667037780
+SHA256 (php-8.1.12.tar.xz) = 08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab
+SIZE (php-8.1.12.tar.xz) = 11747176



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210292005.29TK5K0S074160>