Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2021 13:08:51 +0000 (UTC)
From:      Oleksii Samorukov <samm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561331 - head/databases/xtrabackup
Message-ID:  <202101121308.10CD8pfn093083@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101121308.10CD8pfn093083>