2006-08-19 18:50:44 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Remove special DIST_SUBDIR processing from Makefile.
|
2006-08-19 18:44:15 by Takahiro Kambe | Files touched by this commit (8) |
Log message:
Update php5 package to 5.1.5:
17 Aug 2006, PHP 5.1.5
- Fixed memory_limit on 64bit systems. (Stefan E.)
- Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
- Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
enabled. (Stefan E., Ilia)
- Fixed bug #38322 (reading past array in sscanf() leads to arbitrary code
execution). (Tony)
- Fixed bug #38125 (undefined reference to spl_dual_it_free_storage). (Marcus)
- Fixed bug #38112 (corrupted gif segfaults) (Pierre)
- Fixed bug #37587 (var without attribute causes segfault). (Marcus)
- Fixed bug #37576 (FastCGI env (cgi vars) table overflow). (Piotr)
- Fixed bug #37496 (FastCGI output buffer overrun). (Piotr, Dmitry)
- Fixed bug #37487 (oci_fetch_array() array-type should always default to
OCI_BOTH). (Tony)
- Fixed bug #37416 (iterator_to_array() hides exceptions thrown in rewind()
method). (Tony)
- Fixed bug #37392 (Unnecessary call to OCITransRollback() at the end of
request). (Tony)
- Fixed bug #37341 ($_SERVER in included file is shortened to two entries,
if $_ENV gets used). (Dmitry)
- Fixed bug #37313 (sigemptyset() used without including <signal.h>).
(jdolecek)
- Fixed bug #37346 (invalid colormap format) (Pierre)
- Fixed bug #37360 (invalid gif size) (Pierre)
- Fixed bug #37306 (max_execution_time = max_input_time). (Dmitry)
- Fixed Bug #37278 (SOAP not respecting uri in __soapCall). (Dmitry)
- Fixed bug #37265 (Added missing safe_mode & open_basedir checks to
imap_body()). (Ilia)
- Fixed bug #37256 (php-fastcgi dosen't handle connection abort). (Dmitry)
|
2006-08-19 16:47:44 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
More fix of PLIST, now pkg_delete should always succeed.
|
2006-08-17 15:17:48 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Correct PLIST to fix a binary package:
- remove an extra directory.
- handle empty directories.
|
2006-08-10 07:57:09 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Add security fix for Secunia Advisory SA21403 from PHP's CVS repository.
Bump PKGREVISION.
|
2006-07-18 23:57:30 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Fix for CVE-2006-3011
Bump to nb2
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
2006-07-08 18:56:56 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Sync DIST_SUBDIR for PHP modules with DIST_SUBDIR in Makefile.
|
2006-07-08 02:53:09 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Change DIST_SUBDIR because the current distfile path was already used before
for a different tarball.
|