Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2022 18:57:19 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: a6acea55b973 - main - lang/php80: Update version 8.0.18=>8.0.19
Message-ID:  <202205131857.24DIvJfN050893@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=a6acea55b9730bd14a84299c60b94ecb47e8bd32

commit a6acea55b9730bd14a84299c60b94ecb47e8bd32
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-05-13 18:52:55 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-05-13 18:57:01 +0000

    lang/php80: Update version 8.0.18=>8.0.19
    
    * Core:
      Fixed bug #8289 (Exceptions thrown within a yielded from iterator are
       not rethrown into the generator).
    * Date:
      Fixed bug #7979 (DatePeriod iterator advances when checking if valid).
    * FFI:
      Fixed bug #8433 (Assigning function pointers to structs in FFI leaks).
    * FPM:
      Fixed bug #76003 (FPM /status reports wrong number of active processe)
      Fixed bug #77023 (FPM cannot shutdown processes).
      Fixed comment in kqueue remove callback log message.
    * Iconv:
      Fixed bug #8218 (ob_end_clean does not reset Content-Encoding header).
    * Intl:
      Fixed bug #8364 (msgfmt_format $values may not support references).
    * MySQLi:
      Fixed bug #8267 (MySQLi uses unsupported format specifier on Windows).
    * SPL:
      Fixed bug #8366 (ArrayIterator may leak when calling __construct()).
      Fixed bug #8273 (SplFileObject: key() returns wrong value).
    * Streams:
      Fixed php://temp does not preserve file-position when switched to
      temporary file.
    * zlib:
      Fixed bug #8218 (ob_end_clean does not reset Content-Encoding header).
    
    Approved by:    tz (private email)
    Sponsored by:   Bounce Experts
---
 devel/php80-ffi/Makefile | 1 -
 lang/php80/Makefile      | 2 +-
 lang/php80/distinfo      | 6 +++---
 mail/php80-imap/Makefile | 1 -
 www/mod_php80/Makefile   | 1 -
 5 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/devel/php80-ffi/Makefile b/devel/php80-ffi/Makefile
index 192786b2a923..53658b8bbff9 100644
--- a/devel/php80-ffi/Makefile
+++ b/devel/php80-ffi/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php80
diff --git a/lang/php80/Makefile b/lang/php80/Makefile
index 8e441c1ec5c0..03514b873c74 100644
--- a/lang/php80/Makefile
+++ b/lang/php80/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php80
-DISTVERSION=	8.0.18
+DISTVERSION=	8.0.19
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP
diff --git a/lang/php80/distinfo b/lang/php80/distinfo
index 1348869ba78b..eeeb857f3aa6 100644
--- a/lang/php80/distinfo
+++ b/lang/php80/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650059162
-SHA256 (php/php-8.0.18.tar.xz) = db161652cacae4b31c347fbf2e17b80656473cb365f2bb3460c4552f5647e2e7
-SIZE (php/php-8.0.18.tar.xz) = 10871224
+TIMESTAMP = 1652463760
+SHA256 (php/php-8.0.19.tar.xz) = ba62219c4b0486cbb2a04f0796749a46b0ee1f5a142ed454212b4e2460cb0fab
+SIZE (php/php-8.0.19.tar.xz) = 10778992
diff --git a/mail/php80-imap/Makefile b/mail/php80-imap/Makefile
index 8044e1fb4ee9..740d14b0f761 100644
--- a/mail/php80-imap/Makefile
+++ b/mail/php80-imap/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION=	1
 CATEGORIES=	mail
 
 MASTERDIR=	${.CURDIR}/../../lang/php80
diff --git a/www/mod_php80/Makefile b/www/mod_php80/Makefile
index c0b120bac7ff..cb7d4ce11e35 100644
--- a/www/mod_php80/Makefile
+++ b/www/mod_php80/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION=	2
 CATEGORIES=	www devel
 PKGNAMEPREFIX=	mod_
 



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