Skip to content

Commit

Permalink
(conan-io#11322) openssl: add 3.0.4,3.0.5,1.1.1p,1.1.1q
Browse files Browse the repository at this point in the history
* openssl: add 3.0.4 and 1.1.1p

* openssl: add 3.0.5 and 1.1.1q
  • Loading branch information
the-nic authored and AndreyMlashkin committed Jul 29, 2022
1 parent 9b8deff commit cc537ab
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
18 changes: 18 additions & 0 deletions recipes/openssl/1.x.x/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,18 @@ sources:
"https://www.openssl.org/source/openssl-1.1.1o.tar.gz",
"https://www.openssl.org/source/old/openssl-1.1.1o.tar.gz"
]
1.1.1p:
sha256: bf61b62aaa66c7c7639942a94de4c9ae8280c08f17d4eac2e44644d9fc8ace6f
url: [
"https://www.openssl.org/source/openssl-1.1.1p.tar.gz",
"https://www.openssl.org/source/old/openssl-1.1.1p.tar.gz"
]
1.1.1q:
sha256: d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca
url: [
"https://www.openssl.org/source/openssl-1.1.1q.tar.gz",
"https://www.openssl.org/source/old/openssl-1.1.1q.tar.gz"
]
patches:
1.0.2s:
- patch_file: patches/1.0.2u-darwin-arm64.patch
Expand Down Expand Up @@ -144,3 +156,9 @@ patches:
1.1.1o:
- patch_file: patches/1.1.1-tvos-watchos.patch
base_path: source_subfolder
1.1.1p:
- patch_file: patches/1.1.1-tvos-watchos.patch
base_path: source_subfolder
1.1.1q:
- patch_file: patches/1.1.1-tvos-watchos.patch
base_path: source_subfolder
6 changes: 6 additions & 0 deletions recipes/openssl/3.x.x/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
sources:
3.0.5:
url: https://www.openssl.org/source/openssl-3.0.5.tar.gz
sha256: aa7d8d9bef71ad6525c55ba11e5f4397889ce49c2c9349dcea6d3e4f0b024a7a
3.0.4:
url: https://www.openssl.org/source/openssl-3.0.4.tar.gz
sha256: 2831843e9a668a0ab478e7020ad63d2d65e51f72977472dc73efcefbafc0c00f
3.0.3:
url: https://www.openssl.org/source/openssl-3.0.3.tar.gz
sha256: ee0078adcef1de5f003c62c80cc96527721609c6f3bb42b7795df31f8b558c0b
Expand Down
8 changes: 8 additions & 0 deletions recipes/openssl/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
versions:
# 3.0.x releases
3.0.5:
folder: "3.x.x"
3.0.4:
folder: "3.x.x"
3.0.3:
folder: "3.x.x"
3.0.2:
Expand All @@ -9,6 +13,10 @@ versions:
3.0.0:
folder: "3.x.x"
# 1.1.1x releases
1.1.1q:
folder: "1.x.x"
1.1.1p:
folder: "1.x.x"
1.1.1o:
folder: "1.x.x"
1.1.1n:
Expand Down

0 comments on commit cc537ab

Please sign in to comment.