-
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.
Merge branch 'release/2.6' of github.com:OpenVPN/openvpn-build into m…
…erge-2.6 * 'release/2.6' of github.com:OpenVPN/openvpn-build: (27 commits) Prepare release of 2.6.9-I001 MSI: set proper ACL when installing to custom directory MSI: disable PRODUCTDIR modification on upgrade ...
- Loading branch information
Showing
9 changed files
with
257 additions
and
20 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
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
openvpn (2.6.9-debian0) stable; urgency=medium | ||
|
||
* preparing release 2.6.9 (Gert Doering, 6640a10b) | ||
* dco-freebsd: dynamically re-allocate buffer if it's too small (Kristof Provost, d8faf568) | ||
* documentation: Fixes for previous fixes to --push-peer-info (Frank Lichtenheld, 6bed72d0) | ||
* documentation: Update and fix documentation for --push-peer-info (Frank Lichtenheld, 18fb30f7) | ||
* README.cmake.md: Document minimum required CMake version for --preset (Frank Lichtenheld, 9ec52461) | ||
* --http-proxy-user-pass: allow to specify in either order with --http-proxy (Frank Lichtenheld, 1141e750) | ||
* buf_string_match_head_str: Fix Coverity issue 'Unsigned compared against 0' (Frank Lichtenheld, 68b00a54) | ||
* proxy-options.rst: Add proper documentation for --http-proxy-user-pass (Frank Lichtenheld, 7b1f2009) | ||
* Remove conditional text for Apache2 linking exception (Arne Schwabe, 20bc8bd5) | ||
* Enable key export with mbed TLS 3.x.y (Max Fillinger, 001950d1) | ||
* Disable TLS 1.3 support with mbed TLS (Max Fillinger, 7fa534db) | ||
* Update README.mbedtls (Max Fillinger, 1aa2995e) | ||
* Add support for mbedtls 3.X.Y (Max Fillinger, 2942ef5d) | ||
* NTLM: increase size of phase 2 response we can handle (Frank Lichtenheld, 62d14fcf) | ||
* NTLM: add length check to add_security_buffer (Frank Lichtenheld, 7a9670df) | ||
* Implement the --tls-export-cert feature (Arne Schwabe, d27cb148) | ||
* fix uncrustify complaints about previous patch (Gert Doering, 9fb62e2b) | ||
* Fix IPv6 route add/delete message log level (Steffan Karger, 9abf74c9) | ||
* Clarify that the tls-crypt-v2-verify has a very limited env set (Arne Schwabe, 322b11ab) | ||
* Make it more explicit and visible when pkg-config is not found (Arne Schwabe, d602fc03) | ||
* Check PRF availability on initialisation and add --force-tls-key-material-export (Arne Schwabe, b29ada31) | ||
* get_default_gateway() HWADDR overhaul (Gert Doering, bfd5b12e) | ||
* OpenBSD: repair --show-gateway (Gert Doering, 77376fc5) | ||
* Fix unaligned access in macOS, FreeBSD, Solaris hwaddr (Arne Schwabe, 5380fe02) | ||
* documentation: improve documentation of --x509-track (Frank Lichtenheld, cbcecdb3) | ||
* fix(ssl): init peer_id when init tls_multi (yatta, 6dffbf6a) | ||
* Extend the error message when TLS 1.0 PRF fails (Arne Schwabe, cfaf82d5) | ||
* tun.c: don't attempt to delete DNS and WINS servers if they're not set (Lev Stipakov, 030afe64) | ||
* unit_tests: remove includes for mock_msg.h (Frank Lichtenheld, e2a9c1ba) | ||
* Remove superfluous x509_write_pem() (David Sommerseth, 5552391a) | ||
* Remove --tls-export-cert (David Sommerseth, 031fe882) | ||
* vcpkg-ports/pkcs11-helper: bump to version 1.30 (Marc Becker, 77b2e940) | ||
* documentation: remove reference to removed option --show-proxy-settings (Frank Lichtenheld, 8b9a3378) | ||
* Remove compat versionhelpers.h and remove cmake/configure check for it (Arne Schwabe, 19bfb702) | ||
* Add check for nice in cmake config (Arne Schwabe, cc81f014) | ||
* configure.ac: Remove unused AC_TYPE_SIGNAL macro (Frank Lichtenheld, 64703e72) | ||
* Add missing check for nl_socket_alloc failure (Arne Schwabe, aa19a6a9) | ||
* Fix check_session_buf_not_used using wrong index (Arne Schwabe, 5def8d93) | ||
* Remove TEST_GET_DEFAULT_GATEWAY as it duplicates --show-gateway (Arne Schwabe, 3168e1af) | ||
* Document tls-exit option mainly as test option (Arne Schwabe, 350bdd85) | ||
* GHA: clean up libressl builds with newer libressl (Frank Lichtenheld, 1a6aef37) | ||
* Log SSL alerts more prominently (Arne Schwabe, 94cd53c7) | ||
* sample-keys: renew for the next 10 years (Frank Lichtenheld, c1a983e8) | ||
* Remove unused function prototype crypto_adjust_frame_parameters (Arne Schwabe, d25b408d) | ||
* protocol_dump: tls-crypt support (Reynir Björnsson, 0a39d1c1) | ||
|
||
-- Frank Lichtenheld <[email protected]> Mon, 12 Feb 2024 12:30:06 +0100 |
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 |
---|---|---|
|
@@ -19,13 +19,13 @@ GIT_AUTHOR="Frank Lichtenheld <[email protected]>" | |
WINDOWS_SIGNING_KEY_FP="31DA19926259519C9EA312C71935B13C33FC6E7E" | ||
|
||
# Version numbers | ||
OPENVPN_PREVIOUS_VERSION="${OPENVPN_PREVIOUS_VERSION:-2.6.7}" | ||
OPENVPN_PREVIOUS_VERSION="${OPENVPN_PREVIOUS_VERSION:-2.6.8}" | ||
OPENVPN_CURRENT_VERSION="${OPENVPN_CURRENT_VERSION:-2.7_git}" | ||
OPENVPN_CURRENT_TAG="${OPENVPN_CURRENT_TAG:-HEAD}" | ||
OPENVPN_PREVIOUS_TAG="refs/tags/v$OPENVPN_PREVIOUS_VERSION" | ||
|
||
OPENVPN_GUI_CURRENT_MAJ_VERSION=11 | ||
OPENVPN_GUI_CURRENT_MIN_VERSION=46 | ||
OPENVPN_GUI_CURRENT_MIN_VERSION=47 | ||
OPENVPN_GUI_CURRENT_FULL_VERSION="$OPENVPN_GUI_CURRENT_MAJ_VERSION.$OPENVPN_GUI_CURRENT_MIN_VERSION.0.0" | ||
OPENVPN_GUI_BRANCH="master" | ||
|
||
|
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
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
Oops, something went wrong.