-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare DCO-only release 2.6.10-I004
We need to bump something to get a tag, so bump INSTALLER_BUILD even though we will not publish a new Windows installer at this point. Signed-off-by: Frank Lichtenheld <[email protected]>
- Loading branch information
1 parent
91d0cf0
commit 4d24eab
Showing
4 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
openvpn-dco-dkms (0.2.20240612-debian0) stable; urgency=medium | ||
|
||
* ovpn-dco: add net/gso.h existance check for RedHat 9.4 (Antonio Quartulli, c4c4f80) | ||
* ovpn-dco: add compatibility for SUSE Linux Enterprise and openSUSE Leap (Jeff Mahoney, 879d252) | ||
|
||
-- Frank Lichtenheld <[email protected]> Tue, 21 May 2024 22:31:39 +0200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,15 +14,15 @@ GPG_KEY_ID="F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7" | |
# This also helps catch various problems with expired subkeys and public | ||
# keys. | ||
GPG_OPTS="--no-default-keyring --keyring ~/[email protected]/pubring.kbx" | ||
GIT_AUTHOR="Yuriy Darnobyt <yuriy.darnobyt@openvpn.net>" | ||
GIT_AUTHOR="Frank Lichtenheld <frank.lichtenheld@openvpn.net>" | ||
|
||
WINDOWS_SIGNING_KEY_FP="31DA19926259519C9EA312C71935B13C33FC6E7E" | ||
|
||
# Sometimes we release MSI build only with new INSTALLER_BUILD version | ||
# It does not require to tag and push OpenVPN sources again | ||
# It also does not require to re-build linux packages | ||
# With MSI_BUILD_ONLY="YES" we can skip all that steps | ||
MSI_BUILD_ONLY="YES" | ||
MSI_BUILD_ONLY="NO" | ||
|
||
# Version numbers | ||
OPENVPN_PREVIOUS_VERSION="${OPENVPN_PREVIOUS_VERSION:-2.6.9}" | ||
|
@@ -35,12 +35,12 @@ OPENVPN_GUI_CURRENT_MIN_VERSION=48 | |
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.20231117}" | ||
OPENVPN_DCO_CURRENT_VERSION="${OPENVPN_DCO_CURRENT_VERSION:-0.2.20240320}" | ||
OPENVPN_DCO_PREVIOUS_VERSION="${OPENVPN_DCO_PREVIOUS_VERSION:-0.2.20240320}" | ||
OPENVPN_DCO_CURRENT_VERSION="${OPENVPN_DCO_CURRENT_VERSION:-0.2.20240612}" | ||
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=3 | ||
INSTALLER_BUILD=4 | ||
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` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters