aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2021-08-23 09:38:16 -0500
committerBrent Cook <busterb@gmail.com>2021-08-23 09:38:16 -0500
commit409fe207094594c3c7d2abf62ab4400d9328ede9 (patch)
tree95c7602f22024e03057b7db5cb613d37801a395e
parentdf2d4bb0a88213747fbf22cd710c02b5e27dab88 (diff)
downloadportable-3.3.4.tar.gz
portable-3.3.4.tar.bz2
portable-3.3.4.zip
LibreSSL 3.3.4v3.3.4
-rw-r--r--ChangeLog10
-rw-r--r--patches/opensslv.h4
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.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.3.4 - Security fix
32
33 * In LibreSSL, printing a certificate can result in a crash in
34 X509_CERT_AUX_print().
35 From Ingo Schwarze
36
37 * Ensure GNU-stack is set on ELF platforms when building with CMake to
38 enable non-executable stack annotations for the GNU toolchain.
39 From Tobias Heider
40
313.3.3 - Stable release 413.3.3 - Stable release
32 42
33 * This is the first stable release from the 3.3.x series. 43 * 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 @@
3#define HEADER_OPENSSLV_H 3#define HEADER_OPENSSLV_H
4 4
5/* These will change with each release of LibreSSL-portable */ 5/* These will change with each release of LibreSSL-portable */
6#define LIBRESSL_VERSION_NUMBER 0x3030300fL 6#define LIBRESSL_VERSION_NUMBER 0x3030400fL
7/* ^ Patch starts here */ 7/* ^ Patch starts here */
8#define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.3" 8#define LIBRESSL_VERSION_TEXT "LibreSSL 3.3.4"
9 9
10/* These will never change */ 10/* These will never change */
11#define OPENSSL_VERSION_NUMBER 0x20000000L 11#define OPENSSL_VERSION_NUMBER 0x20000000L