Commit Graph

21538 Commits

Author SHA1 Message Date
Mark Linimon 922dee671e These ports now build on aarch64.
Where necessary, pet portlint.

Approved by:	portmgr
Obtained from:	aarch64 TRYBROKEN run
2019-05-03 21:06:51 +00:00
Steve Wills fdcc85ca75 databases/py-mysqlclient: Update to 1.4.2.post1
PR:		237709
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2019-05-03 11:33:24 +00:00
Kurt Jaeger f935e2c9b2 databases/cego: upgrade 2.44.8 -> 2.44.9
- Removed legacy method CegoAggregation::setInit/isInit
- Fix in CegoQueryHelper::aggregateTuple, since the field value
  reference for aggregation field value might be no more valid during
  the aggregation run, a local copy is created via
  CegoFieldValue::getLocalCopy.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2019-05-02 12:50:46 +00:00
Piotr Kubaj 230cad7fe1 databases/mariadb55-server: fix build with GCC-based architectures
Add USES=compiler:c++11-lang to fix:
/wrkdirs/usr/ports/databases/mariadb55-server/work/mariadb-5.5.64/storage/xtradb/include/os0sync.h:416:4: error: #error "Unsupported platform"

Approved by:	mentors (implicit approval)
2019-05-02 10:13:03 +00:00
Sunpoet Po-Chuan Hsieh 3bf8849f74 Update to 0.6.2
Changes:	https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
2019-04-30 19:07:27 +00:00
Muhammad Moinur Rahman 46ee8d3b84 databases/freetds-devel: Update version 1.1.24=>1.1.25 2019-04-30 19:07:14 +00:00
Muhammad Moinur Rahman d6893a5fa7 databases/geoserver-mysql-plugin: Update version 2.15.0=>2.15.1 2019-04-30 18:43:21 +00:00
Muhammad Moinur Rahman 3da27fea8b databases/freetds: Update version 1.1.5=>1.1.6 2019-04-30 18:37:24 +00:00
Zach Leslie 397261f293 Ensure java options are utilized
Without this change, the doc for the rc script references the ability pass Java opts to the start command, but those references are never used. Here we ensure that thse options are respected and implemented.

PR:		237295
Reviewed by:	mat(mentor),romain
Approved by:	mat(mentor),romain
Differential Revision:	D20010
2019-04-30 18:12:00 +00:00
Koichiro Iwao fcf98f7079 lang/ruby2[45]: Remove dbm library and replace it with databases/rubygem-dbm
PR:		230289
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (initial revision)
		meta (myself)
Reviewed by:	sunpoet, ruby
Approved by:	sunpoet
Differential Revision:	https://reviews.freebsd.org/D20000
2019-04-30 11:22:58 +00:00
Matthew Seaman 27b8e8eb93 Update to 8.0.16
Upstream has unbundled all of the 3rd party jars they used to ship in
the tarball.  We already preferred installing slf4j.jar and c3p0.jar
from ports, so we just had to add a dependency (and create a port for)
protobuf-java.jar

ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-16.html
2019-04-29 05:40:45 +00:00
Kai Knoblich 4d5c676361 databases/clickhouse: Update to 19.5.3.8
* Clickhouse requires now a compiler that understands C++17.

While I'm here:

* Set the TEST option as non-default and convert all runtime dependencies of
  that option to default ones. The former description was somewhat
  misleading because the TEST option only installed two additional Python
  scripts.

  The test query datasets in %%DATADIR%%-test/ and the previously mentioned
  Python scripts were always installed regardless if TEST was set/unset
  because they are part of the normal release installation. This also would
  lead to build failures if the TEST option was disabled. [1]

* Use the TEST option for compiling and testing of additional tests by
  enabling -DENABLE_TESTS (instead of introducing a new option with another
  name for it). [1]

* Also mark the TEST option as broken when building on FreeBSD 13.0-CURRENT
  with Clang 8 because it segfaults with an assertion error in function
  "getZExtValue()".

* Pet portlint a bit by placing some variables to their intended locations.

Changelog:

https://github.com/yandex/ClickHouse/blob/v19.5.3.8-stable/CHANGELOG.md

PR:		237318
Submitted by:	proler@gmail.com (maintainer)
Approved by:	maintainer [1], mentors (implicit)
2019-04-28 23:57:22 +00:00
Mahdi Mokhtari 2e596e3fc4 databases/mysql57-{client, server}: Update to latest release 5.7.26
This update includes:
Bugfix:
- InnoDB: Optimized internal temporary tables did not support
    in-place UPDATE operations
- InnoDB: A function called by a CREATE TABLE thread attempted access after free()
- InnoDB: The INDEX_LENGTH value in INFORMATION_SCHEMA.TABLES
    was not updated when adding an index
- The authentication_ldap_simple plugin could enforce authentication incorrectly
More info: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-26.html

Security Fix:
CVE-2019-2632, CVE-2019-1559, CVE-2018-3123, and other fixes.
More info: https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html#AppendixMSQL

PR:		237399
Reported by:	Brent Busby <brent@jfi.uchicago.edu>
Sponsored by:	The FreeBSD Foundation
2019-04-28 21:34:14 +00:00
Mahdi Mokhtari 1cf7d191dd databases/mysql56-{client, server}: Update to latest release 5.6.44
This update includes
Bugfix:
- InnoDB: The INDEX_LENGTH value in INFORMATION_SCHEMA.TABLES
    was not updated when adding an index
- MySQL 5.6 did not build with maintainer mode enabled with GCC 7
- A damaged mysql.user table could cause a server exit
- mysqladmin shutdown did not wait for mysqld to shut down
More info: https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-44.html

Security Fix:
CVE-2019-1559, CVE-2018-3123 and other fixes.
More info: https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html#AppendixMSQL<Paste>

PR:		237399
Reported by:	Brent Busby <brent@jfi.uchicago.edu>
Sponsored by:	The FreeBSD Foundation
2019-04-28 21:24:35 +00:00
Steve Wills b99537ee6d databases/memcached: update to 1.5.14 2019-04-28 17:24:25 +00:00
Dirk Meyer 73c4c3043f - fix build with ruby25 2019-04-28 12:47:14 +00:00
Alexey Dokuchaev 705ce4e254 - Update `databases/iowow' to version 1.3.14
- Don't hardcode library version in the pkg-plist
  to reduce the repochurn upon every port update

Requested by:	upstream
2019-04-28 12:11:21 +00:00
Rene Ladan 2ade5672a4 Remove expired ports:
2019-04-27 net-mgmt/zabbix32-agent: End of Life was November, 2017
2019-04-27 net-mgmt/zabbix32-frontend: End of Life was November, 2017
2019-04-27 net-mgmt/zabbix32-java: End of Life was November, 2017
2019-04-27 net-mgmt/zabbix32-proxy: End of Life was November, 2017
2019-04-27 net-mgmt/zabbix32-server: End of Life was November, 2017
2019-04-27 net-mgmt/zabbix34-agent: End of Life was October, 2018
2019-04-27 net-mgmt/zabbix34-frontend: End of Life was October, 2018
2019-04-27 net-mgmt/zabbix34-java: End of Life was October, 2018
2019-04-27 net-mgmt/zabbix34-proxy: End of Life was October, 2018
2019-04-27 net-mgmt/zabbix34-server: End of Life was October, 2018
databases/zabbix32-libzbxpgsql, depends on expired net-mgmt/zabbix32-agent
databases/zabbix34-libzbxpgsql, depends on expired net-mgmt/zabbix34-agent
2019-04-28 11:35:18 +00:00
Kurt Jaeger de27c99c6f databases/cego: upgrade 2.44.7 -> 2.44.8
- Added method CegoClient::treateEscape to handle escacpe charaters
  in command strings for interactive and batch mode ( newline, carriage
  return und tab )
- Further optimization in CegoFunction::getReturnTypeLen, if the
  length argument in left, right substr function is a constant, this
  value is used for schema definition, otherwise the length of the
  source is used. Example:
    select left(a,3) from t1 => length 3 is used for schema
    select left(a,b) from t1 => definition of a is used for schema
  Further optimization done in CegoSelect and CegoAction for schema
  evaluation.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2019-04-28 08:35:46 +00:00
Muhammad Moinur Rahman 630debc893 databases/freetds-devel: Update version 1.1.23=>1.1.24 2019-04-27 20:27:20 +00:00
Bernard Spil 11d6ff1921 databases/mariadb55-server: Security update to 5.5.64
MFH:		2019Q2
Security:	4e1997e8-5de0-11e9-b95c-b499baebfeaf
2019-04-27 20:24:28 +00:00
Sunpoet Po-Chuan Hsieh f1b7339127 Update to 2.4.2
Changes:	https://github.com/rubysherpas/paranoia/releases
		https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md
2019-04-27 18:27:48 +00:00
Sunpoet Po-Chuan Hsieh 1d54054270 Update to 3.8.0
Changes:	https://metacpan.org/changes/distribution/DBD-Pg
2019-04-27 18:27:07 +00:00
Sunpoet Po-Chuan Hsieh 670c7eeb77 Fix build on powerpc
PR:		237570
Submitted by:	pkubaj
2019-04-26 20:49:47 +00:00
Muhammad Moinur Rahman 2da3237ad9 databases/mysql-connector-c++: Update version 1.1.9=>1.1.12
- Change LICENSE_FILE to LICENSE.txt
2019-04-26 20:47:03 +00:00
Sunpoet Po-Chuan Hsieh e135b7f151 Update to 1.7.1
Changes:	https://github.com/okbob/plpgsql_check/releases
2019-04-26 20:45:35 +00:00
Muhammad Moinur Rahman 8f4a5df8cd databases/py-mysql-connector-python: Update version 8.0.15=>8.0.16 2019-04-26 19:05:48 +00:00
Muhammad Moinur Rahman dbb0844e4e databases/freetds-devel: Update version 1.1.22=>1.1.23 2019-04-26 18:46:18 +00:00
Kurt Jaeger d8e996290e databases/cego: update 2.44.6 -> 2.44.7
- In CegoSelect::evalSelection, optimization provided in a way,
  that schema is not evaluated explizit anymore. Rather the previous
  analysed schema ( prepare method, _evalSchema ) is used. Since for
  dynamic field length, the resulting schema must be estiamated, this
  approach is ok.
- Fix added in CegoFunction::getReturnTypeLen, evalFieldValue for
  expression values could fail, since FLA ist still not set up. For
  this case, now the cont value RETVAL_LEN is returned as an estimation.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2019-04-26 07:35:54 +00:00
Chris Rees 05facd8f3c Don't overwrite PORTREVISION from the slave, following readline update.
I've had to bump revision for several slaves here, but most will not
be rebuilt, except the -client slaves.  Apologies for anyone having
to rebuild -clients unnecessarily, but it's not a heavy task- better safe
than sorry.

PR:		ports/236156
Reported by:	Andrew Dunstan (PostgreSQL), koobs, Dmitri Goutnik
2019-04-25 18:34:41 +00:00
Sunpoet Po-Chuan Hsieh dc4426b034 Update to 2.4.0
- Take maintainership

Changes:	https://github.com/pallets/flask-sqlalchemy/releases
		https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst
2019-04-25 18:29:13 +00:00
Kai Knoblich ea525b5b7d databases/pg_partman: Update to 4.0.0
* Fix whitespace in pkg-descr

Changelog:

https://github.com/pgpartman/pg_partman/blob/v4.0.0/CHANGELOG.txt

PR:		237001
Submitted by:	Lacey Powers <lacey.leanne@gmail.com> (maintainer)
Approved by:	mentors (implicit)
2019-04-25 16:00:21 +00:00
Matthias Fechner af97a143b6 Added new port required by Gitlab-ce.
https://rubygems.org/gems/influxdb
2019-04-25 14:23:09 +00:00
Antoine Brodin 12a24d58f2 Clean up plist 2019-04-25 14:17:38 +00:00
Sunpoet Po-Chuan Hsieh 3c20011aed Update to 6.0.2
Changes:	https://github.com/facebook/rocksdb/releases
2019-04-24 17:42:02 +00:00
Romain Tartière 917c9b7988 Update to 6.3.1
Release notes:
https://puppet.com/docs/puppetdb/6.3/release_notes.html#puppetdb-631

With hat:	puppet
2019-04-24 02:10:37 +00:00
Steve Wills a8deb6e04c databases/memcached: update to 1.5.13 2019-04-23 20:51:09 +00:00
Kurt Jaeger 8bec5afaeb databases/cego: update 2.44.5 -> 2.44.6
- Added some code cleanup and additional checks ( check082 and check083 )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2019-04-23 11:56:46 +00:00
Sunpoet Po-Chuan Hsieh dd3d63f2da Update to 3.4
Changes:	https://github.com/darold/pgFormatter/releases
		https://github.com/darold/pgFormatter/blob/master/ChangeLog
2019-04-22 20:41:48 +00:00
Kurt Jaeger 05773f4f5f databases/cego: update 2.44.4 -> 2.44.5
- Added fix in CegoAttrComp::setup, _posSetup variable was not setup
  correctly for case BTWN / VALUE2VALUE which might lead to invalid
  join array access.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2019-04-22 14:11:46 +00:00
Gerald Pfeifer 879e75a659 Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
2019-04-22 13:16:33 +00:00
Kurt Jaeger a03d0cd817 databases/cego: update 2.44.3 -> 2.44.4
- Added fix in CegoExpr::evalField and CegoTerm::evalField to provide
  correct result type. This is required for fastserial protocol usage.
- Also added fix in CegoFieldValue::operators +-*/ to cast to the
  largest value

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2019-04-22 12:16:55 +00:00
Kurt Jaeger 5d36972ee2 databases/cego: update 2.44.1 -> 2.44.3
- Fix in CegoTableManager::deleteDataTable, before resolving external
  table references via evalExtTableReferences, the subquery must be
  prepared, to resolve local attributes first
- Optimization added in CegoBufferPool::bufferFix. If there is no
  available slot in the bufferpool, a checkpoint is forced for the
  corresponding tableset ( already implemented ). Now if still no
  available slot, we force checkpoint for all other online tableset
  of the database. This might be useful, if the bufferpool is heavily
  occupied by other tablesets with dirty pages.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2019-04-22 06:57:54 +00:00
Sunpoet Po-Chuan Hsieh 63169e1f3b Update to 0.16.2
Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
2019-04-21 19:07:36 +00:00
Thomas Zander 5699b6a761 Update to upstream version 3.6.12
PR:		237257
Submitted by:	ronald-lists@klop.ws
Approved by:	dev@dudu.ro (maintainer)
2019-04-21 14:03:41 +00:00
Kurt Jaeger 65db7a8725 devel/lfcbase: update 1.11.9 -> 1.13.0
devel/lfcxml: update 1.2.6 -> 1.2.10
databases/cego: update 2.39.16 -> 2.44.1
databases/cegobridge: update 1.4.0 -> 1.5.0
databases/p5-DBD-cego: update 14.0 -> 1.5.0

- Warning: storage format has changed
  Export to xml format before upgrade and re-import after the upgrade
  See UPDATING
- recompile all applications linked to libcego
- Lots of changes, among them:
  o improved crash recovery
  o fixes to SQL expected behaviour
  o better CDATA handling
  o fixes primary key handling design issue
  o changes to serialisation for export/import, XML export/import is still
    possible

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Changelog:	http://www.lemke-it.com/litexec?request=pubnews&user=&lang=en&numlog=1000
2019-04-21 13:31:25 +00:00
Tobias Kortkamp c927e7376a databases/mantis: Update to 2.21.0
Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.20.1
Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.21.0
Security:	CVE-2019-10905
MFH:		2019Q2
2019-04-21 09:44:53 +00:00
Sunpoet Po-Chuan Hsieh fce7c8290b Fix build on powerpc
PR:		237200
Submitted by:	pkubaj
2019-04-20 23:08:34 +00:00
Matthias Fechner cf37386b71 Fix build problem with ruby 2.5.
This patch should be included upstream.

PR:		237410
Submitted by:	ume@
Reported by:	mbeis@xs4all.nl
Reviewed by:	mbeis@xs4all.nl, w.schwarzenfeld@utanet.at
2019-04-20 19:55:08 +00:00
Jan Beich 058e96a289 databases/sqlite3: update to 3.27.2
Changes:	https://sqlite.org/releaselog/3_27_2.html
ABI:		https://abi-laboratory.pro/tracker/timeline/sqlite/
PR:		237373
Approved by:	Pavel Volkov (maintainer)
2019-04-20 15:30:33 +00:00