Re: rubygem-openssl changes in rawhide

2020-01-29 Thread Pavel Valena
- Original Message - > From: "Vít Ondruch" > To: ruby-sig@lists.fedoraproject.org > Sent: Tuesday, January 28, 2020 12:30:04 PM > Subject: Re: rubygem-openssl changes in rawhide > > I think it might happen like this: > > > 1) Vagrant loads OpenS

Re: rubygem-openssl changes in rawhide

2020-01-28 Thread Vít Ondruch
I think it might happen like this: 1) Vagrant loads OpenSSL: https://github.com/hashicorp/vagrant/blob/master/lib/vagrant.rb#L90 2) Later, net-ssh is required somewhere. When net-ssh is loaded, the OpenSSH from gem is loaded due to dependencies: https://src.fedoraproject.org/rpms/rubygem-net-

Re: rubygem-openssl changes in rawhide

2020-01-28 Thread Vít Ondruch
I think you focus on wrong problem. Of course the code construction in OpenSSL is weird: ~~~     # Deprecated.     #     # This class is only provided for backwards compatibility.     # Use OpenSSL::Cipher.     class Cipher < Cipher; end     deprecate_constant :Cipher ~~~ But you should proba

rubygem-openssl changes in rawhide

2020-01-28 Thread Pavel Valena
Hello, it seems Ruby 2.7 came with some openssl surprise, because for some reason Vagrant testsuite breaks: https://copr-be.cloud.fedoraproject.org/results/pvalena/vagrant/fedora-rawhide-x86_64/01195186-vagrant/builder-live.log.gz https://koji.fedoraproject.org/koji/taskinfo?taskID=41097171 f.e