pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang
Module Name: pkgsrc
Committed By: taca
Date: Thu Nov 26 14:44:01 UTC 2020
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php73: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.313 -r1.314 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/php73/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/php73/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.313 pkgsrc/lang/php/phpversion.mk:1.314
--- pkgsrc/lang/php/phpversion.mk:1.313 Fri Oct 30 07:14:16 2020
+++ pkgsrc/lang/php/phpversion.mk Thu Nov 26 14:44:01 2020
@@ -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 @@ PHPVERSION_MK= defined
# 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.
Index: pkgsrc/lang/php73/Makefile
diff -u pkgsrc/lang/php73/Makefile:1.15 pkgsrc/lang/php73/Makefile:1.16
--- pkgsrc/lang/php73/Makefile:1.15 Fri Nov 20 15:34:11 2020
+++ pkgsrc/lang/php73/Makefile Thu Nov 26 14:44:01 2020
@@ -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
Index: pkgsrc/lang/php73/distinfo
diff -u pkgsrc/lang/php73/distinfo:1.29 pkgsrc/lang/php73/distinfo:1.30
--- pkgsrc/lang/php73/distinfo:1.29 Wed Nov 11 20:05:10 2020
+++ pkgsrc/lang/php73/distinfo Thu Nov 26 14:44:01 2020
@@ -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