Skip to content

Commit

Permalink
release v3.14.15
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Nov 8, 2023
1 parent 3d402a1 commit 137c7b5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
## v3.14.15 - 2023/11/08
- feat: support JIT MFA through plugins, including ``sftp`` and ``scp`` (fixes CVE-2023-45140)
- feat: add configuration option for plugins to override the global lock/kill timeout
- enh: ``setup-gpg.sh``: allow importing multiple public keys at once
- enh: ``connect.pl``: report empty ttyrec as ``ttyrec_empty`` instead of ``ttyrec_error``
- enh: orphaned homedirs: adjust behavior on master instances
- fix: check\_collisions: don't report orphan uids on slave, just use their name
- fix: ``scp``: adapt wrapper and tests to new ``scp`` versions requiring ``-O``
- meta: dev: add devenv docker, pre-commit info, and documentation on how to use them, along with how to write integration tests

## v3.14.00 - 2023/09/19
- feat: add type8 and type9 password hashes
- feat: add stealth_stderr/stdout ttyrec support, enable it for scp & sftp
- feat: add stealth\_stderr/stdout ttyrec support, enable it for scp & sftp

## v3.13.01 - 2023/08/22
- enh: setup-gpg.sh: create additional backup signing config with --generate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ Timeline
- 2023-10-11: CVE ID requested
- 2023-10-11: CVE ID assigned
- 2023-11-07: fix pushed to a private fork for review
- 2023-11-xx: v3.14.15 released with the fix
- 2023-11-08: v3.14.15 released with the fix
2 changes: 1 addition & 1 deletion doc/sphinx/installation/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
Version-specific upgrade instructions
=====================================

v3.14.15 - 2023/11/xx
v3.14.15 - 2023/11/08
*********************

This release fixes the :doc:`/administration/security_advisories/cve_2023_45140` with severity 4.8 (CVSS V3).
Expand Down
2 changes: 1 addition & 1 deletion lib/perl/OVH/Bastion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use common::sense;
use Fcntl;
use POSIX qw(strftime);

our $VERSION = '3.14.00';
our $VERSION = '3.14.15';

BEGIN {
# only used by the handler below
Expand Down

0 comments on commit 137c7b5

Please sign in to comment.