From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id sLojNY/jd2EeLAEAgWs5BA (envelope-from ) for ; Tue, 26 Oct 2021 13:16:31 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id qEPZMI/jd2HVKQAA1q6Kng (envelope-from ) for ; Tue, 26 Oct 2021 11:16:31 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CF0E015A0E for ; Tue, 26 Oct 2021 13:16:30 +0200 (CEST) Received: from localhost ([::1]:57760 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfKRQ-0002Lz-SG for larch@yhetil.org; Tue, 26 Oct 2021 07:16:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56498) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfJxy-0000l1-Ur for guix-patches@gnu.org; Tue, 26 Oct 2021 06:46:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33678) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mfJxy-0006Nt-Lq for guix-patches@gnu.org; Tue, 26 Oct 2021 06:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mfJxy-00080k-IA for guix-patches@gnu.org; Tue, 26 Oct 2021 06:46:02 -0400 Subject: bug#51063: [PATCH] gnu: ruby-eventmachine: Add openssl input. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 26 Oct 2021 10:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 51063 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Stephen Paul Weber Cc: 51063-done@debbugs.gnu.org Mail-Followup-To: 51063@debbugs.gnu.org, ludo@gnu.org, singpolyma@singpolyma.net Received: via spool by 51063-done@debbugs.gnu.org id=D51063.163524515830507 (code D ref 51063); Tue, 26 Oct 2021 10:46:02 +0000 Received: (at 51063-done) by debbugs.gnu.org; 26 Oct 2021 10:45:58 +0000 Received: from localhost ([127.0.0.1]:45223 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfJxt-0007vj-K3 for submit@debbugs.gnu.org; Tue, 26 Oct 2021 06:45:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59162) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfJxr-0007pr-FZ for 51063-done@debbugs.gnu.org; Tue, 26 Oct 2021 06:45:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51132) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfJxk-0005EG-Cg; Tue, 26 Oct 2021 06:45:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=wSABxnmxWUIG5B45Y9FFuNChSViPu2qLwa963oDqjWY=; b=b1hUe1TmwXSinRbHFxlt HHB0qBdZKrzEmkzK5one2dDl2107pI2JBXUd6OxzwaKI9dOj85YphzdCQFCJYl2F1nm/tuLRNi8ow SENnw2sQ0J34VpLq9zc0ZQV/EpXq/C1d9luzVgymrHie9e8PK4FabEyj2YLFUlqX/x7EVXczOzBDb hJCv9NcZYmw2YU0brCEGIn4m3/ExpZnMV/i0QAmTstEpsnCKwUPxk/pSMVct8jDBDELKkZtK6yoHn 5emy7RZruZgIyuSGOnQO8YhiCmAujan+kRPvKUpRIjlVWCSMTD8JHMqh9UrpM21s7kw36HiECD9Sn S9T6+Z4BmS9L8Q==; Received: from [193.50.110.110] (port=45596 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfJxe-0002ok-Kt; Tue, 26 Oct 2021 06:45:44 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211006175556.17329-1-singpolyma@singpolyma.net> Date: Tue, 26 Oct 2021 12:45:40 +0200 In-Reply-To: <20211006175556.17329-1-singpolyma@singpolyma.net> (Stephen Paul Weber's message of "Wed, 6 Oct 2021 12:55:56 -0500") Message-ID: <87o87chxnv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1635246991; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=wSABxnmxWUIG5B45Y9FFuNChSViPu2qLwa963oDqjWY=; b=ciQbtOU3ohqWHyEzCuS7LDp8isEsSM9ktTPu8cHA1Eo7J3BVaWGx8r28uU+tY9vqKKWctd QyQReKgFIwZj6qAJUmj7zgLhfsg33BSfJOT1P8a/HeaCvkZohDrBtoH5XV72B6QfU+3jW+ +pj703ZyBFG2JRUIV7NrvRul7bLLMnh4NHf7LsvAd1jWVCluSOeggIx7oPs66c9cn52mPz /JIQSJhmrwbgizKczqcdqYo0ToxCsp46/KA8F2H0nzCI3Aee9udOcGNUQfDMkz9lML0jhy JiIbwlaHrH7JO7WjKSHyZdFT2hCKNbFE1in3VsU/3k9JQQ0yNQvWWBxdrR1ZAA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635246991; a=rsa-sha256; cv=none; b=M+sjAcR+2mNDVP503jV4SkEHzbglSD0pXPqXwQpibQyeHc+0Z/AVupccdkubo8uKMDBngN GJjDZn56fVUuRd0qF9rgK8j6XuE/i10LAKUV93rjxF31mn9K/hxdwPEZgsiNSX7wRJVi2k f9046qR7GMunMYaCwq4K0OAqmIGBo3tlqng3iJdr0XzUGXvNz+WAGZoktaR3W+tA+nTLjJ B7VxaHGju8vT0c1gIPERhPWM2LvzakM56VFeQP/e/GHIW9qga7KGDUffQ/vQD9k+Usc86X d8hXdj7tJczn2tfqzDF0U4SVXcQ3I6v7/TZp03mJ7Bb2UQ/48jNZiX+dJDwKOw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=b1hUe1Tm; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -3.56 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=b1hUe1Tm; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: CF0E015A0E X-Spam-Score: -3.56 X-Migadu-Scanner: scn0.migadu.com X-TUID: ldv52k6iznn9 Hi, Stephen Paul Weber skribis: > While EventMachine will build without openssl present, attempting to use it to > make any TLS-secured connections will crash at runtime, which is not very > useful. This allows the build system to find and link OpenSSL and thus TLS will > work at runtime. > > * gnu/packages/ruby.scm (ruby-eventmachine): Add openssl input. Applied, thanks! Ludo'.