pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang lang/php73: update to 7.3.25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5fb00a57f02
branches:  trunk
changeset: 442581:d5fb00a57f02
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Nov 26 14:44:01 2020 +0000

description:
lang/php73: update to 7.3.25

26 Nov 2020, PHP 7.3.25

- Core:
  . Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
    (cmb)
  . Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors).
    (cmb)

- COM:
  . Fixed bug #62474 (com_event_sink crashes on certain arguments). (cmb)

- DOM:
  . Fixed bug #80268 (loadHTML() truncates at NUL bytes). (cmb)

- IMAP:
  . Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb)
  . Fixed bug #76618 (segfault on imap_reopen). (girgias)
  . Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb)
  . Fixed minor regression caused by fixing bug #80220. (cmb)
  . Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
    (cmb)

- Intl:
  . Fixed bug #80310 (ext-intl with icu4c 68.1: use of undeclared identifier
    'TRUE'). (Alexander M. Turek)

- ODBC:
  . Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb)

- SNMP:
  . Fixed bug #70461 (disable md5 code when it is not supported in net-snmp).
    (Alexander Bergmann, cmb)

- Standard:
  . Fixed bug #80266 (parse_url silently drops port number 0). (cmb, Nikita)

diffstat:

 lang/php/phpversion.mk |   4 ++--
 lang/php73/Makefile    |   3 +--
 lang/php73/distinfo    |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r deeba05ec58f -r d5fb00a57f02 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Thu Nov 26 13:52:26 2020 +0000
+++ b/lang/php/phpversion.mk    Thu Nov 26 14:44:01 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.313 2020/10/30 07:14:16 taca Exp $
+# $NetBSD: phpversion.mk,v 1.314 2020/11/26 14:44:01 taca Exp $
 #
 # This file selects a PHP version, based on the user's preferences and
 # the installed packages. It does not add a dependency on the PHP
@@ -89,7 +89,7 @@
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
 PHP72_VERSION= 7.2.34
-PHP73_VERSION= 7.3.24
+PHP73_VERSION= 7.3.25
 PHP74_VERSION= 7.4.12
 
 # Define initial release of major version.
diff -r deeba05ec58f -r d5fb00a57f02 lang/php73/Makefile
--- a/lang/php73/Makefile       Thu Nov 26 13:52:26 2020 +0000
+++ b/lang/php73/Makefile       Thu Nov 26 14:44:01 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2020/11/20 15:34:11 otis Exp $
+# $NetBSD: Makefile,v 1.16 2020/11/26 14:44:01 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
 #
 PKGNAME=               php-${PHP_VERSION:S/RC/rc/}
-PKGREVISION=           2
 
 COMMENT=               PHP Hypertext Preprocessor version 7.3
 LICENSE=               php
diff -r deeba05ec58f -r d5fb00a57f02 lang/php73/distinfo
--- a/lang/php73/distinfo       Thu Nov 26 13:52:26 2020 +0000
+++ b/lang/php73/distinfo       Thu Nov 26 14:44:01 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.29 2020/11/11 20:05:10 markd Exp $
+$NetBSD: distinfo,v 1.30 2020/11/26 14:44:01 taca Exp $
 
-SHA1 (php-7.3.24.tar.xz) = f66e514ea8fa1c20db1be93a572aa7e65cbd53c6
-RMD160 (php-7.3.24.tar.xz) = 94247454b0bdc790ad6d7701790c1821179a93db
-SHA512 (php-7.3.24.tar.xz) = 0ebc2fb7d58ded231ff5f55e9e033ca5c7865a13cc496884082b126cf2b31fb4486f61ad93ac9fe3592433e43d652cac2add96b2ad276dad937d458fd186d633
-Size (php-7.3.24.tar.xz) = 12138212 bytes
+SHA1 (php-7.3.25.tar.xz) = 534aadf295c41d984dc955378ed0fad7d1e6abff
+RMD160 (php-7.3.25.tar.xz) = 97b218179d7a1ec03b057d101f1c94c33531780f
+SHA512 (php-7.3.25.tar.xz) = 30b27deab12cf2544671afbbdaefd4bfea308eeed8e9c2150751c5bc9ece18d981bcc020eace35cbdbe88b45cffba8a1fca718fc4e74c3a7903d8b038015d31e
+Size (php-7.3.25.tar.xz) = 12136668 bytes
 SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335



Home | Main Index | Thread Index | Old Index