Thursday, January 12th, 2012
On january 10th 2012, the PHP group has released PHP 5.3.9, that brings over 90 bug fixes, some of which are security related :
Security Enhancements and Fixes in PHP 5.3.9:
Added max_input_vars directive to prevent attacks based on hash collisions. (CVE-2011-4885)
Fixed bug #60150 (Integer overflow during the parsing of invalid exif header). ...
Posted in PHP | 68 Comments »
Sunday, December 25th, 2011
Redis 2.4.5 has been released with these changes :
[BUGFIX] Fixed a ZUNIONSTORE/ZINTERSTORE bug that can cause a NaN to be inserted as a sorted set element score. This happens when one of the elements has +inf/-inf score and the weight used is 0.
[BUGFIX] Fixed memory leak in CLIENT INFO.
[BUGFIX] Fixed ...
Posted in Redis | No Comments »
Monday, December 19th, 2011
The packages of MySQL 5.5.19 are now available for Debian 6.0 "Squeeze" on both amd64 and i386 architectures. They fix some annoying issues that Dotdeb users kindly reported :
the mysql-common package, in its 5.5.19+ version, "breaks" mysql-server-5.1 and mysql-client-5.1 (as APT means it - it won't actually break your server into pieces). Freezing ...
Posted in MySQL | 38 Comments »
Monday, December 19th, 2011
Nginx 1.0.11 packages are now available :
for both Debian 6.0 "Squeeze" and 5.0 "Lenny"
for both amd64 and i386 architectures
Here are the changes on the Dotdeb side :
nginx-extras now includes the Push stream module, instead of the bogus HTTP Push. Please review your configuration.
nginx-extras now uses Passenger 3.0.11
Please take a look at Nginx' ...
Posted in Nginx, Passenger | 18 Comments »
Tuesday, November 29th, 2011
Redis 2.4.4 has been released with these changes :
[BUGFIX] jemalloc upgraded to version 2.2.5, previous versions had a potentially serious issue when allocating big memory areas, something that Redis actually does. However we never received bug reports that appear to be caused by jemalloc.
[BUGFIX] DISCARD now clears DIRTY_CAS flag in ...
Posted in Redis | No Comments »
Tuesday, November 22nd, 2011
Redis 2.4.3 has been released yesterday with these changes :
redis-cli now supports 'single quotes' style strings.
It is possible to disable password auth with CONFIG SET.
Some section of redis.conf better documented.
Default timeout for client connections now is 0 (no timeout).
I/O buffer length modified for better performances with big payloads.
Fixed crash on ...
Posted in Redis | No Comments »
Saturday, November 19th, 2011
MySQL 5.5.18 has been released by Oracle yesterday. The packages for Debian 6.0 "Squeeze" are now available on Dotdeb for both amd64 and i386 architectures.
As usual, please read the full Changelog carefully before upgrading.
Please also note that Oracle now provides .deb packages on their download page. That's a great thing, but ...
Posted in MySQL | 42 Comments »
Tuesday, November 15th, 2011
Nginx 1.0.10 has been released a few hours ago and is now available on Dotdeb for :
both Debian 6.0 "Squeeze" and Debian 5.0 "Lenny"
both amd64 and i386 architectures
Here are the changes since the 1.0.9 release :
*) Bugfix: a segmentation fault might occur in a worker process if
...
Posted in Nginx | 3 Comments »
Tuesday, November 1st, 2011
Some months after MySQL 5.5 being released as GA, I'm proud to announce that MySQL 5.5.17 is now available on Dotdeb, for Debian 6.0 "Squeeze", for both amd64 and i386 architectures.
Focusing on compatibility with previous and future official Debian packages of MySQL, Dotdeb's ones are based on the great work ...
Posted in MySQL | 76 Comments »
Tuesday, November 1st, 2011
Nginx 1.0.9 has just been released, bringing 12 bug fixes.
The packages are now available on Dotdeb :
for both Debian 6.0 "Squeeze" and 5.0 "Lenny",
for both amd64 and i386 architectures.
Take a look at the full list of changes before upgrading.
Posted in Nginx | 8 Comments »