Pedro Monreal Gonzalez
aa970d108e
- Security fix: [bsc#1227138, CVE-2024-5535] * SSL_select_next_proto buffer overread * Add openssl-CVE-2024-5535.patch - Build with enabled sm2 and sm4 support [bsc#1222899] OBS-URL: https://build.opensuse.org/request/show/1188975 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-3?expand=0&rev=106
14 lines
552 B
Diff
14 lines
552 B
Diff
Index: openssl-3.1.4/Configurations/unix-Makefile.tmpl
|
|
===================================================================
|
|
--- openssl-3.1.4.orig/Configurations/unix-Makefile.tmpl
|
|
+++ openssl-3.1.4/Configurations/unix-Makefile.tmpl
|
|
@@ -611,7 +611,7 @@ install_sw: install_dev install_engines
|
|
|
|
uninstall_sw: uninstall_runtime uninstall_modules uninstall_engines uninstall_dev
|
|
|
|
-install_docs: install_man_docs install_html_docs
|
|
+install_docs: install_man_docs
|
|
|
|
uninstall_docs: uninstall_man_docs uninstall_html_docs
|
|
$(RM) -r "$(DESTDIR)$(DOCDIR)"
|