pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php74: udpate to 7.4.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/211777bf6f4a
branches:  trunk
changeset: 769769:211777bf6f4a
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Nov 19 14:26:28 2021 +0000

description:
lang/php74: udpate to 7.4.26

This release contains security fix.

18 Nov 2021, PHP 7.4.26

- Core:
  . Fixed bug #81518 (Header injection via default_mimetype / default_charset).
    (cmb)

- Date:
  . Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2).
    (cmb)

- MBString:
  . Fixed bug #76167 (mbstring may use pointer from some previous request).
    (cmb, cataphract)

- MySQLi:
  . Fixed bug #81494 (Stopped unbuffered query does not throw error). (Nikita)

- PCRE:
  . Fixed bug #81424 (PCRE2 10.35 JIT performance regression). (cmb)

- Streams:
  . Fixed bug #54340 (Memory corruption with user_filter). (Nikita)

- XML:
  . Fixed bug #79971 (special character is breaking the path in xml function).
    (CVE-2021-21707) (cmb)

diffstat:

 lang/php/phpversion.mk                                                          |   4 +-
 lang/php74/distinfo                                                             |  10 +++---
 lang/php74/patches/patch-ext_intl_breakiterator_codepointiterator__internal.cpp |  14 +++++-----
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (91 lines):

diff -r 0589ed5ca258 -r 211777bf6f4a lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Nov 19 14:21:15 2021 +0000
+++ b/lang/php/phpversion.mk    Fri Nov 19 14:26:28 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.344 2021/10/30 07:45:42 taca Exp $
+# $NetBSD: phpversion.mk,v 1.345 2021/11/19 14:26:28 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
 PHP73_VERSION= 7.3.32
-PHP74_VERSION= 7.4.25
+PHP74_VERSION= 7.4.26
 PHP80_VERSION= 8.0.12
 
 # Define initial release of major version.
diff -r 0589ed5ca258 -r 211777bf6f4a lang/php74/distinfo
--- a/lang/php74/distinfo       Fri Nov 19 14:21:15 2021 +0000
+++ b/lang/php74/distinfo       Fri Nov 19 14:26:28 2021 +0000
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.32 2021/10/26 10:51:48 nia Exp $
+$NetBSD: distinfo,v 1.33 2021/11/19 14:26:28 taca Exp $
 
-BLAKE2s (php-7.4.25.tar.xz) = 634b40f8d970b1aacb6cf255762b3c935f7bd81f2e96f1dfa3edaf3c0a07a172
-SHA512 (php-7.4.25.tar.xz) = 7fcb236f6d2a92514059b2e107c2b592e6139e3c65046566ae98fb9d2c09eb3e9ca1a41ea6535fc814bc7127d8fd9f8bb5a80bd86eec32120eb150a34b9b5c34
-Size (php-7.4.25.tar.xz) = 10376304 bytes
+BLAKE2s (php-7.4.26.tar.xz) = 499a2d53451de503ed97a64a5fcf5896344ce0351132d38346f598340ca3a269
+SHA512 (php-7.4.26.tar.xz) = 36cd493c9c95aabb1ee47e82cb0c20b2be99fe7ebd98743355139064590d0b9a1746d71e31dd47f164df34ebe3f8366a75f3efc149262e1391b43d83d3045c6e
+Size (php-7.4.26.tar.xz) = 10420236 bytes
 SHA1 (patch-build_libtool.m4) = 3656eb516fb14defd4b0964fe21e117c630be856
 SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
-SHA1 (patch-ext_intl_breakiterator_codepointiterator__internal.cpp) = c6702b071a1881ed35a1c1adc0e07ce53335e2e7
+SHA1 (patch-ext_intl_breakiterator_codepointiterator__internal.cpp) = b0ded220ffa42b77228d66696f00212caf37b4aa
 SHA1 (patch-ext_intl_collator_collator__sort.c) = 7fdb751cabb24eb4097cfb5cf23ba217a9893530
 SHA1 (patch-ext_intl_dateformat_dateformat__attr.c) = 08a26ec534b67ed029426e4aa3bd26cb6761aead
 SHA1 (patch-ext_intl_normalizer_normalizer__normalize.c) = 10a215438db81c9f1f002f9409ebd56de6d65617
diff -r 0589ed5ca258 -r 211777bf6f4a lang/php74/patches/patch-ext_intl_breakiterator_codepointiterator__internal.cpp
--- a/lang/php74/patches/patch-ext_intl_breakiterator_codepointiterator__internal.cpp   Fri Nov 19 14:21:15 2021 +0000
+++ b/lang/php74/patches/patch-ext_intl_breakiterator_codepointiterator__internal.cpp   Fri Nov 19 14:26:28 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ext_intl_breakiterator_codepointiterator__internal.cpp,v 1.2 2020/11/08 23:55:44 otis Exp $
+$NetBSD: patch-ext_intl_breakiterator_codepointiterator__internal.cpp,v 1.3 2021/11/19 14:26:28 taca Exp $
 
 Use stdbool true/false macros.
 
---- ext/intl/breakiterator/codepointiterator_internal.cpp.orig 2020-10-27 15:01:59.000000000 +0000
+--- ext/intl/breakiterator/codepointiterator_internal.cpp.orig 2021-11-16 15:31:39.000000000 +0000
 +++ ext/intl/breakiterator/codepointiterator_internal.cpp
 @@ -58,7 +58,7 @@ CodePointBreakIterator& CodePointBreakIt
                return *this;
@@ -13,8 +13,8 @@
  
        //don't bother copying the character iterator, getText() is deprecated
        clearCurrentCharIter();
-@@ -78,17 +78,17 @@ CodePointBreakIterator::~CodePointBreakI
- UBool CodePointBreakIterator::operator==(const BreakIterator& that) const
+@@ -82,17 +82,17 @@ UBool CodePointBreakIterator::operator==
+ #endif
  {
        if (typeid(*this) != typeid(that)) {
 -              return FALSE;
@@ -34,7 +34,7 @@
  }
  
  CodePointBreakIterator* CodePointBreakIterator::clone(void) const
-@@ -109,7 +109,7 @@ CharacterIterator& CodePointBreakIterato
+@@ -113,7 +113,7 @@ CharacterIterator& CodePointBreakIterato
  
  UText *CodePointBreakIterator::getUText(UText *fillIn, UErrorCode &status) const
  {
@@ -43,7 +43,7 @@
  }
  
  void CodePointBreakIterator::setText(const UnicodeString &text)
-@@ -128,7 +128,7 @@ void CodePointBreakIterator::setText(UTe
+@@ -132,7 +132,7 @@ void CodePointBreakIterator::setText(UTe
                return;
        }
  
@@ -52,7 +52,7 @@
  
        clearCurrentCharIter();
  }
-@@ -280,7 +280,7 @@ CodePointBreakIterator &CodePointBreakIt
+@@ -284,7 +284,7 @@ CodePointBreakIterator &CodePointBreakIt
        }
  
        int64_t pos = utext_getNativeIndex(this->fText);



Home | Main Index | Thread Index | Old Index