Skip to content

Commit

Permalink
Prepare release of 2.6.11-I001
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
  • Loading branch information
flichtenheld committed Jun 20, 2024
1 parent 0562fe3 commit ed2eba3
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 11 deletions.
6 changes: 6 additions & 0 deletions debian-sbuild/openvpn-dco-dkms/changelog-0.2.20240619
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
openvpn-dco-dkms (0.2.20240619-debian0) stable; urgency=medium

* ovpn-dco: add missing include for MODULE_ALIAS_GENL_FAMILY (Antonio Quartulli, 4a58dbe)
* ovpn-dco: fix gso.h compat code for RHEL 9.4 (Antonio Quartulli, 2b17b01)

-- Frank Lichtenheld <frank.lichtenheld@openvpn.net> Tue, 18 Jun 2024 14:48:52 +0200
23 changes: 23 additions & 0 deletions debian-sbuild/openvpn/changelog-2.6.11
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
openvpn (2.6.11-debian0) stable; urgency=medium

* preparing release 2.6.11 (Gert Doering, ddf6bf6d)
* interactive.c: Improve access control for gui<->service pipe (Lev Stipakov, 51301eb6)
* Properly handle null bytes and invalid characters in control messages (Arne Schwabe, 90e7a858)
* Implement server_poll_timeout for socks (5andr0, 94bfb712)
* Remove "experimental" denotation for --fast-io (Frank Lichtenheld, d5c4c643)
* Implement Windows CA template match for Crypto-API selector (Heiko Wundram, dfbe11ac)
* LZO: do not use lzoutils.h macros (Frank Lichtenheld, 1ae753e4)
* Allow to set ifmode for existing DCO interfaces in FreeBSD (Franco Fichtner, 2f2ff186)
* Only schedule_exit() once (Reynir Björnsson, 65fb67cd)
* Workaround issue in LibreSSL crashing when enumerating digests/ciphers (Arne Schwabe, 8aed156b)
* Only run coverity scan in OpenVPN/OpenVPN repository (Arne Schwabe, 56fc48e8)
* Replace macos11 with macos14 in github runners (Arne Schwabe, 18520e5a)
* misc.c: remove unused code (Lev Stipakov, f50c6770)
* script-options.rst: Update ifconfig_* variables (Frank Lichtenheld, ea0d9c70)
* Add bracket in fingerprint message and do not warn about missing verification (Arne Schwabe, e36359aa)
* phase2_tcp_server: fix Coverity issue 'Dereference after null check' (Frank Lichtenheld, 5591af17)
* Use snprintf instead of sprintf for get_ssl_library_version (Arne Schwabe, 11ca69cf)
* documentation: make section levels consistent (Frank Lichtenheld, 7993084c)
* samples: Update sample configurations (Frank Lichtenheld, 371cc587)

-- Frank Lichtenheld <frank.lichtenheld@openvpn.net> Thu, 20 Jun 2024 11:37:03 +0200
12 changes: 6 additions & 6 deletions release/vars.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ WINDOWS_SIGNING_KEY_FP="31DA19926259519C9EA312C71935B13C33FC6E7E"
MSI_BUILD_ONLY="NO"

# Version numbers
OPENVPN_PREVIOUS_VERSION="${OPENVPN_PREVIOUS_VERSION:-2.6.9}"
OPENVPN_CURRENT_VERSION="${OPENVPN_CURRENT_VERSION:-2.6.10}"
OPENVPN_PREVIOUS_VERSION="${OPENVPN_PREVIOUS_VERSION:-2.6.10}"
OPENVPN_CURRENT_VERSION="${OPENVPN_CURRENT_VERSION:-2.6.11}"
OPENVPN_CURRENT_TAG="${OPENVPN_CURRENT_TAG:-refs/tags/v$OPENVPN_CURRENT_VERSION}"
OPENVPN_PREVIOUS_TAG="refs/tags/v$OPENVPN_PREVIOUS_VERSION"

OPENVPN_GUI_CURRENT_MAJ_VERSION=11
OPENVPN_GUI_CURRENT_MIN_VERSION=48
OPENVPN_GUI_CURRENT_MIN_VERSION=49
OPENVPN_GUI_CURRENT_FULL_VERSION="$OPENVPN_GUI_CURRENT_MAJ_VERSION.$OPENVPN_GUI_CURRENT_MIN_VERSION.0.0"
OPENVPN_GUI_BRANCH="master"

OPENVPN_DCO_PREVIOUS_VERSION="${OPENVPN_DCO_PREVIOUS_VERSION:-0.2.20240320}"
OPENVPN_DCO_CURRENT_VERSION="${OPENVPN_DCO_CURRENT_VERSION:-0.2.20240612}"
OPENVPN_DCO_PREVIOUS_VERSION="${OPENVPN_DCO_PREVIOUS_VERSION:-0.2.20240612}"
OPENVPN_DCO_CURRENT_VERSION="${OPENVPN_DCO_CURRENT_VERSION:-0.2.20240619}"
OPENVPN_DCO_CURRENT_TAG="${OPENVPN_DCO_CURRENT_TAG:-refs/tags/v$OPENVPN_DCO_CURRENT_VERSION}"
OPENVPN_DCO_PREVIOUS_TAG="refs/tags/v$OPENVPN_DCO_PREVIOUS_VERSION"

INSTALLER_BUILD=4
INSTALLER_BUILD=1
INSTALLER_VERSION="I"$(printf "%03d\n" $INSTALLER_BUILD)
# Debian packaging scripts do not allow underscores (e.g "2.4_alpha2")
DEBIAN_UPSTREAM_VERSION=`echo $OPENVPN_CURRENT_VERSION|sed s/"_"/"-"/g`
Expand Down
2 changes: 1 addition & 1 deletion src/openvpn
Submodule openvpn updated 3 files
+35 −0 ChangeLog
+69 −0 Changes.rst
+2 −2 version.m4
2 changes: 1 addition & 1 deletion src/openvpn-gui
Submodule openvpn-gui updated 1 files
+1 −1 configure.ac
6 changes: 3 additions & 3 deletions windows-msi/version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ define([PRODUCT_NAME], [OpenVPN])
define([PRODUCT_PUBLISHER], [OpenVPN, Inc.])

dnl The package version as displayed by UI and used in filenames (no spaces, please).
define([PACKAGE_VERSION], [2.6.10-I004])
define([PACKAGE_VERSION], [2.6.11-I001])

dnl The MSI product version in the form of n[.n[.n]] (numbers only).
dnl The third field is 100*openvpn bugfix release + MSI build number.
dnl So for the 2nd MSI build for OpenVPN 2.6.3 use 2.6.302
define([PRODUCT_VERSION], [2.6.1004])
define([PRODUCT_VERSION], [2.6.1101])

dnl The MSI product code MUST change on each product release.
define([PRODUCT_CODE], [{7BEBE28C-FC55-4F3B-B7A1-38DABE3E987F}])
define([PRODUCT_CODE], [{534786E0-D08A-4E56-946D-E82D47EDB796}])

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

0 comments on commit ed2eba3

Please sign in to comment.