Skip to content

Commit

Permalink
Update OpenSSL patch levels to 3.0.8 + 1.1.1t
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Mar 7, 2023
1 parent 5282c9c commit 404de0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bincrafters_conventions/bincrafters_conventions.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,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': 's', 'eol': False},
'3.0.': {'latest_patch': '7', 'eol': False},
'1.1.1': {'latest_patch': 't', 'eol': False},
'3.0.': {'latest_patch': '8', 'eol': False},
}

@contextlib.contextmanager
Expand Down

0 comments on commit 404de0c

Please sign in to comment.