emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51063: closed ([PATCH] gnu: ruby-eventmachine: Add openssl input.)


From: GNU bug Tracking System
Subject: bug#51063: closed ([PATCH] gnu: ruby-eventmachine: Add openssl input.)
Date: Tue, 26 Oct 2021 10:46:02 +0000

Your message dated Tue, 26 Oct 2021 12:45:40 +0200
with message-id <87o87chxnv.fsf@gnu.org>
and subject line Re: bug#51063: [PATCH] gnu: ruby-eventmachine: Add openssl 
input.
has caused the debbugs.gnu.org bug report #51063,
regarding [PATCH] gnu: ruby-eventmachine: Add openssl input.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51063: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51063
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: ruby-eventmachine: Add openssl input. Date: Wed, 6 Oct 2021 12:55:56 -0500
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.
---
 gnu/packages/ruby.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 8db5bd9158..58c6df5260 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8730,6 +8730,8 @@ application.")
     (build-system ruby-build-system)
     (arguments
      '(#:tests? #f))               ; test suite tries to connect to google.com
+    (inputs
+     `(("openssl" ,openssl)))
     (native-inputs
      `(("ruby-rake-compiler" ,ruby-rake-compiler)))
     (synopsis "Single-threaded network event framework for Ruby")
-- 
2.20.1



--- End Message ---
--- Begin Message --- Subject: Re: bug#51063: [PATCH] gnu: ruby-eventmachine: Add openssl input. Date: Tue, 26 Oct 2021 12:45:40 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Stephen Paul Weber <singpolyma@singpolyma.net> 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'.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]