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 (0m)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 12:45:35 UTC Now

2016-05-08 08:10:06 UTC pkgsrc-2016Q1 commitmail json YAML

Pullup ticket #4972 - requested by taca
lang/php55: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.132-1.133
- lang/php55/distinfo                                          1.52
- lang/php55/patches/patch-ext_standard_php__dns.h              1.2

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Fri Apr 22 09:46:50 UTC 2016

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

  Log Message:
  Detect php-7.0 (define _PHP_VERSION_70_INSTALLED).

  Addresses PR 50957.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon May  2 13:06:21 UTC 2016

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php55: distinfo
  pkgsrc/lang/php55/patches: patch-ext_standard_php__dns.h

  Log Message:
  Update php55 to 5.5.35.

  pkgsrc change: Fix build problem on Linux noted by Matthias Ferdinand on
  pkgsrc-users@.

  28 Apr 2016, PHP 5.5.35

  - BCMath:
    . Fix bug #72093 (bcpowmod accepts negative scale and corrupts _one_
      definition). (Stas)

  - Exif:
    . Fix bug #72094 (Out of bounds heap read access in exif header
      processing). (Stas)

  - GD:
    . Fix bug #71912 (libgd: signedness vulnerability). (Stas)

  - Intl:
    . Fix bug #72061 (Out-of-bounds reads in zif_grapheme_stripos with negative
      offset). (Stas)

  - XML:
    . Fix bug #72099 (xml_parse_into_struct segmentation fault). (Stas)

(bsiegert)