Skip to content

Commit e73b372

Browse files
authored
Merge pull request #868 from OpenVPN/master-merge
Merge 'release/2.6' into master
2 parents eef4eed + a334441 commit e73b372

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

debian-sbuild/openvpn-dco-dkms/changelog-0.2.20241216

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ openvpn-dco-dkms (0.2.20241216-debian0) stable; urgency=medium
55
* linux-compat: move UDP_ENCAP_OVPNINUDP to compat file (Antonio Quartulli, 74311c6)
66
* linux-compat: NLA_POLICY_MAX_LEN will be released in 6.13 (Antonio Quartulli, 42a50c2)
77

8-
-- Frank Lichtenheld <frank.lichtenheld@openvpn.net> Thu, 21 Nov 2024 23:30:21 +0100
8+
-- Yuriy Darnobyt <yuriy.darnobyt@openvpn.net> Thu, 21 Nov 2024 23:30:21 +0100
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
openvpn (2.6.14-debian0) stable; urgency=medium
2+
3+
* preparing release 2.6.14 (Gert Doering, f588592e)
4+
* Allow tls-crypt-v2 to be setup only on initial packet of a session (Arne Schwabe, d3015bfd)
5+
* Fix compatibility with mbedTLS 2.28.10+ and 3.6.3+ (Frank Lichtenheld, 49136280)
6+
* crypto_backend: fix type of enc parameter (Frank Lichtenheld, a421e943)
7+
* dco: fix source IP selection when multihome (Qingfang Deng, b9ad768a)
8+
* GHA: Drop Ubuntu 20.04 and other maintenance (2.6) (Frank Lichtenheld, 40b76047)
9+
10+
-- Yuriy Darnobyt <yuriy.darnobyt@openvpn.net> Wed, 2 Apr 2025 08:53:10 +0200

release/vars.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GPG_KEY_ID="F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7"
1414
# This also helps catch various problems with expired subkeys and public
1515
# keys.
1616
GPG_OPTS="--no-default-keyring --keyring ~/.gnupg-security@openvpn.net/pubring.kbx"
17-
GIT_AUTHOR="Frank Lichtenheld <frank.lichtenheld@openvpn.net>"
17+
GIT_AUTHOR="Yuriy Darnobyt <yuriy.darnobyt@openvpn.net>"
1818

1919
# Sometimes we release MSI build only with new INSTALLER_BUILD version
2020
# It does not require to tag and push OpenVPN sources again
@@ -23,13 +23,13 @@ GIT_AUTHOR="Frank Lichtenheld <frank.lichtenheld@openvpn.net>"
2323
MSI_BUILD_ONLY="NO"
2424

2525
# Version numbers
26-
OPENVPN_PREVIOUS_VERSION="${OPENVPN_PREVIOUS_VERSION:-2.6.12}"
26+
OPENVPN_PREVIOUS_VERSION="${OPENVPN_PREVIOUS_VERSION:-2.6.13}"
2727
OPENVPN_CURRENT_VERSION="${OPENVPN_CURRENT_VERSION:-2.7_git}"
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=51
32+
OPENVPN_GUI_CURRENT_MIN_VERSION=52
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/openvpn-gui

0 commit comments

Comments
 (0)