From owner-svn-ports-all@freebsd.org Tue Jan 12 13:08:52 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 46C264D7A1D; Tue, 12 Jan 2021 13:08:52 +0000 (UTC) (envelope-from samm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DFW9c16R5z3F9g; Tue, 12 Jan 2021 13:08:52 +0000 (UTC) (envelope-from samm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 192522D44D; Tue, 12 Jan 2021 13:08:52 +0000 (UTC) (envelope-from samm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10CD8p3u093084; Tue, 12 Jan 2021 13:08:51 GMT (envelope-from samm@FreeBSD.org) Received: (from samm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10CD8pfn093083; Tue, 12 Jan 2021 13:08:51 GMT (envelope-from samm@FreeBSD.org) Message-Id: <202101121308.10CD8pfn093083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: samm set sender to samm@FreeBSD.org using -f From: Oleksii Samorukov Date: Tue, 12 Jan 2021 13:08:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561331 - head/databases/xtrabackup X-SVN-Group: ports-head X-SVN-Commit-Author: samm X-SVN-Commit-Paths: head/databases/xtrabackup X-SVN-Commit-Revision: 561331 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2021 13:08:52 -0000 Author: samm Date: Tue Jan 12 13:08:51 2021 New Revision: 561331 URL: https://svnweb.freebsd.org/changeset/ports/561331 Log: database/xtrabackup: update to 2.4.21 New Features - PXB-2112: xbcloud: support storage_class option with storage=s3 (Thanks to user rluisr for reporting this issue) Improvements - PXB-2254: Redesign "lock-ddl-per-table" - PXB-2252: Introduce debug option to print the redo log records scanned and applied Bugs Fixed - PXB-793: Fix syntax error when executing lock-ddl-per-table queries - PXB-2165: Modify xbcloud to store backups using s3 access key parameters if AWS access key env variables are set - PXB-2164: Modify xbcloud to return the error when the backup doesn`t exist in s3 bucket - PXB-953: Improve stdout for the end of usage of lock-ddl-per-table - PXB-2279: Xbcloud: Upload failed: backup is incomplete (Thanks to user mrmainnet for reporting this issue) - PXB-2127: Modify xbcloud to upload backups with empty database to min.io storage (Thanks to user hartland for reporting this issue) - PXB-2275: Modify backup processing to add validations if an encrypted table is created - PXB-2272: Fixed Regexp from is_tmp_table doesn`t account for all temporary tables - PXB-2257: fixed lock-ddl-per-table to properly close database connection - PXB-2249: Verify perl binary exists before completing version check - PXB-2239: Partitioned table is not restored correctly when partitions are changed during backup - PXB-2238: Provide binary tarball with shared libs and glibc suffix & minimal tarballs - PXB-2216: Verify encryption version when opening tables to avoid changing encryption version - PXB-2202: Modify Xbcloud to display an error when xtrabackup fails to create a backup - PXB-2198: Modify xbcloud delete to return the error when the backup doesn`t exist in s3 bucket Approved by: krion Differential Revision: https://reviews.freebsd.org/D28116 Modified: head/databases/xtrabackup/Makefile head/databases/xtrabackup/distinfo Modified: head/databases/xtrabackup/Makefile ============================================================================== --- head/databases/xtrabackup/Makefile Tue Jan 12 13:02:21 2021 (r561330) +++ head/databases/xtrabackup/Makefile Tue Jan 12 13:08:51 2021 (r561331) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xtrabackup -DISTVERSION= 2.4.20 +DISTVERSION= 2.4.21 CATEGORIES= databases MASTER_SITES= https://www.percona.com/downloads/Percona-XtraBackup-${PORTVERSION:R}/Percona-XtraBackup-${PORTVERSION}/source/tarball/:xtrabackup \ https://ftp.osuosl.org/pub/blfs/conglomeration/boost/:boost SF/boost/boost/1.59.0/:boost @@ -13,7 +13,7 @@ MAINTAINER= samm@FreeBSD.org COMMENT= OpenSource version of InnoDB backup with support of Percona extensions LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv6= fails to compile: cannot combine with previous 'type-name' declaration specifier BROKEN_armv7= fails to compile: cannot combine with previous 'type-name' declaration specifier Modified: head/databases/xtrabackup/distinfo ============================================================================== --- head/databases/xtrabackup/distinfo Tue Jan 12 13:02:21 2021 (r561330) +++ head/databases/xtrabackup/distinfo Tue Jan 12 13:08:51 2021 (r561331) @@ -1,5 +1,5 @@ -TIMESTAMP = 1590443927 -SHA256 (percona-xtrabackup-2.4.20.tar.gz) = 4b751f104de7757dfb9bd83f8f045a17dc9f96325dcf4fb6a3d4b8cd5e499b2d -SIZE (percona-xtrabackup-2.4.20.tar.gz) = 59782001 +TIMESTAMP = 1610454639 +SHA256 (percona-xtrabackup-2.4.21.tar.gz) = 6427b16348c181df8b570bc9e7c16374fef81277dd8677628ae3b9fb608548cc +SIZE (percona-xtrabackup-2.4.21.tar.gz) = 61901220 SHA256 (boost_1_59_0.tar.bz2) = 727a932322d94287b62abb1bd2d41723eec4356a7728909e38adb65ca25241ca SIZE (boost_1_59_0.tar.bz2) = 70389425