diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2022-04-15 22:28:07 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2022-04-15 22:31:12 +0000 |
commit | adc832aebae0fb8abd815e60eafa39de6b56de79 (patch) | |
tree | 7c5aa1afe588ec94e9e506b057a003b1e22cf4d1 | |
parent | db966c312bdba3339e21f7020a8f7ce54f2e16cf (diff) |
lang/php80: Upgrade from 8.0.17 to 8.0.18
Changelog:
Core:
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 #8142 (Compilation error on cygwin).
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).
Standard:
Fixed bug #8048 (Force macOS to use statfs).
Sponsored by: Bounce Experts
-rw-r--r-- | devel/php80-intl/Makefile | 1 | ||||
-rw-r--r-- | lang/php80/Makefile | 4 | ||||
-rw-r--r-- | lang/php80/distinfo | 6 | ||||
-rw-r--r-- | net/php80-soap/Makefile | 1 | ||||
-rw-r--r-- | textproc/php80-dom/Makefile | 1 | ||||
-rw-r--r-- | textproc/php80-simplexml/Makefile | 1 | ||||
-rw-r--r-- | textproc/php80-xml/Makefile | 1 | ||||
-rw-r--r-- | textproc/php80-xmlreader/Makefile | 1 | ||||
-rw-r--r-- | textproc/php80-xmlwriter/Makefile | 1 | ||||
-rw-r--r-- | textproc/php80-xsl/Makefile | 1 |
10 files changed, 5 insertions, 13 deletions
diff --git a/devel/php80-intl/Makefile b/devel/php80-intl/Makefile index e292e98ab327..0583fc5566ea 100644 --- a/devel/php80-intl/Makefile +++ b/devel/php80-intl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 3 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php80 diff --git a/lang/php80/Makefile b/lang/php80/Makefile index af3a05a4b654..8e441c1ec5c0 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,6 +1,6 @@ PORTNAME= php80 -DISTVERSION= 8.0.17 -PORTREVISION?= 3 +DISTVERSION= 8.0.18 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP DISTNAME= php-${DISTVERSION} diff --git a/lang/php80/distinfo b/lang/php80/distinfo index f99e765748ca..1348869ba78b 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647565520 -SHA256 (php/php-8.0.17.tar.xz) = 4e7d94bb3d144412cb8b2adeb599fb1c6c1d7b357b0d0d0478dc5ef53532ebc5 -SIZE (php/php-8.0.17.tar.xz) = 10771016 +TIMESTAMP = 1650059162 +SHA256 (php/php-8.0.18.tar.xz) = db161652cacae4b31c347fbf2e17b80656473cb365f2bb3460c4552f5647e2e7 +SIZE (php/php-8.0.18.tar.xz) = 10871224 diff --git a/net/php80-soap/Makefile b/net/php80-soap/Makefile index 9a0a799c40b2..9188b01d8760 100644 --- a/net/php80-soap/Makefile +++ b/net/php80-soap/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 2 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php80 diff --git a/textproc/php80-dom/Makefile b/textproc/php80-dom/Makefile index 465c04b6a30a..b91d1ceaee6b 100644 --- a/textproc/php80-dom/Makefile +++ b/textproc/php80-dom/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 2 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php80 diff --git a/textproc/php80-simplexml/Makefile b/textproc/php80-simplexml/Makefile index ab152fc45c46..c8bbfd273d84 100644 --- a/textproc/php80-simplexml/Makefile +++ b/textproc/php80-simplexml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 2 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php80 diff --git a/textproc/php80-xml/Makefile b/textproc/php80-xml/Makefile index 3c3a531c95db..343ee8b24d53 100644 --- a/textproc/php80-xml/Makefile +++ b/textproc/php80-xml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 2 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php80 diff --git a/textproc/php80-xmlreader/Makefile b/textproc/php80-xmlreader/Makefile index 05b128e304ff..870b8cc7314a 100644 --- a/textproc/php80-xmlreader/Makefile +++ b/textproc/php80-xmlreader/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 2 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php80 diff --git a/textproc/php80-xmlwriter/Makefile b/textproc/php80-xmlwriter/Makefile index daf6533e625f..c98b7578e0b3 100644 --- a/textproc/php80-xmlwriter/Makefile +++ b/textproc/php80-xmlwriter/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 2 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php80 diff --git a/textproc/php80-xsl/Makefile b/textproc/php80-xsl/Makefile index 4fdc773adc76..5b29c0a1c9ad 100644 --- a/textproc/php80-xsl/Makefile +++ b/textproc/php80-xsl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 2 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php80 |