Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.28 02 Apr 2024 20:09:08 |
Oleksii Samorukov (samm) |
databases/xtrabackup: Remove expired port |
2.4.28 06 Jun 2023 04:58:47 |
Oleksii Samorukov (samm) |
databases/xtrabackup: fix build on the i386 platform
- Copy fix from the databases/mysql57-server to fix boost compliation
- Remove all clang workaround as not needed anymore |
2.4.28 05 Jun 2023 21:05:59 |
Oleksii Samorukov (samm) |
databases/xtrabackup: update to 2.4.28
- Remove outdated patches and sync some patches from databases/mysql
- Update version
ChangeLog: https://docs.percona.com/percona-xtrabackup/2.4/release-notes.html |
2.4.21 17 Dec 2022 23:10:33 |
Tobias C. Berner (tcberner) |
databases/xtrabackup: fix llvm version at 10 explicitely
In the previous commit [1] in 2021, clang was locked at 10:
Compilation of the embedded mysql server fail with clang 11, use clang 10 as
workaround (same as databases/mysql57-server do).
As LLVM_DEFAULT will now be higher than 10, explicitely depend on 10.
Note:
USES=llvm:max=10
would be the preferable solution for this usecase, however, llvm.mk
cannot be used after bsd.options.mk at the moment.
[1] 106d01226d33ce7f76ca480bb9d9598a3b711b60
PR: 263456 |
2.4.21 09 Sep 2022 21:02:04 |
Daniel Engberg (diizzy) |
*/*: Update path set in BUILD_DEPENDS for CMake in more ports
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4.21 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.4.21 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
2.4.21 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.21 14 Feb 2021 22:09:30 |
samm |
databases/xtrabackup: fix build on FreeBSD 13
Compilation of the embedded mysql server fail with clang 11, use clang 10 as
workaround (same as databases/mysql57-server do)
Reported by: pkg-fallout@FreeBSD.org |
2.4.21 12 Jan 2021 13:08:51 |
samm |
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) (Only the first 15 lines of the commit message are shown above ) |
2.4.20 07 Nov 2020 09:57:05 |
danfe |
- Unbreak the build on recent -CURRENT
- Register installation conflict with v8 |
2.4.20 26 May 2020 07:42:22 |
samm |
databases/xtrabackup: update to the 2.4.20
Changelog: https://www.percona.com/doc/percona-xtrabackup/2.4/release-notes.html
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D25007 |
2.4.15 13 Feb 2020 14:27:46 |
sunpoet |
Update MAINTAINER: use @FreeBSD.org |
2.4.15 13 Oct 2019 18:16:39 |
samm |
Replace my personal email address to the samm@freebsd.org
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D22013 |
2.4.15 07 Oct 2019 14:56:33 |
swills |
databases/xtrabackup: Update to 2.4.15
While here, pass maintainership to submitter
PR: 241081
Submitted by: samm@os2.kiev.ua
Approved by: Aleksandr Kuzminsky <aleks@twindb.com> (maintainer) |
2.4.12_1 24 Aug 2019 12:40:26 |
pkubaj |
databases/xtrabackup: fix build on GCC architectures
Patch this port similarly to other mysql/mariadb/percona ports - make GCC a
valid compiler.
PR: 239310
Approved by: aleks@twindb.com (maintainer timeout), linimon (mentor) |
2.4.12_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.4.12 19 Jun 2019 12:41:54 |
linimon |
Add compiler:c++11-lang to USES to unbreak build on powerpc64:
ld: final link failed: Bad value
While here, pacify portlint by also alpha sorting USES.
Approved by: portmgr (tier-2 blanket) |
2.4.12 10 May 2019 09:01:33 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.4.12 22 Oct 2018 16:40:58 |
pi |
databases/xtrabackup: fix build due to stricter llvm60 c++
PR: 230836
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru>
Reported by: rainer@ultra-secure.de
Reviewed by: ddrinnon@cdor.net,
Approved by: aleks@twindb.com (maintainer timeout)
Obtained
from: https://github.com/percona/percona-xtrabackup/commit/09069e9ee8f84df0ba3091f591b9269842e71503#diff-765605c50b26c5ee91da8227ac1093b2
MFH: 2018Q4 |
2.4.12 13 Aug 2018 16:51:57 |
feld |
databases/xtrabackup: Update to 2.4.12
- Disable version check functionality which is an information disclosure
vulnerability as it posts system information and hostnames to
https://v.percona.com
PR: 230417
Approved by: maintainer
MFH: 2018Q3
Differential Revision: https://reviews.freebsd.org/D16609 |
2.4.9_2 08 Aug 2018 17:43:24 |
feld |
databases/xtrabackup: Revert depdendency removal
There is a perl script embedded in the binary which can be found at
storage/innobase/xtrabackup/src/version_check.pl. This script can be
ignored if you pass the argument --no-version-check. It could be
possible to replace this with a simple shell script to achieve the same
results and eliminate the dependency on a specific external
libmysqlclient library inherited from DBD::MySQL. This will be
investigated to eliminate this issue.
Pointyhat: me
MFH: 2018Q3 |
2.4.9_1 06 Aug 2018 20:53:02 |
feld |
databases/xtrabackup: Remove unnecessary depdendency
DBD::mysql has not been required since version 2.3.0
Approved by: portmgr (with hat)
MFH: 2018Q3 |
2.4.9 17 Mar 2018 20:16:32 |
yuri |
databases/xtrabackup: Update to 2.4.9
Port changes:
* Change to DISTVERSION
* Add the specific boost version to fix build
* Add curl to LIB_DEPENDS
* Move bison from BUILD_DEPENDS to USES=bison
* Add/delete patches
PR: 216870
Submitted by: samm@os2.kiev.ua
Approved by: Aleksandr Kuzminsky <aleks@twindb.com> (maintainer) |
2.3.6 11 Jan 2018 20:34:08 |
adamw |
Chase vim-lite -> vim-console rename |
2.3.6 30 Nov 2017 06:42:57 |
linimon |
Update maintainer's email address. |
2.3.6 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
2.3.6 25 Jun 2017 21:07:58 |
tcberner |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
2.3.6 27 May 2017 15:07:12 |
linimon |
Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.3.6 29 Apr 2017 07:04:49 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.3.6 27 Dec 2016 18:13:56 |
lifanov |
databases/xtrabackup: Update to 2.3.6
PR: 215244
Submitted by: Thomas Babut <tbabut@mobileobjects.de>
Reviewed by: matthew
Approved by: aleksandr.kuzminsky@percona.com (maintainer timeout), matthew
(mentor)
Differential Revision: https://reviews.freebsd.org/D8918 |
2.3.5 18 Aug 2016 12:23:45 |
amdmi3 |
- Update to 2.3.5
PR: 211377
Submitted by: tbabut@mobileobjects.de
Approved by: maintainer timeout (aleksandr.kuzminsky@percona.com, 3 weeks) |
2.3.4 10 May 2016 10:58:36 |
robak |
databases/xtrabackup: update 2.3.3 -> 2.3.4
PR: 209034
Submitted by: Thomas Babut <tbabut@mobileobjects.de>
Approved by: maintainer timeout (aleksandr.kuzminsky@percona.com, 14 days) |
2.3.3 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
2.3.3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.3.3 20 Jan 2016 03:36:50 |
wen |
- Update to 2.3.3
PR: 204251
Submitted by: tbabut@mobileobjects.de
Approved by: maintainer(timeout, >60 days) |
2.2.12 29 Oct 2015 13:47:34 |
mat |
Update to 2.2.12. [1]
Remove unneeded bits from the past.
PR: 202760
Submitted by: maintainer
Sponsored by: Absolight |
2.2.10 03 Jul 2015 10:46:52 |
marino |
Add USES=alias to 11 ports (non-invasive DragonFly support) |
2.2.10 05 Jun 2015 14:14:11 |
amdmi3 |
- Update to 2.2.10
- Fix fetch
PR: 199778
Submitted by: timp87@gmail.com
Approved by: maintainer timeout (aleksandr.kuzminsky@percona.com, 1 month) |
2.2.6_1 07 May 2015 10:49:01 |
amdmi3 |
- Fix fetch
- Add LICENSE_FILE
- Add CPE info
Approved by: portmgr blanket
MFH: 2015Q2 |
2.2.6_1 12 Apr 2015 11:04:23 |
antoine |
Mark a few ports BROKEN: unfetchable |
2.2.6_1 02 Jan 2015 18:46:34 |
pi |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
2.2.6 06 Dec 2014 18:09:22 |
pi |
databases/xtrabackup: 2.1.7 -> 2.2.6
http://www.percona.com/doc/percona-xtrabackup/2.2/release-notes.html
PR: 195164
Approved by: maintainer (timeout) |
2.1.7_1 18 Sep 2014 07:30:25 |
tijl |
- Make both cmake and autotools build dependencies only
- Merge MASTER_SITES and MASTER_SITE_SUBDIR |
2.1.7_1 18 Aug 2014 12:02:38 |
amdmi3 |
- Switch to USES=libtool
Approved by: portmgr blanket |
2.1.7_1 30 Jul 2014 03:57:24 |
pi |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
2.1.7 18 Feb 2014 20:58:11 |
rm |
- update to 2.1.7
- support staging
PR: 186759
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com> (maintainer) |
2.1.4 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
2.1.4 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.1.4 13 Aug 2013 12:11:05 |
wg |
databases/xtrabackup: update to 2.1.4
- Update to 2.1.4
- Remove MySQL references (everything is now inside tarball)
- Add qpress as run dependency for --decompress option
PR: ports/181255
Submitted by: Alex Samorukov <samm os2.kiev.ua> (maintainer) |
2.1.3_1 05 Jul 2013 14:31:43 |
wg |
databases/xtrabackup: fix RUN_DEPENDS
- Add p5-DBD-mysql to RUN_DEPENDS
PR: ports/180290
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: maintainer |
2.1.3 04 Jul 2013 17:57:17 |
wg |
databases/xtrabackup: update to 2.1.3
- Update to 2.1.3 [1]
- USES cmake
- Unmute install commands
Changelog: https://launchpad.net/percona-xtrabackup/+milestone/2.1.3
PR: ports/180224 [1]
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: maintainer |
2.0.3 13 Nov 2012 22:14:34 |
flo |
Update to 2.0.3
PR: ports/173529
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: maintainer
Feature safe: yes |
2.0.1 28 Jul 2012 08:44:30 |
flo |
This file is not required to build xtrabackup. This was the latest version of
the patch in the PR which I missed because it was included as URLs not as diffs.
PR: ports/170018
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: maintainer |
2.0.1 27 Jul 2012 14:45:10 |
flo |
Update to 2.0.1
PR: ports/170018
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: maintainer |
1.6.6 23 May 2012 17:03:24 |
flo |
Update to 1.6.6
PR: ports/168254
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: maintainer |
1.6.5 22 May 2012 20:04:07 |
flo |
Update to 1.6.5
PR: ports/166189
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: maintainer |
1.1 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
1.1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.1 25 May 2010 19:35:50 |
shaun |
Fix broken patch.
Submitted by: QAT
Pointy hat to: shaun (me) |
1.1 25 May 2010 18:12:15 |
shaun |
New port: xtrabackup: An OpenSource version of InnoDB backup with
support of Percona extensions.
PR: ports/145144 [1], ports/144939 [2]
Submitted by: Alex Samorukov <samm@os2.kiev.ua> [1],
Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com> [2] |