Skip to content

Commit fa20154

Browse files
committed
preparing release 2.6.17
version.m4, ChangeLog, Changes.rst Signed-off-by: Gert Doering <[email protected]>
1 parent 29d8ecc commit fa20154

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
OpenVPN ChangeLog
22
Copyright (C) 2002-2025 OpenVPN Inc <[email protected]>
33

4+
2025.11.28 -- Version 2.6.17
5+
6+
Lev Stipakov (1):
7+
interactive.c: harden pipe handling against misbehaving clients
8+
9+
Selva Nair (3):
10+
vcpkg-ports/pkcs11-helper: bump version to 1.31
11+
Harden interactive service pipe
12+
Restrict access to the service pipe to SYSTEM and owner
13+
414
2025.11.17 -- Version 2.6.16
515

616
Antonio Quartulli (1):

Changes.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Overview of changes in 2.6.17
2+
=============================
3+
Bugfixes
4+
--------
5+
- Windows/interactive service: fix erroneous exit on error that could be
6+
used by a local Windows users to achieve a local denial-of-service
7+
(CVE-2025-13751)
8+
9+
Security hardening
10+
------------------
11+
- Windows/interactive service: improve service pipe robustness against
12+
file access races (uuid) and access by unauthorized processes (ACL).
13+
14+
- upgrade bundled build instruction (vcpkg and patch) for pkcs11-helper
15+
to 1.31, fixing a parser bug
16+
17+
118
Overview of changes in 2.6.16
219
=============================
320
Code maintenance / Compat changes

version.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ define([PRODUCT_NAME], [OpenVPN])
33
define([PRODUCT_TARNAME], [openvpn])
44
define([PRODUCT_VERSION_MAJOR], [2])
55
define([PRODUCT_VERSION_MINOR], [6])
6-
define([PRODUCT_VERSION_PATCH], [.16])
6+
define([PRODUCT_VERSION_PATCH], [.17])
77
m4_append([PRODUCT_VERSION], [PRODUCT_VERSION_MAJOR])
88
m4_append([PRODUCT_VERSION], [PRODUCT_VERSION_MINOR], [[.]])
99
m4_append([PRODUCT_VERSION], [PRODUCT_VERSION_PATCH], [[]])
1010
define([PRODUCT_BUGREPORT], [[email protected]])
11-
define([PRODUCT_VERSION_RESOURCE], [2,6,16,0])
11+
define([PRODUCT_VERSION_RESOURCE], [2,6,17,0])
1212
dnl define the TAP version
1313
define([PRODUCT_TAP_WIN_COMPONENT_ID], [tap0901])
1414
define([PRODUCT_TAP_WIN_MIN_MAJOR], [9])

0 commit comments

Comments
 (0)