Skip to content

Commit 427b0d8

Browse files
Merge pull request #1146 from percona/release-v3.7.1
Release v3.7.1-4
2 parents bdf7904 + 36165fc commit 427b0d8

40 files changed

Lines changed: 98 additions & 56 deletions

Changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changelog for Percona Toolkit
22

3+
v3.7.1-4 released 2026-07-02
4+
5+
This release addresses multiple important security vulnerabilities in Go libraries (CVE-2026-25680, CVE-2026-25681, CVE-2026-27136, CVE-2026-33811, CVE-2026-33814, CVE-2026-39820, CVE-2026-39821, CVE-2026-39827, CVE-2026-39828, CVE-2026-39829, CVE-2026-39830, CVE-2026-39832, CVE-2026-39835, CVE-2026-39836, CVE-2026-42499, CVE-2026-42502, CVE-2026-42504, CVE-2026-42508, CVE-2026-46595, CVE-2026-46597)
6+
7+
* Fixed bug PT-2546: CVEs found in percona/percona-toolkit:3.7.1-3 docker image
8+
39
v3.7.1-3 released 2026-04-17
410

511
This release addresses multiple important security vulnerabilities affecting libarchive (CVE-2026-4424, CVE-2026-4111), libnghttp2 (CVE-2026-27135), gnupg2 (CVE-2025-68973), and openssl-libs (CVE-2025-15467).

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MAKE_GOTOOLS
2121

2222
WriteMakefile(
2323
NAME => 'Percona::Toolkit',
24-
VERSION => '3.7.1-3',
24+
VERSION => '3.7.1-4',
2525
EXE_FILES => [ <bin/*> ],
2626
MAN1PODS => {
2727
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',

bin/pt-align

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,6 +1376,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.
13761376
13771377
=head1 VERSION
13781378
1379-
pt-align 3.7.1
1379+
pt-align 3.7.1-4
13801380
13811381
=cut

bin/pt-archiver

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ BEGIN {
4545
{
4646
package Percona::Toolkit;
4747

48-
our $VERSION = '3.7.1';
48+
our $VERSION = '3.7.1-4';
4949

5050
use strict;
5151
use warnings FATAL => 'all';
@@ -9002,6 +9002,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.
90029002
90039003
=head1 VERSION
90049004
9005-
pt-archiver 3.7.1
9005+
pt-archiver 3.7.1-4
90069006
90079007
=cut

bin/pt-config-diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ BEGIN {
4343
{
4444
package Percona::Toolkit;
4545

46-
our $VERSION = '3.7.1';
46+
our $VERSION = '3.7.1-4';
4747

4848
use strict;
4949
use warnings FATAL => 'all';
@@ -6086,6 +6086,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.
60866086
60876087
=head1 VERSION
60886088
6089-
pt-config-diff 3.7.1
6089+
pt-config-diff 3.7.1-4
60906090
60916091
=cut

bin/pt-deadlock-logger

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ BEGIN {
4242
{
4343
package Percona::Toolkit;
4444

45-
our $VERSION = '3.7.1';
45+
our $VERSION = '3.7.1-4';
4646

4747
use strict;
4848
use warnings FATAL => 'all';
@@ -5848,6 +5848,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.
58485848
58495849
=head1 VERSION
58505850
5851-
pt-deadlock-logger 3.7.1
5851+
pt-deadlock-logger 3.7.1-4
58525852
58535853
=cut

bin/pt-diskstats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ BEGIN {
3838
{
3939
package Percona::Toolkit;
4040

41-
our $VERSION = '3.7.1';
41+
our $VERSION = '3.7.1-4';
4242

4343
use strict;
4444
use warnings FATAL => 'all';
@@ -5708,6 +5708,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.
57085708
57095709
=head1 VERSION
57105710
5711-
pt-diskstats 3.7.1
5711+
pt-diskstats 3.7.1-4
57125712
57135713
=cut

bin/pt-duplicate-key-checker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ BEGIN {
3939
{
4040
package Percona::Toolkit;
4141

42-
our $VERSION = '3.7.1';
42+
our $VERSION = '3.7.1-4';
4343

4444
use strict;
4545
use warnings FATAL => 'all';
@@ -5883,6 +5883,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.
58835883
58845884
=head1 VERSION
58855885
5886-
pt-duplicate-key-checker 3.7.1
5886+
pt-duplicate-key-checker 3.7.1-4
58875887
58885888
=cut

bin/pt-eustack-resolver

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BEGIN {
3030
{
3131
package Percona::Toolkit;
3232

33-
our $VERSION = '3.7.1';
33+
our $VERSION = '3.7.1-4';
3434

3535
use strict;
3636
use warnings FATAL => 'all';
@@ -1553,6 +1553,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.
15531553
15541554
=head1 VERSION
15551555
1556-
pt-eustack-resolver 3.7.1
1556+
pt-eustack-resolver 3.7.1-4
15571557
15581558
=cut

bin/pt-fifo-split

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1731,6 +1731,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.
17311731
17321732
=head1 VERSION
17331733
1734-
pt-fifo-split 3.7.1
1734+
pt-fifo-split 3.7.1-4
17351735
17361736
=cut

0 commit comments

Comments
 (0)