Skip to content

Commit 137c7b5

Browse files
committed
release v3.14.15
1 parent 3d402a1 commit 137c7b5

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

doc/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
## v3.14.15 - 2023/11/08
2+
- feat: support JIT MFA through plugins, including ``sftp`` and ``scp`` (fixes CVE-2023-45140)
3+
- feat: add configuration option for plugins to override the global lock/kill timeout
4+
- enh: ``setup-gpg.sh``: allow importing multiple public keys at once
5+
- enh: ``connect.pl``: report empty ttyrec as ``ttyrec_empty`` instead of ``ttyrec_error``
6+
- enh: orphaned homedirs: adjust behavior on master instances
7+
- fix: check\_collisions: don't report orphan uids on slave, just use their name
8+
- fix: ``scp``: adapt wrapper and tests to new ``scp`` versions requiring ``-O``
9+
- meta: dev: add devenv docker, pre-commit info, and documentation on how to use them, along with how to write integration tests
10+
111
## v3.14.00 - 2023/09/19
212
- feat: add type8 and type9 password hashes
3-
- feat: add stealth_stderr/stdout ttyrec support, enable it for scp & sftp
13+
- feat: add stealth\_stderr/stdout ttyrec support, enable it for scp & sftp
414

515
## v3.13.01 - 2023/08/22
616
- enh: setup-gpg.sh: create additional backup signing config with --generate

doc/sphinx/administration/security_advisories/cve_2023_45140.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ Timeline
7676
- 2023-10-11: CVE ID requested
7777
- 2023-10-11: CVE ID assigned
7878
- 2023-11-07: fix pushed to a private fork for review
79-
- 2023-11-xx: v3.14.15 released with the fix
79+
- 2023-11-08: v3.14.15 released with the fix

doc/sphinx/installation/upgrading.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
2727
Version-specific upgrade instructions
2828
=====================================
2929

30-
v3.14.15 - 2023/11/xx
30+
v3.14.15 - 2023/11/08
3131
*********************
3232

3333
This release fixes the :doc:`/administration/security_advisories/cve_2023_45140` with severity 4.8 (CVSS V3).

lib/perl/OVH/Bastion.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use common::sense;
55
use Fcntl;
66
use POSIX qw(strftime);
77

8-
our $VERSION = '3.14.00';
8+
our $VERSION = '3.14.15';
99

1010
BEGIN {
1111
# only used by the handler below

0 commit comments

Comments
 (0)