2009-06-14 22:34:16 by Joerg Sonnenberger | Files touched by this commit (29) |
Log message:
Replace @exec/@unexec with @pkgdir or drop it.
|
2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-06-09 17:15:07 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Requires pkg-config to find openssl dependancy.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-03-06 00:22:24 by Adrian Portelli | Files touched by this commit (2) |
Log message:
Add back suhosin patch as a new one for 5.2.9 is out
|
2009-03-02 23:52:17 by Adrian Portelli | Files touched by this commit (6) |
Log message:
The PHP development team would like to announce the immediate availability of \
PHP 5.2.9. This release focuses on improving the stability of the PHP 5.2.x \
branch with over 50 bug fixes, several of which are security related. All users \
of PHP are encouraged to upgrade to this release.
Security Enhancements and Fixes in PHP 5.2.9:
* Fixed security issue in imagerotate(), background colour isn't validated \
correctly with a non truecolour image. Reported by Hamid Ebadi, APA Laboratory \
(Fixes CVE-2008-5498). (Scott)
* Fixed a crash on extract in zip when files or directories entry names \
contain a relative path. (Pierre)
* Fixed explode() behavior with empty string to respect negative limit. (Shire)
* Fixed a segfault when malformed string is passed to json_decode(). (Scott)
Key enhancements in PHP 5.2.9 include:
* Added optional sorting type flag parameter to array_unique(). Default is \
SORT_REGULAR. (Andrei)
* Fixed bug #45996 (libxml2 2.7 causes breakage with character data in \
xml_parse()). (Rob)
* A number of fixes in the mbstring extension (Moriyoshi)
* Fixed bug #44336 (Improve pcre UTF-8 string matching performance). (frode \
at coretrek dot com, Nuno)
* Fixed bug #46699 (xml_parse crash when parser is namespace aware). (Rob)
* Fixed bug #46748 (Segfault when an SSL error has more than one error). (Scott)
* Fixed bug #46889 (Memory leak in strtotime()). (Derick)
* Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault). (Dmitry)
* Fixed bug #47165 (Possible memory corruption when passing return value by \
reference). (Dmitry)
* Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email addresses \
as invalid). (Ilia)
* Fixed bug #47422 (modulus operator returns incorrect results on 64 bit \
linux). (Matt)
* Over 50 bug fixes.
|
2009-02-25 17:16:33 by Tobias Nygren | Files touched by this commit (1) |
Log message:
add comment to appease pkglint
|
2009-02-25 09:59:47 by Stephen Borrill | Files touched by this commit (3) |
Log message:
Fix memory leak and pullup bug fix for http://bugs.php.net/bug.php?id=46918
Remove this patch when PHP >= 5.2.9 is released as it will contain these
changes
Bump PKGREVISION of php-imap
|
2009-02-23 00:38:46 by Adrian Portelli | Files touched by this commit (1) |
Log message:
Fix for suhosin MESSAGE
|
2009-02-21 18:01:52 by Adrian Portelli | Files touched by this commit (2) |
Log message:
When building extensions make sure non-standard OpenSSL locations are
also searched if an explicit path is not given.
|