Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2022 13:34:15 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: 37e259336e38 - main - lang/php82: Update version 8.2.0RC2=>8.2.0RC4
Message-ID:  <202210131334.29DDYFX5060916@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=37e259336e382a15c1ce2d38f3e05824f5d6b993

commit 37e259336e382a15c1ce2d38f3e05824f5d6b993
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-10-13 13:15:56 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-10-13 13:34:08 +0000

    lang/php82: Update version 8.2.0RC2=>8.2.0RC4
    
    - Core:
      * Fixed bug GH-9655 (Pure intersection types cannot be implicitly
        nullable) (Girgias)
      * Fixed bug GH-9589 (dl() segfaults when module is already loaded).
        (cmb, Arnaud)
    
    - Streams:
      * Fixed bug GH-9590 (stream_select does not abort upon exception or
        empty valid fd set). (Arnaud)
    
    Sponsored by:   Bounce Experts
---
 lang/php82/Makefile | 2 +-
 lang/php82/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/php82/Makefile b/lang/php82/Makefile
index 1f6734029731..1df1b1963adb 100644
--- a/lang/php82/Makefile
+++ b/lang/php82/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php82
-DISTVERSION=	8.2.0RC2
+DISTVERSION=	8.2.0RC4
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	https://downloads.php.net/~sergey/
diff --git a/lang/php82/distinfo b/lang/php82/distinfo
index 78f0bb9b41ec..6beb0b487ae5 100644
--- a/lang/php82/distinfo
+++ b/lang/php82/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1663256152
-SHA256 (php-8.2.0RC2.tar.xz) = 06b5040d2ed868567175a3c2f7e3495acaf376fe8335142a3838c49dc7f5863d
-SIZE (php-8.2.0RC2.tar.xz) = 11917280
+TIMESTAMP = 1665660265
+SHA256 (php-8.2.0RC4.tar.xz) = 7ddc807bbcc5cc7576d3f901584819212b287bd33ae6ac15ff93a62bebb62948
+SIZE (php-8.2.0RC4.tar.xz) = 11921096



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