From 409fe207094594c3c7d2abf62ab4400d9328ede9 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 23 Aug 2021 09:38:16 -0500 Subject: LibreSSL 3.3.4 --- ChangeLog | 10 ++++++++++ patches/opensslv.h | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 57225d4..d31848a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,16 @@ history is also available from Git. LibreSSL Portable Release Notes: +3.3.4 - Security fix + + * In LibreSSL, printing a certificate can result in a crash in + X509_CERT_AUX_print(). + From Ingo Schwarze + + * Ensure GNU-stack is set on ELF platforms when building with CMake to + enable non-executable stack annotations for the GNU toolchain. + From Tobias Heider + 3.3.3 - Stable release * This is the first stable release from the 3.3.x series. diff --git a/patches/opensslv.h b/patches/opensslv.h index cc5fe4d..3fcbdaf 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 0x3030300fL +#define LIBRESSL_VERSION_NUMBER 0x3030400fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.3" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.4" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- cgit v1.2.3-55-g6feb