Downgrade Roundcube

ajo

Verified User
Joined
Sep 18, 2009
Messages
25
Location
India
Hi,

Using custombuild, how can I down grade the roundcube from 0.5.1 to version 0.5?

Regards,
Ajo
 
I dont know why you would ever want to do that. There were alot of vulnerbilities in 0.5

Change the version in versions.txt
then run:

./build set autover no
./build roundcube d
 
Hi,

Still not able to.

In VERSIONS_FILE [versions.txt], I have changed the version to 'roundcubemail:0.5:935ba49c33fe4815961e0709c3f7d0cf' from the old one and applied the specified steps.

But still not working.
 
This is the output:

[root@server56 custombuild]# ./build set autover no
Changed autover option from yes to no
[root@server56 custombuild]# ./build roundcube d
cp: `/var/www/html/roundcube/logs' and `/var/www/html/roundcubemail-0.5.1/logs' are the same file
cp: `/var/www/html/roundcube/temp' and `/var/www/html/roundcubemail-0.5.1/temp' are the same file
Editing roundcube configuration...
Roundcube 0.5.1 has been installed successfully.
WARNING: Database schema needs to be updated!
Open /var/www/html/roundcubemail-0.5.1/SQL/mysql.update.sql and execute all queries that are superscribed with the currently installed version number
 
Try:

1. ./build update
2. edit versions.txt to change the version to 0.5
3. ./build roundcube

It didnt work for me until I ran the commands in that order.
 
Back
Top