Skip to content

Commit 80eb470

Browse files
author
Yuriy Darnobyt
committed
Prepare release of 2.7_rc2-I009
Signed-off-by: Yuriy Darnobyt <[email protected]>
1 parent 64ed80c commit 80eb470

File tree

5 files changed

+60
-9
lines changed

5 files changed

+60
-9
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
openvpn (2.7~rc2-debian0) stable; urgency=medium
2+
3+
* OpenVPN Release 2.7_rc2 (Gert Doering, d6ee27b4)
4+
* Fix memcmp check for the hmac verification in the 3way handshake being inverted (Arne Schwabe, 18c483dd)
5+
* socket: reject mismatched address family in get_addr_generic (Mikhail Khachaiants, f1b851da)
6+
* ssl_pkt: Avoid conversion warnings (Frank Lichtenheld, 5ab76ad9)
7+
* ssl: Clean up type handling in parse_early_negotiation_tlvs() (Frank Lichtenheld, abe32bce)
8+
* ssl: Clean up type handling in export_user_keying_material() (Frank Lichtenheld, fc00a3c9)
9+
* ssl: Clean up type handling in write_string() (Frank Lichtenheld, 2a4b12f5)
10+
* ssl: Change update argument of compute_earliest_wakeup to time_t (Frank Lichtenheld, 0e2fc09d)
11+
* ssl: Fix conversion warning in tls_prepend_opcode_v1 (Frank Lichtenheld, d926257b)
12+
* tls_crypt: Avoid some conversion warnings (Frank Lichtenheld, 8cd99b91)
13+
* forward: Change context_reschedule_sec sec argument to time_t (Frank Lichtenheld, 7835c371)
14+
* interval: Fix conversion warning (Frank Lichtenheld, eb0666c8)
15+
* otime: Fix various conversion warnings (Frank Lichtenheld, f265486b)
16+
* tapctl: refactor 'create' command (Lev Stipakov, 8487dbf1)
17+
* tapctl: make output of 'list' and 'create' commands more verbose (Lev Stipakov, c8f0e726)
18+
* recursive routing: fixes and clean-ups (Lev Stipakov, db241ceb)
19+
* tapctl: factor out command handlers (Lev Stipakov, ef4937f8)
20+
* iservice: use saved iface index to restore metric (Heiko Hund, a1d4a794)
21+
* options: remove --opt-verify functionality (Antonio Quartulli, c716b3b8)
22+
* ssl: change return type of calc_control_channel_frame_overhead to size_t (Frank Lichtenheld, 8b0554d9)
23+
* pkcs11: Avoid some conversion warnings (Frank Lichtenheld, de82ad64)
24+
* Fix construction of invalid pointer in tls_pre_decrypt (Arne Schwabe, 5cdf3f97)
25+
* openssl_compat: Avoid conversion warning for SSL_get_negotiated_group (Frank Lichtenheld, 4fa8539a)
26+
* ssl: Change tls_send_payload size argument to size_t (Frank Lichtenheld, 0da6116c)
27+
* tapctl: use better wording for adapters (Lev Stipakov, 2fe6fd1d)
28+
* Do not underestimate number of encrypted/decrypted AEAD blocks (Arne Schwabe, 5e6d478f)
29+
* iservice: make sure directories have trailing backslash (Heiko Hund, 985f4eae)
30+
* iservice: validate config path case-insensitive (Heiko Hund, 39581501)
31+
* win: remove checks for PATHCCH_ENSURE_TRAILING_SLASH (Heiko Hund, 763160a1)
32+
* iservice: validate config path better (Heiko Hund, bbca8141)
33+
* msvc: fix struct initialization for v19 compilers (Heiko Hund, 5888adc6)
34+
* Enable -Wtype-limits by default (via -Wextra) (Frank Lichtenheld, 5d50583b)
35+
* dco_freebsd.c: fix integer warnings (Gert Doering, 7e0b68ae)
36+
* FreeBSD DCO: repair --inactive (Gert Doering, 7fe5cc03)
37+
* dco_freebsd: implement dco_get_peer_stats() (Gert Doering, ce99cd6c)
38+
* pkcs11_openssl: Silence a conversion warning (Frank Lichtenheld, 4e9a10ad)
39+
* dco_freebsd.c: add D_DCO_DEBUG messages for counters and notifications (Gert Doering, 6711ffa9)
40+
* FreeBSD DCO: repair incoming 'delete peer' notifications in p2p client mode (Gert Doering, c4fe7813)
41+
* init: make some functions static (Antonio Quartulli, 8545a3db)
42+
* PUSH_UPDATE server: update reporting_addr after ifconfig update (Marco Baffo, 38e9dd63)
43+
* unit_tests: prefer proper cmocka assert helpers (Antonio Quartulli, c5e99509)
44+
* Use correct undo_list when clearing DNS addresses (Selva Nair, 59fed2ad)
45+
* test_networking: use appropriate assert helpers (Antonio Quartulli, 21b94373)
46+
* openvpnserv: Disallow stdin as config unless user is authorized (Selva Nair, a3d8c402)
47+
* iservice: fix DNS address list generation (Heiko Hund, 235aa885)
48+
* manage: Correctly handle port 65535 in man_kill (Frank Lichtenheld, 40b29347)
49+
* OpenVPN Release 2.7_rc1 (Gert Doering, 4281449b)
50+
51+
-- Yuriy Darnobyt <[email protected]> Mon, 17 Nov 2025 11:42:02 +0100

release/vars.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ GIT_AUTHOR="Yuriy Darnobyt <[email protected]>"
2323
MSI_BUILD_ONLY="NO"
2424

2525
# Version numbers
26-
OPENVPN_PREVIOUS_VERSION="${OPENVPN_PREVIOUS_VERSION:-2.7_beta3}"
27-
OPENVPN_CURRENT_VERSION="${OPENVPN_CURRENT_VERSION:-2.7_rc1}"
26+
OPENVPN_PREVIOUS_VERSION="${OPENVPN_PREVIOUS_VERSION:-2.7_rc1}"
27+
OPENVPN_CURRENT_VERSION="${OPENVPN_CURRENT_VERSION:-2.7_rc2}"
2828
OPENVPN_CURRENT_TAG="${OPENVPN_CURRENT_TAG:-refs/tags/v$OPENVPN_CURRENT_VERSION}"
2929
OPENVPN_PREVIOUS_TAG="refs/tags/v$OPENVPN_PREVIOUS_VERSION"
3030

3131
OPENVPN_GUI_CURRENT_MAJ_VERSION=11
32-
OPENVPN_GUI_CURRENT_MIN_VERSION=57
32+
OPENVPN_GUI_CURRENT_MIN_VERSION=58
3333
OPENVPN_GUI_CURRENT_FULL_VERSION="$OPENVPN_GUI_CURRENT_MAJ_VERSION.$OPENVPN_GUI_CURRENT_MIN_VERSION.0.0"
3434
OPENVPN_GUI_BRANCH="master"
3535

@@ -38,7 +38,7 @@ OPENVPN_DCO_CURRENT_VERSION="${OPENVPN_DCO_CURRENT_VERSION:-6.17.0.2025102200}"
3838
OPENVPN_DCO_CURRENT_TAG="${OPENVPN_DCO_CURRENT_TAG:-refs/tags/ovpn-net-next/main-6.17.0-2025102200}"
3939
OPENVPN_DCO_PREVIOUS_TAG="${OPENVPN_DCO_PREVIOUS_TAG:-refs/tags/ovpn-net-next/main-6.17.0-2025100701}"
4040

41-
INSTALLER_BUILD=8
41+
INSTALLER_BUILD=9
4242
INSTALLER_VERSION="I"$(printf "%03d\n" $INSTALLER_BUILD)
4343
# Debian packaging scripts do not allow underscores (e.g "2.4_alpha2")
4444
DEBIAN_UPSTREAM_VERSION=`echo $OPENVPN_CURRENT_VERSION|sed s/"_"/"~"/g`

src/openvpn-gui

windows-msi/version.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ define([PRODUCT_NAME], [OpenVPN])
3636
define([PRODUCT_PUBLISHER], [OpenVPN, Inc.])
3737

3838
dnl The package version as displayed by UI and used in filenames (no spaces, please).
39-
define([PACKAGE_VERSION], [2.7_rc1-I008])
39+
define([PACKAGE_VERSION], [2.7_rc2-I009])
4040

4141
dnl The MSI product version in the form of n[.n[.n]] (numbers only).
4242
dnl The third field is 100*openvpn bugfix release + MSI build number.
4343
dnl So for the 2nd MSI build for OpenVPN 2.6.3 use 2.6.302
44-
define([PRODUCT_VERSION], [2.7.008])
44+
define([PRODUCT_VERSION], [2.7.009])
4545

4646
dnl The MSI product code MUST change on each product release.
47-
define([PRODUCT_CODE], [{16CF1031-6DBC-4C34-A792-68C397F43920}])
47+
define([PRODUCT_CODE], [{3C5DB25B-612E-4EA9-A71F-0E01717D8A83}])
4848

4949
dnl The MSI upgrade codes MUST persist for all versions of the same product line.
5050
dnl Please use own upgrade codes when deploying a non-official OpenVPN release.

0 commit comments

Comments
 (0)