mirror of
https://github.com/mtrojnar/osslsigncode
synced 2026-06-08 16:13:39 +00:00
Release 2.13
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
BUILD_TYPE: Release
|
||||
version: osslsigncode-2.13-dev
|
||||
version: osslsigncode-2.13
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ project(osslsigncode
|
||||
LANGUAGES C)
|
||||
|
||||
# force nonstandard version format for development packages
|
||||
set(DEV "-dev")
|
||||
set(DEV "")
|
||||
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}")
|
||||
|
||||
# version and contact information
|
||||
|
||||
@@ -1,6 +1,19 @@
|
||||
# osslsigncode change log
|
||||
|
||||
### 2.13 (unreleased)
|
||||
### 2.13 (2026.02.10)
|
||||
|
||||
**MULTIPLE SECURITY VULNERABILITIES**
|
||||
|
||||
This release includes important security fixes. Users are strongly encouraged
|
||||
to upgrade, as the issues below may be exploitable when processing untrusted
|
||||
files.
|
||||
|
||||
- fixed integer overflows when processing APPX compressed data streams
|
||||
(by Małgorzata Olszówka)
|
||||
- fixed double-free vulnerabilities in APPX file processing
|
||||
(by Małgorzata Olszówka)
|
||||
- fixed multiple memory corruption issues in PE page hash computation
|
||||
(by Antoni Klajn (Opera) and Małgorzata Olszówka)
|
||||
|
||||
### 2.12 (2026.02.02)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user