5cf57efbd3
Rebased patches 0001 & 0004. Fixes CVE-2020-1971. Changelog: https://www.openssl.org/news/changelog.html#openssl-111 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
34 lines
1.0 KiB
Diff
34 lines
1.0 KiB
Diff
From d8f104bffb0c4acb8c5fcdf49628f7d02ed48f7f Mon Sep 17 00:00:00 2001
|
|
From: Mike Frysinger <vapier@gentoo.org>
|
|
Date: Sat, 16 May 2015 18:53:51 +0200
|
|
Subject: [PATCH] Dont waste time building manpages if we're not going to use
|
|
em.
|
|
|
|
Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
|
|
[Gustavo: update for parallel-build]
|
|
|
|
[rebased on openssl-1.1.0h]
|
|
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
|
|
[rebased on openssl-1.1.1i]
|
|
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
|
---
|
|
Configurations/unix-Makefile.tmpl | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
|
|
index 40cf2c3..777d9ca 100644
|
|
--- a/Configurations/unix-Makefile.tmpl
|
|
+++ b/Configurations/unix-Makefile.tmpl
|
|
@@ -491,7 +491,7 @@ list-tests:
|
|
@echo "Tests are not supported with your chosen Configure options"
|
|
@ : {- output_on() if !$disabled{tests}; "" -}
|
|
|
|
-install: install_sw install_ssldirs install_docs
|
|
+install: install_sw install_ssldirs
|
|
|
|
uninstall: uninstall_docs uninstall_sw
|
|
|
|
--
|
|
2.16.3
|
|
|