diff options
author | minskim <minskim@pkgsrc.org> | 2007-12-10 05:24:01 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-12-10 05:24:01 +0000 |
commit | addec114c082b6795ae85e9ad7cc9365fb6243cb (patch) | |
tree | 0314ee1bc28c93d0df01d5d178e321771e39f1a7 /www/rails/Makefile | |
parent | 448f6d2a945acc6ad7b9d34eb322a7e48926c775 (diff) | |
download | pkgsrc-addec114c082b6795ae85e9ad7cc9365fb6243cb.tar.gz |
Update rails to 1.2.6. Based on the patch provided by Geert Hendrickx.
Changes:
* Fix :cookie_only to correctly avoid session fixation attacks (CVE-2007-6077)
* Fix regression where the association would not construct new finder
SQL on sav e causing bogus queries for "WHERE owner_id = NULL" even
after owner was saved.
Diffstat (limited to 'www/rails/Makefile')
-rw-r--r-- | www/rails/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/rails/Makefile b/www/rails/Makefile index f214ed74397..bdfd740b9cc 100644 --- a/www/rails/Makefile +++ b/www/rails/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2007/10/16 04:03:42 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2007/12/10 05:24:01 minskim Exp $ -DISTNAME= rails-1.2.5 +DISTNAME= rails-1.2.6 CATEGORIES= www -MASTER_SITES= http://rubyforge.org/frs/download.php/26563/ +MASTER_SITES= http://rubyforge.org/frs/download.php/28338/ EXTRACT_SUFX= .tgz MAINTAINER= minskim@NetBSD.org |