]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
libressl: add a recipe to support openssh
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 28 Aug 2018 10:23:15 +0000 (12:23 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Sep 2018 10:03:31 +0000 (11:03 +0100)
commite7ac137bfc59bc67e17d5372b59d20bdbfcc2550
tree2a576baa3159c1f7f3a03fc7a11d795337458c8b
parent9f14a32a3b47b83877fe4fa58b13caeeb38f183a
libressl: add a recipe to support openssh

After reading through this:

https://github.com/openssh/openssh-portable/pull/48

and this thread:

https://lists.mindrot.org/pipermail/openssh-unix-dev/2017-October/036344.html

I've concluded that this is the best of the three not-great options. The alternatives:

- bundle libressl inside openssh packages
- keep openssh dependent on openssl 1.0 and wait until upstream does something

are both inferior. Libressl is used with openssh in OpenBSD and in OS X,
so it did get at least some testing in the real world.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-connectivity/libressl/libressl/0001-Link-dynamic-libraries-with-their-library-dependenci.patch [new file with mode: 0644]
meta/recipes-connectivity/libressl/libressl_2.8.0.bb [new file with mode: 0644]