-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[openssl] Update version to 3.1.4 (#34734)
* [openssl] Update version to 3.1.4 * version
- Loading branch information
1 parent
e712423
commit 98a562a
Showing
8 changed files
with
28 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl | ||
index dd96254..c4458ca 100644 | ||
index c82c086..6c5402d 100644 | ||
--- a/Configurations/unix-Makefile.tmpl | ||
+++ b/Configurations/unix-Makefile.tmpl | ||
@@ -689,6 +689,10 @@ install_ssldirs: | ||
cp $(SRCDIR)/apps/ct_log_list.cnf $(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf; \ | ||
chmod 644 $(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf; \ | ||
@@ -690,6 +690,11 @@ install_ssldirs: | ||
chmod 644 "$(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf"; \ | ||
fi | ||
|
||
+ $(PERL) $(SRCDIR)/util/mkdir-p.pl $(DESTDIR)$(INSTALLTOP)$(OPENSSLDIR) | ||
+ for I in $(DESTDIR)$(OPENSSLDIR)/*; do \ | ||
+ mv $$I $(DESTDIR)$(INSTALLTOP)$(OPENSSLDIR)/; \ | ||
+ done | ||
+ | ||
install_dev: install_runtime_libs | ||
@[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1) | ||
@$(ECHO) "*** Installing development files" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl | ||
index 4c8c916..dd96254 100644 | ||
index fc982df..10f1c54 100644 | ||
--- a/Configurations/unix-Makefile.tmpl | ||
+++ b/Configurations/unix-Makefile.tmpl | ||
@@ -708,6 +708,7 @@ install_dev: install_runtime_libs | ||
@@ -713,6 +713,7 @@ install_dev: install_runtime_libs | ||
done | ||
@$(PERL) $(SRCDIR)/util/mkdir-p.pl $(DESTDIR)$(libdir) | ||
@$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(libdir)" | ||
@set -e; for l in $(INSTALL_LIBS); do \ | ||
+ if [ -n "$(INSTALL_SHLIBS)" ] ; then continue ; fi ; \ | ||
+ if [ -n "$(INSTALL_SHLIBS)" ] ; then continue ; fi ; \ | ||
fn=`basename $$l`; \ | ||
$(ECHO) "install $$l -> $(DESTDIR)$(libdir)/$$fn"; \ | ||
cp $$l $(DESTDIR)$(libdir)/$$fn.new; \ | ||
cp $$l "$(DESTDIR)$(libdir)/$$fn.new"; \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters