Next | Query returned 178 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2010-02-10 19:08:34 by Joerg Sonnenberger | Files touched by this commit (22) | Package removed
Log message:
Retire PHP 4.
   2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-12-21 21:02:44 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
ext/mssql/configure is created too late for patching in other module
builds or the main www/php4 package. Patch the config.m4 source instead.
   2009-12-14 20:50:41 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Patch away broken check for FreeTDS to allow databases/php-mssql to work.
   2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   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.
   2008-08-23 14:57:20 by OBATA Akio | Files touched by this commit (1)
Log message:
ftp.php.net is not resolved.
   2008-08-17 20:29:33 by Adrian Portelli | Files touched by this commit (4)
Log message:
Security Enhancements and Fixes in PHP 4.4.9:

    * Updated PCRE to version 7.7.
    * Fixed overflow in memnstr().
    * Fixed crash in imageloadfont when an invalid font is given.
    * Fixed open_basedir handling issue in the curl extension.
    * Fixed mbstring.func_overload set in .htaccess becomes global.

For a full list of changes in PHP 4.4.9, see the ChangeLog.
(http://www.php.net/ChangeLog-4.php#4.4.9)

This also adds ${PREFIX}/lib/php to the default include_path in php.ini
which makes integration with PEAR a little simpler.
   2008-01-18 06:10:07 by Tobias Nygren | Files touched by this commit (245)
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
   2008-01-04 11:07:54 by Adrian Portelli | Files touched by this commit (4)
Log message:
Update to 4.4.8

Improved fix for MOPB-02-2007.
Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.
Fixed integer overlow in str[c]spn().
Fixed regression in glob when open_basedir is on introduced by 41655 fix.
Fixed money_format() not to accept multiple %i or %n tokens.
Addded "max_input_nesting_level" php.ini option to limit nesting level \ 
of input variables. Fix for MOPB-03-2007.
Fixed INFILE LOCAL option handling with MySQL - now not allowed when \ 
open_basedir or safe_mode is active.
Fixed session.save_path and error_log values to be checked against open_basedir \ 
and safe_mode (CVE-2007-3378).
Fixed bug 43010 (Fixed regression in imagearc with two equivelent angles).
Fixed bug 41765 (Recode crashes/does not work on amd64).
Fixed bug 41630 (segfault when an invalid color index is present in the image data).
Fixed bug 41628 (PHP settings leak between Virtual Hosts in Apache 1.3).
Fixed bug 38798 (OpenSSL init corrected in php5 but not in php4).

Next | Query returned 178 messages, browsing 1 to 10 | Previous