From owner-freebsd-ports@freebsd.org Mon Apr 10 16:16:06 2017 Return-Path: Delivered-To: freebsd-ports@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 B3F33D37F16 for ; Mon, 10 Apr 2017 16:16:06 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9B62998C for ; Mon, 10 Apr 2017 16:16:06 +0000 (UTC) (envelope-from idefix@fechner.net) Received: by mailman.ysv.freebsd.org (Postfix) id 97F4CD37F15; Mon, 10 Apr 2017 16:16:06 +0000 (UTC) Delivered-To: ports@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 95E77D37F14 for ; Mon, 10 Apr 2017 16:16:06 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55C8D98B for ; Mon, 10 Apr 2017 16:16:06 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-185-17-205-83.dynamic.mnet-online.de [185.17.205.83]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id AA9CAA8739A for ; Mon, 10 Apr 2017 18:16:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1491840963; bh=/MaZB/T23fdhkGAwWV6pWIw+7ucc5eP8weP2uFLc1jQ=; h=To:From:Subject:Date; b=SYr6fsbVppcxwFDq0hXtkmd2GoGM81shr4uND9Wp2xeM9kYyY0hCtVQM5EF3uQFbO OZFnEnkxXVb4HetK8hgq2mUV2soyU+bStPX8GJaYA34+lOr+7Fd8r29UF1G1Xpc264 E70vpGsuls9s+DgzJosqVtYB6oAFpJg8KsaLTDMw= Received: from [192.168.0.151] (aftr-185-17-205-83.dynamic.mnet-online.de [185.17.205.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id BDC17AC68C7 for ; Mon, 10 Apr 2017 18:16:02 +0200 (CEST) To: ports@FreeBSD.org From: Matthias Fechner Subject: Update of devel/rubygem-google-api-client broke www/rubygem-rest-client (blocks security related update) Message-ID: <8fc6d2a5-6d60-1ba9-b2ba-54eadc14a130@fechner.net> Date: Mon, 10 Apr 2017 18:15:56 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: de-DE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2017 16:16:06 -0000 Dear all, the upgrade of devel/rubygem-google-api-client broke www/rubygem-rest-client. The new devel/rubygem-google-api-client points to a dependency that is to new for www/rubygem-rest-client. The update of rubygem-rest-client 2.0.1 fixes that: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218366 Could a commit please commit this, as it blocks a critical security update for port www/gitlab. Thanks a lot. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook