In Linux distributions there are times when packages need to be set a static version. Here is a quick summary and example. The item of note is that this is called "setting the package version" and not downgrade, rollback or revert.
aptitude versions thepackage
aptitude install thepackage=theversion
Lets set the version of PHP5.
PS:~# aptitude versions php5
p 5.3.3-7+squeeze1 stable 500
i 5.3.3-7+squeeze3 stable 500
and the command
PS:~# aptitude install php5=5.3.3-7+squeeze1