Skip to content

Commit 7818ea5

Browse files
authored
Merge pull request #1144 from OpenVPN/master-merge
Merge branch 'release/2.7' into master
2 parents c61d316 + 8467dff commit 7818ea5

File tree

5 files changed

+57
-6
lines changed

5 files changed

+57
-6
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: 3 additions & 3 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:-HEAD}"
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

src/vcpkg

Submodule vcpkg updated 129 files

0 commit comments

Comments
 (0)