diff options
| author | Brent Cook <busterb@gmail.com> | 2021-08-23 09:38:16 -0500 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2021-08-23 09:38:16 -0500 |
| commit | 409fe207094594c3c7d2abf62ab4400d9328ede9 (patch) | |
| tree | 95c7602f22024e03057b7db5cb613d37801a395e | |
| parent | df2d4bb0a88213747fbf22cd710c02b5e27dab88 (diff) | |
| download | portable-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-- | ChangeLog | 10 | ||||
| -rw-r--r-- | patches/opensslv.h | 4 |
2 files changed, 12 insertions, 2 deletions
| @@ -28,6 +28,16 @@ history is also available from Git. | |||
| 28 | 28 | ||
| 29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
| 30 | 30 | ||
| 31 | 3.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 | |||
| 31 | 3.3.3 - Stable release | 41 | 3.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 |
