From owner-freebsd-ruby@FreeBSD.ORG Tue Jul 24 01:08:38 2012 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5861A106566B for ; Tue, 24 Jul 2012 01:08:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) by mx1.freebsd.org (Postfix) with ESMTP id 1485C8FC19 for ; Tue, 24 Jul 2012 01:08:37 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) (authenticated bits=0) by mouf.net (8.14.5/8.14.5) with ESMTP id q6O18JYK064450 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Mon, 23 Jul 2012 21:08:19 -0400 (EDT) (envelope-from swills@FreeBSD.org) Message-ID: <500DF591.5030303@FreeBSD.org> Date: Mon, 23 Jul 2012 21:08:33 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120604 Thunderbird/12.0.1 MIME-Version: 1.0 To: ruby@FreeBSD.org X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mouf.net [199.48.129.64]); Mon, 23 Jul 2012 21:08:19 -0400 (EDT) X-Spam-Status: No, score=1.3 required=4.5 tests=RCVD_IN_RP_RNBL autolearn=no version=3.3.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.5 at mouf.net X-Virus-Status: Clean Cc: Subject: rails updated X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2012 01:08:38 -0000 Hi All, I've updated rails and friends to the latest and greatest. This unfortunately broke a few things: databases/rubygem-couchrest databases/rubygem-dm-types databases/rubygem-dm-serializer But there's not much I can do about it until we have support for patching gems or upstream updates to change their dependencies. I felt it was better to update rails and have these break than to wait and have rails be out of date (and insecure in activerecords case). I can mark them broken if folks would like. If someone would like to pester upstream, the appropriate bug trackers are: https://github.com/couchrest/couchrest/pull/85 https://github.com/datamapper/dm-types/issues/49 https://github.com/datamapper/dm-serializer/issues/26 Also, databases/rubygem-dm-active_model was already broken and marked as such for similar reasons and I suspect databases/rubygem-dm-rails may be broken as well. Steve