Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dcc93d3

Browse filesBrowse files
mhdawsondanielleadams
authored andcommitted
doc: expand openssl instructions
Refs: #36541 Expand the instructions to cover what is needed when updates are required across all active release lines PR-URL: #36554 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 2dd2ec3 commit dcc93d3
Copy full SHA for dcc93d3

File tree

Expand file treeCollapse file tree

1 file changed

+15
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+15
-0
lines changed
Open diff view settings
Collapse file

‎doc/guides/maintaining-openssl.md‎

Copy file name to clipboardExpand all lines: doc/guides/maintaining-openssl.md
+15Lines changed: 15 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
This document describes how to update `deps/openssl/`.
44

5+
If you need to provide updates across all active release lines you will
6+
currently need to generate three PRs as follows:
7+
8+
* a PR for master which is generated following the instructions
9+
below which include the QUIC patch.
10+
* a PR for 14.x following the instruction below based on the
11+
14,x branch but skipping the step to apply the QUICK patch.
12+
This PR should cherry pick back to the active release lines
13+
except for the 10.x line.
14+
* a PR which uses the same commit from the second PR to apply the
15+
updates to the openssl source code, with a new commit generated
16+
by following steps 2 onwards on the 10.x line. This is
17+
necessary because differences in 10.x requires that the
18+
configuration files be regenerated specifically for 10.x.
19+
520
## Requirements
621
* Linux environment.
722
* `perl` Only Perl version 5 is tested.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.