Categories
MySQL

MySQL 5.1.57 is out

MySQL 5.1.57 packages are now available on Dotdeb :

  • for Debian 6.0 “Squeeze” and Debian 5.0 “Lenny”
  • for the amd64 and i386 architectures

The corresponding Pinba storage engine has also been rebuilt (Squeeze only).

And, as usual, please read the Changelog of this maintainance release before upgrading.

 

Categories
Nginx

Nginx 1.0.0 is out!

Nginx 1.0.0 has been delared stable and has been released three days ago :

nginx development was started about 9 years ago. The first public version 0.1.0 has been released on October 4, 2004. Now W3Techs reports that 6.8% of the top 1 million sites on the web (according to Alexa) use nginx. And 46.9% of top Russian sites use nginx.

Netcraft reports similar 6.52% nginx share of the million busiest sites in April 2011.

The packages of Nginx 1.0.0 are now available on Dotdeb for Debian 6.0 “Squeeze” in amd64 and i386 flavours. I hope you’ll enjoy them.

Categories
PHP

PHP 5.3.6 is available

On March 17th, the PHP Group released PHP 5.3.6. This maintainance release, that focuses on security, is now available on Dotdeb for Debian 6.0 “Squeeze” in amd64 and i386 flavours.
The compatibility with the official Debian packages has been improved and you (especially the FPM users) should really take care of some important changes that I made :
  • the intl extension is now built in a separate package : php5-intl
  • the FPM binary is now /usr/sbin/php5-fpm (previously /usr/bin/php5-fpm)
  • the FPM configuration file is now /etc/php5/fpm/php-fpm.conf (previously /etc/php5/fpm/php5-fpm.conf)
  • the FPM pools have to be moved to /etc/php5/fpm/pool.d/ (previously /etc/php5/fpm/pools/)

As usual, please read the Changelog before upgrading.

Note : The PHP 5.3.6 packages for Debian 5.0 “Lenny” should be released soon.
Update : the PHP 5.3.6 packages for Debian 5.0 “Lenny” are now available on http://php53.dotdeb.org/

Categories
Redis

Redis 2.2.4

Dotdeb packages of Redis for Debian 6.0 “Squeeze” have been updated to version 2.2.4, introducing a new OBJECT command. Here are the release notes.

The corresponding php5-redis package with OBJECT supports will be updated in the next few days (with the upcoming PHP 5.3.6 packages).

Categories
MySQL

MySQL 5.1.56 available

MySQL 5.1.56 packages are now available on Dotdeb :

  • for Debian 6.0 “Squeeze” and Debian 5.0 “Lenny”
  • for the amd64 and i386 architectures

Of course, the corresponding Pinba storage engine has been rebuilt (Squeeze only). But take care to the plugin-load directive in your /etc/mysql/my.cnf file : MySQL does not support several plugin-load directives and always keep the last read. Then if you want, for example, use the Pinba storage engine while having the the InnoDB plugin loaded, you should uncomment the following line.

plugin-load=innodb=ha_innodb_plugin.so;libpinba_engine.so

And, as usual, please read the Changelog of this maintainance release before upgrading.

Categories
Nginx

Nginx : now on Dotdeb!

Dotdeb has always wanted to help you to build robust and featureful LAMP stacks. As of Debian 6.0 “Squeeze”, some useful tools are now supported and actively maintained on Dotdeb :

It is now time for me to introduce the long-awaited Nginx

Nginx

Nginx is a lightweight, high-performance Web server that relies on an asynchronous event-driven approach to handle HTTP requests. It behaves well under heavy load, even better than Apache (threaded or forked). Nginx can work with PHP through FPM or FastCGI (respectively packaged as php5-fpm and php5-cgi).

All the (many) features of Nginx are configured during its building process and it is unable to load additionnal modules without rebuilding. This design leads to very good performances and a little footprint on the system.

Don’t hesitate to visit the Nginx website for more information…

I’m proud to announce that Dotdeb now maintains Nginx in its stable version (0.8.54). As in the official Debian builds, three distinct packages are available, depending on which modules you need :

Don’t hesitate to thank me if you enjoy it 🙂

Categories
Redis

Redis updated to version 2.2.2

Dotdeb packages of Redis for Debian 6.0 “Squeeze” have been updated to version 2.2.2.

Here are the release notes.

Categories
Redis

Redis : a must-have for your LAMP stack

Let me introduce Redis

Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain stringshashes,listssets and sorted sets.

You can run atomic operations on these types, like appending to a stringincrementing the value in a hashpushing to a listcomputing set intersectionunion and difference; or getting the member with highest ranking in a sorted set.

In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log.

Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth.

Other features include a simple check-and-set mechanismpub/sub and configuration settings to make Redis behave like a cache.

You can use Redis from most programming languages out there.

Redis is written in ANSI C and works in most POSIX systems like Linux, *BSD, OS X and Solaris without external dependencies. There is no official support for Windows builds, although you may have some options.

Redis is a must-have for any modern LAMP stack. Its 2.2.1 release is now available on Dotdeb for Debian 6.0 “Squeeze” in amd64 and i386 flavors. If you want to use it with PHP, please install the php5-redis package.

Links :

Categories
MySQL

MySQL 5.1.55 is available

MySQL 5.1.55 packages are now available on Dotdeb :

  • for Debian 6.0 “Squeeze” and Debian 5.0 “Lenny”
  • for the amd64 and i386 architectures

As usual, please read the Changelog of this maintainance release before upgrading.

Note 1 : the Pinba storage engine for MySQL has been rebuilt against MySQL 5.1.55 (Squeeze only)
Note 2 : Maatkit has been updated to 7284
Note 3 : if you had issues with loading the InnoDB plugin on Squeeze, your feedback is welcome (post a comment below).

Categories
Miscellaneous

Debian 6.0 “Squeeze” has been released

Today is a great day for the Debian community : Debian Squeeze has been released.

After 24 months of constant development, the Debian Project is proud to present its new stable version 6.0 (code name Squeeze). Debian 6.0 is a free operating system, coming for the first time in two flavours. Alongside Debian GNU/Linux, Debian GNU/kFreeBSD is introduced with this version as a technology preview.

The website of the Debian project also got a facelift. Please visit it for more information.

As a consequence, you have to take care of the content of your /etc/apt/sources.list file :

  • Squeeze is now refered as “stable”
  • Lenny is now known as “oldstable”

Therefore, if you want to stick to Lenny, change all the occurrences of “stable” to “oldstable” or “lenny”.