Skip to content

Commit 7efa020

Browse files
mhdawsontargos
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 1551b40 commit 7efa020

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/guides/maintaining-openssl.md

+15
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)