aboutsummaryrefslogtreecommitdiff
path: root/databases/xtrabackup
Commit message (Collapse)AuthorAgeFilesLines
* databases/xtrabackup: Update to 2.3.6Nikolai Lifanov2016-12-272-4/+4
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=429635
* - Update to 2.3.5Dmitry Marakasov2016-08-182-3/+4
| | | | | | | | | PR: 211377 Submitted by: tbabut@mobileobjects.de Approved by: maintainer timeout (aleksandr.kuzminsky@percona.com, 3 weeks) Notes: svn path=/head/; revision=420400
* databases/xtrabackup: update 2.3.3 -> 2.3.4Bartek Rutkowski2016-05-102-3/+3
| | | | | | | | | PR: 209034 Submitted by: Thomas Babut <tbabut@mobileobjects.de> Approved by: maintainer timeout (aleksandr.kuzminsky@percona.com, 14 days) Notes: svn path=/head/; revision=414935
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 2.3.3Wen Heping2016-01-203-7/+25
| | | | | | | | | PR: 204251 Submitted by: tbabut@mobileobjects.de Approved by: maintainer(timeout, >60 days) Notes: svn path=/head/; revision=406729
* Update to 2.2.12. [1]Mathieu Arnold2015-10-292-10/+5
| | | | | | | | | | | Remove unneeded bits from the past. PR: 202760 Submitted by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=400459
* Add USES=alias to 11 ports (non-invasive DragonFly support)John Marino2015-07-031-1/+1
| | | | Notes: svn path=/head/; revision=391227
* - Update to 2.2.10Dmitry Marakasov2015-06-053-17/+4
| | | | | | | | | | | - Fix fetch PR: 199778 Submitted by: timp87@gmail.com Approved by: maintainer timeout (aleksandr.kuzminsky@percona.com, 1 month) Notes: svn path=/head/; revision=388581
* - Fix fetchDmitry Marakasov2015-05-071-4/+4
| | | | | | | | | | | - Add LICENSE_FILE - Add CPE info Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=385619
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-04-121-0/+2
| | | | Notes: svn path=/head/; revision=383859
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* databases/xtrabackup: 2.1.7 -> 2.2.6Kurt Jaeger2014-12-066-52/+29
| | | | | | | | | | http://www.percona.com/doc/percona-xtrabackup/2.2/release-notes.html PR: 195164 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=374122
* - Make both cmake and autotools build dependencies onlyTijl Coosemans2014-09-181-17/+4
| | | | | | | - Merge MASTER_SITES and MASTER_SITE_SUBDIR Notes: svn path=/head/; revision=368423
* - Switch to USES=libtoolDmitry Marakasov2014-08-181-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=365281
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-0/+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) Notes: svn path=/head/; revision=363436
* - update to 2.1.7Ruslan Makhmatkhanov2014-02-183-14/+30
| | | | | | | | | | | - support staging PR: 186759 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com> (maintainer) Notes: svn path=/head/; revision=344957
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* databases/xtrabackup: update to 2.1.4William Grzybowski2013-08-133-80/+13
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=324660
* databases/xtrabackup: fix RUN_DEPENDSWilliam Grzybowski2013-07-051-0/+2
| | | | | | | | | | | - Add p5-DBD-mysql to RUN_DEPENDS PR: ports/180290 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer Notes: svn path=/head/; revision=322330
* databases/xtrabackup: update to 2.1.3William Grzybowski2013-07-044-27/+44
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=322283
* Update to 2.0.3Florian Smeets2012-11-132-8/+4
| | | | | | | | | | PR: ports/173529 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=307400
* This file is not required to build xtrabackup. This was the latest version ofFlorian Smeets2012-07-282-6/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=301639
* Update to 2.0.1Florian Smeets2012-07-272-19/+25
| | | | | | | | | PR: ports/170018 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer Notes: svn path=/head/; revision=301620
* Update to 1.6.6Florian Smeets2012-05-232-4/+4
| | | | | | | | | PR: ports/168254 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer Notes: svn path=/head/; revision=297286
* Update to 1.6.5Florian Smeets2012-05-226-70/+110
| | | | | | | | | PR: ports/166189 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer Notes: svn path=/head/; revision=297221
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Fix broken patch.Shaun Amott2010-05-251-2/+2
| | | | | | | | Submitted by: QAT Pointy hat to: shaun (me) Notes: svn path=/head/; revision=255070
* New port: xtrabackup: An OpenSource version of InnoDB backup withShaun Amott2010-05-255-0/+98
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] Notes: svn path=/head/; revision=255066