aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2021-09-29 09:54:02 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2021-09-29 09:56:04 +0000
commit9430d87af765f35afeca57a4f6457d62cc2fbaa4 (patch)
treea9563c5537c8ef094e7b93dccb9d864dcd92911d
parentbe45b7fd0fcf5c5ef7c4bf58a11a1a4d16d3c6ca (diff)
downloadports-9430d87af765f35afeca57a4f6457d62cc2fbaa4.tar.gz
ports-9430d87af765f35afeca57a4f6457d62cc2fbaa4.zip
lang/php80: Update from 8.0.10 to 8.0.11
Changelog: Core: Fixed bug #81302 (Stream position after stream filter removed). Fixed bug #81346 (Non-seekable streams don't update position after write). Fixed bug #73122 (Integer Overflow when concatenating strings). GD: Fixed bug #53580 (During resize gdImageCopyResampled cause colors change). Opcache: Fixed bug #81353 (segfault with preloading and statically bound closure). Shmop: Fixed bug #81407 (shmop_open won't attach and causes php to crash). Standard: Fixed bug #71542 (disk_total_space does not work with relative paths). Fixed bug #81400 (Unterminated string in dns_get_record() results). SysVMsg: Fixed bug #78819 (Heap Overflow in msg_send). XML: Fixed bug #81351 (xml_parse may fail, but has no error code). Zip: Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). Sponsored by: Bounce Experts (cherry picked from commit 4a295722e6b8634711f4e1513bf38543ba4db7f9)
-rw-r--r--lang/php80/Makefile2
-rw-r--r--lang/php80/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile
index b4164aea5067..bd3412cba1c7 100644
--- a/lang/php80/Makefile
+++ b/lang/php80/Makefile
@@ -1,5 +1,5 @@
PORTNAME= php80
-DISTVERSION= 8.0.10
+DISTVERSION= 8.0.11
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
diff --git a/lang/php80/distinfo b/lang/php80/distinfo
index 08855eea3071..3978f19df351 100644
--- a/lang/php80/distinfo
+++ b/lang/php80/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1630262744
-SHA256 (php-8.0.10.tar.xz) = 66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb
-SIZE (php-8.0.10.tar.xz) = 10703088
+TIMESTAMP = 1632771522
+SHA256 (php-8.0.11.tar.xz) = e3e5f764ae57b31eb65244a45512f0b22d7bef05f2052b23989c053901552e16
+SIZE (php-8.0.11.tar.xz) = 10804388