PDA

View Full Version : phpMyAdmin 3.4.3.2 and 3.3.10.3 are released



propcgamer
07-24-2011, 09:08 AM
phpMyAdmin 3.4.3.2 and 3.3.10.3 are released to address 4 security vulnerabilities.

http://www.phpmyadmin.net/home_page/security/

See PMASA-2011-9 through PMASA-2011-12 for more details.

jiri2
07-25-2011, 06:59 PM
how do you install this in directadmin?

If its via SSH, how do you get access to your VPS/Dedi via SSH?

thanks

propcgamer
07-25-2011, 07:24 PM
You would login as root (or another privileged account using sudo).
cd /usr/local/directadmin/custombuild
./build update
./build phpmyadmin

If you don't know how to access your server, please contact your provider.

Crusader
07-25-2011, 11:19 PM
Is this on custombuild yet?

propcgamer
07-25-2011, 11:20 PM
Is this on custombuild yet?

Not yet :(

Earendil
07-26-2011, 01:56 PM
These instructions might help you update or you can wait..



1. cd /usr/local/directadmin/custombuild/
2. http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.4.3.2/phpMyAdmin-3.4.3.2-all-languages.zip/download -O phpMyAdmin.zip
3. unzip phpMyAdmin.zip
4. perl -i -pe 's/autover=yes/autover=no/g' options.conf
5. perl -i -pe 's/phpmyadmin3:3.4.3.1-all-languages:c8640fb85ceb98e502d0586d7d1359e9/phpmyadmin3:3.4.3.2-all-languages:9fabdaca484e72f4c4cea0ed858fa27e/g' versions.txt
6. ./build phpmyadmin
7. perl -i -pe 's/autover=no/autover=yes/g' options.conf

scsi
07-26-2011, 01:59 PM
You should be using the .tar.gz if you wanna give instructions.

Earendil
07-26-2011, 02:05 PM
You should be using the .tar.gz if you wanna give instructions.

Didn't use the zip myself. Feel free to use the .tar.gz or .tar.bz2 version, doesn't change much in the instructions - might work for compatibility's sake though.

ditto
07-27-2011, 12:58 PM
They have replied to my email. The new version is added to custombuild now. If your using a mirror it might be up to 24 hours to rsync before it will be available in custombuild. :)