From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0CCC138334 for ; Wed, 21 Nov 2018 16:06:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9602EE07A7; Wed, 21 Nov 2018 16:06:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55B55E07A7 for ; Wed, 21 Nov 2018 16:06:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12EDD335C94 for ; Wed, 21 Nov 2018 16:06:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E03AC463 for ; Wed, 21 Nov 2018 16:06:20 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1542816375.7aff0f0339d3bdeb6fc22975d54f960a62be7528.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nodejs/nodejs-10.13.0.ebuild net-libs/nodejs/nodejs-11.2.0.ebuild net-libs/nodejs/nodejs-8.13.0.ebuild net-libs/nodejs/nodejs-9.11.2.ebuild net-libs/nodejs/nodejs-99999999.ebuild X-VCS-Directories: net-libs/nodejs/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 7aff0f0339d3bdeb6fc22975d54f960a62be7528 X-VCS-Branch: master Date: Wed, 21 Nov 2018 16:06:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f50d1461-cef3-41a6-8f4c-f1fcb5eea1e2 X-Archives-Hash: 42ef4ca2d811b080900abf938f44c69a commit: 7aff0f0339d3bdeb6fc22975d54f960a62be7528 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Nov 21 15:41:26 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Nov 21 16:06:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aff0f03 net-libs/nodejs: Revert dev-libs/openssl-1.1* dep change With openssl-1.1.1a I see lots and lots of test failures that I do not see with 1.1.0* -- these reflect actual errors in using crypto functions. While there, resolve an implicit dependency on net-dns/c-ares that was missed in the 8, 9, 10 and 11 branch version bumps. Fixes: 64bc534bf4412e0088839c628ff79fa456ae60bb Bug: https://bugs.gentoo.org/670574 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> net-libs/nodejs/nodejs-10.13.0.ebuild | 2 +- net-libs/nodejs/nodejs-11.2.0.ebuild | 5 +++-- net-libs/nodejs/nodejs-8.13.0.ebuild | 3 ++- net-libs/nodejs/nodejs-9.11.2.ebuild | 3 ++- net-libs/nodejs/nodejs-99999999.ebuild | 3 ++- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/net-libs/nodejs/nodejs-10.13.0.ebuild b/net-libs/nodejs/nodejs-10.13.0.ebuild index 48b92009eac..ea37a260ff5 100644 --- a/net-libs/nodejs/nodejs-10.13.0.ebuild +++ b/net-libs/nodejs/nodejs-10.13.0.ebuild @@ -29,7 +29,7 @@ RDEPEND=" >=net-libs/nghttp2-1.34.0 sys-libs/zlib icu? ( >=dev-libs/icu-62.1:= ) - ssl? ( >=dev-libs/openssl-1.1:0= ) + ssl? ( =dev-libs/openssl-1.1.0*:0= ) " DEPEND=" ${RDEPEND} diff --git a/net-libs/nodejs/nodejs-11.2.0.ebuild b/net-libs/nodejs/nodejs-11.2.0.ebuild index 460e9934c1c..0f0eca94f04 100644 --- a/net-libs/nodejs/nodejs-11.2.0.ebuild +++ b/net-libs/nodejs/nodejs-11.2.0.ebuild @@ -24,11 +24,12 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libuv-1.23.2:= + >=net-dns/c-ares-1.15.0 >=net-libs/http-parser-2.8.0:= >=net-libs/nghttp2-1.34.0 sys-libs/zlib icu? ( >=dev-libs/icu-63.1:= ) - ssl? ( >=dev-libs/openssl-1.1:0= ) + ssl? ( =dev-libs/openssl-1.1.0*:0= ) " DEPEND=" ${RDEPEND} @@ -92,7 +93,7 @@ src_prepare() { } src_configure() { - local myconf=( --shared-http-parser --shared-libuv --shared-nghttp2 --shared-zlib ) + local myconf=( --shared-cares --shared-http-parser --shared-libuv --shared-nghttp2 --shared-zlib ) use debug && myconf+=( --debug ) use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) use inspector || myconf+=( --without-inspector ) diff --git a/net-libs/nodejs/nodejs-8.13.0.ebuild b/net-libs/nodejs/nodejs-8.13.0.ebuild index 83633326efc..9c86a46c7a6 100644 --- a/net-libs/nodejs/nodejs-8.13.0.ebuild +++ b/net-libs/nodejs/nodejs-8.13.0.ebuild @@ -25,6 +25,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libuv-1.23.2:= + >=net-dns/c-ares-1.10.1 >=net-libs/http-parser-2.8.0:= >=net-libs/nghttp2-1.33.0 sys-libs/zlib @@ -97,7 +98,7 @@ src_prepare() { } src_configure() { - local myconf=( --shared-http-parser --shared-libuv --shared-nghttp2 --shared-zlib ) + local myconf=( --shared-cares --shared-http-parser --shared-libuv --shared-nghttp2 --shared-zlib ) use debug && myconf+=( --debug ) use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) use inspector || myconf+=( --without-inspector ) diff --git a/net-libs/nodejs/nodejs-9.11.2.ebuild b/net-libs/nodejs/nodejs-9.11.2.ebuild index 449755ba98b..c38803a05be 100644 --- a/net-libs/nodejs/nodejs-9.11.2.ebuild +++ b/net-libs/nodejs/nodejs-9.11.2.ebuild @@ -24,6 +24,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libuv-1.19.2:= + >=net-dns/c-ares-1.13.0 >=net-libs/http-parser-2.8.0:= >=net-libs/nghttp2-1.32.0 sys-libs/zlib @@ -92,7 +93,7 @@ src_prepare() { } src_configure() { - local myconf=( --shared-http-parser --shared-libuv --shared-nghttp2 --shared-zlib ) + local myconf=( --shared-cares --shared-http-parser --shared-libuv --shared-nghttp2 --shared-zlib ) use debug && myconf+=( --debug ) use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) use inspector || myconf+=( --without-inspector ) diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild index ed175f32b8c..50cfd8981c8 100644 --- a/net-libs/nodejs/nodejs-99999999.ebuild +++ b/net-libs/nodejs/nodejs-99999999.ebuild @@ -23,6 +23,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libuv-1.19.2:= + >=net-dns/c-ares-1.15.0 >=net-libs/http-parser-2.8.0:= >=net-libs/nghttp2-1.29.0 sys-libs/zlib @@ -91,7 +92,7 @@ src_prepare() { } src_configure() { - local myconf=( --shared-http-parser --shared-libuv --shared-nghttp2 --shared-zlib ) + local myconf=( --shared-cares --shared-http-parser --shared-libuv --shared-nghttp2 --shared-zlib ) use debug && myconf+=( --debug ) use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) use inspector || myconf+=( --without-inspector )