pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang lang/php71: update to 7.1.33
details: https://anonhg.NetBSD.org/pkgsrc/rev/d97fb5778bde
branches: trunk
changeset: 342741:d97fb5778bde
user: taca <taca%pkgsrc.org@localhost>
date: Fri Oct 25 02:58:33 2019 +0000
description:
lang/php71: update to 7.1.33
Update php71 to 7.1.33.
24 Oct 2019, PHP 7.1.33
- FPM:
. Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE).
(CVE-2019-11043) (Jakub Zelenka)
diffstat:
lang/php/phpversion.mk | 4 ++--
lang/php71/Makefile | 3 +--
lang/php71/Makefile.php | 5 ++---
lang/php71/distinfo | 10 +++++-----
4 files changed, 10 insertions(+), 12 deletions(-)
diffs (76 lines):
diff -r 602ebbe8184e -r d97fb5778bde lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Fri Oct 25 02:57:30 2019 +0000
+++ b/lang/php/phpversion.mk Fri Oct 25 02:58:33 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.272 2019/10/25 02:57:03 taca Exp $
+# $NetBSD: phpversion.mk,v 1.273 2019/10/25 02:58:33 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
@@ -88,7 +88,7 @@
# Define each PHP's version.
PHP56_VERSION= 5.6.40
-PHP71_VERSION= 7.1.32
+PHP71_VERSION= 7.1.33
PHP72_VERSION= 7.2.24
PHP73_VERSION= 7.3.11
diff -r 602ebbe8184e -r d97fb5778bde lang/php71/Makefile
--- a/lang/php71/Makefile Fri Oct 25 02:57:30 2019 +0000
+++ b/lang/php71/Makefile Fri Oct 25 02:58:33 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/07/03 07:30:50 nia Exp $
+# $NetBSD: Makefile,v 1.21 2019/10/25 02:58:33 taca Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -6,7 +6,6 @@
PKGNAME= php-${PHP_VERSION:S/RC/rc/}
CATEGORIES= lang
-HOMEPAGE= https://www.php.net/
COMMENT= PHP Hypertext Preprocessor version 7.1
LICENSE= php
diff -r 602ebbe8184e -r d97fb5778bde lang/php71/Makefile.php
--- a/lang/php71/Makefile.php Fri Oct 25 02:57:30 2019 +0000
+++ b/lang/php71/Makefile.php Fri Oct 25 02:58:33 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.php,v 1.13 2018/12/09 12:14:36 taca Exp $
+# $NetBSD: Makefile.php,v 1.14 2019/10/25 02:58:33 taca Exp $
# used by lang/php71/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
-# With --disable-gcc-global-regs, works around
+# With --disable-gcc-global-regs, works around
# https://bugs.php.net/bug.php?id=74527
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86236
.if ${MACHINE_ARCH} == "i386"
@@ -80,7 +80,6 @@
.endif
.if !empty(PKG_OPTIONS:Mreadline)
-USE_GNU_READLINE= yes
.include "../../devel/readline/buildlink3.mk"
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
.else
diff -r 602ebbe8184e -r d97fb5778bde lang/php71/distinfo
--- a/lang/php71/distinfo Fri Oct 25 02:57:30 2019 +0000
+++ b/lang/php71/distinfo Fri Oct 25 02:58:33 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.54 2019/09/01 13:04:13 taca Exp $
+$NetBSD: distinfo,v 1.55 2019/10/25 02:58:33 taca Exp $
-SHA1 (php-7.1.32.tar.bz2) = 6c469fdec96ed7bef61bb94031aa7737ee4d9e25
-RMD160 (php-7.1.32.tar.bz2) = da6068c0df768040b7d4cc46e606f24711a969ec
-SHA512 (php-7.1.32.tar.bz2) = c13b13575a505d9a6498b1d5c208b75490fb567ca8aca515d79e569c1f0ca289816178511e616f2bbec5c8840ed273719ff5841de4e7ad91e261f9ca4d6baa92
-Size (php-7.1.32.tar.bz2) = 15332345 bytes
+SHA1 (php-7.1.33.tar.bz2) = 2a2961b949f6b88e743bce06b86055c05747b6c8
+RMD160 (php-7.1.33.tar.bz2) = e3802bac9fcabb4e844e3c5e86337749112ef545
+SHA512 (php-7.1.33.tar.bz2) = 60ecf04a5fcb77ad839f5c5514f0d83e16aa9d3cc5250a428ff6cb43defc9d1626bdb5b5ea2671261cc273c51c18387d6267307e28c25d18ca98b212cec7cc99
+Size (php-7.1.33.tar.bz2) = 15332144 bytes
SHA1 (patch-acinclude.m4) = c232e68dbcd58bbfdf6800e491eb46812df15f65
SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd
SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
Home |
Main Index |
Thread Index |
Old Index