Skip to content

Commit 7cc6a48

Browse files
quarckstert8m
authored andcommitted
Change private openssl/security repository url
Change security repository url in HOWTO-handle-security-issue.md, HOWTO-make-a-release.md,HOWTO-stage-a-release.md and HOWTO-publish-a-release.md. Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #219)
1 parent 8f8e9f7 commit 7cc6a48

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

HOWTO-handle-security-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Finish by publishing all the applicable
614614
[Special handling of vendors]: #special-handling-of-vendors
615615
616616
[private otc/security repository]: https://github.openssl.org/otc/security
617-
[private openssl/security repository]: https://github.openssl.org/openssl/security
617+
[private openssl/security repository]: https://github.com/openssl/security
618618
[private openssl/premium repository]: https://github.openssl.org/openssl/premium
619619
[private openssl/openssl repository]: https://github.openssl.org/openssl/openssl
620620
[private omc/data repository]: https://github.openssl.org/omc/data

HOWTO-make-a-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You must have access to the following repositories:
4242
a public release, which are those that haven't reached End-Of-Life
4343
yet.
4444

45-
- `git@github.openssl.org:openssl/security.git`
45+
- `git@github.com:openssl/security.git`
4646

4747
This is the security source repository, where security fixes are
4848
staged before being publically released. It is used as source
@@ -70,7 +70,7 @@ version released.
7070
repository, which is one of:
7171

7272
- `git clone [email protected]:openssl/openssl.git`
73-
- `git clone git@github.openssl.org:openssl/security.git`
73+
- `git clone git@github.com:openssl/security.git`
7474
- `git clone [email protected]:openssl/premium.git`
7575

7676
## Freeze the source repository

HOWTO-publish-a-release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You must have access to the following repositories:
5353
a public release, which are those that haven't reached End-Of-Life
5454
yet.
5555

56-
- `git@github.openssl.org:openssl/security.git`
56+
- `git@github.com:openssl/security.git`
5757

5858
This is the security source repository, where security fixes are
5959
staged before being publically released. It is used as source
@@ -95,7 +95,7 @@ in this section.
9595

9696
*NOTE* This section should only be performed for public releases, i.e.
9797
releases made from `[email protected]:openssl/openssl.git` or
98-
`git@github.openssl.org:openssl/security.git`.
98+
`git@github.com:openssl/security.git`.
9999

100100
Everything in this section is to be done as the `openssl` user on
101101
`dev.openssl.org`, so if you haven't done that yet, you now *must* perform
@@ -131,7 +131,7 @@ visiting the release URL that corresponds to the source repository that the
131131
release was made from, or by using [the Github CLI tool](https://cli.github.com/]:
132132

133133
- For releases from `[email protected]:openssl/openssl.git` or
134-
`git@github.openssl.org:openssl/security.git`:
134+
`git@github.com:openssl/security.git`:
135135

136136
URL: https://github.com/openssl/openssl/releases
137137

HOWTO-stage-a-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You must have access to the following repositories:
6262
a public release, which are those that haven't reached End-Of-Life
6363
yet.
6464

65-
- `git@github.openssl.org:openssl/security.git`
65+
- `git@github.com:openssl/security.git`
6666

6767
This is the security source repository, where security fixes are
6868
staged before being publically released. It is used as source
@@ -105,7 +105,7 @@ address, `[email protected]`. To test this, try to log in with sftp:
105105
repository, which is one of:
106106

107107
- `git clone [email protected]:openssl/openssl.git`
108-
- `git clone git@github.openssl.org:openssl/security.git`
108+
- `git clone git@github.com:openssl/security.git`
109109
- `git clone [email protected]:openssl/premium.git`
110110

111111
- If you're staging multiple releases from one repository in one go, there

0 commit comments

Comments
 (0)