summaryrefslogtreecommitdiff
path: root/www/ruby-activeresource/Makefile
diff options
context:
space:
mode:
authortron <tron>2009-12-02 23:17:09 +0000
committertron <tron>2009-12-02 23:17:09 +0000
commit3b345f6402d72bf9049679637dfefd0cf1b2e56c (patch)
tree111abceef6cb17496f0a23a71047989359c0517d /www/ruby-activeresource/Makefile
parent4529c44ad0966f4431e78a5b10fe9faff455dbd8 (diff)
downloadpkgsrc-3b345f6402d72bf9049679637dfefd0cf1b2e56c.tar.gz
Pullup ticket #2941 - requested by minskim
databases/ruby-activerecord: security update devel/ruby-activesupport: security update mail/ruby-actionmailer: security update www/rails: security update www/ruby-actionpack: security update www/ruby-activeresource security update Revisions pulled up: - databases/ruby-activerecord/Makefile 1.17 - databases/ruby-activerecord/distinfo 1.17 - devel/ruby-activesupport/Makefile 1.20 - devel/ruby-activesupport/PLIST 1.16 - devel/ruby-activesupport/distinfo 1.17 - mail/ruby-actionmailer/Makefile 1.16 - mail/ruby-actionmailer/distinfo 1.17 - www/rails/Makefile 1.17 - www/rails/distinfo 1.13 - www/ruby-actionpack/Makefile 1.18 - www/ruby-actionpack/PLIST 1.18 - www/ruby-actionpack/distinfo 1.19 - www/ruby-activeresource/Makefile 1.7 - www/ruby-activeresource/distinfo 1.7 --- Module Name: pkgsrc Committed By: minskim Date: Tue Dec 1 23:24:24 UTC 2009 Modified Files: pkgsrc/databases/ruby-activerecord: Makefile distinfo pkgsrc/devel/ruby-activesupport: Makefile PLIST distinfo pkgsrc/mail/ruby-actionmailer: Makefile distinfo pkgsrc/www/rails: Makefile distinfo pkgsrc/www/ruby-actionpack: Makefile PLIST distinfo pkgsrc/www/ruby-activeresource: Makefile distinfo Log Message: Update rails packages to 2.3.5. This fixes a cross-site scripting vulnerability in ruby-actionpack. Major changes: - Improved compatibility with Ruby 1.9 - RailsXss plugin availability - Fixes for the Nokogiri backend for XmlMini
Diffstat (limited to 'www/ruby-activeresource/Makefile')
-rw-r--r--www/ruby-activeresource/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ruby-activeresource/Makefile b/www/ruby-activeresource/Makefile
index 1517fd295d4..9332a9b5587 100644
--- a/www/ruby-activeresource/Makefile
+++ b/www/ruby-activeresource/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2009/09/12 22:14:17 minskim Exp $
+# $NetBSD: Makefile,v 1.6.2.1 2009/12/02 23:17:10 tron Exp $
-DISTNAME= activeresource-2.3.4
+DISTNAME= activeresource-2.3.5
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= www
@@ -8,7 +8,7 @@ MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/activeresource/
COMMENT= Object-relational mapping for REST webservices
-DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.2:../../devel/ruby-activesupport
+DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.5:../../devel/ruby-activesupport
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"