Commit graph

17167 commits

Author SHA1 Message Date
Danilo G. Baio
96c86de5bd databases/pspg: Update to 0.7.4
Changes:	https://github.com/okbob/pspg/releases/tag/0.7.4

PR:		223923
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-11-27 22:46:12 +00:00
Yuri Victorovich
0419d95793 databases/sqlitestudio: Unbroke the build by including QVariant where it was missing
Approved by:	tcberner (mentor), mat
Differential Revision:	https://reviews.freebsd.org/D13203
2017-11-27 17:14:43 +00:00
Danilo G. Baio
638237f973 databases/pspg: Update to 0.7.3
Changes:	https://github.com/okbob/pspg/releases/tag/0.7.3

PR:		223883
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-11-26 17:51:58 +00:00
Tobias C. Berner
3390197d0b Update databases/pspg to 0.7.2
PR:		223868
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-11-25 18:06:41 +00:00
Kurt Jaeger
94f035c7c0 databases/cego: update 2.38.3 -> 2.38.5
- Fix in CegoBTreeValue::valueFromSchema, introduced method
  getReservedLength to return fixed value length for type fixed and
  decimal. Since for decimal and fixed type just the dimension is
  stored in CegoField::getLength, we must define a reserved area
  for those types. This is done now with constant definition
  RESERVED_BTREE_FLOATLEN in CegoDefs.h
- Improved ordersize calculation in CegoOrderSpace:insertTuple. Now
  the following formula is used :
    int s = sizeof(fv);
    if ( fv.getLength() > STATICFIELDBUF )
      s += fv.getLength();
    orderEntryLen += s;
  The catches the base memory usage for the instance but also the
  dynamic allocated part

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-25 12:54:48 +00:00
Jochen Neumeister
d10e8dfc64 databases/pecl-dbase: Update to 5.1.1
Ignore with PHP 72

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13236
2017-11-24 21:54:14 +00:00
Pietro Cerutti
8128a3ee18 databases/tcl-lmdb: update to 0.3.6
Release notes: https://github.com/ray2501/tcl-lmdb/releases/tag/0.3.6
2017-11-24 09:10:34 +00:00
Sunpoet Po-Chuan Hsieh
8f15916ed7 Fix RUN_DEPENDS: change from rubygem-flipper to rubygem-flipper010
- Add PORTSCOUT
- Bump PORTREVISION for dependency change
2017-11-23 19:09:04 +00:00
Sunpoet Po-Chuan Hsieh
24a1375721 Update to 3.0.4
- Add libmemcached version check

Changes:	https://pecl.php.net/package-changelog.php?package=memcached
2017-11-23 19:09:00 +00:00
Luca Pizzamiglio
dcc5b27c9d databases/timescaledb: Update to 0.7.0
changelog: https://github.com/timescale/timescaledb/releases/tag/0.7.0
Moreover, switches build to CMake and adds support for pgsql10

PR:		223800
Submitted by:	kbowling@freebsd.org (maintainer)
Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D13191
2017-11-23 10:20:30 +00:00
Pietro Cerutti
b3b0ce7efc databases/cassandra-cpp-driver: update to 2.8.0
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.0/CHANGELOG.md
2017-11-23 09:00:15 +00:00
Yuri Victorovich
42296a29ec databases/pspg: Update pkg-message: Improved the alias suggestion
PR:		223805
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Reported by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13195
2017-11-23 05:48:20 +00:00
Sunpoet Po-Chuan Hsieh
f7cea97888 Update to 0.21.0
Changes:	https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
2017-11-22 23:35:14 +00:00
Yuri Victorovich
87ac2031cd New port: databases/pspg: Tabular data pager designed to be used with psql
PR:		223694
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13170
2017-11-22 18:51:37 +00:00
Kurt Jaeger
d4cb82ae6f databases/cego: update 2.38.1 -> 2.38.3
- Fix in CegoXMLSpace::setTSSortAreaSize, changed type from int to
  unsigned long long, otherwise overflow may occur for large sort
  area size configurations
- Performance optimization done in CegoOrderSpace. Instead of storing
  the CegoField list for the result tuple in CegoOrderNode, just the
  values are stored there. The order cursor now gets the schema with
  the constructor and build the CegoField List in the getFirst /
  getNext methods. This seems a huge amount of heap space, which is
  dynamically allocated during the sorting procedure ( sortareasize
  parameter ).
  Especially for large ordering result sets this saves significantly
  memory and improves performance.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-22 18:46:12 +00:00
Torsten Zuehlsdorff
bd3d7132df Repo copy databases/rubygem-flipper-active_record and devel/rubygem-flipper
to unbreak www/gitlab. GitLab broke through there updates in 453680 and 453681.

Reported by: remko, Matthias Fechner <idefix@fechner.net>
2017-11-22 14:55:05 +00:00
Steve Wills
b0c18dc422 databases/py-pymssql: Update to 2.1.3
PR:		221358
Submitted by:	David Wahlund <david@dafnet.se>
Approved by:	ports@thelanman.net (maintainer timeout, >3 months)
2017-11-22 13:30:29 +00:00
Antoine Brodin
e9cb55b4ce Hook ldb12 and ldb13 to the build 2017-11-21 19:21:34 +00:00
Sunpoet Po-Chuan Hsieh
a02a0c65db Update to 5.8.6
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/master/HISTORY.md
2017-11-21 18:05:51 +00:00
Timur I. Bakeyev
dbaa72074d Make sure that you can compile all supplimentary ports without Python bindings 2017-11-21 17:00:12 +00:00
Nikolai Lifanov
82bff85051 new port: databases/arangodb32
ArangoDB is a production ready highly available Multi-Model NoSQL database

PR:		223240
Submitted by:	dev@dudu.ro
Differential Revision:	https://reviews.freebsd.org/D12793
2017-11-21 15:47:53 +00:00
Mathieu Arnold
4b59141365 Fix build if rrdtool is built without pango.
Sponsored by:	Absolight
2017-11-21 13:22:32 +00:00
Timur I. Bakeyev
dc4e60426a In case we'd make samba48 anytime soon. 2017-11-20 13:51:23 +00:00
Timur I. Bakeyev
b006691256 Fix too broad Python specification, cut down to 2.7 explicitly. 2017-11-20 13:39:16 +00:00
Timur I. Bakeyev
17009f74ad Update Samba supplimentary libraries to the most recent versions. 2017-11-20 06:40:28 +00:00
Sunpoet Po-Chuan Hsieh
be490c4f6d Update IGNORE_WITH_PHP 2017-11-20 04:32:17 +00:00
Sunpoet Po-Chuan Hsieh
486c3d31c6 Update IGNORE_WITH_PHP 2017-11-20 04:32:12 +00:00
Sunpoet Po-Chuan Hsieh
c38965b76a Update IGNORE_WITH_PHP 2017-11-20 04:32:07 +00:00
Sunpoet Po-Chuan Hsieh
2738d76e72 Update IGNORE_WITH_PHP 2017-11-20 04:32:03 +00:00
Sunpoet Po-Chuan Hsieh
b0706016e6 Add LICENSE_FILE
- Update IGNORE_WITH_PHP
- Reformat pkg-descr
- Update WWW
2017-11-20 04:31:58 +00:00
Sunpoet Po-Chuan Hsieh
84cd922109 Update to 5.8
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/master/HISTORY.md
2017-11-20 04:30:26 +00:00
Kurt Jaeger
aac9300cfd databases/cego: update 2.38.0 -> 2.38.1
- Fix in CegoPredDesc::decode, loop variable i for IN/NOTIN case
  was not initialized
- Fix in CegoAction::execCheckCreate, check contraints are checked
  for contained subselects. subselects are ( still ) not supported
  since the CegoCheckOject::decode method can not provide a valid
  tablemanager instance ( it is called from CegoObjectManager )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-19 09:33:10 +00:00
Gerald Pfeifer
4b3d2797da Remove databases/grass6 in favor of the existing databases/grass7.
PR:		222570
Approved by:	lbartoletti@tuxfamily.org (maintainer)
2017-11-18 22:52:25 +00:00
Bernard Spil
21969052f2 databases/mariadb102-client: Fix linking issues in downstream ports
- mariadb_config produces incorrect output [1]

1: https://jira.mariadb.org/browse/MDEV-14439

Reported by:	Alexandre
2017-11-18 21:48:11 +00:00
Bernard Spil
680a278a37 databases/mariadb101-server: Security update to 10.1.29
PR:		223737
Reported by:	Miroslav Lachman <000 fbsd quip.cz>
Security:	c41bedfd-b3f9-11e7-ac58-b499baebfeaf
2017-11-18 20:58:01 +00:00
Grzegorz Blach
d0b5c59385 Update to 1.10.3 2017-11-18 11:21:52 +00:00
Dmitry Marakasov
bb620445e2 - Switch to options helpers 2017-11-18 09:00:14 +00:00
Kurt Jaeger
a90cb2865a databases/cego: update 2.37.3 -> 2.38.0
databases/cegobridge: update 1.2.1 -> 1.3.0

cego:
- Fix in CegoSelect::clone, pUnionSelect was not cloned, which might
  lead to seg faults
- Introduced predicate clause for select .. in ( expr, expr, ... ),
  e.g. select * from t1 where a in ( 1, 2, 3 ); This was still not
  implemented but is part of standard SQL.

cegobridge:
- Adaptions made for modified cego-2.38.0 API with extended
  CegoDatabaseFormatter::formatPred method ( exprList was added for
  new introduced select in ( expr list ) predicate )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-18 08:34:07 +00:00
Tobias C. Berner
6697b41a0e Update databases/pg_partman to 3.1.0
PR:		223723
Submitted by:	Lacey Powers <lacey.leanne@gmail.com> (maintainer)
2017-11-17 21:34:18 +00:00
Joseph Mingrone
3ded3a3cf4 py-psycopg2cffi: Update to version 2.7.7
Upstream changes: https://github.com/chtd/psycopg2cffi#november-2017
2017-11-17 20:34:12 +00:00
Frederic Culot
6738ca716f - Update to 1.30 [1]
- Update minimum dependency requirement on SQL::Abstract

Changes:	http://search.cpan.org/dist/SQL-Abstract-More/Changes
PR:		223352 [1]
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by:	maintainer (timeout)
2017-11-17 10:10:01 +00:00
Wen Heping
beed12611f - Update to 4.0.21
PR:		223711
Submitted by:	rob.kruus@gmail.com(maintainer)
2017-11-17 08:15:04 +00:00
Matthew Seaman
3d5fef6162 Update to 7.1.0
Add a new option ANONSTATS to enable anonymous statistics collection,
off by default.
2017-11-17 07:37:54 +00:00
Antoine Brodin
b22d7c74b6 Remove duplicate port
Pointy hat:	tz
2017-11-17 06:31:37 +00:00
Sergey A. Osokin
92c2b72a49 Upgrade from 3.2.10 to 3.2.11.
<ChangeLog>

Upgrade urgency HIGH: Potentially critical bugs fixed.

AOF flush on SHUTDOWN did not cared to really write the AOF buffers
(not in the kernel but in the Redis process memory) to disk before exiting.
Calling SHUTDOWN during traffic resulted into not every operation to be
persisted on disk.

</ChangeLog>
2017-11-17 02:10:54 +00:00
Jochen Neumeister
fa838d82b7 New Port: lua-resty-redis - for accessing redis from nginx lua
This Lua library is a Redis client driver for the ngx_lua nginx module:

http://wiki.nginx.org/HttpLuaModule

This Lua library takes advantage of ngx_lua's cosocket API, which ensures 100%
nonblocking behavior.

WWW: https://github.com/openresty/lua-resty-redis

PR:		191531
Submitted by:	arcade@b1t.name (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13121
2017-11-16 20:02:08 +00:00
Torsten Zuehlsdorff
687591dd75 Add PHP 7.2 RC6
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed

Also many PECL ports will not work with this version
since some files got renamed.

Reviewed by:           mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
2017-11-16 10:48:48 +00:00
Sunpoet Po-Chuan Hsieh
418a6a682d Update to 0.4.10
Changes:	https://github.com/brianmario/mysql2/releases
2017-11-15 19:55:59 +00:00
Sunpoet Po-Chuan Hsieh
7823ff33f3 Update to 0.10.7
Changes:	https://github.com/rails-api/active_model_serializers/blob/0-10-stable/CHANGELOG.md
2017-11-15 19:55:54 +00:00
Romain Tartière
5168c3827a Update to 5.1.3
With hat:	puppet
2017-11-15 18:51:56 +00:00