bump PKGNAME where necessary noticed by Ward Wouts <ward at wizeazz.nl> via markus, ok msf
This fixes a security vulnerability in rails, permitting the evaluation of Ruby code through a URL. for details, see http://weblog.rubyonrails.org/2006/8/10/rails-1-1-6-backports-and-full-disclosure
Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database tables and classes together for business objects, like Customer or Subscription, that can find, save, and destroy themselves without resorting to manual SQL. from msf