Skip to content

Commit 97a9ade

Browse files
committed
Release 2.13
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
1 parent f2f33bb commit 97a9ade

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
99
BUILD_TYPE: Release
10-
version: osslsigncode-2.13-dev
10+
version: osslsigncode-2.13
1111

1212
jobs:
1313
build:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ project(osslsigncode
1616
LANGUAGES C)
1717

1818
# force nonstandard version format for development packages
19-
set(DEV "-dev")
19+
set(DEV "")
2020
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}")
2121

2222
# version and contact information

NEWS.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# osslsigncode change log
22

3-
### 2.13 (unreleased)
3+
### 2.13 (2026.02.10)
4+
5+
**MULTIPLE SECURITY VULNERABILITIES**
6+
7+
This release includes important security fixes. Users are strongly encouraged
8+
to upgrade, as the issues below may be exploitable when processing untrusted
9+
files.
10+
11+
- fixed integer overflows when processing APPX compressed data streams
12+
(by Małgorzata Olszówka)
13+
- fixed double-free vulnerabilities in APPX file processing
14+
(by Małgorzata Olszówka)
15+
- fixed multiple memory corruption issues in PE page hash computation
16+
(by Antoni Klajn (Opera) and Małgorzata Olszówka)
417

518
### 2.12 (2026.02.02)
619

0 commit comments

Comments
 (0)