Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2022 08:49:54 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0f83560b42de - main - lang/php82: Update version 8.2.0beta2=>8.2.0RC2
Message-ID:  <202209160849.28G8nsoc053050@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f83560b42de3cf05ed366538783ffdb5ec40bad

commit 0f83560b42de3cf05ed366538783ffdb5ec40bad
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-09-16 08:44:05 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-09-16 08:49:42 +0000

    lang/php82: Update version 8.2.0beta2=>8.2.0RC2
    
    - Core:
      . Fixed bug GH-9500 (Using dnf type with parentheses after readonly
      keyword results in a parse error). (ilutov)
      . Fixed bug GH-9516 ((A&B)|D as a param should allow AB or D.  Not
      just A).  (Girgias)
    
    - GMP
      . Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is
      passed to gmp_init()). (Girgias)
    
    - Intl
      . Fixed bug GH-9421 (Incorrect argument number for ValueError in
      NumberFormatter).  (Girgias)
    
    - Opcache:
      . Fixed bug GH-9259 (opcache.interned_strings_buffer setting integer
      overflow). (Arnaud)
    
    - OpenSSL:
      . Fixed bug GH-9517 (Compilation error openssl extension related to
      PR GH-9366). (Jakub Zelenka)
    
    - PDO_PGSQL:
      . Fixed bug GH-9411 (PgSQL large object resource is incorrectly
      closed).  (Yurunsoft)
    
    - Random:
      . Fixed bug GH-9464 (build on older macOs releases).  (David Bohman)
    
    - Standard:
      . Marked crypt()'s $string parameter as #[\SensitiveParameter].
      (timwolla)
      . Fixed bug GH-9464 (build on older macOs releases). (David Bohman)
      . Fixed bug GH-9518 (Disabling IPv6 support disables unrelated
      constants).  (cmb)
    
    Please DO NOT use this version in production, it is an early test
    version.
    
    Relnotes:       https://github.com/php/php-src/blob/php-8.2.0RC2/NEWS
    Sponsored by:   Bounce Experts
---
 Mk/Uses/php.mk       | 2 +-
 lang/php82/Makefile  | 2 +-
 lang/php82/distinfo  | 6 +++---
 lang/php82/pkg-plist | 1 +
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Mk/Uses/php.mk b/Mk/Uses/php.mk
index 2b7972fa7e05..09c2ecbe1184 100644
--- a/Mk/Uses/php.mk
+++ b/Mk/Uses/php.mk
@@ -184,7 +184,7 @@ PHP_VER=	${FLAVOR:S/^php//}
 # When adding a version, please keep the comment in
 # Mk/bsd.default-versions.mk in sync.
 .    if ${PHP_VER} == 82
-PHP_EXT_DIR=   20210903
+PHP_EXT_DIR=   20220829
 PHP_EXT_INC=    hash json openssl pcre random spl
 .    elif ${PHP_VER} == 81
 PHP_EXT_DIR=   20210902
diff --git a/lang/php82/Makefile b/lang/php82/Makefile
index a2f96d9bacb1..1f6734029731 100644
--- a/lang/php82/Makefile
+++ b/lang/php82/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php82
-DISTVERSION=	8.2.0beta2
+DISTVERSION=	8.2.0RC2
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	https://downloads.php.net/~sergey/
diff --git a/lang/php82/distinfo b/lang/php82/distinfo
index 5038b2418f14..78f0bb9b41ec 100644
--- a/lang/php82/distinfo
+++ b/lang/php82/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659606224
-SHA256 (php-8.2.0beta2.tar.xz) = cffb46d5458b52e93876584c77631620003e420cbe119fe864925fca188e01bd
-SIZE (php-8.2.0beta2.tar.xz) = 11828116
+TIMESTAMP = 1663256152
+SHA256 (php-8.2.0RC2.tar.xz) = 06b5040d2ed868567175a3c2f7e3495acaf376fe8335142a3838c49dc7f5863d
+SIZE (php-8.2.0RC2.tar.xz) = 11917280
diff --git a/lang/php82/pkg-plist b/lang/php82/pkg-plist
index 215399f5b9ad..b7761c09e004 100644
--- a/lang/php82/pkg-plist
+++ b/lang/php82/pkg-plist
@@ -201,6 +201,7 @@ include/php/ext/standard/dl.h
 include/php/ext/standard/dl_arginfo.h
 include/php/ext/standard/exec.h
 include/php/ext/standard/file.h
+include/php/ext/standard/file_arginfo.h
 include/php/ext/standard/flock_compat.h
 include/php/ext/standard/fsock.h
 include/php/ext/standard/head.h



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