LibreSSL 3.9.2

This commit is contained in:
Brent Cook
2024-05-11 22:13:30 -05:00
parent 9c40be2bd2
commit 22a0307573
2 changed files with 8 additions and 2 deletions

View File

@@ -28,6 +28,12 @@ history is also available from Git.
LibreSSL Portable Release Notes:
3.9.2 - Stable release
* Bugfixes
- OpenBSD 7.5 errata 003. A missing bounds check could lead to a crash
due to dereferencing a zero-sized allocation.
3.9.1 - Stable release
* Portable changes

View File

@@ -3,9 +3,9 @@
#define HEADER_OPENSSLV_H
/* These will change with each release of LibreSSL-portable */
#define LIBRESSL_VERSION_NUMBER 0x3090100fL
#define LIBRESSL_VERSION_NUMBER 0x3090200fL
/* ^ Patch starts here */
#define LIBRESSL_VERSION_TEXT "LibreSSL 3.9.1"
#define LIBRESSL_VERSION_TEXT "LibreSSL 3.9.2"
/* These will never change */
#define OPENSSL_VERSION_NUMBER 0x20000000L