From 876466145f2da93757ba3f92177d0f959f5fe975 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 28 Aug 2018 12:23:12 +0200 Subject: openssl: rename openssl 1.0.x to openssl10 and make openssl 1.1.x the default version I believe the time has come to do this: openssl 1.0 upstream support stops at the end of 2019, and we do not want a situation where a supported YP release contains an unsupported version of a critical security component. Openssl 1.0 can still be utilized by depending on 'openssl10' recipe. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/conf/distro/include/default-versions.inc | 3 --- meta/conf/distro/include/maintainers.inc | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/conf') diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc index 3d88e8f656..a6f331350e 100644 --- a/meta/conf/distro/include/default-versions.inc +++ b/meta/conf/distro/include/default-versions.inc @@ -2,6 +2,3 @@ # Default preferred versions # -PREFERRED_VERSION_openssl ?= "1.0.%" -PREFERRED_VERSION_openssl-native ?= "1.0.%" -PREFERRED_VERSION_nativesdk-openssl ?= "1.0.%" diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 98b661d911..c76f81fb63 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -503,6 +503,7 @@ RECIPE_MAINTAINER_pn-nss-myhostname = "Maxin B. John " RECIPE_MAINTAINER_pn-ofono = "Maxin B. John " RECIPE_MAINTAINER_pn-openssh = "Armin Kuster " RECIPE_MAINTAINER_pn-openssl = "Alexander Kanavin " +RECIPE_MAINTAINER_pn-openssl10 = "Alexander Kanavin " RECIPE_MAINTAINER_pn-opkg = "Alejandro del Castillo " RECIPE_MAINTAINER_pn-opkg-arch-config = "Alejandro del Castillo " RECIPE_MAINTAINER_pn-opkg-keyrings = "Alejandro del Castillo " -- cgit 1.2.3-korg