Path to this page:
./
lang/php53,
PHP Hypertext Preprocessor version 5
Branch: pkgsrc-2012Q1,
Version: 5.3.12nb1,
Package name: php-5.3.12nb1,
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/libtool-base] [
devel/pkg-config] [
devel/gmake]
Package options: inet6, ssl
Master sites: (Expand)
Version history: (Expand)
- (2012-05-07) Updated to version: php-5.3.12nb1
- (2012-05-04) Updated to version: php-5.3.12
- (2012-04-10) Package added to pkgsrc.se, version php-5.3.10nb1 (created)
CVS history: (Expand)
2012-05-07 11:40:49 by Steven Drake | Files touched by this commit (3) | |
Log message:
Pullup ticket #3774 - requested by taca
lang/php53 security update
Revisions pulled up:
- lang/php53/Makefile 1.26
- lang/php53/distinfo 1.39-1.40
- lang/php53/patches/patch-sapi_cgi_cgi__main.c 1.1-1.2
---
Module Name: pkgsrc
Committed By: taca
Date: Sun May 6 14:27:46 UTC 2012
Modified Files:
pkgsrc/lang/php53: Makefile distinfo
Added Files:
pkgsrc/lang/php53/patches: patch-sapi_cgi_cgi__main.c
Log message:
Additional fix for CVS-2012-1823; it wasn't fixed by PHP 5.3.12.
Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun May 6 14:31:21 UTC 2012
Modified Files:
pkgsrc/lang/php53: distinfo
pkgsrc/lang/php53/patches: patch-sapi_cgi_cgi__main.c
Log message:
Fix miss spelling in comment: s/CVS-/CVE-/.
|
2012-05-04 10:39:30 by S.P.Zeidler | Files touched by this commit (5) | |
Log message:
Pullup ticket #3769 - requested by taca
lang/php53: security update
Revisions pulled up:
- lang/php53/Makefile 1.25
- lang/php53/Makefile.common 1.11-1.12
- lang/php53/Makefile.php 1.14-1.15
- lang/php53/distinfo 1.37-1.38
- lang/php53/patches/patch-main_SAPI.c deleted
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Thu Apr 26 14:26:33 UTC 2012
Modified Files:
pkgsrc/lang/php53: Makefile Makefile.common Makefile.php distinfo
Removed Files:
pkgsrc/lang/php53/patches: patch-main_SAPI.c
Log message:
Update php53 package to 5.3.11.
For full changes, please refer <http://www.php.net/ChangeLog-5.php#5.3.11>.
Security Enhancements:
* Fixed bug #54374 (Insufficient validating of upload name leading to
corrupted $_FILES indices). (CVE-2012-1172).
* Add open_basedir checks to readline_write_history and readline_read_history.
* Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).
Key enhancements in these releases include:
* Added debug info handler to DOM objects.
* Fixed bug #61172 (Add Apache 2.4 support).
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/php53/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/php53/Makefile.common
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/php53/Makefile.php
cvs rdiff -u -r1.36 -r1.37 pkgsrc/lang/php53/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/php53/patches/patch-main_SAPI.c
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Fri May 4 01:48:41 UTC 2012
Modified Files:
pkgsrc/lang/php53: Makefile.common Makefile.php distinfo
Log message:
Update php53 package to 5.3.12.
03 Mar 2012, PHP 5.3.12
- Fix PHP-CGI query string parameter vulnerability, CVE-2012-1823. (Rasmus)
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/php53/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/php53/Makefile.php
cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/php53/distinfo
|