-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix libssl dependency for deb build script. #6542
Conversation
Does it break compatibility with ubuntu 14.x? |
Not trying to become emotional about this :-p Just did a quick search, this will break Debian oldstable (Jessie) and all Ubuntu versions. I do not fully understand how it's impossible to ship the 1.1 version of openssl with new Ubuntu versions.
Closing because I have no idea how to tackle this. I was assuming that if a dinosaur like debian introduces openssl 1.1, ubuntu would have long been there, |
The only solution that comes to my mind is providing different packages for different linux derivatives and versions. Or move away from debs at all. |
Won't something like |
No. Well, maybe, but it will get pretty complex. The issue is debian and ubuntu use different naming convention. In Debian 10 it's With the current configuration, only Debian stable and testing is broken. The following could work (I'm not sure if the syntax allows it):
But I would need to find a way to test that first. |
Is this merged for parity 1.8? Because I still can't install parity 1.8. |
No, I closed this because this breaks all Ubuntu versions. If you have any idea, please let me know. |
If you wish to use parity on Debian 9 ( stretch ) you need download the package from https://packages.debian.org/jessie/libssl1.0.0 and install like |
Reverts #4260
Closes #5893