Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog for Percona Toolkit

v3.7.1-4 released 2026-07-02

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)

* Fixed bug PT-2546: CVEs found in percona/percona-toolkit:3.7.1-3 docker image

v3.7.1-3 released 2026-04-17

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).
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MAKE_GOTOOLS

WriteMakefile(
NAME => 'Percona::Toolkit',
VERSION => '3.7.1-3',
VERSION => '3.7.1-4',
EXE_FILES => [ <bin/*> ],
MAN1PODS => {
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-align
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-align 3.7.1
pt-align 3.7.1-4

=cut
4 changes: 2 additions & 2 deletions bin/pt-archiver
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -8975,6 +8975,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-archiver 3.7.1
pt-archiver 3.7.1-4

=cut
4 changes: 2 additions & 2 deletions bin/pt-config-diff
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -6074,6 +6074,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-config-diff 3.7.1
pt-config-diff 3.7.1-4

=cut
4 changes: 2 additions & 2 deletions bin/pt-deadlock-logger
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -5836,6 +5836,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-deadlock-logger 3.7.1
pt-deadlock-logger 3.7.1-4

=cut
4 changes: 2 additions & 2 deletions bin/pt-diskstats
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -5708,6 +5708,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-diskstats 3.7.1
pt-diskstats 3.7.1-4

=cut
4 changes: 2 additions & 2 deletions bin/pt-duplicate-key-checker
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -5871,6 +5871,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-duplicate-key-checker 3.7.1
pt-duplicate-key-checker 3.7.1-4

=cut
4 changes: 2 additions & 2 deletions bin/pt-eustack-resolver
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -1553,6 +1553,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-eustack-resolver 3.7.1
pt-eustack-resolver 3.7.1-4

=cut
2 changes: 1 addition & 1 deletion bin/pt-fifo-split
Original file line number Diff line number Diff line change
Expand Up @@ -1731,6 +1731,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-fifo-split 3.7.1
pt-fifo-split 3.7.1-4

=cut
4 changes: 2 additions & 2 deletions bin/pt-find
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -5258,6 +5258,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-find 3.7.1
pt-find 3.7.1-4

=cut
2 changes: 1 addition & 1 deletion bin/pt-fingerprint
Original file line number Diff line number Diff line change
Expand Up @@ -2283,6 +2283,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-fingerprint 3.7.1
pt-fingerprint 3.7.1-4

=cut
4 changes: 2 additions & 2 deletions bin/pt-fk-error-logger
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -4823,6 +4823,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-fk-error-logger 3.7.1
pt-fk-error-logger 3.7.1-4

=cut
4 changes: 2 additions & 2 deletions bin/pt-heartbeat
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -7744,6 +7744,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-heartbeat 3.7.1
pt-heartbeat 3.7.1-4

=cut
4 changes: 2 additions & 2 deletions bin/pt-index-usage
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -7775,6 +7775,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-index-usage 3.7.1
pt-index-usage 3.7.1-4

=cut
2 changes: 1 addition & 1 deletion bin/pt-ioprofile
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-ioprofile 3.7.1
pt-ioprofile 3.7.1-4

=cut

Expand Down
4 changes: 2 additions & 2 deletions bin/pt-kill
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -8931,6 +8931,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-kill 3.7.1
pt-kill 3.7.1-4

=cut
2 changes: 1 addition & 1 deletion bin/pt-mext
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-mext 3.7.1
pt-mext 3.7.1-4

=cut

Expand Down
2 changes: 1 addition & 1 deletion bin/pt-mysql-summary
Original file line number Diff line number Diff line change
Expand Up @@ -3443,7 +3443,7 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-mysql-summary 3.7.1
pt-mysql-summary 3.7.1-4

=cut

Expand Down
4 changes: 2 additions & 2 deletions bin/pt-online-schema-change
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -14312,6 +14312,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-online-schema-change 3.7.1
pt-online-schema-change 3.7.1-4

=cut
2 changes: 1 addition & 1 deletion bin/pt-pmp
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-pmp 3.7.1
pt-pmp 3.7.1-4

=cut

Expand Down
4 changes: 2 additions & 2 deletions bin/pt-query-digest
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -17152,6 +17152,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-query-digest 3.7.1
pt-query-digest 3.7.1-4

=cut
2 changes: 1 addition & 1 deletion bin/pt-replica-find
Original file line number Diff line number Diff line change
Expand Up @@ -4785,6 +4785,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-replica-find 3.7.1
pt-replica-find 3.7.1-4

=cut
4 changes: 2 additions & 2 deletions bin/pt-replica-restart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -6483,6 +6483,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-replica-restart 3.7.1
pt-replica-restart 3.7.1-4

=cut
2 changes: 1 addition & 1 deletion bin/pt-show-grants
Original file line number Diff line number Diff line change
Expand Up @@ -2743,6 +2743,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-show-grants 3.7.1
pt-show-grants 3.7.1-4

=cut
2 changes: 1 addition & 1 deletion bin/pt-sift
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-sift 3.7.1
pt-sift 3.7.1-4

=cut

Expand Down
4 changes: 2 additions & 2 deletions bin/pt-slave-delay
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -5291,6 +5291,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-slave-delay 3.7.1
pt-slave-delay 3.7.1-4

=cut
2 changes: 1 addition & 1 deletion bin/pt-stalk
Original file line number Diff line number Diff line change
Expand Up @@ -2665,7 +2665,7 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-stalk 3.7.1
pt-stalk 3.7.1-4

=cut

Expand Down
2 changes: 1 addition & 1 deletion bin/pt-summary
Original file line number Diff line number Diff line change
Expand Up @@ -2807,7 +2807,7 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-summary 3.7.1
pt-summary 3.7.1-4

=cut

Expand Down
4 changes: 2 additions & 2 deletions bin/pt-table-checksum
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.7.1';
our $VERSION = '3.7.1-4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -14441,6 +14441,6 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.

=head1 VERSION

pt-table-checksum 3.7.1
pt-table-checksum 3.7.1-4

=cut
Loading