notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/xtrabackup/Makefile
SVNWeb

Number of commits found: 54

Tue, 6 Jun 2023
[ 04:58 Oleksii Samorukov (samm) search for other commits by this committer ]    commit hash:fcc69d210225054e6cc9ea207caab294ce18fe8e  commit hash:fcc69d210225054e6cc9ea207caab294ce18fe8e  commit hash:fcc69d210225054e6cc9ea207caab294ce18fe8e  fcc69d2 
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
Mon, 5 Jun 2023
[ 21:05 Oleksii Samorukov (samm) search for other commits by this committer ]    commit hash:da87c36f4e198043d4fc8ea8fc19f1ae73fc1661  commit hash:da87c36f4e198043d4fc8ea8fc19f1ae73fc1661  commit hash:da87c36f4e198043d4fc8ea8fc19f1ae73fc1661  da87c36  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
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
Sat, 17 Dec 2022
[ 23:10 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:c49f3491b8e2ca2bbe2fd32f6ccfb0818a0ab9d6  commit hash:c49f3491b8e2ca2bbe2fd32f6ccfb0818a0ab9d6  commit hash:c49f3491b8e2ca2bbe2fd32f6ccfb0818a0ab9d6  c49f349 
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
Fri, 9 Sep 2022
[ 21:02 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:e2438a86b81aea7cd41a66ca23fc49510679d85b  commit hash:e2438a86b81aea7cd41a66ca23fc49510679d85b  commit hash:e2438a86b81aea7cd41a66ca23fc49510679d85b  e2438a8  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
*/*: Update path set in BUILD_DEPENDS for CMake in more ports

Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core

Approved by:	portmgr (blanket)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 14 Feb 2021
[ 22:09 samm search for other commits by this committer ] Original commit   Revision:565268
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
Tue, 12 Jan 2021
[ 13:08 samm search for other commits by this committer ] Original commit   Revision:561331
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 View all of this commit message)
Sat, 7 Nov 2020
[ 09:57 danfe search for other commits by this committer ] Original commit   Revision:554374
- Unbreak the build on recent -CURRENT
- Register installation conflict with v8
Tue, 26 May 2020
[ 07:42 samm search for other commits by this committer ] Original commit   Revision:536578
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
Thu, 13 Feb 2020
[ 14:27 sunpoet search for other commits by this committer ] Original commit   Revision:526019 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Update MAINTAINER: use @FreeBSD.org
Sun, 13 Oct 2019
[ 18:16 samm search for other commits by this committer ] Original commit   Revision:514411 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Replace my personal email address to the samm@freebsd.org

Approved by:    krion (mentor)
Differential Revision:  https://reviews.freebsd.org/D22013
Mon, 7 Oct 2019
[ 14:56 swills search for other commits by this committer ] Original commit   Revision:513955
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)
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 19 Jun 2019
[ 12:41 linimon search for other commits by this committer ] Original commit   Revision:504544
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)
Mon, 13 Aug 2018
[ 16:51 feld search for other commits by this committer ] Original commit   Revision:477077
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
Wed, 8 Aug 2018
[ 17:43 feld search for other commits by this committer ] Original commit   Revision:476650
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
Mon, 6 Aug 2018
[ 20:53 feld search for other commits by this committer ] Original commit   Revision:476547
databases/xtrabackup: Remove unnecessary depdendency

DBD::mysql has not been required since version 2.3.0

Approved by:	portmgr (with hat)
MFH:		2018Q3
Sat, 17 Mar 2018
[ 20:16 yuri search for other commits by this committer ] Original commit   Revision:464844
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)
Thu, 11 Jan 2018
[ 20:34 adamw search for other commits by this committer ] Original commit   Revision:458786
Chase vim-lite -> vim-console rename
Thu, 30 Nov 2017
[ 06:42 linimon search for other commits by this committer ] Original commit   Revision:455169
Update maintainer's email address.
[ 06:13 linimon search for other commits by this committer ] Original commit   Revision:455167 (Only the first 10 of 189 ports in this commit are shown above. View all ports for this commit)
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
Sun, 25 Jun 2017
[ 21:07 tcberner search for other commits by this committer ] Original commit   Revision:444324 (Only the first 10 of 115 ports in this commit are shown above. View all ports for this commit)
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
Sat, 27 May 2017
[ 15:07 linimon search for other commits by this committer ] Original commit   Revision:441847 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on armv6, for errors classified as "clang".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Sat, 29 Apr 2017
[ 07:04 linimon search for other commits by this committer ] Original commit   Revision:439736 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Provide more descriptive error messages for ports failing on powerpc64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Tue, 27 Dec 2016
[ 18:13 lifanov search for other commits by this committer ] Original commit   Revision:429635
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
Thu, 18 Aug 2016
[ 12:23 amdmi3 search for other commits by this committer ] Original commit   Revision:420400
- Update to 2.3.5

PR:             211377
Submitted by:   tbabut@mobileobjects.de
Approved by:    maintainer timeout (aleksandr.kuzminsky@percona.com, 3 weeks)
Tue, 10 May 2016
[ 10:58 robak search for other commits by this committer ] Original commit   Revision:414935
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)
Thu, 21 Apr 2016
[ 16:43 swills search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 20 Jan 2016
[ 03:36 wen search for other commits by this committer ] Original commit   Revision:406729
- Update to 2.3.3

PR:		204251
Submitted by:	tbabut@mobileobjects.de
Approved by:	maintainer(timeout, >60 days)
Thu, 29 Oct 2015
[ 13:47 mat search for other commits by this committer ] Original commit   Revision:400459
Update to 2.2.12. [1]

Remove unneeded bits from the past.

PR:		202760
Submitted by:	maintainer
Sponsored by:	Absolight
Fri, 3 Jul 2015
[ 10:46 marino search for other commits by this committer ] Original commit   Revision:391227 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Add USES=alias to 11 ports (non-invasive DragonFly support)
Fri, 5 Jun 2015
[ 14:14 amdmi3 search for other commits by this committer ] Original commit   Revision:388581
- Update to 2.2.10
- Fix fetch

PR:		199778
Submitted by:	timp87@gmail.com
Approved by:	maintainer timeout (aleksandr.kuzminsky@percona.com, 1 month)
Thu, 7 May 2015
[ 10:49 amdmi3 search for other commits by this committer ] Original commit   Revision:385619
- Fix fetch
- Add LICENSE_FILE
- Add CPE info

Approved by:	portmgr blanket
MFH:		2015Q2
Sun, 12 Apr 2015
[ 11:04 antoine search for other commits by this committer ] Original commit   Revision:383859 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN: unfetchable
Fri, 2 Jan 2015
[ 18:46 pi search for other commits by this committer ] Original commit   Revision:376062 (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sat, 6 Dec 2014
[ 18:09 pi search for other commits by this committer ] Original commit   Revision:374122
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)
Thu, 18 Sep 2014
[ 07:30 tijl search for other commits by this committer ] Original commit   Revision:368423
- Make both cmake and autotools build dependencies only
- Merge MASTER_SITES and MASTER_SITE_SUBDIR
Mon, 18 Aug 2014
[ 12:02 amdmi3 search for other commits by this committer ] Original commit   Revision:365281
- Switch to USES=libtool

Approved by:	portmgr blanket
Wed, 30 Jul 2014
[ 03:57 pi search for other commits by this committer ] Original commit   Revision:363436 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 18 Feb 2014
[ 20:58 rm search for other commits by this committer ] Original commit   Revision:344957
- 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)
Wed, 11 Dec 2013
[ 18:08 bapt search for other commits by this committer ] Original commit   Revision:336187 (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Tue, 13 Aug 2013
[ 12:11 wg search for other commits by this committer ] Original commit   Revision:324660
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)
Fri, 5 Jul 2013
[ 14:31 wg search for other commits by this committer ] Original commit   Revision:322330
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
Thu, 4 Jul 2013
[ 17:57 wg search for other commits by this committer ] Original commit   Revision:322283
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
Tue, 13 Nov 2012
[ 22:14 flo search for other commits by this committer ] Original commit   Revision:307400
Update to 2.0.3

PR:		ports/173529
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	maintainer
Feature safe:	yes
Sat, 28 Jul 2012
[ 08:44 flo search for other commits by this committer ] Original commit 
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
Fri, 27 Jul 2012
[ 14:45 flo search for other commits by this committer ] Original commit 
Update to 2.0.1

PR:		ports/170018
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	maintainer
Wed, 23 May 2012
[ 17:03 flo search for other commits by this committer ] Original commit 
Update to 1.6.6

PR:             ports/168254
Submitted by:   Alex Samorukov <samm@os2.kiev.ua>
Approved by:    maintainer
Tue, 22 May 2012
[ 20:04 flo search for other commits by this committer ] Original commit 
Update to 1.6.5

PR:             ports/166189
Submitted by:   Alex Samorukov <samm@os2.kiev.ua>
Approved by:    maintainer
Tue, 25 May 2010
[ 18:12 shaun search for other commits by this committer ] Original commit 
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]

Number of commits found: 54