From owner-freebsd-ruby@FreeBSD.ORG Mon Jan 7 02:12:43 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9A1CE6E4; Mon, 7 Jan 2013 02:12:43 +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 515C5249; Mon, 7 Jan 2013 02:12:43 +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 r072CUZ3054201 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Sun, 6 Jan 2013 21:12:35 -0500 (EST) (envelope-from swills@FreeBSD.org) Message-ID: <50EA2F0E.1050006@FreeBSD.org> Date: Mon, 07 Jan 2013 02:12:30 +0000 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Olli Hauer Subject: Re: ruby and CVE-2012-5664 References: <50E89410.7040900@FreeBSD.org> In-Reply-To: <50E89410.7040900@FreeBSD.org> X-Enigmail-Version: 1.4.6 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]); Sun, 06 Jan 2013 21:12:36 -0500 (EST) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.6 at mouf.net X-Virus-Status: Clean Cc: ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 02:12:43 -0000 On 01/05/13 20:58, Olli Hauer wrote: > It seems there are new releases for ruby because an security issue CVE-2012-5664 > > Also it seems some ports may be affected, a quick search for CVE-2012-5664 shows also new releases for puppet (enterprise) and others. > > https://groups.google.com/group/rubyonrails-security/browse_thread/thread/c2353369fea8c53 > http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5664 > http://www.securityfocus.com/bid/57084 > > I'm not using ruby at all, so I can only suspect there will be also other ports in the tree affected. > The issue is in Ruby On Rails, not Ruby itself. There's an update to Ruby 1.9, but it's not a security issue. I'll see what I can do about the Rails update first, then the rest later. Steve From owner-freebsd-ruby@FreeBSD.ORG Mon Jan 7 08:31:40 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 55781D7 for ; Mon, 7 Jan 2013 08:31:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 398911B5 for ; Mon, 7 Jan 2013 08:31:40 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r078SZEo056668 for ; Mon, 7 Jan 2013 08:28:35 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 7 Jan 2013 08:28:35 GMT Message-Id: <201301070828.r078SZEo056668@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ruby@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 08:31:40 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: databases/ruby-kyotocabinet broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-kyotocabinet portname: databases/rubygem-delayed_job_data_mapper broken because: delayed_job_data_mapper requires delayed_job (~> 2.1) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=rubygem-delayed_job_data_mapper portname: databases/rubygem-dm-core broken because: unable to resolve dependencies build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.7.20120910204647/rubygem-dm-core-1.2.0.log (_Aug_18_17:45:00_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=rubygem-dm-core portname: japanese/rubygem-myrurema broken because: unable to resolve dependencies build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20120812220927/ja-rubygem-myrurema-0.3.0.log (_Aug_19_05:48:13_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rubygem-myrurema If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Mon Jan 7 08:32:51 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DC27A387 for ; Mon, 7 Jan 2013 08:32:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id D1237214 for ; Mon, 7 Jan 2013 08:32:51 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r078TkBN063650 for ; Mon, 7 Jan 2013 08:29:46 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 7 Jan 2013 08:29:46 GMT Message-Id: <201301070829.r078TkBN063650@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ruby@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 08:32:51 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: databases/ruby-kyotocabinet description: Ruby (1.9.1+) binding to Kyoto Cabinet maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-05-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-kyotocabinet If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Mon Jan 7 11:08:00 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B89C7609 for ; Mon, 7 Jan 2013 11:08:00 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 930C7104 for ; Mon, 7 Jan 2013 11:08:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r07B80aG089382 for ; Mon, 7 Jan 2013 11:08:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r07B80QJ089380 for ruby@FreeBSD.org; Mon, 7 Jan 2013 11:08:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 Jan 2013 11:08:00 GMT Message-Id: <201301071108.r07B80QJ089380@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 11:08:00 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/174776 ruby [MAINTAINER UPDATE] sysutils/rubygem-god: update to ve o ports/174774 ruby [MAINTAINER UPDATE] www/rubygem-haml: update to versio o ports/174773 ruby [MAINTAINER UPDATE] devel/rubygem-ruby-prof: update to o ports/174772 ruby [MAINTAINER UPDATE] textproc/rubygem-rak: update to ve o ports/174713 ruby Updated lang/jruby to 1.7.1 f ports/174691 ruby [PATCH] devel/rubygem-ruby_parser: update to 3.0.4 o ports/174690 ruby [PATCH] devel/rubygem-sexp_processor: update to 4.1.3 o ports/174462 ruby [MAINTAINER UPDATE] sysutils/rubygem-bundler: update t o ports/174392 ruby [maintainer] devel/rubygem-racc: update to 1.4.9. o ports/173749 ruby [maintainer] science/ruby-gphys: update to 1.2.2. o ports/173748 ruby [maintainer] math/ruby-narray_miss: update to 1.2.8 o ports/173384 ruby New port: devel/rubygem-glib2 o ports/173382 ruby New port: graphics/rubygem-gdk_pixbuf2 o ports/173381 ruby New port: textproc/rubygem-rttool o ports/173380 ruby New port: textproc/rubygem-hikidoc o ports/173379 ruby New port: accessibility/rubygem-atk o ports/173378 ruby New port: x11-toolkits/rubygem-gtk2 o ports/173377 ruby New port: x11-toolkits/rubygem-pango o ports/173376 ruby New port: x11-toolkits/rubygem-poppler o ports/173375 ruby New port: textproc/rubygem-rdtool o ports/173374 ruby New port: graphics/rubygem-rsvg2 o ports/173373 ruby New port: graphics/rubygem-cairo o ports/172118 ruby [NEW PORT] www/rubygem-eventmachine_httpserver - Event o ports/172117 ruby [NEW PORT] www/rubygem-async_sinatra - Async plugin to o ports/172116 ruby [NEW PORT] devel/rubygem-pry-remote-em - Connect to Pr o ports/172115 ruby [NEW PORT] databases/rubygem-mysql2 - Ruby bindings fo o ports/171705 ruby [MAINTAINER] www/gist: add converters/ruby-iconv depen o ports/170916 ruby Mk/bsd.ruby.mk: setting RUBY variable fails to set RUB o ports/170777 ruby [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby1 29 problems total. From owner-freebsd-ruby@FreeBSD.ORG Mon Jan 7 15:17:21 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3E1C394D for ; Mon, 7 Jan 2013 15:17:21 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 0586BFFA for ; Mon, 7 Jan 2013 15:17:20 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r07FHKAS016915 for ; Mon, 7 Jan 2013 10:17:20 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r07FHKoB016779; Mon, 7 Jan 2013 10:17:20 -0500 (EST) (envelope-from portscout) Message-Id: <201301071517.r07FHKoB016779@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Mon, 7 Jan 2013 10:17:20 -0500 From: portscout@portscout.freebsd.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 15:17:21 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ www/rubygem-rack | 1.4.1 | 1.4.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 8 15:27:24 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0F7F1CCD for ; Tue, 8 Jan 2013 15:27:24 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id CB2F38B0 for ; Tue, 8 Jan 2013 15:27:23 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r08FRLY5021785 for ; Tue, 8 Jan 2013 10:27:21 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r08FRLv7021617; Tue, 8 Jan 2013 10:27:21 -0500 (EST) (envelope-from portscout) Message-Id: <201301081527.r08FRLv7021617@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Tue, 8 Jan 2013 10:27:21 -0500 From: portscout@portscout.freebsd.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2013 15:27:24 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-minitest | 3.3.0 | 4.4.0 ------------------------------------------------+-----------------+------------ net/rubygem-domain_name | 0.5.3 | 0.5.7 ------------------------------------------------+-----------------+------------ security/rubygem-net-ssh | 2.2.2 | 2.3.0 ------------------------------------------------+-----------------+------------ www/rubygem-rack | 1.4.1 | 1.4.3 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 8 17:20:09 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 01C375A9; Tue, 8 Jan 2013 17:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D33DFE37; Tue, 8 Jan 2013 17:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r08HK8Ns020246; Tue, 8 Jan 2013 17:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r08HK83k020242; Tue, 8 Jan 2013 17:20:08 GMT (envelope-from edwin) Date: Tue, 8 Jan 2013 17:20:08 GMT Message-Id: <201301081720.r08HK83k020242@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/175140: www/rubygem-rack: update to version 1.4.3 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2013 17:20:09 -0000 Synopsis: www/rubygem-rack: update to version 1.4.3 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jan 8 17:20:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=175140 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 8 18:53:28 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2B3B7C6A; Tue, 8 Jan 2013 18:53:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 072923DA; Tue, 8 Jan 2013 18:53:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r08IrRGe037554; Tue, 8 Jan 2013 18:53:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r08IrR4g037550; Tue, 8 Jan 2013 18:53:27 GMT (envelope-from edwin) Date: Tue, 8 Jan 2013 18:53:27 GMT Message-Id: <201301081853.r08IrR4g037550@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/175142: net/rubygem-domain_name: update to version 0.5.7 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2013 18:53:28 -0000 Synopsis: net/rubygem-domain_name: update to version 0.5.7 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jan 8 18:53:27 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=175142 From owner-freebsd-ruby@FreeBSD.ORG Wed Jan 9 15:43:23 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C5B3A445 for ; Wed, 9 Jan 2013 15:43:23 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 8D22495A for ; Wed, 9 Jan 2013 15:43:23 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r09FhNSG062820 for ; Wed, 9 Jan 2013 10:43:23 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r09FhM7b062694; Wed, 9 Jan 2013 10:43:22 -0500 (EST) (envelope-from portscout) Message-Id: <201301091543.r09FhM7b062694@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Wed, 9 Jan 2013 10:43:22 -0500 From: portscout@portscout.freebsd.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2013 15:43:23 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-builder | 3.0.4 | 3.1.0 ------------------------------------------------+-----------------+------------ devel/rubygem-devise | 2.1.2 | 2.2.0 ------------------------------------------------+-----------------+------------ devel/rubygem-extlib | 0.9.15 | 0.9.16 ------------------------------------------------+-----------------+------------ devel/rubygem-sequel | 3.38.0 | 3.43.0 ------------------------------------------------+-----------------+------------ devel/rubygem-sprockets | 2.2.2 | 2.3.0 ------------------------------------------------+-----------------+------------ security/rubygem-net-ssh | 2.2.2 | 2.4.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Thu Jan 10 14:49:22 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C185DC36 for ; Thu, 10 Jan 2013 14:49:22 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 88750149 for ; Thu, 10 Jan 2013 14:49:22 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r0AEnLxJ090219 for ; Thu, 10 Jan 2013 09:49:22 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r0AEnLtG090178; Thu, 10 Jan 2013 09:49:21 -0500 (EST) (envelope-from portscout) Message-Id: <201301101449.r0AEnLtG090178@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Thu, 10 Jan 2013 09:49:21 -0500 From: portscout@portscout.freebsd.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 14:49:22 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-builder | 3.0.4 | 3.1.1 ------------------------------------------------+-----------------+------------ devel/rubygem-crack | 0.3.1 | 0.3.2 ------------------------------------------------+-----------------+------------ devel/rubygem-sprockets | 2.2.2 | 2.4.0 ------------------------------------------------+-----------------+------------ security/rubygem-net-ssh | 2.2.2 | 2.5.0 ------------------------------------------------+-----------------+------------ sysutils/rubygem-capistrano | 2.13.3 | 2.14.0 ------------------------------------------------+-----------------+------------ www/redmine | 1.3.1 | 2.2.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Thu Jan 10 17:36:53 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E80D5875; Thu, 10 Jan 2013 17:36:53 +0000 (UTC) (envelope-from freebsdlists-ruby@chillibear.com) Received: from mail.sundive.org (mail.sundive.org [212.13.197.214]) by mx1.freebsd.org (Postfix) with ESMTP id B63B3B2F; Thu, 10 Jan 2013 17:36:53 +0000 (UTC) Received: from [146.90.69.88] (helo=[192.168.0.44]) by sundive.org with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.72 (FreeBSD)) (envelope-from ) id 1TtM3Y-0005Hz-23; Thu, 10 Jan 2013 17:36:46 +0000 User-Agent: Microsoft-Entourage/12.35.0.121009 Date: Thu, 10 Jan 2013 17:36:35 +0000 Subject: RoR: CVE-2013-0155 and CVE-2013-0156 [was Re: ruby and CVE-2012-5664] From: Eric To: Message-ID: Thread-Topic: RoR: CVE-2013-0155 and CVE-2013-0156 [was Re: ruby and CVE-2012-5664] Thread-Index: Ac3vWQlBPrIZ84uTLkiWfNdatlScag== In-Reply-To: <50EA2F0E.1050006@FreeBSD.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- X-Spam: No X-bounce-key: sundive.org-1; freebsdlists-ruby@chillibear.com; 1357839413; af8b2852; Cc: Steve Wills X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 17:36:54 -0000 >> On 01/05/13 20:58, Olli Hauer wrote: >> It seems there are new releases for ruby because an security issue >> CVE-2012-5664 >> > The issue is in Ruby On Rails, not Ruby itself. There's an update to > Ruby 1.9, but it's not a security issue. I'll see what I can do about > the Rails update first, then the rest later. > > Steve Following up on the update to Rails, it doesn't look like it's a good new year for Ruby on Rails: http://weblog.rubyonrails.org/2013/1/8/Rails-3-2-11-3-1-10-3-0-19-and-2-3-15 -have-been-released/ Two more serious exploits listed: CVE-2013-0155: https://groups.google.com/group/rubyonrails-security/browse_thread/thread/b7 5585bae4326af2 CVE-2013-0156 https://groups.google.com/group/rubyonrails-security/browse_thread/thread/eb 56e482f9d21934 From owner-freebsd-ruby@FreeBSD.ORG Fri Jan 11 12:55:29 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 47BD0A6F for ; Fri, 11 Jan 2013 12:55:29 +0000 (UTC) (envelope-from idakolodziejczykni90@wp.pl) Received: from mx3.wp.pl (mx3.wp.pl [212.77.101.7]) by mx1.freebsd.org (Postfix) with ESMTP id C63DD962 for ; Fri, 11 Jan 2013 12:55:28 +0000 (UTC) Received: (wp-smtpd smtp.wp.pl 10712 invoked from network); 11 Jan 2013 13:54:28 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1357908869; bh=bp0ClOReCygeTnO0jXEFVHAYdwBJWfLoNXZRaInKN18=; h=From:Subject:To; b=T9dsTBl/kbXdEUbmTXWx2n7sp0F758w98HdQIM9taRd/+/1KJPhGla6Z+O0xDse2v u6kU9iWxpPSj2UB7MK0gjgE7vUXOuRYd9qfoJFWbG4iQNltrPSiFcpkTOwKObxiLbU bwPiLmFC4NooSxpNJ6T7ZWeTC1DgpLkiupXDHGes= Received: from unknown (HELO yvaiiqwyfp) (idakolodziejczykni90@wp.pl@[77.31.83.36]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with AES256-SHA encrypted SMTP for ; 11 Jan 2013 13:54:28 +0100 Message-ID: <50EF9ADA.F663B68E@smtp.wp.pl> Date: Fri, 11 Jan 2013 04:53:47 -0800 From: "ozie" Subject: hai To: ruby@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Mailer: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO 0000000 [AUEE] X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: ozie61@mailrainy.com List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 12:55:29 -0000 Good day ! I had seen your primary picture on Facebook. I quite like you a lot. We should chat ! I could send you my picture if you want. Kiss ya taryn From owner-freebsd-ruby@FreeBSD.ORG Sat Jan 12 15:33:53 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BA70538E for ; Sat, 12 Jan 2013 15:33:53 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 595FDD0F for ; Sat, 12 Jan 2013 15:33:48 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r0CFXgjD098854 for ; Sat, 12 Jan 2013 10:33:42 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r0CFXgKN098829; Sat, 12 Jan 2013 10:33:42 -0500 (EST) (envelope-from portscout) Message-Id: <201301121533.r0CFXgKN098829@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sat, 12 Jan 2013 10:33:42 -0500 From: portscout@portscout.freebsd.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2013 15:33:53 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ databases/rubygem-dm-devise | 2.1.0 | 2.2.0 ------------------------------------------------+-----------------+------------ databases/rubygem-sqlite3 | 1.3.6 | 1.3.7 ------------------------------------------------+-----------------+------------ devel/rubygem-builder | 3.0.4 | 3.1.2 ------------------------------------------------+-----------------+------------ devel/rubygem-devise | 2.1.2 | 2.2.1 ------------------------------------------------+-----------------+------------ devel/rubygem-rake-compiler | 0.8.1 | 0.8.2 ------------------------------------------------+-----------------+------------ devel/rubygem-slop | 3.3.2 | 3.4.0 ------------------------------------------------+-----------------+------------ devel/rubygem-sprockets | 2.2.2 | 2.5.0 ------------------------------------------------+-----------------+------------ security/rubygem-net-ssh | 2.2.2 | 2.6.0 ------------------------------------------------+-----------------+------------ sysutils/rubygem-capistrano | 2.13.3 | 2.14.1 ------------------------------------------------+-----------------+------------ www/rubygem-httparty | 0.8.3 | 0.10.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks.