Commit graph

69 commits

Author SHA1 Message Date
Bernard Spil
f078e1c6af databases/mariadb55-server: Update to 5.5.38
- Stop clobbering USES in -client

MFH:		2017Q4
Security:	c41bedfd-b3f9-11e7-ac58-b499baebfeaf
2017-10-22 15:02:55 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Mathieu Arnold
cb9a2b582c Cleanup after removal of libexecinfo from ports.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:57 +00:00
Mathieu Arnold
3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Vasil Dimov
c6ff8e4970 MySQL ports: Extend CONFLICTS_INSTALL in conflicting ports.
databases/mysqlwsrep56-server has been present for some time and
databases/mysqlwsrep57-server has been added recently. Both ports
conflict with other MySQL server ports and this has been reflected
in databases/mysqlwsrep5[67]-server/Makefile but must also be
reflected in all conflicting ports' Makefiles as well.

The conflicting ports are:
databases/mariadb100-server
databases/mariadb101-server
databases/mariadb102-server
databases/mariadb55-server
databases/mysql55-server
databases/mysql56-server
databases/mysql57-server
databases/mysql80-server
databases/percona55-server
databases/percona56-server
databases/percona57-server

There is not going to be mysqlwsrep*-client* ports (because the vanilla
mysql*-client* ports suffice), so the entry in CONFLICTS just reads
mysqlwsrep*.

PR:		220791
Submitted by:	vd
Approved by:	brnrd, ale (maintainer timeout), feld (maintainer timeout), flo, mmokhi, koobs
2017-08-14 05:37:21 +00:00
Bernard Spil
ae7e75f0f8 databases/mariadb-server: Security update to 5.5.57
Security:	cda2f3c2-6c8b-11e7-867f-b499baebfeaf
2017-07-22 22:28:13 +00:00
Tobias C. Berner
5e373eaa92 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
2017-06-25 21:07:58 +00:00
Bernard Spil
e1822696f3 databases/mariadb55-server: Update to 5.5.56
- Bugfix update to 5.5.56
 - Re-roll patches
 - Convert patches to new naming convention
 - Add/move ldconfig config to -server
 - Move client option to -client port
2017-05-04 09:33:18 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00
Bernard Spil
c37876b36c databases/mariadb55-server: Update to 5.5.55
- Security and bugfix update to 5.5.55
 - Fix up patches
 - Remove CVE-2017-3302 patch (now included)
 - Add upstream patch for WITHOUT_SERVER issue

MFH:		2017Q2
Security:	d9e01c35-2531-11e7-b291-b499baebfeaf
Security:	CVE-2017-3308
Security:	CVE-2017-3309
Security:	CVE-2017-3313
Security:	CVE-2017-3453
Security:	CVE-2017-3456
Security:	CVE-2017-3464
2017-04-29 18:54:07 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Bernard Spil
54e46da2e7 databases/mariadb55-server: Fix vulnerabilities
- Add vulnerability patch from upstream
 - Improve OQGraph BROKEN message
 - Take maintaintership

MFH:		2017Q1
Security:	7c27192f-0bc3-11e7-9940-b499baebfeaf
Security:	4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf
Security:	CVE-2017-3313
Security:	CVE-2017-3302
2017-03-19 13:30:52 +00:00
John Marino
63202777a4 databases/maria55*: reset maintainer
The maintainer was not involved in any of the last 13 releases and still
is not responding to PRs (many, many timeouts).  Maintainership of this
port probably should have been reset a couple of years ago.
2017-02-01 15:48:15 +00:00
Mathieu Arnold
1e2f7ff6cd Fix patch.
Sponsored by:	Absolight
2017-01-09 16:40:25 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Bernard Spil
a22b6d215c databases/mariadb55-server: Update to 5.5.54
- Update to 5.5.54
  - Add mysqld_safe_helper to plist
2016-12-25 13:12:36 +00:00
Antoine Brodin
19e5853130 mariadb* build fine with bsd make 2016-12-10 19:11:03 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
John Marino
023df0d3c1 databases/mariadb(55|100|101)-client: document ncurses requirement 2016-11-19 14:15:59 +00:00
Mark Linimon
cb90f21ce7 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-14 06:49:45 +00:00
Mark Linimon
631eab01cc Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00
Bernard Spil
7d283c7225 databases/mariadb55-server: Update to 5.5.53
- Maintenance release

Security:	CVE-2016-7440
Security:	CVE-2016-5584
2016-11-01 20:09:24 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
Bernard Spil
779c577ac0 databases/mariadb55-server: Upgrade to 5.5.52
- Upstream bugfix update
2016-09-14 07:07:57 +00:00
Bernard Spil
1012d7c5ea databases/mariadb55-server: Update to 5.5.51
- Update to latest version 5.5.51
  - Move from USE_OPENSSL to USES= ssl
2016-08-11 18:35:49 +00:00
Bernard Spil
0f3862ccac databases/mariadb55-server: Update to 5.5.50
- Regular bug fix update
  - Add private headers to pkg-plist
2016-06-18 18:38:52 +00:00
Bernard Spil
bc99b2b90a databases/mariadb55-{client,server}: Update to 5.5.49
- Update to latest version 5.5.49
  - Fix multiple vulnerabilities
  - Remove embedded, ports and no-SSL options
    Build with SSL support by default

Security:	8c2b2f11-0ebe-11e6-b55e-b499baebfeaf
Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D6161
2016-05-02 21:06:52 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Dmitry Marakasov
897fd38338 - Mark OQGRAPH option BROKEN as it fails with both old and new boost
- Allow to disable it properly so the build doesn't break of boost is installed
- Remove OQGRAPH-related cmake flags, as they do nothing

PR:		207094
Submitted by:	amdmi3
Approved by:	maintainer timeout (brnrd, 2 months)
2016-04-21 11:06:28 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Bernard Spil
b959a93b12 databases/mariadb55-server: Update to 5.5.47
- Bug-fix release

The release notes for MariaDB 5.5.47 can be found at:

 - https://mariadb.com/kb/en/mariadb/mariadb-5547-release-notes/

Approved by:	koobs (mentor), feld (mentor)
Differential Revision: https://reviews.freebsd.org/D4485
2015-12-25 22:55:19 +00:00
Bernard Spil
c467e06cb1 databases/mariadb55-server: Update to 5.5.46
* Update server and (slave) client port
  * Add LICENSE
  * Consistent globbing of CONFLICTS

The release notes for MariaDB 5.5.46 can be found at:

    https://mariadb.com/kb/en/mariadb/mariadb-5546-release-notes/

PR:		204410
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Reviewed by:	koobs (mentor), feld (ports-secteam@)
Approved by:	koobs, feld
Security:	851a0eea-88aa-11e5-90e7-b499baebfeaf
MFH:		2015Q4
Differential Revision:	https://reviews.freebsd.org/D4134
2015-12-01 20:48:54 +00:00
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