From owner-freebsd-ruby@freebsd.org Thu Sep 22 14:04:32 2016 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9437BE58EC for ; Thu, 22 Sep 2016 14:04:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CB718627 for ; Thu, 22 Sep 2016 14:04:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id C7251BE58EB; Thu, 22 Sep 2016 14:04:32 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6CAFBE58E9 for ; Thu, 22 Sep 2016 14:04:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C8FE625; Thu, 22 Sep 2016 14:04:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from [10.0.1.69] (cpe-071-065-239-148.nc.res.rr.com [71.65.239.148] (may be forged)) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id u8ME4I0e048986 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 22 Sep 2016 14:04:26 GMT (envelope-from swills@FreeBSD.org) Subject: Re: Patch for Rails 4.2.7.1 Update To: Torsten Zuehlsdorff , ruby@FreeBSD.org References: <29243200-10dc-07fe-9080-49c7fa1c5ed1@FreeBSD.org> From: Steve Wills Message-ID: <6ebde895-b1b0-3a90-c8da-7c033de85dc6@FreeBSD.org> Date: Thu, 22 Sep 2016 10:04:11 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <29243200-10dc-07fe-9080-49c7fa1c5ed1@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7mjV59Jx9LUwiX7WpUhUxhKTIxt68axqI" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Thu, 22 Sep 2016 14:04:26 +0000 (UTC) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.1 at mouf.net X-Virus-Status: Clean X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 14:04:33 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --7mjV59Jx9LUwiX7WpUhUxhKTIxt68axqI Content-Type: multipart/mixed; boundary="rIRxdsxMa4CDnBw3l1EunXquJ1RxCmGlM"; protected-headers="v1" From: Steve Wills To: Torsten Zuehlsdorff , ruby@FreeBSD.org Message-ID: <6ebde895-b1b0-3a90-c8da-7c033de85dc6@FreeBSD.org> Subject: Re: Patch for Rails 4.2.7.1 Update References: <29243200-10dc-07fe-9080-49c7fa1c5ed1@FreeBSD.org> In-Reply-To: <29243200-10dc-07fe-9080-49c7fa1c5ed1@FreeBSD.org> --rIRxdsxMa4CDnBw3l1EunXquJ1RxCmGlM Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi Torsten, On 09/20/2016 04:31, Torsten Zuehlsdorff wrote: > Hello, >=20 > i'm currently working on an update to Rails 4.2.7.1 (which of course is= > needed by GitLab :D). Since its a security update it would be fine to > get it into the ports-tree. >=20 Indeed, thanks for working on this. > My first attempt was to update all rails-* ports but swills pointed me > to a simple test, by running "rails new foo" on a clean installation. > This reveals 16 needed updates. 15 of them are included in the attached= > diff, just the new port turbolinks-source is missing. I did not find an= y > time for it. >=20 There's a script floating around for generating new gem ports if you want I can try to find where I put my copy (I didn't write it). > Most of the updates are fairly easy and safe to commit, but since there= > are so many i found some more testers out there. Please check the > updates by yourself and give feedback. Feel also free to commit them by= > yourself if you want. >=20 Looks fine, I would build test all the things that depend on nokogiri at least. > Also: can anybody point me to the location were the needed dependencies= > were defined? I want to adjust the Makefiles but i can't figure out > where they come from. I even make a clean install on a fresh ports-tree= > and did a "grep -RH" about all work-dirs, but did not find any clue. An= y > help would be great. >=20 This is generated by railties, see the generator stuff under: /usr/local/lib/ruby/gems/2.2/gems/railties-*/lib/rails/generators In particular, there's a template at: /usr/local/lib/ruby/gems/2.2/gems/railties-*/lib/rails/generators/rails/p= lugin/templates/Gemfile but there's also some stuff added in the code, such as in: /usr/local/lib/ruby/gems/2.2/gems/railties-*/lib/rails/generators/app_bas= e.rb Steve --rIRxdsxMa4CDnBw3l1EunXquJ1RxCmGlM-- --7mjV59Jx9LUwiX7WpUhUxhKTIxt68axqI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQGQBAEBCAB6BQJX4+TbXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5OEZBNDE0QTVDMkEwRUY5Q0ZEMEFEMERG NUNGNjJCMzIwN0IxQkExExxzd2lsbHNAZnJlZWJzZC5vcmcACgkQ9c9isyB7G6GL +wf/QyT5mZCoaOz3SpdEqbgK0ee5/krd3DmEz0E7qltc936YOswVonpIMtOhYdOG 9B/iJJw+fIAuvllBvtlFMegkrpdW+oVzpZ1tWG52kbSOJCnRlg2iEbBVUkIQMx6i WWIWu2QPOkdPlh+uPTmLw4zzwZ/fDc0zfj2Wf+yENb8I6c1dRKiRIGQYlDWYqzF8 q+CUTSb8iTLq0YZ9S8QTq6eWRAsKd9LqbxIbMW+1C2GAkveFCX7ibs4MlinrsUMG Kf5wgd3lXimBGouockCq+ls693JwPLLDwWlfyxu7MLy0ilmsCifBEvMvOKfoKNs/ H2WInN/2NYLews4bRR9baQcypA== =nx4I -----END PGP SIGNATURE----- --7mjV59Jx9LUwiX7WpUhUxhKTIxt68axqI--