Skip to content

Commit

Permalink
Update OpenSSL 1.1.1 to m and 3.0 to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Dec 16, 2021
1 parent 8051a8e commit 387589b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bincrafters_conventions/bincrafters_conventions.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
openssl_version_matrix = {'1.0.1': {'latest_patch': 'h', 'eol': True},
'1.0.2': {'latest_patch': 'u', 'eol': True},
'1.1.0': {'latest_patch': 'l', 'eol': True},
'1.1.1': {'latest_patch': 'l', 'eol': False},
'1.1.1': {'latest_patch': 'm', 'eol': False},
'3.0': {'latest_patch': '1', 'eol': False},
}

@contextlib.contextmanager
Expand Down

0 comments on commit 387589b

Please sign in to comment.