Skip to content

Commit

Permalink
OpenSSL 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
es1024 committed Nov 2, 2023
1 parent e102ee2 commit 559d990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/build_definitions/openssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class OpenSSLDependency(Dependency):
def __init__(self) -> None:
super(OpenSSLDependency, self).__init__(
name='openssl',
version='3.1.3',
version='3.0.8',
url_pattern='https://www.openssl.org/source/openssl-{0}.tar.gz',
build_group=BUILD_GROUP_COMMON)
self.copy_sources = True
Expand Down
2 changes: 1 addition & 1 deletion thirdparty_src_checksums.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ c48450d27524c2e5856997133e059e3cf9909241110a6e21ad278890ac425afc lz4-r130.tar.g
0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1 openssl-1.1.1l.tar.gz
40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a openssl-1.1.1n.tar.gz
9384a2b0570dd80358841464677115df785edb941c71211f75076d72fe6b438f openssl-1.1.1o.tar.gz
f0316a2ebd89e7f2352976445458689f80302093788c466692fb2a188b2eacf6 openssl-3.1.3.tar.gz
6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e openssl-3.0.8.tar.gz
c28dba8782da2cfea1e11c61d335958c31a9c1bc553063546af9cbe98f204092 protobuf-3.5.1.tar.gz
05e28e5141c1962b1c9d8793cc9cfee8cd11bc24cea13fb9689ac3fc0a379bd3 protobuf-3.5.1-yb-1.tar.gz
ecff26c4f01c7904abff431b07b09f7c3837d3c2861cdc95ba6f0272d84a8e17 rapidjson-1.1.0-yb-1.zip
Expand Down

0 comments on commit 559d990

Please sign in to comment.