aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2022-04-15 22:29:49 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2022-04-15 22:31:12 +0000
commit384fd725e23247b2aefa1c0dfab5c924239dd5cf (patch)
tree76e22c92067f2347523ffff5d71cc56bec08cf46
parentadc832aebae0fb8abd815e60eafa39de6b56de79 (diff)
downloadports-384fd725e23247b2aefa1c0dfab5c924239dd5cf.tar.gz
ports-384fd725e23247b2aefa1c0dfab5c924239dd5cf.zip
lang/php81: Upgrade from 8.1.4 to 8.1.5
Changelog: Core: Fixed bug #8176 (Enum values in property initializers leak). Fixed freeing of internal attribute arguments. Fixed bug #8070 (memory leak of internal function attribute hash). Fixed bug #8160 (ZTS support on Alpine is broken). Filter: Fixed signedness confusion in php_filter_validate_domain(). Intl: Fixed bug #8115 (Can't catch arg type deprecation when instantiating Intl classes). Fixed bug #8142 (Compilation error on cygwin). Fixed bug #7734 (Fix IntlPartsIterator key off-by-one error and first key). MBString: Fixed bug #8208 (mb_encode_mimeheader: $indent functionality broken). MySQLi: Fixed bug #8068 (mysqli_fetch_object creates inaccessible properties). Pcntl: Fixed bug #8142 (Compilation error on cygwin). PgSQL: Fixed result_type related stack corruption on LLP64 architectures. Fixed bug #8253 (pg_insert() fails for references). Sockets: Fixed Solaris builds. SPL: Fixed bug #8121 (SplFileObject - seek and key with csv file inconsistent). Fixed bug #8192 (Cannot override DirectoryIterator::current() without return typehint in 8.1). Standard: Fixed bug #8048 (Force macOS to use statfs). Sponsored by: Bounce Experts
-rw-r--r--devel/php81-intl/Makefile1
-rw-r--r--lang/php81/Makefile4
-rw-r--r--lang/php81/distinfo6
-rw-r--r--net/php81-soap/Makefile1
-rw-r--r--textproc/php81-dom/Makefile1
-rw-r--r--textproc/php81-simplexml/Makefile1
-rw-r--r--textproc/php81-xml/Makefile1
-rw-r--r--textproc/php81-xmlreader/Makefile1
-rw-r--r--textproc/php81-xmlwriter/Makefile1
-rw-r--r--textproc/php81-xsl/Makefile1
10 files changed, 5 insertions, 13 deletions
diff --git a/devel/php81-intl/Makefile b/devel/php81-intl/Makefile
index 1a45b7608ff2..1ccc80b52ca4 100644
--- a/devel/php81-intl/Makefile
+++ b/devel/php81-intl/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 3
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php81
diff --git a/lang/php81/Makefile b/lang/php81/Makefile
index a434465d8727..ad04d3f47b46 100644
--- a/lang/php81/Makefile
+++ b/lang/php81/Makefile
@@ -1,6 +1,6 @@
PORTNAME= php81
-DISTVERSION= 8.1.4
-PORTREVISION?= 3
+DISTVERSION= 8.1.5
+PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
DISTNAME= php-${DISTVERSION}
diff --git a/lang/php81/distinfo b/lang/php81/distinfo
index deb49199ff55..1b9d293553f1 100644
--- a/lang/php81/distinfo
+++ b/lang/php81/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647457083
-SHA256 (php-8.1.4.tar.xz) = 05a8c0ac30008154fb38a305560543fc172ba79fb957084a99b8d3b10d5bdb4b
-SIZE (php-8.1.4.tar.xz) = 11700448
+TIMESTAMP = 1650059198
+SHA256 (php-8.1.5.tar.xz) = 7647734b4dcecd56b7e4bd0bc55e54322fa3518299abcdc68eb557a7464a2e8a
+SIZE (php-8.1.5.tar.xz) = 11752684
diff --git a/net/php81-soap/Makefile b/net/php81-soap/Makefile
index 1b8136a40b78..fc40ac2c512d 100644
--- a/net/php81-soap/Makefile
+++ b/net/php81-soap/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php81
diff --git a/textproc/php81-dom/Makefile b/textproc/php81-dom/Makefile
index c6c580258376..d6610e9682c1 100644
--- a/textproc/php81-dom/Makefile
+++ b/textproc/php81-dom/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php81
diff --git a/textproc/php81-simplexml/Makefile b/textproc/php81-simplexml/Makefile
index 9b13e734b41f..4771fd3f274a 100644
--- a/textproc/php81-simplexml/Makefile
+++ b/textproc/php81-simplexml/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php81
diff --git a/textproc/php81-xml/Makefile b/textproc/php81-xml/Makefile
index f6ecc318d269..6baacc4611cc 100644
--- a/textproc/php81-xml/Makefile
+++ b/textproc/php81-xml/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php81
diff --git a/textproc/php81-xmlreader/Makefile b/textproc/php81-xmlreader/Makefile
index 7e6eb0dec60c..2a5922ee6820 100644
--- a/textproc/php81-xmlreader/Makefile
+++ b/textproc/php81-xmlreader/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php81
diff --git a/textproc/php81-xmlwriter/Makefile b/textproc/php81-xmlwriter/Makefile
index f6c2344fb13c..e0cadc6a76b0 100644
--- a/textproc/php81-xmlwriter/Makefile
+++ b/textproc/php81-xmlwriter/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php81
diff --git a/textproc/php81-xsl/Makefile b/textproc/php81-xsl/Makefile
index cd7c354b709b..e15435fa3047 100644
--- a/textproc/php81-xsl/Makefile
+++ b/textproc/php81-xsl/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 2
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php81