Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (59m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (90d)  pkgsrc-2023Q3 (169d) 

2024-05-28 12:01:44 UTC Now

2016-06-04 19:50:02 UTC pkgsrc-2016Q1 commitmail json YAML

Pullup ticket #5035 - requested by taca
lang/php56: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.137
- lang/php56/DESCR                                              1.2
- lang/php56/distinfo                                          1.27

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon May 16 04:13:59 UTC 2016

  Modified Files:
  pkgsrc/lang/php56: DESCR

  Log Message:
  This package is not for PHP 5.5.x but 5.6.x.  Noted by Edgar Fu_ via
  privaet E-mail.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri May 27 13:28:07 UTC 2016

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php56: distinfo

  Log Message:
  Update php56 to 5.6.22 (PHP 5.6.22), including security fix.

  26 May 2016, PHP 5.6.22

  - Core:
    . Fixed bug #72172 (zend_hex_strtod should not use strlen).
      (bwitz at hotmail dot com )
    . Fixed bug #72114 (Integer underflow / arbitrary null write in
      fread/gzread). (Stas)
    . Fixed bug #72135 (Integer Overflow in php_html_entities). (Stas)

  - GD:
    . Fixed bug #72227 (imagescale out-of-bounds read). (Stas)

  - Intl
    . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol)
    . Fixed bug #72241 (get_icu_value_internal out-of-bounds read). (Stas)

  - Postgres:
    . Fixed bug #72151 (mysqli_fetch_object changed behaviour). (Anatol)

(bsiegert)