From 729445340a904a201fad9add26ded8e4913c8bf8 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 28 Aug 2018 12:23:15 +0200 Subject: 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. (From OE-Core rev: e7ac137bfc59bc67e17d5372b59d20bdbfcc2550) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf') diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index c76f81fb63..de4f9af47f 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -344,6 +344,7 @@ RECIPE_MAINTAINER_pn-libpng = "Maxin B. John " RECIPE_MAINTAINER_pn-libproxy = "Maxin B. John " RECIPE_MAINTAINER_pn-libpthread-stubs = "Alexander Kanavin " RECIPE_MAINTAINER_pn-librepo = "Alexander Kanavin " +RECIPE_MAINTAINER_pn-libressl = "Alexander Kanavin " RECIPE_MAINTAINER_pn-librsvg = "Maxin B. John " RECIPE_MAINTAINER_pn-libsamplerate0 = "Tanu Kaskinen " RECIPE_MAINTAINER_pn-libsdl = "Yi Zhao " -- cgit v1.2.3-54-g00ecf