Skip to content

Commit

Permalink
openssl: add 3.0.8 & 1.1.1t + add GitHub as mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Feb 9, 2023
1 parent 6a19ce1 commit 6f9571e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
18 changes: 10 additions & 8 deletions recipes/openssl/1.x.x/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ sources:
url:
- "https://www.openssl.org/source/openssl-1.1.0l.tar.gz"
- "https://www.openssl.org/source/old/1.1.0/openssl-1.1.0l.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/1.1.1/openssl-1.1.1p.tar.gz"
1.1.1q:
sha256: d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca
url:
Expand All @@ -24,20 +19,27 @@ sources:
url:
- "https://www.openssl.org/source/openssl-1.1.1s.tar.gz"
- "https://www.openssl.org/source/old/1.1.1/openssl-1.1.1s.tar.gz"
- "https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1s/openssl-1.1.1s.tar.gz"
1.1.1t:
sha256: 8dee9b24bdb1dcbf0c3d1e9b02fb8f6bf22165e807f45adeb7c9677536859d3b
url:
- "https://www.openssl.org/source/openssl-1.1.1t.tar.gz"
- "https://www.openssl.org/source/old/1.1.1/openssl-1.1.1t.tar.gz"
- "https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1t/openssl-1.1.1t.tar.gz"
patches:
1.0.2u:
- patch_file: patches/1.0.2u-darwin-arm64.patch
patch_description: "Darwin ARM64 support"
patch_type: "portability"
1.1.1p:
1.1.1q:
- patch_file: patches/1.1.1-tvos-watchos.patch
patch_description: "TVOS and WatchOS don't like fork()"
patch_type: "portability"
1.1.1q:
1.1.1s:
- patch_file: patches/1.1.1-tvos-watchos.patch
patch_description: "TVOS and WatchOS don't like fork()"
patch_type: "portability"
1.1.1s:
1.1.1t:
- patch_file: patches/1.1.1-tvos-watchos.patch
patch_description: "TVOS and WatchOS don't like fork()"
patch_type: "portability"
12 changes: 8 additions & 4 deletions recipes/openssl/3.x.x/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
sources:
3.0.8:
url:
- "https://www.openssl.org/source/openssl-3.0.8.tar.gz"
- "https://github.com/openssl/openssl/releases/download/openssl-3.0.8/openssl-3.0.8.tar.gz"
sha256: 6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e
3.0.7:
url: https://www.openssl.org/source/openssl-3.0.7.tar.gz
url:
- "https://www.openssl.org/source/openssl-3.0.7.tar.gz"
- "https://github.com/openssl/openssl/releases/download/openssl-3.0.7/openssl-3.0.7.tar.gz"
sha256: 83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e
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
8 changes: 4 additions & 4 deletions recipes/openssl/config.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
versions:
# 3.0.x releases
3.0.8:
folder: "3.x.x"
3.0.7:
folder: "3.x.x"
3.0.5:
folder: "3.x.x"
3.0.4:
folder: "3.x.x"

# 1.1.1x releases
1.1.1t:
folder: "1.x.x"
1.1.1s:
folder: "1.x.x"
1.1.1q:
folder: "1.x.x"
1.1.1p:
folder: "1.x.x"
# 1.1.0x releases
1.1.0l:
folder: "1.x.x"
Expand Down

0 comments on commit 6f9571e

Please sign in to comment.