Path to this page:
NOTICE: This package has been removed from pkgsrc./
lang/php53,
PHP Hypertext Preprocessor version 5.3
Branch: CURRENT,
Version: 5.3.29nb1,
Package name: php-5.3.29nb1,
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.
This package provides PHP version 5.3.x.
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]
Package options: inet6, ssl
Master sites: (Expand)
SHA1: 6e9e492c6d5853d063ddb9a4dbef60b8e5d87444
RMD160: e57beb4fdda41bca81b5856161bc97f3c5e3e9da
Filesize: 11129.659 KB
Version history: (Expand)
- (2015-03-16) Package deleted from pkgsrc
- (2014-10-24) Updated to version: php-5.3.29nb1
- (2014-08-16) Updated to version: php-5.3.29
- (2014-06-14) Updated to version: php-5.3.28nb3
- (2014-03-12) Updated to version: php-5.3.28nb2
- (2014-02-12) Updated to version: php-5.3.28nb1
CVS history: (Expand)
2015-03-15 16:00:46 by Takahiro Kambe | Files touched by this commit (35) | |
Log message:
Remove php53 now. It is not supported any more including security fix.
|
2015-03-13 18:05:22 by Emmanuel Dreyfus | Files touched by this commit (2) |
Log message:
Calendar extension for PHP 5.3 and PHP 5.4
Add calendar options to lang/php53 and lang/php54 to build the
calendar extension. Complete documentation on this extension can
be found here: http://php.net/manual/en/book.calendar.php
|
2015-03-05 12:16:28 by Havard Eidnes | Files touched by this commit (7) |
Log message:
Well, the fpm_sockets.c patch doesn't belong in php-fpm, but
rather in the PHP package proper, and there's three of them.
Copy and adapt as necessary.
No revision bump here: only build fix for NetBSD with TCP_INFO.
|
2014-11-21 15:13:51 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix build on !Linux ARM platforms. Ignore the existance of CRAY for now,
if someone really have one which is broken in this regard, it should use
normal offsetof...
|
2014-10-23 18:18:48 by Takahiro Kambe | Files touched by this commit (6) |
Log message:
Add patch for CVE-2014-3668, CVE-2014-3669 and CVE-2014-3670.
Bump PKGREVISION.
|
2014-08-15 18:09:16 by Takahiro Kambe | Files touched by this commit (6) |
Log message:
Update php53 to 5.3.29, final PHP 5.3 release.
14 Aug 2014, PHP 5.3.29
- Core:
. Fixed bug #66127 (Segmentation fault with ArrayObject unset). (Stas)
. Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas)
. Fixed bug #67249 (printf out-of-bounds read). (Stas)
. Fixed bug #67250 (iptcparse out-of-bounds read). (Stas)
. Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas)
. Fixed bug #67359 (Segfault in recursiveDirectoryIterator). (Laruence)
. Fixed bug #67390 (insecure temporary file use in the configure script).
(Remi) (CVE-2014-3981)
. Fixed bug #67399 (putenv with empty variable may lead to crash). (Stas)
. Fixed bug #67492 (unserialize() SPL ArrayObject / SPLObjectStorage Type
Confusion) (CVE-2014-3515). (Stefan Esser)
. Fixed bug #67498 (phpinfo() Type Confusion Information Leak Vulnerability).
(Stefan Esser)
- COM:
. Fixed missing type checks in com_event_sink (Yussuf Khalil, Stas).
- Date:
. Fixed bug #66060 (Heap buffer over-read in DateInterval). (CVE-2013-6712)
(Remi)
. Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas)
. Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas)
- Exif:
. Fixed bug #65873 (Integer overflow in exif_read_data()). (Stas)
- Fileinfo:
. Fixed bug #66307 (Fileinfo crashes with powerpoint files). (Anatol)
. Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary
check). (CVE-2014-0207)
. Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS).
(CVE-2014-0238)
. Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting
in performance degradation). (CVE-2014-0237)
. Fixed bug #67410 (fileinfo: mconvert incorrect handling of truncated pascal
string size). (Francisco Alonso, Jan Kaluza, Remi)
. Fixed bug #67411 (fileinfo: cdf_check_stream_offset insufficient boundary
check). (Francisco Alonso, Jan Kaluza, Remi)
. Fixed bug #67412 (fileinfo: cdf_count_chain insufficient boundary check).
(Francisco Alonso, Jan Kaluza, Remi)
. Fixed bug #67413 (fileinfo: cdf_read_property_info insufficient boundary
check). (Francisco Alonso, Jan Kaluza, Remi)
- Intl:
. Fixed bug #67349 (Locale::parseLocale Double Free). (Stas)
. Fixed bug #67397 (Buffer overflow in locale_get_display_name and
uloc_getDisplayName (libicu 4.8.1)). (Stas)
- Network:
. Fixed bug #67432 (Fix potential segfault in dns_check_record()).
(CVE-2014-4049). (Sara)
- OpenSSL:
. Fixed missing type checks in OpenSSL options (Yussuf Khalil, Stas).
- Session:
. Fixed missing type checks in php_session_create_id (Yussuf Khalil, Stas).
|
2014-07-28 18:12:57 by Patrick Welche | Files touched by this commit (2) |
Log message:
Fix build of www/ap-php with PHP 5.3.
|
2014-06-13 16:13:20 by Filip Hajny | Files touched by this commit (9) |
Log message:
Add the mysqlnd (MySQL Native Driver) include files.
Bump PKGREVISION for this and the previous commit.
|