Commit Graph

26 Commits

Author SHA1 Message Date
Wen Heping
6336af53fa - Update to 2.3.3
PR:		204251
Submitted by:	tbabut@mobileobjects.de
Approved by:	maintainer(timeout, >60 days)
2016-01-20 03:36:50 +00:00
Mathieu Arnold
a56018d570 Update to 2.2.12. [1]
Remove unneeded bits from the past.

PR:		202760
Submitted by:	maintainer
Sponsored by:	Absolight
2015-10-29 13:47:34 +00:00
John Marino
74d3bc86be Add USES=alias to 11 ports (non-invasive DragonFly support) 2015-07-03 10:46:51 +00:00
Dmitry Marakasov
89d01c1e57 - Update to 2.2.10
- Fix fetch

PR:		199778
Submitted by:	timp87@gmail.com
Approved by:	maintainer timeout (aleksandr.kuzminsky@percona.com, 1 month)
2015-06-05 14:14:10 +00:00
Dmitry Marakasov
48c5ace18a - Fix fetch
- Add LICENSE_FILE
- Add CPE info

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-07 10:49:00 +00:00
Antoine Brodin
bde9bceb95 Mark a few ports BROKEN: unfetchable 2015-04-12 11:04:22 +00:00
Kurt Jaeger
cba03c03e1 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
- 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)
2015-01-02 18:46:33 +00:00
Kurt Jaeger
608fd70738 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)
2014-12-06 18:09:21 +00:00
Tijl Coosemans
c576f8b4cb - Make both cmake and autotools build dependencies only
- Merge MASTER_SITES and MASTER_SITE_SUBDIR
2014-09-18 07:30:24 +00:00
Dmitry Marakasov
fadcf5a106 - Switch to USES=libtool
Approved by:	portmgr blanket
2014-08-18 12:02:38 +00:00
Kurt Jaeger
b95d127471 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)
2014-07-30 03:57:23 +00:00
Ruslan Makhmatkhanov
3888ae5cb3 - 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)
2014-02-18 20:58:11 +00:00
Baptiste Daroussin
b5482324dc In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
William Grzybowski
c5cfbcdc6a 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)
2013-08-13 12:11:05 +00:00
William Grzybowski
ea31cb8a19 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
2013-07-05 14:31:43 +00:00
William Grzybowski
28807e530d 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
2013-07-04 17:57:17 +00:00
Florian Smeets
618d13a7ac Update to 2.0.3
PR:		ports/173529
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	maintainer
Feature safe:	yes
2012-11-13 22:14:34 +00:00
Florian Smeets
43b6b7d905 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
2012-07-28 08:44:29 +00:00
Florian Smeets
56fbb5fc1f Update to 2.0.1
PR:		ports/170018
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	maintainer
2012-07-27 14:45:10 +00:00
Florian Smeets
4f4696291d Update to 1.6.6
PR:		ports/168254
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	maintainer
2012-05-23 17:03:24 +00:00
Florian Smeets
7d35bd11cb Update to 1.6.5
PR:		ports/166189
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	maintainer
2012-05-22 20:04:07 +00:00
Eitan Adler
7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Shaun Amott
1b3f9bcd47 Fix broken patch.
Submitted by:	QAT
Pointy hat to:	shaun (me)
2010-05-25 19:35:48 +00:00
Shaun Amott
819aa3b86c 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]
2010-05-25 18:12:15 +00:00