PDA

View Full Version : phpMyAdmin 2.11.8.1 is released



Meesterlijk
07-29-2008, 12:43 AM
Welcome to phpMyAdmin 2.11.8.1, a bugfix-only version containing
normal bug fixes and two security fixes. This version is identical to
2.11.8, except it includes a fix for a notice about "lang".

The security announcement is available as
http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2008-6

The release notes and download info are available on
http://www.phpmyadmin.net.

Marc Delisle, for the team.

sky
07-29-2008, 02:14 AM
Hello
Is this update added to DA list ?
Because i dont see it when i do a ./build versions

Thx,
Sky

smtalk
07-29-2008, 02:49 AM
Not yet, it will be included soon.

sky
07-29-2008, 02:53 AM
Ok, thx Smtalk.

Is there a 'easy' way to update phpmyadmin not waiting for DA official update ?

Like i suppose whe can change the version in versions.txt ? But what is the md5 next to it ?

Thx,
Sky

smtalk
08-04-2008, 02:24 AM
Ok, thx Smtalk.

Is there a 'easy' way to update phpmyadmin not waiting for DA official update ?

Like i suppose whe can change the version in versions.txt ? But what is the md5 next to it ?

Thx,
Sky



cd /usr/local/directadmin/custombuild
./build update
./build phpmyadmin


:) Next time, when updates are not yet uploaded on DA servers - you can download a tarball manually, do:
md5sum tarball.tar.gz

Then open versions.txt and change the version (and md5 checksum too). Make sure you do not have autover=yes in your options.conf, because it will overwrite your changes.