aboutsummaryrefslogtreecommitdiffstats
path: root/main/openssl/man-section.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-04-21 19:03:24 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2020-04-21 19:09:01 +0200
commite54b51b1d389ed731a8bce1f0a24c45820619dbd (patch)
treeb6fca7d106cd4683742055c9ef52ffdd636584a0 /main/openssl/man-section.patch
parent76b2c6dcf261d3d80bcc3f397d63b72532e6920b (diff)
downloadaports-e54b51b1d389ed731a8bce1f0a24c45820619dbd.tar.bz2
aports-e54b51b1d389ed731a8bce1f0a24c45820619dbd.tar.xz
main/openssl: security upgrade to 1.1.1g (CVE-2020-1967)
fixes #11429
Diffstat (limited to 'main/openssl/man-section.patch')
-rw-r--r--main/openssl/man-section.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/openssl/man-section.patch b/main/openssl/man-section.patch
index 2920145612..0606897f45 100644
--- a/main/openssl/man-section.patch
+++ b/main/openssl/man-section.patch
@@ -25,8 +25,8 @@ index 1292053546f5..c034d21884d8 100644
@[ -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)
-+ --destdir=$(DESTDIR)$(MANDIR) --type=man --suffix=$(MANSUFFIX) \
+- "--destdir=$(DESTDIR)$(MANDIR)" --type=man --suffix=$(MANSUFFIX)
++ "--destdir=$(DESTDIR)$(MANDIR)" --type=man --suffix=$(MANSUFFIX) \
+ --mansection=$(MANSECTION)
uninstall_man_docs: