mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +00:00
df15a4c914
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. (From OE-Core rev: 876466145f2da93757ba3f92177d0f959f5fe975) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
401 B
Diff
16 lines
401 B
Diff
Upstream-Status: Backport [debian]
|
|
|
|
Index: openssl-1.0.0c/Makefile.org
|
|
===================================================================
|
|
--- openssl-1.0.0c.orig/Makefile.org 2010-12-12 16:11:27.000000000 +0100
|
|
+++ openssl-1.0.0c/Makefile.org 2010-12-12 16:11:37.000000000 +0100
|
|
@@ -131,7 +131,7 @@
|
|
|
|
MAKEFILE= Makefile
|
|
|
|
-MANDIR=$(OPENSSLDIR)/man
|
|
+MANDIR=/usr/share/man
|
|
MAN1=1
|
|
MAN3=3
|
|
MANSUFFIX=
|