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 33BD113835A for ; Wed, 7 Oct 2020 00:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EDBEE09A6; Wed, 7 Oct 2020 00:31:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1981EE09A6 for ; Wed, 7 Oct 2020 00:31:07 +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 B4D8D340E09 for ; Wed, 7 Oct 2020 00:31:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F66D397 for ; Wed, 7 Oct 2020 00:31:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1602030655.0989b7c5ac1dfe2ba03f5204ecbc7f8a296740c2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libwebsockets/libwebsockets-4.0.20.ebuild net-libs/libwebsockets/libwebsockets-4.1.1.ebuild X-VCS-Directories: net-libs/libwebsockets/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0989b7c5ac1dfe2ba03f5204ecbc7f8a296740c2 X-VCS-Branch: master Date: Wed, 7 Oct 2020 00:31:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f36250dd-8f85-4759-a5f9-77b34951176c X-Archives-Hash: 25ae6ef34e3dab2389aca39d2a54333e commit: 0989b7c5ac1dfe2ba03f5204ecbc7f8a296740c2 Author: Jakov Smolic sartura hr> AuthorDate: Fri Sep 25 13:20:11 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 7 00:30:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0989b7c5 net-libs/libwebsockets: add socks5? ( client http-proxy ) to REQUIRED_USE Reported-by: Jeroen Roovers gentoo.org> Closes: https://bugs.gentoo.org/744628 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/17661 Signed-off-by: Sam James gentoo.org> net-libs/libwebsockets/libwebsockets-4.0.20.ebuild | 1 + net-libs/libwebsockets/libwebsockets-4.1.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild index b0d538ff906..134f80a6994 100644 --- a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild @@ -21,6 +21,7 @@ REQUIRED_USE=" generic-sessions? ( smtp sqlite3 ) http-proxy? ( client ) smtp? ( libuv ) + socks5? ( client http-proxy ) ssl? ( ?? ( libressl mbedtls ) ) mbedtls? ( ssl ) ?? ( libev libevent ) diff --git a/net-libs/libwebsockets/libwebsockets-4.1.1.ebuild b/net-libs/libwebsockets/libwebsockets-4.1.1.ebuild index 7ff883e7d82..037328b71c7 100644 --- a/net-libs/libwebsockets/libwebsockets-4.1.1.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.1.1.ebuild @@ -21,6 +21,7 @@ REQUIRED_USE=" generic-sessions? ( smtp sqlite3 ) http-proxy? ( client ) smtp? ( libuv ) + socks5? ( client http-proxy ) ssl? ( ?? ( libressl mbedtls ) ) mbedtls? ( ssl ) ?? ( libev libevent )