[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-24 Thread Lucas Kanashiro
This fix is also released in kinetic, ruby-net-ssh/1:7.0.0~beta1-2 contains the fix. ** Changed in: ruby-net-ssh (Ubuntu Kinetic) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-23 Thread Lucas Kanashiro
No, you do not need to enable any repository. ruby-net- ssh/1:6.1.0-2ubuntu0.1 landed in jammy-updates which should be enabled by default on your system. The link to the stackoverflow page you sent is old, and at that time it was broken. This fix was even acknowledged on an upstream issue:

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-21 Thread Alexander Adam
Should these updates appear automatically at one point or do I have to activate some repos or so? I'm still having the same issues like others as well: https://stackoverflow.com/questions/71987581/openssl-3-0-error-when- booting-vagrantbox -- You received this bug notification because you are

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-17 Thread Launchpad Bug Tracker
This bug was fixed in the package ruby-net-ssh - 1:6.1.0-2ubuntu0.1 --- ruby-net-ssh (1:6.1.0-2ubuntu0.1) jammy; urgency=medium * d/p/openssl-3/*.patch: backport upstream patches to support OpenSSL 3 (LP: #1964025). * d/ruby-tests.rake: use custom OpenSSL config file if using

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-14 Thread Marco Roeland
I installed ruby-net-ssh version 1:6.1.0-2ubuntu0.1 from jammy-proposed as suggested above. With this package installed I can again use vagrant to install a "generic/centos7" vagrant box, using the default libvirt provider. Thanks! tags: verification-done verification-done-jammy -- You

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-13 Thread Lucas Kanashiro
Since no one replied yet, I tried to setup a VM using vagrant as I described in comment #2, and it worked as expected: $ cat /etc/os-release PRETTY_NAME="Ubuntu 22.04 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-10 Thread Lucas Kanashiro
# Test Plan $ lxc launch ubuntu-daily:jammy ruby-net-ssh-test $ lxc shell ruby-net-ssh-test # apt update && apt upgrade -y # apt install -y ruby-net-ssh # dpkg -l | grep ruby-net-ssh ii ruby-net-ssh 1:6.1.0-2ubuntu0.1 all Ruby

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-10 Thread Brian Murray
Hello Lucas, or anyone else affected, Accepted ruby-net-ssh into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/ruby-net- ssh/1:6.1.0-2ubuntu0.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-09 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~lucaskanashiro/ubuntu/+source/ruby-net-ssh/+git/ruby-net-ssh/+merge/421795 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964025 Title: Do

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-09 Thread Lucas Kanashiro
ruby-net-ssh/1:7.0.0~beta1-2 has the fix and it is in kinetic-proposed right now, waiting for the reverse dependencies tests to be executed to migrate to the release pocket. In the meantime, I am going to backport the needed changes to Jammy. ** Changed in: ruby-net-ssh (Ubuntu Kinetic)

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-05 Thread Lucas Kanashiro
** Changed in: ruby-net-ssh (Ubuntu Kinetic) Assignee: (unassigned) => Lucas Kanashiro (lucaskanashiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964025 Title: Do not support OpenSSL 3

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-05 Thread Simon Chopin
** Description changed: - Upstream still does not support OpenSSL 3, and due to that a bunch of - tests are failing. Fedora has been seeing the same problem and they - filed a bug upstream: + [Impact] + + The ruby-net-ssh package in jammy fails most operations due to its + incompatibility with

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: vagrant (Ubuntu Jammy) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964025

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ruby-net-ssh (Ubuntu Jammy) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964025

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ruby-bcrypt-pbkdf (Ubuntu Jammy) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-05 Thread Melvin Loos
Any update on this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964025 Title: Do not support OpenSSL 3 To manage notifications about this bug go to:

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-04 Thread Steve Langasek
** Also affects: ruby-net-ssh (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: vagrant (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: ruby-bcrypt-pbkdf (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects:

[Bug 1964025] Re: Do not support OpenSSL 3

2022-04-06 Thread Simon Chopin
Attached is the newest version of the patch, which solves all failures mentioned above except for the EVP_PKEY_derive_set_peer diffie-hellman group 14 one: 1504 runs, 5067 assertions, 4 failures, 3 errors, 0 skips Next steps are * split the patch into smaller patches to ease upstream inclusion

[Bug 1964025] Re: Do not support OpenSSL 3

2022-04-05 Thread Simon Chopin
Here's my WIP patch, building upon Lucas' patch. If I run the tests with OPENSSL_CONF pointing to the ssl.conf file in this patch (which has the legacy provider enabled) I get 1504 runs, 4940 assertions, 4 failures, 23 errors, 0 skips Deduplicating the errors, there are 4 types of failures that

[Bug 1964025] Re: Do not support OpenSSL 3

2022-04-04 Thread Simon Chopin
** Tags added: fr-2166 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964025 Title: Do not support OpenSSL 3 To manage notifications about this bug go to:

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-23 Thread Luis Alberto Pabón
This currently breaks Vagrant. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964025 Title: Do not support OpenSSL 3 To manage notifications about this bug go to:

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-14 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964025 Title: Do not support OpenSSL 3 To manage notifications about this bug go to:

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-14 Thread Lucas Kanashiro
With the version in archive this is the summary of the execution of the test suite during the build: 1494 runs, 3679 assertions, 28 failures, 395 errors, 0 skips Applying the WIP patch (attached) the summary is: 1494 runs, 3964 assertions, 16 failures, 332 errors, 0 skips ** Patch added: "WIP

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-14 Thread Lucas Kanashiro
I also filed this issue which involves some ruby-net-ssh test failures: https://github.com/ruby/openssl/issues/500 ** Bug watch added: github.com/ruby/openssl/issues #500 https://github.com/ruby/openssl/issues/500 ** Changed in: vagrant (Ubuntu) Status: New => Triaged -- You

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-11 Thread Steve Langasek
ruby-defaults 3.0 migrating to release means that ruby-net-ssh is now broken in the release pocket, so a baseline retest has let ruby-bcrypt- pbkdf so closing that task. ** Changed in: ruby-bcrypt-pbkdf (Ubuntu) Status: New => Invalid -- You received this bug notification because you are

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-11 Thread Lucas Kanashiro
** Also affects: ruby-bcrypt-pbkdf (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964025 Title: Do not support OpenSSL 3 To manage

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-11 Thread Lucas Kanashiro
The solution for this issue reported in ruby/openssl will fix part of the net-ssh issue: https://github.com/ruby/openssl/issues/498 ** Bug watch added: github.com/ruby/openssl/issues #498 https://github.com/ruby/openssl/issues/498 -- You received this bug notification because you are a

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-11 Thread Simon Chopin
** Tags added: transition-openssl3-jj -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964025 Title: Do not support OpenSSL 3 To manage notifications about this bug go to:

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-11 Thread Lucas Kanashiro
It is also impacting vagrant already in Jammy (the release pocket). The following does not work because of this issue: $ vagrant init debian/buster64 A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-11 Thread Lucas Kanashiro
This issue is currently blocking ruby2.7 removal from Jammy. The removal requires the migration of ruby-bcrypt-pbkdf in jammy-proposed: $ reverse-depends src:ruby2.7 Reverse-Depends * ruby-bcrypt-pbkdf (for libruby2.7) Packages without architectures listed are reverse-dependencies