Path to this page:
Subject: CVS commit: [pkgsrc-2016Q1] pkgsrc/lang
From: Benny Siegert
Date: 2016-05-08 10:10:06
Message id: 20160508081006.D1E05FBBA@cvs.NetBSD.org
Log Message:
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)
Files: