Skip to content
Snippets Groups Projects
Commit 0d372d21 authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch 'sh-update-openssl' into 'master'

Upgrade to OpenSSL v1.1.1f

Closes gitlab#212998

See merge request gitlab-org/omnibus-gitlab!4056
parents b17be437 95f8d8f2
No related branches found
No related tags found
No related merge requests found
---
title: Upgrade to OpenSSL v1.1.1f
merge_request: 4056
author:
type: fixed
diff --git a/Makefile b/Makefile
index bb3f488bee..662387bc7d 100644
--- a/Makefile
+++ b/Makefile
@@ -221,7 +221,7 @@ list-tests:
$(PERL) $(SRCDIR)/test/run_tests.pl list
@ :
-install: install_sw install_ssldirs install_docs
+install: install_sw install_ssldirs
uninstall: uninstall_docs uninstall_sw
@@ -269,8 +269,6 @@ install_sw: install_dev install_engines install_runtime
uninstall_sw: uninstall_runtime uninstall_engines uninstall_dev
-install_docs: install_man_docs install_html_docs
-
uninstall_docs: uninstall_man_docs uninstall_html_docs
$(RM) -r -v $(DESTDIR)$(DOCDIR)
@@ -495,24 +493,12 @@ uninstall_runtime_libs:
@ :
-install_man_docs:
- @[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
- @$(ECHO) "*** Installing manpages"
- $(PERL) $(SRCDIR)/util/process_docs.pl \
- --destdir=$(DESTDIR)$(MANDIR) --type=man --suffix=$(MANSUFFIX)
-
uninstall_man_docs:
@$(ECHO) "*** Uninstalling manpages"
$(PERL) $(SRCDIR)/util/process_docs.pl \
--destdir=$(DESTDIR)$(MANDIR) --type=man --suffix=$(MANSUFFIX) \
--remove
-install_html_docs:
- @[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
- @$(ECHO) "*** Installing HTML manpages"
- $(PERL) $(SRCDIR)/util/process_docs.pl \
- --destdir=$(DESTDIR)$(HTMLDIR) --type=html
-
uninstall_html_docs:
@$(ECHO) "*** Uninstalling manpages"
$(PERL) $(SRCDIR)/util/process_docs.pl \
--
2.17.2 (Apple Git-113)
diff --git a/Makefile b/Makefile
index d20571fa64..004a557e6d 100644
--- a/Makefile
+++ b/Makefile
@@ -223,7 +223,7 @@ list-tests:
$(PERL) $(SRCDIR)/test/run_tests.pl list
@ :
-install: install_sw install_ssldirs install_docs
+install: install_sw install_ssldirs
uninstall: uninstall_docs uninstall_sw
@@ -271,8 +271,6 @@ install_sw: install_dev install_engines install_runtime
uninstall_sw: uninstall_runtime uninstall_engines uninstall_dev
-install_docs: install_man_docs install_html_docs
-
uninstall_docs: uninstall_man_docs uninstall_html_docs
$(RM) -r "$(DESTDIR)$(DOCDIR)"
@@ -496,25 +494,12 @@ uninstall_runtime_libs:
@$(ECHO) "*** Uninstalling runtime libraries"
@ :
-
-install_man_docs:
- @[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
- @$(ECHO) "*** Installing manpages"
- $(PERL) $(SRCDIR)/util/process_docs.pl \
- "--destdir=$(DESTDIR)$(MANDIR)" --type=man --suffix=$(MANSUFFIX)
-
uninstall_man_docs:
@$(ECHO) "*** Uninstalling manpages"
$(PERL) $(SRCDIR)/util/process_docs.pl \
"--destdir=$(DESTDIR)$(MANDIR)" --type=man --suffix=$(MANSUFFIX) \
--remove
-install_html_docs:
- @[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
- @$(ECHO) "*** Installing HTML manpages"
- $(PERL) $(SRCDIR)/util/process_docs.pl \
- "--destdir=$(DESTDIR)$(HTMLDIR)" --type=html
-
uninstall_html_docs:
@$(ECHO) "*** Uninstalling manpages"
$(PERL) $(SRCDIR)/util/process_docs.pl \
......@@ -23,7 +23,7 @@
dependency 'cacerts'
version = Gitlab::Version.new('openssl', 'OpenSSL_1_1_1e')
version = Gitlab::Version.new('openssl', 'OpenSSL_1_1_1f')
default_version version.print(false)
......@@ -113,7 +113,7 @@
command configure_command, env: env, in_msys_bash: true
patch source: 'openssl-1.0.1j-windows-relocate-dll.patch', env: env if windows?
patch source: "openssl-1.1.1c-do-not-install-docs.patch", env: patch_env
patch source: "openssl-1.1.1f-do-not-install-docs.patch", env: patch_env
make 'depend', env: env
# make -j N on openssl is not reliable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment