[18:31] hi. is there an openssl-3.0 package for 20.04? [18:32] philipp64: no, only 1.1.1f [18:33] 3.0.1 is in jammy though, which comes out soon [18:34] okay. so if I want to port various apps over to openssl-3.0 and my development host is 20.04 LTS, then I'll have to build Openssl from source I guess... [18:34] no plan for a backports? [18:34] well, it's not a drop-in replacement, so you'll have to build it and install it in an alternate location [18:34] I'm a little surprised since a lot of CI/CD uses Ubuntu LTS as a platform... === Nokaji_ is now known as Nokaji [18:46] Why? [19:08] well, one of the things people would be putting through their pipelines is ports of their projects to openssl-3.0... [20:21] 22.04 will be an lts with openssl 3, they can use that [20:37] how far out is that? [20:37] April? [20:38] YY.MM [20:38] Ah, that's how that works. [20:39] never connected the dots [20:46] And if you run code in production on LTS, then it's probably a good thing your CI/CD is using the same [21:50] will the .deb for openssl3 (or whatever) build on 20.04? [22:36] i could probably find out but backporting that wont work ;) [22:38] philipp64: ^^ because 20.04 has older software versions === ahayzen_ is now known as ahayzen === philipp64_ is now known as philipp64 [23:09] I don't need built apps to link and run with openssl 3... I just need to have the headers and libraries to build against from source for other projects.