From 22a03075732f7397f2bacbc5353116c04a1a4156 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 11 May 2024 22:13:30 -0500 Subject: [PATCH] LibreSSL 3.9.2 --- ChangeLog | 6 ++++++ patches/opensslv.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ebac0ebf2..76d554fc3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/patches/opensslv.h b/patches/opensslv.h index 9acfe294f0..c48e717ad4 100644 --- a/patches/opensslv.h +++ b/patches/opensslv.h @@ -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