Commit graph

32 commits

Author SHA1 Message Date
Mark Felder
98c85b19c7 Update to 5.5.44
This resolves the BACKRONYM SSL stripping CVE

Security:	CVE-2015-3152
Security:	36bd352d-299b-11e5-86ff-14dae9d210b8
2015-07-18 22:02:45 +00:00
Bartek Rutkowski
99a82425a3 databases/mariadb55-server: update 5.5.41 -> 5.5.43
- Updates databases/mariadb55-client to 5.5.43
- Replace spaces with tabs

PR:		200098
Submitted by:	brnrd
Approved by:	maintainer timeout (2 months)
2015-07-03 19:13:32 +00:00
Johannes Jost Meixner
9e52fdc6c8 databases/mariadb55-*: update to 5.5.41
- Update -server and -client to 5.5.41
- Use Options helpers
- Use GCC on i386 newer than 10.1

PR:		196125
Differential Revision:	https://reviews.freebsd.org/D1534
Submitted by:	Bernard Spil <spil.oss@gmail.com>
Approved by:	maintainer timeout (3 weeks)
Approved by:	swills(mentor)
2015-01-16 15:53:54 +00:00
John Marino
d085c0e427 databases/mariadb55-server: Fix FreeBSD 8 and 9 (jemallac issue)
Bring in MariaDB 10's jemalloc logic to fix FreeBSD 8 and 9.
While here, convert to USES+= execinfo

PR:		195320
Reported by:	FreeBSD 9 users
Submitted by:	maintainer
Final fix by:	marino
2014-11-25 09:57:29 +00:00
John Marino
7414dbe696 databases/mariadb55-(client,server): Upgrade version 5.5.39 => 5.5.40
PR:		194434
PR:		194435
Submitted by:	Bernard Spil
Approved by:	maintainer timeout (Ukraine)
2014-11-22 18:46:05 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Bartek Rutkowski
b825f6edb4 databases/mariadb55-server: update 5.5.38 -> 5.5.39
PR:		192495
Submitted by:	iron@mail.ua
Approved by:	mentors (implicit)
2014-09-04 16:14:25 +00:00
Raphael Kubo da Costa
c3933fc6e9 Fix syntax error in the startup script introduced in r361594.
PR:		191849
Submitted by:	robbertkl@renbeek.nl
2014-07-12 22:42:33 +00:00
John Marino
2d65a1d034 databases/mariadb55-server: Allow multiple instances to launch
PR:		178726
Submitted by:	dgeo (centrale-marseille.fr)
Approved by:	maintainer (Alexandr Kovalenko)
2014-07-12 01:11:23 +00:00
Baptiste Daroussin
f85a534244 Fix build with readline from ports 2014-07-01 12:22:05 +00:00
Martin Wilke
edad859473 - Update to 5.5.38
PR:		190995
2014-06-15 08:26:47 +00:00
Bryan Drewery
2458196874 - Explain to user how to build if they have openssl installed. Another option
is to auto select OPENSSL and PORTSSL options but I stuck with letting the
  user make that decision.

PR:		186566
Reported by:	agifford@infowest.com
2014-06-10 15:22:12 +00:00
Martin Wilke
afcacdf122 - Update to 5.5.37
PR:		189887
Submitted by:	maintainer
2014-06-02 12:28:58 +00:00
Michael Gmelin
4623ec9ce2 It turns out that cmake is still using gmake during the configure
phase, even though build is then done using make(1). If gmake is not
available on the host, cmake falls back to make(1) to configure and
the resulting Makefiles won't work on either, make or gmake. Therefore
I'll rollback to using gmake all the time.

Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-05-24 14:05:30 +00:00
Michael Gmelin
ee3cf3bd20 Cmake is capable of creating Makefiles for make(1), so
the unnecessary dependency on gmake could be removed.

Reviewed by:	bapt (mentor)
Approved by:	bapt (mentor)
2014-05-23 13:25:23 +00:00
Michael Gmelin
2ad9253029 The port creates perl scripts that use /usr/bin/perl, therefore
shebangfix has been implemented to make stage-qa stop complaining.
This also fixes databases/mariadb55-client, which is a slave port.

Reviewed by:	bapt (mentor)
Approved by:	bapt (mentor)
2014-05-22 16:08:26 +00:00
Michael Gmelin
3c99c665e6 Respect hier(7) for config files
PR:		ports/182547
Reviewed by:	flo
Approved by:	flo
2014-05-21 10:37:51 +00:00
Mark Felder
6a73fedbcf Update to 5.5.35
Maintainer is not available for further feedback (Ukraine)

Stay safe, Alexandr

PR:		ports/185012
Sponsored by:	SupraNet Communications, Inc
2014-03-03 16:23:58 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +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
Florian Smeets
79483ff600 Fix linking to mariadb libs [1]
PR:		ports/183001 [1]
PR:		ports/182565 [2]
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua> [1]
Reported by:	Vincent Hoffman-Kazlauskas <vince@unsane.co.uk> [2]
2013-10-17 05:16:44 +00:00
Florian Smeets
174a06e160 - use unique package names
- stop using LATEST_LINK
- update CONFLICTS accordingly

Approved by:	maintainer
2013-10-03 23:18:52 +00:00
Florian Smeets
3e42368c29 - Update to 5.5.33a [1]
- Remove PBXT storage engine support, as it was removed upstream [1]
- Allow building mariadb with libc++ and clang [ports/182408] [2]
- Use bundled jemalloc on FreeBSD < 10 [1]
- Add libexecinfo support [1]
- Use "FreeBSD Ports" as build comment instead of default "Source distribution" [1]

PR:		ports/182426 [1]
PR:		ports/182408 [2]
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer) [1]
		Michael Gmelin <freebsd@grem.de> [2]
2013-09-30 22:32:28 +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
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Florian Smeets
a355832cfb Update to 5.5.31
PR:		ports/179425
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
2013-06-09 14:54:38 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Florian Smeets
8e6b0b4fdd Update to 5.5.30
PR:		ports/177009
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer)
2013-03-16 00:35:47 +00:00
Florian Smeets
6e9ab4749b Change this port to be more in line with databases/mariadb-server
- Add support for [Open]SSL choice - bundled, system, ports
- Add support for OQGRAPH, PBXT storage engines
- Add MAXKEY options (should stay on if you want your data to be compatible
  with all the other mysql ports in the ports tree)
- Minor fix of patch-sql_CMakeLists.txt

PR:		ports/176405
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
2013-03-07 20:22:40 +00:00
Florian Smeets
c7fd019365 - update databases/mariadb-server to 5.3.12 [1]
- update databases/mariadb55-server 5.5.29 [2]

PR:		ports/175764 [1]
PR:		ports/175767 [2]
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) [1]
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer) [2]
Security:	8c773d7f-6cbb-11e2-b242-c8600054b392
2013-02-01 22:42:55 +00:00
Florian Smeets
5b89202d86 Add a temporary fix to fix the build when openssl is installed from
ports.

The maintainer is working on making it configurable which SSL to build this
port with. As is he working on bringing over most OPTIONS from
databases/mariadb-server.

PR:		ports/175247
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer)
2013-01-15 17:08:14 +00:00
Florian Smeets
87a0e0727b Add the 5.5 branch of MariaDB
PR:		ports/174660
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
Approved by:	geoffroy desvernay <dgeo@centrale-marseille.fr>
		(maintainer of databases/mariadb-*)
2013-01-05 11:30:51 +00:00