Path to this page:
./
lang/php53,
PHP Hypertext Preprocessor version 5
Branch: pkgsrc-2013Q1,
Version: 5.3.26,
Package name: php-5.3.26,
Maintainer: pkgsrc-usersPHP is an HTML-embedded scripting language. It is modular, with
some object-oriented features. Much of its syntax is borrowed from
C, Java and Perl with a couple of unique PHP-specific features
thrown in. The language is designed to allow web developers to
write dynamically generated pages quickly.
MESSAGE.suhosin [+/-]===========================================================================
$NetBSD: MESSAGE.suhosin,v 1.1.1.1 2010/03/16 15:31:58 taca Exp $
As you have chosen to install the Suhosin patch you may also want to
install the Suhosin extension which can be found in security/php-suhosin.
===========================================================================
Required to run:[
textproc/libxml2]
Required to build:[
devel/gmake] [
devel/libtool-base] [
devel/pkg-config]
Package options: inet6, ssl
Master sites: (Expand)
SHA1: d2f97da600b640d618a8790dab22b519aa87b056
RMD160: a902aef59683dc7b051c81111b2995f8d5ebad93
Filesize: 11162.275 KB
Version history: (Expand)
- (2013-06-10) Updated to version: php-5.3.26
- (2013-04-01) Package added to pkgsrc.se, version php-5.3.23 (created)
CVS history: (Expand)
2013-06-11 11:39:22 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pullup ticket #4158 - requested by taca
lang/php53: fix build with "suhosi" option
Revisions pulled up:
- lang/php53/Makefile.php 1.34
- lang/php53/distinfo 1.65
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Jun 9 22:23:24 UTC 2013
Modified Files:
pkgsrc/lang/php53: Makefile.php distinfo
Log message:
Fix suhosi patch part.
Thanks to Volkmar Seifert notified me the problem via private e-mail.
(I should modify my local mk.conf to handle better...)
|
2013-06-10 15:12:29 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Pullup ticket #4158 - requested by taca
lang/php53: fix build with "suhosi" option
Revisions pulled up:
- lang/php53/Makefile.php 1.34
- lang/php53/distinfo 1.65
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Jun 9 22:23:24 UTC 2013
Modified Files:
pkgsrc/lang/php53: Makefile.php distinfo
Log message:
Fix suhosi patch part.
Thanks to Volkmar Seifert notified me the problem via private e-mail.
(I should modify my local mk.conf to handle better...)
|
2013-06-10 12:39:28 by Matthias Scheler | Files touched by this commit (4) | |
Log message:
Pullup ticket #4156 - requested by taca
lang/php53: security update
Revisions pulled up:
- lang/php53/Makefile.common 1.24-1.26
- lang/php53/Makefile.php 1.33 via patch
- lang/php53/distinfo 1.63-1.64 via patch
- lang/php53/patches/patch-main_main.c deleted
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Apr 12 16:59:51 UTC 2013
Modified Files:
pkgsrc/lang/php53: Makefile.common Makefile.php distinfo
pkgsrc/lang/php53/patches: patch-ab
Log message:
Update php53 to 5.3.24.
11 Apr 2013, PHP 5.3.24
- Core
. Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
(Anatol)
. Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle
exceptions properly). (Jeff Welch)
. Fixed bug #62343 (Show class_alias In get_declared_classes()) (Dmitry)
- PCRE:
. Merged PCRE 8.32). (Anatol)
- mysqlnd
. Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc
for stmt->param_bind). (Andrey)
- DateTime
. Fixed bug #62852 (Unserialize Invalid Date causes crash). (Anatol)
- Zip:
. Bug #64452 (Zip crash intermittently). (Anatol)
---
Module Name: pkgsrc
Committed By: taca
Date: Thu May 16 16:19:14 UTC 2013
Modified Files:
pkgsrc/lang/php53: Makefile.common Makefile.php distinfo
Removed Files:
pkgsrc/lang/php53/patches: patch-main_main.c
Log message:
Update php53 to 5.3.25 (PHP 5.3.25).
09 May 2013, PHP 5.3.25
- Core:
. Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap:
segfault). (Laruence)
. Fixed bug #64458 (dns_get_record result with string of length -1). (Stas)
. Fixed bugs #47675 and #64577 (fd leak on Solaris). (Rasmus)
- Streams:
. Fixed Windows x64 version of stream_socket_pair() and improved error
handling. (Anatol Belski)
- Zip:
. Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).
(Anatol)
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Jun 7 13:53:52 UTC 2013
Modified Files:
pkgsrc/lang/php53: Makefile.common distinfo
Log message:
Update php53 to 5.3.26.
06 Jun 2013, PHP 5.3.26
- Core:
. Fixed bug #64879 (Heap based buffer overflow in quoted_printable_encode,
CVE 2013-2110). (Stas)
- Calendar:
. Fixed bug #64895 (Integer overflow in SndToJewish). (Remi)
- FPM:
. Fixed some possible memory or resource leaks and possible null dereference
detected by code coverity scan. (Remi)
. Log a warning when a syscall fails. (Remi)
- MySQLi:
. Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB
pointer has closed). (Laruence)
- Phar
. Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, SMB or
with non std tmp dir). (Pierre)
- Streams:
. Fixed bug #64770 (stream_select() fails with pipes returned by proc_open()
on Windows x64). (Anatol)
- Zend Engine:
. Fixed bug #64821 (Custom Exception crash when internal properties
overridden). (Anatol)
|
2013-05-17 09:26:48 by S.P.Zeidler | Files touched by this commit (1) |
Log message:
Pullup ticket #4132 - requested by taca
lang/php53: build fix
Revisions pulled up:
- lang/php53/Makefile.php 1.32
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Thu May 9 14:31:48 UTC 2013
Modified Files:
pkgsrc/lang/php53: Makefile.php
Log message:
Fix wrong condition check; make's variable should be referenced as variable.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/php53/Makefile.php
|
2013-04-16 00:18:29 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4118 - requested by taca
lang/php53: build fix
Revisions pulled up:
- lang/php53/Makefile.php 1.30
- lang/php53/distinfo 1.61
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Apr 12 11:56:46 UTC 2013
Modified Files:
pkgsrc/lang/php53: Makefile.php distinfo
Log message:
Re-enable suhosin PKG_OPTIONS with updated patch file (by me).
It was accidently dropped by previous update of PHP.
No PKGREVISION bump since it fixes broken status with suhosin PKG_OPTIONS.
|