Skip to content

Commit c842672

Browse files
committed
Security release, update to 4.1.1
1 parent a9ec775 commit c842672

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ history is also available from Git.
2828

2929
LibreSSL Portable Release Notes:
3030

31+
4.1.1 - Security release
32+
33+
* An incorrect length check can result in a 4-byte overwrite and an 8-byte
34+
overread. From Stanislav Fort and Viktor Dukhovni via OpenSSL.
35+
CVE-2025-9230.
36+
3137
4.1.0 - Stable release
3238

3339
* Portable changes

patches/opensslv.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/* $OpenBSD: opensslv.h,v 1.80 2025/03/09 15:49:18 tb Exp $ */
2+
#ifndef HEADER_OPENSSLV_H
3+
#define HEADER_OPENSSLV_H
4+
5+
/* These will change with each release of LibreSSL-portable */
6+
#define LIBRESSL_VERSION_NUMBER 0x4010100fL
7+
/* ^ Patch starts here */
8+
#define LIBRESSL_VERSION_TEXT "LibreSSL 4.1.1"
9+
10+
/* These will never change */
11+
#define OPENSSL_VERSION_NUMBER 0x20000000L
12+
#define OPENSSL_VERSION_TEXT LIBRESSL_VERSION_TEXT
13+
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
14+
15+
#define SHLIB_VERSION_HISTORY ""
16+
#define SHLIB_VERSION_NUMBER "1.0.0"
17+
18+
#endif /* HEADER_OPENSSLV_H */

0 commit comments

Comments
 (0)