[openssl-commits] [openssl] OpenSSL_1_1_1-stable update
Richard Levitte
levitte at openssl.org
Wed Feb 13 19:02:14 UTC 2019
The branch OpenSSL_1_1_1-stable has been updated
via 7ee28a61cd6d9f704fc672904a14a764f618aa7c (commit)
from 851437094aca6067d425f7869751df41cde775fe (commit)
- Log -----------------------------------------------------------------
commit 7ee28a61cd6d9f704fc672904a14a764f618aa7c
Author: Michael Haubenwallner <michael.haubenwallner at ssi-schaefer.com>
Date: Wed Feb 13 16:52:04 2019 +0100
Windows/Cygwin dlls need the executable bit set
CLA: trivial
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8226)
(cherry picked from commit fa63e45262971b9c2a6aeb33db8c52a5a84fc8b5)
-----------------------------------------------------------------------
Summary of changes:
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 3d99985..288b792 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -651,7 +651,7 @@ install_runtime_libs: build_libs
: {- output_off() unless windowsdll(); "" -}; \
$(ECHO) "install $$s -> $(DESTDIR)$(INSTALLTOP)/bin/$$fn"; \
cp $$s $(DESTDIR)$(INSTALLTOP)/bin/$$fn.new; \
- chmod 644 $(DESTDIR)$(INSTALLTOP)/bin/$$fn.new; \
+ chmod 755 $(DESTDIR)$(INSTALLTOP)/bin/$$fn.new; \
mv -f $(DESTDIR)$(INSTALLTOP)/bin/$$fn.new \
$(DESTDIR)$(INSTALLTOP)/bin/$$fn; \
: {- output_on() unless windowsdll(); "" -}{- output_off() if windowsdll(); "" -}; \
More information about the openssl-commits
mailing list