X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=rWWXXfl7+JXob80bxtKFDNveOoOHbX32bwu65XKLjSh brCpHD6SdhuDBijqPuO9cgE9NHcwmlnB6JP0/45rrKHIdhZxEXDs/jQ8mToMIoZK tnwKgXXSiXjNiOLtY5bjV7Q/mTu8Q4CHaALQ0rVdh3wdgTxkBMOaCM+OnuixtJX4 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=bz16Sut9v4RWouEystEvpKTdT4U=; b=Cw/XMdCUsev7SqSe/ x6Pu8YWbsDZkpRjD0PIg9uuIyJj1LrvthFi88JvUmduPKE1oFCblqzAOJkt/WNCB S7Ro0/pAhhuKKSOdAJcDdomh/PNKw12/7vSqJs5PxHZ5WYk+oNUKV/VPY1bcNkBy eAbOWN38xkWslm71nIy3hUr9BI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_05,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <54908745.9020604@cygwin.com> Date: Tue, 16 Dec 2014 13:25:57 -0600 From: Yaakov Selkowitz User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: OpenSSL as Base package References: <334083374 DOT 20141216161141 AT yandex DOT ru> <20141216132633 DOT GA21631 AT calimero DOT vinschen DOT de> <1807801883 DOT 20141216204651 AT yandex DOT ru> In-Reply-To: <1807801883.20141216204651@yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2014-12-16 11:46, Andrey Repin wrote: >>>> The only trouble I see with this is currently Cygwin OpenSSL has Perl >>>> dependency. >>> >>> That's likely a bug. > >> The openssl package comes with two perl scripts. The dependency >> gets added automatically. > > That's a reoccurring issue with dependency walker. Perhaps, we need a way to > tell it to not include specific packages as a dependency, if we know it would > be a mistake to do so? Rather than manually fix it again, and again, and... Those dependencies are correct; perl scripts require perl to run, and if you pretend to ignore the dependency, then we end up with complaints that the scripts won't run. *That* would be a mistake. > These Perl scripts are nonessential for OpenSSL functionality, and not > required to be used, unless you have very specific needs. Fair enough. In that case, the correct solution is to create a separate openssl-perl package with those (like Fedora does), and leave those outside of Base. Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple