svn commit: r556913 - in head: devel/php73-intl lang/php73
Torsten Zuehlsdorff
tz at FreeBSD.org
Thu Dec 3 17:09:49 UTC 2020
Author: tz
Date: Thu Dec 3 17:09:48 2020
New Revision: 556913
URL: https://svnweb.freebsd.org/changeset/ports/556913
Log:
lang/php73: Update from 7.3.24 to 7.3.25
Core:
Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors).
COM:
Fixed bug #62474 (com_event_sink crashes on certain arguments).
DOM:
Fixed bug #80268 (loadHTML() truncates at NUL bytes).
IMAP:
Fixed bug #64076 (imap_sort() does not return FALSE on failure).
Fixed bug #76618 (segfault on imap_reopen).
Fixed bug #80239 (imap_rfc822_write_address() leaks memory).
Fixed minor regression caused by fixing bug #80220.
Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
Intl:
Fixed bug #80310 (ext-intl with icu4c 68.1: use of undeclared identifier 'TRUE').
ODBC:
Fixed bug #44618 (Fetching may rely on uninitialized data).
SNMP:
Fixed bug #70461 (disable md5 code when it is not supported in net-snmp).
Standard:
Fixed bug #80266 (parse_url silently drops port number 0).
PR: 251398
Submitted by: Dani <i.dani at outlook.com>
Modified:
head/devel/php73-intl/Makefile
head/lang/php73/Makefile
head/lang/php73/distinfo
Modified: head/devel/php73-intl/Makefile
==============================================================================
--- head/devel/php73-intl/Makefile Thu Dec 3 16:47:09 2020 (r556912)
+++ head/devel/php73-intl/Makefile Thu Dec 3 17:09:48 2020 (r556913)
@@ -1,6 +1,5 @@
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php73
Modified: head/lang/php73/Makefile
==============================================================================
--- head/lang/php73/Makefile Thu Dec 3 16:47:09 2020 (r556912)
+++ head/lang/php73/Makefile Thu Dec 3 17:09:48 2020 (r556913)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= php73
-DISTVERSION= 7.3.24
+DISTVERSION= 7.3.25
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
Modified: head/lang/php73/distinfo
==============================================================================
--- head/lang/php73/distinfo Thu Dec 3 16:47:09 2020 (r556912)
+++ head/lang/php73/distinfo Thu Dec 3 17:09:48 2020 (r556913)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604051687
-SHA256 (php-7.3.24.tar.xz) = 78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888
-SIZE (php-7.3.24.tar.xz) = 12138212
+TIMESTAMP = 1606917188
+SHA256 (php-7.3.25.tar.xz) = c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
+SIZE (php-7.3.25.tar.xz) = 12136668
More information about the svn-ports-head
mailing list