Commit graph

17383 commits

Author SHA1 Message Date
Kurt Jaeger
d21a9cbd29 devel/lfcbase: update 1.11.2 -> 1.11.3
databases/cego: update 2.38.6 -> 2.38.7

lfcbase:
- Improvements made for dedicated strptime implementation. The
  function did not return null in case of unparsable date values.
  This code is just used for MinGW compiles since there is no
  implementation in the Standard C library available.

cego:
- Fix in CegoXPorter::readTableObject, the defintion for MAXROW BUF
  still was defined locally and rowLen was noch checked.
- Optimization in CegoFieldValue::decode, memory was allocated via
  malloc, rather _staticBuf should be used for performance reasons.
  _isLocalCopy was not set to true

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-12-02 10:43:31 +00:00
Antoine Brodin
3a255e5eb5 pyPgSQL doesn't build with python3 2017-12-02 10:20:17 +00:00
Danilo G. Baio
85b2564714 databases/pspg: Update to 0.7.5
Changes:	https://github.com/okbob/pspg/releases/tag/0.7.5

PR:		224020
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-12-02 02:25:11 +00:00
Nikolai Lifanov
a7eafba032 fix databases/arangodb32 on FreeBSD 10.x
o Fix build on FreeBSD 10.x by requiring recent LLVM
o Only build on amd64 - many hardcoded directories

PR:		223815
Submitted by:	galu@packetdam.com (maintainer, same as dev@dudu.ro)
Differential Revision:	https://reviews.freebsd.org/D13282
2017-12-01 16:29:35 +00:00
Ryan Steinmetz
6596575b71 - Fix sysutils/osquery build by adding USE_RTTI=1 to MAKE_ENV
- Bump PORTREVISION

PR:		223836
Submitted by:	lwshu@
2017-12-01 12:56:49 +00:00
Matthew Seaman
291a06448f Upgrade to 4.7.6
Release notes: https://www.phpmyadmin.net/files/4.7.6/
2017-12-01 07:06:55 +00:00
Kurt Jaeger
0400e7971d devel/lfcbase: update 1.11.1 -> 1.11.2
databases/cego: update 2.38.5 -> 2.38.6

lfcbase:
- More detailed exception messages for BigDecimal and BigInteger

cego:
- Fix in CegoFunction::getId and CegoSelect::getQueryId : with
  enabled query cache, the following select is cached
    select nextcount(mycount);
- Since nextcount is a modifying operation, this is not a good idea.
  To avoid caching, CegoFunction now throws an Exception if
  nextcount / setcount function calls are detected during getQueryId.
  For these cases, the query id ignored for caching

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-30 20:09:16 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Mikolaj Golub
d786ef45ba update to 1.3.8 2017-11-30 13:43:15 +00:00
Li-Wen Hsu
d8e9d7209c - Update to 0.9.6 2017-11-30 09:15:49 +00:00
Mark Linimon
6dcfef2f27 Update maintainer's email address. 2017-11-30 06:42:57 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Mark Linimon
14295721d4 For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.

This is part one of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
2017-11-30 05:55:17 +00:00
Mark Linimon
416defac9d This is believed to be fixed by r441826. (At least, it builds correctly
on armv7 as-is.)

Reported by:	danfe
2017-11-29 17:24:01 +00:00
Wen Heping
eaff8cfc0a - Add LICENSE
PR:		222447
Submitted by:	yasu@utahime.org
2017-11-29 12:47:20 +00:00
Richard Gallamore
75b42e30f5 * Updated to 1.4.2
* Updated dependencies

Changes: https://github.com/influxdata/influxdb/blob/master/CHANGELOG.md

PR:		223827
Submitted by:	<cheffo@fre^.org> (maintainer)
2017-11-28 21:55:06 +00:00
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
Romain Tartière
0f18abb727 Update to 5.1.3
With hat:	puppet
2017-11-15 18:51:12 +00:00
Kurt Jaeger
1ba43953c4 databases/cego: update 2.37.1 -> 2.37.3
- Fix in CegoClient, the new comment logic by using Tokenizer does
  not work ( '-' characters are detected as comment tokens ). Code
  replaced by using posStr chain function
- Adaption in CegoMain to also parse comment lines in a more
  sophisticated way ( same as in CegoMain ), just relevant for server
  batch mode
- Optimization in CegoDistCuror::joinSetup, the join predicate is
  now analysed in a way, that a condition list is created ( via makeCNF
  and createCondition methods in CegoQueryHelper ). The condition
  list then is analysed to achieve a better cursor condition which
  results in improved index usage

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-15 12:32:34 +00:00
Dave Cottlehuber
1309bf5a8c databases/couchdb: update to 1.7.1 incl critical security fixes
- addresses 2 critical security fixes listed below
- includes fix for post-1.7.0 /_all_docs returning 500 for DB members

Reviewed by:	olgeni (maintainer)
Approved by:	jrm (mentor)
MFH:		2017Q4
Security:	 CVE-2017-12635
Security:	 CVE-2017-12636
Security:	 https://lists.apache.org/thread.html/6c405bf3f8358e6314076be9f48c89a2e0ddf00539906291ebdf0c67@%3Cdev.couchdb.apache.org%3E
Sponsored by:	http://iwantmyname.com/
Differential Revision:	https://reviews.freebsd.org/D13076
2017-11-14 19:01:01 +00:00
Tobias C. Berner
b272a99c91 Update databases/pgrouting to 2.5.2
PR:		223656
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2017-11-14 06:29:53 +00:00
Sunpoet Po-Chuan Hsieh
7f3c25714e Update to 2.0.8
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2017-11-13 19:36:36 +00:00
Sunpoet Po-Chuan Hsieh
1fb0527fd6 Update to 2.0.8
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2017-11-13 19:36:31 +00:00
Sunpoet Po-Chuan Hsieh
7dd29732ba Update to 2.0.8
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2017-11-13 19:36:26 +00:00
Sunpoet Po-Chuan Hsieh
e202094a16 Update to 3.21.0
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2017-11-13 19:35:45 +00:00
Rene Ladan
1ed575e15f Removing expired port:
2017-11-09 databases/cassandra2: Broken for more than 6 months
2017-11-12 16:00:41 +00:00
Rene Ladan
c35440cbb6 Remove expired port:
2017-11-09 databases/glom: Broken for more than 6 months
2017-11-11 10:33:21 +00:00
Rene Ladan
325ab7be8b Remove expired ports:
2017-11-04 lang/ats: Unmaintained, outdated, needs lots of refreshment
2017-11-09 games/lordsawar: Broken for more than 6 months
2017-11-09 databases/elixir-ecto_migrate: Broken for more than 6 months
2017-11-09 audio/gspeakers: Broken for more than 6 months
2017-11-09 net/p5-Filesys-SmbClient: Broken for more than 6 months
2017-11-09 audio/tclmidi: Broken for more than 6 months
2017-11-09 security/py-xmlsec: Broken for more than 6 months
2017-11-09 security/samba-virusfilter: Broken for more than 6 months
2017-11-09 textproc/ocaml-pxp: Broken for more than 6 months
2017-11-09 audio/sooperlooper: Broken for more than 6 months
2017-11-09 devel/dwarves: Broken for more than 6 months
2017-11-09 devel/cl-cffi-sbcl: Broken for more than 6 months
2017-11-09 devel/pinba_engine: Broken for more than 6 months
2017-11-09 devel/py-event: Broken for more than 6 months
2017-11-11 10:30:10 +00:00
Kurt Jaeger
ab253c5ab8 devel/lfcbase: update 1.11.0 -> 1.11.1
devel/lfcxml: update 1.2.5 -> 1.2.6
databases/cego: update 2.37.0 -> 2.37.1
databases/cegobridge: update 1.2.0 -> 1.2.1

- New generated configure script with libtool-2.4.6

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-10 19:09:33 +00:00
Antoine Brodin
1cd3011b81 Fix the context of some patches so that they apply with stricter patch(1)
PR:		223545
With hat:	portmgr
2017-11-10 07:10:35 +00:00
Antoine Brodin
4ddaaccc17 Fix the context of some patches so that they apply with stricter patch(1)
PR:		223545
With hat:	portmgr
2017-11-09 22:17:07 +00:00
Palle Girgensohn
c007195e81 Update to latest versions of PostgreSQL
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20,
and 9.2.24. This release fixes three security issues. This release also fixes
issues found in BRIN indexing, logical replication and other bugs reported over
the past three months.

Please note that the CVE-2017-12172 does not affect the FreeBSD port unless you
decided to not use the contrib/startscript instead of the startscript
distributed with the FreeBSD port/package.

Security:	CVE-2017-12172, CVE-2017-15099, CVE-2017-15098
URL:		https://www.postgresql.org/about/news/1801/
2017-11-09 16:11:21 +00:00
Vanilla I. Shu
e3a14704bf reset MAINTAINER. 2017-11-09 14:13:44 +00:00
Jan Beich
99b0558e42 devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
2017-11-09 02:31:47 +00:00
Kurt Jaeger
1f9a7ce8fa databases/p5-DBD-cego: fix build by removing obsolete patches 2017-11-08 19:11:26 +00:00
Dave Cottlehuber
18b53496c2 databases/couchdb: 1.7.0 incl critical security fixes
See https://blog.couchdb.org/2017/11/07/2-1-1-1-7-0/
for details; CVE notifications will land 2017-11-14

Reviewed by:	olgeni (maintainer)
Approved by:	jrm (mentor)
Sponsored by:	https://iwantmyname.com/
Differential Revision:	https://reviews.freebsd.org/D12991
2017-11-08 10:48:36 +00:00
Kurt Jaeger
59c7249a69 devel/lfcbase: update 1.10.3 -> 1.11.0
databases/cego: update 2.36.4 -> 2.37.0
databases/p5-DBD-cego: update 1.3.0 -> 1.4.0
databases/cegobridge: update 1.1.6 -> 1.2.0

lfcbase:
- Layout improvements in Pager class
- Changed constructor for Net and NetHandler class to setup maxSendLen.
  Since this changes the API, minor release level has been increased

cego:
- Improvements for cgblow simulation mode added
- Improvements for cgclt, added pipe mode to read input from stdin
  Now comments are allowed also after delimiter token, e.g.
  create table t1(a int); -- a sample table
- Support for lfcbase-1.11.x with new Net API.
  The parameter maxSendLen ist still a constant in CegoDefs.h
  Improvements added for CegoXMLSpace::setPerm, for existing permissions,
  just tableset, filter or right can be set up now,
  e.g set permission p1 with right=WRITE for role1 just sets the right
  value for permission p1 to value WRITE, all other values are unchanged
- Added show parameter admin command to show all tableset independent
  database parameters

p5-DBD-cego:
- support changed API with lfcbase-1.11.0

cegobridge:
- support changed API with lfcbase-1.11.0

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-08 10:23:00 +00:00
Sunpoet Po-Chuan Hsieh
3282cbbf87 Update to 0.11.0
Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
2017-11-07 21:01:32 +00:00
Sunpoet Po-Chuan Hsieh
a5a30ee878 Update to 0.10.0
Changes:	https://github.com/remiprev/her/releases
		https://github.com/remiprev/her/commits/master
2017-11-05 21:16:44 +00:00
Sunpoet Po-Chuan Hsieh
f2b23623cc Update to 4.03
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2017-11-05 21:16:24 +00:00
Sunpoet Po-Chuan Hsieh
9731eab2c4 Update to 1.6.0
Changes:	https://github.com/resque/redis-namespace/releases
		https://github.com/resque/redis-namespace/blob/master/CHANGELOG.md
		https://github.com/resque/redis-namespace/commits/master
2017-11-04 22:57:32 +00:00
Sunpoet Po-Chuan Hsieh
c7d8e8fcc8 Update to 2.4.0
Changes:	https://github.com/rubysherpas/paranoia/releases
		https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md
2017-11-04 22:57:27 +00:00
Sunpoet Po-Chuan Hsieh
2a136acbcf Update to 1.1.15
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2017-11-04 22:56:42 +00:00
Adriaan de Groot
f66b50bd36 Bump PORTREVISION, which I should have done in r453379 when I changed
the options. As mat@ pointed out, that must be done also when
non-default options are changed.

See also https://reviews.freebsd.org/D12919

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12941
2017-11-04 21:42:16 +00:00
Danilo G. Baio
c27d4e377f Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
2017-11-04 11:43:35 +00:00
Bernard Spil
2a16c81873 databases/mariadb100-server: Security update to 10.0.33
MFH:		2017Q4
Security:	c41bedfd-b3f9-11e7-ac58-b499baebfeaf
2017-11-03 22:01:27 +00:00
Bernard Spil
5635deb7fa databases/mariadb102-server: Security update to 10.2.10
MFH:		2017Q4
Security:	c41bedfd-b3f9-11e7-ac58-b499baebfeaf
2017-11-03 21:24:41 +00:00
Sunpoet Po-Chuan Hsieh
5308e8f118 Update to 4.02
Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2017-11-03 20:27:31 +00:00
Dan Langille
d0d4ee0fd0 Upgrade to 1.3.12
maintainer timeout

PR:		222983
Submitted by:	Neel Chauhan
2017-11-03 13:01:57 +00:00
Rene Ladan
c7940d6f2f Remove expired ports:
2017-11-01 databases/puppetdb-terminus3: End of life upstream
2017-11-01 databases/puppetdb3: End of life upstream
2017-11-03 07:12:51 +00:00
Jimmy Olgeni
e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Adriaan de Groot
2ecf630db1 {opt}_CMAKE_ARGS_ON isn't a valid syntax. Use {opt}_CMAKE_ON instead.
This makes the soci port obey the FIREBIRD option (otherwise it always
looks for Firebird, even when you don't want it to).

Submitted by yuri@ in PR 209530, maintainer timeout (17 months).

PR:		209530
Submitted by:	yuri@FreeBSD.org
Reviewed by:	yuri (submitter)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12919
2017-11-02 21:22:38 +00:00
Danilo G. Baio
d11057527e databases/p5-DBM-Deep: Update to 2.0014
Add LICENSE.
Set architecture neutral.

Changes:	http://cpansearch.perl.org/src/RKINYON/DBM-Deep-2.0014/Changes

PR:		223368
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by:	Janos Mohacsi <jmohacsi@bsd.hu> (maintainer)
2017-11-02 16:17:55 +00:00
Jan Beich
ae7ba1f5de databases/tcl-sqlite3: update to 3.21.0
PR:		223364
Submitted by:	Pavel Volkov (maintainer)
2017-11-01 22:12:15 +00:00
Jan Beich
49fccfbef7 databases/sqlite3: update to 3.21.0
Changes:	https://www.sqlite.org/releaselog/3_21_0.html
ABI:		https://abi-laboratory.pro/tracker/timeline/sqlite/
PR:		223363
Submitted by:	Pavel Volkov (maintainer)
2017-11-01 22:12:00 +00:00
Kurt Jaeger
9ddae3c3f6 devel/lfcbase: update 1.10.1 -> 1.10.2
databases/cego: update 2.36.3 -> 2.36.4
databases/cegobridge: update 1.1.5 -> 1.1.6

cego:
- Fix in CegoSelect::nextTuple, before adding an entry to the query
  cache, it has to be checked, if any tables from foreign tableset
  are referenced in the query. If so, no cache entry is made, since
  table changes for foreign tables are not detected.
- Improved error messages for invalid database objects
- Decreased shutdown delay time by reducing net delays for all
  thread pools and optimized mediator thread wait procedure
- Completely removed the nologging option for import actions.
  Logging is disabled in any case now.
- Optimization added for log handling. During ( xml ) import,
  logging is completely deactivated, after import is completed,
  log is started again and a checkpoint is written.
  Since import can be repeated in case of a system during import,
  nothing gets lost. Deactivating logging increases import speed and
  avoids side effects

cegobridge:
- Speed up imports by changing the way the parser reads the input

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-01 17:42:34 +00:00
Jimmy Olgeni
2fb9f25373 Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-11-01 13:10:35 +00:00
Kurt Jaeger
02bf7be731 databases/cego: update 2.36.2 -> 2.36.3
- Changed recovery strategy for existing btree / avl index objects.
  Before creating an index object, it is checked if exists. If exists,
  it is dropped and recreated. This seems to be a more stable strategy,
  since it may occur, that index objects still exist for several
  reasons.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-01 06:44:04 +00:00
Tobias C. Berner
0d059049de Update math/pdal to 1.6
* bump revision in databases/grass7

PR:		222995
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2017-10-31 18:20:44 +00:00
Jimmy Olgeni
258b5d44ad Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-10-31 14:51:53 +00:00
Kurt Jaeger
9cf2b08e2a databases/cego: update 2.36.1 -> 2.36.2
- Fix in CegoFactor::setFieldListArray, the _flaCached variable has
  to be set to false, if _pFLA is set to a different value. Otherwise,
  we might refer to invalid memory, which results in core dump

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-10-30 19:36:54 +00:00
Kurt Jaeger
27784b1d85 databases/cegobridge: update 1.1.4 -> 1.1.5
- Add some compat hooks to parse mysql 5.0 exports

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-10-30 18:06:27 +00:00
Niclas Zeising
87717a1853 Update to 1.1.54304
PR:		223242
Submitted by:	proler AT gmail DOT com (maintainer)
2017-10-29 20:10:22 +00:00
Sunpoet Po-Chuan Hsieh
7ba1c0107a Update to 2.0.7
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2017-10-29 16:10:19 +00:00
Sunpoet Po-Chuan Hsieh
789fbba008 Update to 2.0.7
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2017-10-29 16:10:14 +00:00
Sunpoet Po-Chuan Hsieh
abbfb1ba47 Update to 2.0.7
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2017-10-29 16:10:09 +00:00
Kurt Jaeger
57a2337b4b databases/cego: update 2.36.0 -> 2.36.1
- Added signal handler to CegoAdmAction. Now, ( long ) running
  tableset export and import requests can be aborted in a controlled
  way via Ctrl-C command.
- Fix in CegoXPorter, export file will be removed, if any exception
  occurs. So it is ensured, that the written export file is consistent
  and complete
- fixes in CegoXPorter for CLOB handling ( was not checked for plain exports )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-10-29 10:42:23 +00:00
Jimmy Olgeni
7455deb29c Update databases/pg_repack to version 1.4.2.
This version adds support for PostgreSQL 10.

PR:		222986
Submitted by:	olgeni
Approved by:	maintainer timeout (2 weeks)
2017-10-28 17:41:34 +00:00
Sunpoet Po-Chuan Hsieh
cddd87c2bd Update to 1.9.0
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2017-10-28 17:32:42 +00:00
Jimmy Olgeni
c8a0183df9 Update databases/py-redis to version 2.10.6.
PR:		223045
Submitted by:	olgeni
Approved by:	koobs (maintainer)
2017-10-26 13:38:47 +00:00
Sunpoet Po-Chuan Hsieh
5267e55893 Update to 0.4.1
Changes:	https://github.com/rails/globalid/releases
2017-10-25 18:29:14 +00:00
Sunpoet Po-Chuan Hsieh
802cdf64d7 Update to 0.4.1
Changes:	https://github.com/rails/globalid/releases
2017-10-25 18:29:09 +00:00
Sunpoet Po-Chuan Hsieh
9b4a445804 Update to 0.4.1
Changes:	https://github.com/rails/globalid/releases
2017-10-25 18:29:04 +00:00
Sunpoet Po-Chuan Hsieh
af03cce02b Update to 2.7.3.2
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2017-10-25 18:28:48 +00:00
Vasil Dimov
40dc9345d7 databases/mysqlwsrep57-server: Upgrade from 5.7.18 to 5.7.20 2017-10-25 17:05:40 +00:00
Grzegorz Blach
60fec4ead3 Update to 1.10.1 2017-10-25 16:41:09 +00:00
Vasil Dimov
09a9ef57bd databases/mysqlwsrep56-server: Upgrade from 5.6.36 to 5.6.38 2017-10-25 15:00:23 +00:00
Vasil Dimov
3b315e8a8d databases/galera: Upgrade from 25.3.21 to 25.3.22 2017-10-25 13:44:59 +00:00
Matthew Seaman
ded7e7e79b Update to 4.7.5
Chagenlog:	https://www.phpmyadmin.net/files/4.7.5/
2017-10-23 21:48:51 +00:00
Steve Wills
6efef21ed7 databases/libcouchbase: Update to 2.8.0
PR:		221962
Submitted by:	Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer, different email)
2017-10-23 21:30:52 +00:00
Koop Mast
e2a80289fb Enable FTS5 by default.
* add note who is going to use this feature.

PR:		223133
Approved by:	maintainer (Pavel Volkov <pavelivolkov@gmail.com>)
2017-10-23 11:03:26 +00:00
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
Danilo G. Baio
247231edbd databases/pgrouting: Update to 2.5.1
While here, improve LICENSE.

Changes:	https://github.com/pgRouting/pgrouting/releases/tag/v2.5.1

PR:		222982
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2017-10-22 10:57:03 +00:00
Antoine Brodin
c7a6ba22f3 Mark BROKEN: fails to build with go 1.9
gmake[1]: Entering directory '/wrkdirs/usr/ports/databases/cockroach/work/cockroach-v1.0.4/src/github.com/cockroachdb/cockroach'
build/common.mk:110: *** "go1\.8.* required (see CONTRIBUTING.md): go version go1.9.1 freebsd/amd64".  Stop.

Reported by:	pkg-fallout
MFH:		2017Q4
2017-10-22 08:05:41 +00:00
Sunpoet Po-Chuan Hsieh
b7e862cc15 Update to 4.5.0
- Pet portlint: reorder LICENSE knobs

Changes:	https://github.com/Unidata/netcdf-c/releases
2017-10-21 20:18:16 +00:00
Mahdi Mokhtari
5db7e93eca databases/mysql57-{client, server}: Complete Upgrade of to 5.7.20 (as done by port-secteam in r452458)
Using FreeBSD-ports libcurl and protobuf instead of bundled ones
This upgrade includes:
-Deprecation of these syntax constructs for table and column:
.col_name
.tbl_name
.tbl_name.col_name
-Bugfix of memory-leak in mysqldump

Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D12712
2017-10-21 18:12:35 +00:00
Tobias C. Berner
d045e84a23 Update databases/sqlcipher to 3.4.1
* Adds LOCALBASE paths to the c- and linker-flags to fix wrongful linking against
  base's libedit.

* While here, switch to DISTVERSION.

PR:		223021
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Approved by:	jharris@widomaker.com (maintainer)
2017-10-21 09:20:22 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2017-10-21 06:50:49 +00:00
Frederic Culot
b693d8cc50 - Update to 5.0.22
Changes:	http://sourceforge.net/projects/dbh/files/dbh/
2017-10-20 13:59:47 +00:00
Jochen Neumeister
717fb54adb - Take maintainership
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12738
2017-10-20 10:26:41 +00:00
Mark Felder
1f2ed7e27b databases/mysql57: Update to 5.7.20
Approved by:	ports-secteam (with hat)
MFH:		2017Q4
Security:	c41bedfd-b3f9-11e7-ac58-b499baebfeaf
2017-10-19 17:50:36 +00:00
Alex Dupre
afda259e96 Update to 5.5.58 release. 2017-10-19 14:08:21 +00:00
Alex Dupre
1d22f67441 Update to 5.6.38 release. 2017-10-19 14:08:07 +00:00
Steve Wills
168e9a60e1 databases/adminer: update to 4.3.1
PR:		222977
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2017-10-18 20:32:27 +00:00
Steve Wills
a6395d4478 databases/timescaledb: Update to 0.6.0
PR:		223077
Submitted by:	kbowling
2017-10-18 15:04:16 +00:00
Steve Wills
df9feddbec databases/py-carbon: update to 1.0.2 2017-10-18 14:58:13 +00:00
Ryan Steinmetz
ca716cf5f6 - Reset MAINTAINER due to fatal email bounces 2017-10-18 12:04:58 +00:00
Matthew Seaman
d3cfab5904 Update to 7.0.3
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-10-18 06:53:43 +00:00
Sunpoet Po-Chuan Hsieh
100cd02a2a Update to 5.0.2
Changes:	https://github.com/redis-store/redis-actionpack/releases
		https://github.com/redis-store/redis-actionpack/commits/master
2017-10-17 20:07:17 +00:00
Sunpoet Po-Chuan Hsieh
28b5ae00cb Update to 5.0.2
Changes:	https://github.com/redis-store/redis-actionpack/releases
		https://github.com/redis-store/redis-actionpack/commits/master
2017-10-17 20:07:12 +00:00
Sunpoet Po-Chuan Hsieh
c7e87d05aa Update to 5.0.2
Changes:	https://github.com/redis-store/redis-actionpack/releases
		https://github.com/redis-store/redis-actionpack/commits/master
2017-10-17 20:07:07 +00:00
Sunpoet Po-Chuan Hsieh
d0fe09cf87 Update to 1.4.5
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.5
2017-10-16 17:51:33 +00:00
Sunpoet Po-Chuan Hsieh
732ea5e51c Update to 1.4.5
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.5
2017-10-16 17:46:13 +00:00
Sunpoet Po-Chuan Hsieh
da4e7f9057 Update to 1.4.5
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.5
2017-10-16 17:46:08 +00:00
Sunpoet Po-Chuan Hsieh
18c67511f2 Update to 1.4.5
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.5
2017-10-16 17:46:03 +00:00
Sunpoet Po-Chuan Hsieh
31366820cc Update to 1.4.5
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.5
2017-10-16 17:45:58 +00:00
Sunpoet Po-Chuan Hsieh
0d02d9ed5e Update to 1.4.5
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.5
2017-10-16 17:45:53 +00:00
Sunpoet Po-Chuan Hsieh
3713d39220 Update to 1.4.5
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.5
2017-10-16 17:45:48 +00:00
Baptiste Daroussin
e03c9bb90c Recommand psycopg2 over PyGreSQL
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2017-10-15 17:53:04 +00:00
Baptiste Daroussin
c3e50a2d50 Mark as broken: no public distfiles 2017-10-15 17:51:02 +00:00
Guido Falsi
b1fac01e5e Retire WITHOUT_DEBUG flag.
The flag has partial support across the tree, and the same effect
can be obtained by using ".undef WITH_DEBUG".

Reviewed by:		mat, rene
Approved by:		portmgr (rene)
Differential Revision:	https://reviews.freebsd.org/D12548
2017-10-15 14:05:04 +00:00
Bernard Spil
1711d732c0 databases/mariadb102-server: Fix client ports and build
- Move client headers to the client port [1]
 - Fix SNAPPY option for mariabackup [2]
   * switch to noninja to generate link.txt

PR:		222825 [1], 221159 [2]
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> [1]
Reported by:	sdalu@sdalu.com [2]
2017-10-15 13:19:34 +00:00
Kurt Jaeger
e5a3074454 databases/p5-Interchange6-Schema: update 0.130 -> 0.133
Relnotes:	http://cpansearch.perl.org/src/HORNBURG/Interchange6-Schema-0.133/CHANGES
2017-10-15 11:27:48 +00:00
Kurt Jaeger
a256811dd2 databases/p5-Dancer2-Plugin-DBIC: update 0.0013 -> 0.0100
Relnotes:	http://cpansearch.perl.org/src/IRONCAMEL/Dancer2-Plugin-DBIC-0.0100/CHANGES
2017-10-15 11:26:20 +00:00
Adam Weinberger
e87fe7185a Assign to the collective 2017-10-15 03:05:29 +00:00
Kurt Jaeger
0964271f9b databases/p5-Dancer2-Session-DBIC
databases/p5-Interchange6-Schema
devel/p5-MooseX-CoverableModifiers
devel/p5-Test-MockDateTime
devel/p5-Test-Roo
devel/p5-superclass
mail/p5-Email-MIME-RFC2047
mail/p5-Mail-Box-IMAP4-SSL
security/p5-Dancer-Plugin-Auth-Extensible
security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup
security/p5-Dancer2-Plugin-Auth-Extensible
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup
security/p5-Dancer2-Plugin-Passphrase
security/p5-Session-Token
www/p5-Dancer-Plugin-Lexicon
www/p5-Dancer-Plugin-RPC
www/p5-Dancer2-Plugin-Interchange6
www/p5-Dancer2-Plugin-Path-Class
www/p5-Interchange6

- give maintainer to perl@

Submitted by:	hvo.pm@xs4all.nl (maintainer)
2017-10-15 02:47:49 +00:00
Baptiste Daroussin
6b1779c9fb Mark as broken ports with invalid distfiles or no public distfiles 2017-10-14 16:31:34 +00:00
Rene Ladan
95095a0d60 databases/py-fakeredis: update to 0.9.0
Submitted by:	portscout
2017-10-14 13:20:35 +00:00
Mark Felder
3d558c1348 Under Python2, this package forks both Python 2.7's pickle and
cPickle modules, adding support for the protocol 3 opcodes. It also
provides a new subclass of bytes, zodbpickle.binary, which Python2
applications can use to pickle binary values such that they will be
unpickled as bytes under Py3k.

Under Py3k, this package forks the pickle module (and the supporting
C extension) from both Python 3.2 and Python 3.3. The fork add support
for the noload operations used by ZODB.

WWW: https://pypi.python.org/pypi/zodbpickle
2017-10-12 19:00:13 +00:00
Romain Tartière
59009f4507 Update to 5.1.1
https://puppet.com/docs/puppetdb/5.1/release_notes.html

With hat:	puppet
2017-10-12 17:01:59 +00:00
Romain Tartière
a35a07c06a Update to 5.1.1
https://puppet.com/docs/puppetdb/5.1/release_notes.html

With hat:	puppet
2017-10-12 17:01:33 +00:00
Mathieu Arnold
4da13b8f8e Remove WANT_GNOME and HAVE_GNOME.
Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
2017-10-12 15:57:51 +00:00
Sunpoet Po-Chuan Hsieh
053a71a8b3 Update to 2.3.2
Changes:	https://github.com/mitsuhiko/flask-sqlalchemy/releases
2017-10-12 15:09:33 +00:00
Danilo G. Baio
5a9235f94e New port databases/zabbix34-libzbxpgsql: PostgreSQL monitoring module for zabbix34-agent
This project provides comprehensive monitoring of PostgreSQL servers using a
natively compiled Zabbix agent module, written in C.

The module enables discovery and monitoring of tablespaces, databases,
namespaces, tables, indexes, etc.

WWW: http://cavaliercoder.com/libzbxpgsql/

databases/zabbix32-libzbxpgsql -> databases/zabbix34-libzbxpgsql

PR:		222600
Submitted by:	pg@pakhom.spb.ru
Approved by:	Martin Waschbüsch <martin@waschbuesch.de> (maintainer)
2017-10-12 14:02:39 +00:00
Mathieu Arnold
d7e7e4397c Stripping go binaries is perfectly fine.
https://dominik.honnef.co/posts/2016/10/go-and-strip/

Sponsored by:	Absolight
2017-10-12 09:06:17 +00:00
Sunpoet Po-Chuan Hsieh
b2789bbc2a Convert to test framework 2017-10-12 08:09:49 +00:00
Guido Falsi
c4f515407d Update squirrel-sql to 3.8.0
PR:		222918
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2017-10-11 20:04:04 +00:00
Jimmy Olgeni
a4eb879819 Update databases/erlang-epgsql to version 3.4.0. 2017-10-11 12:38:49 +00:00
Palle Girgensohn
53b2817376 Update to 3.1.4 2017-10-11 07:23:38 +00:00
Mark Linimon
3ef3461740 For ports that are explicitly enabled on armv6, also enable them
on armv7.  This has not been tested with an -exp run but should
"do no harm".

PR:		221894 (partial)
2017-10-10 21:31:30 +00:00
Luca Pizzamiglio
897f22097f databases/memcached: Update to version 1.5.2
While I'm here, reoredr some variables in the Makefile

Reviewed by:	swills (maintainer)
Approved by:	lme (mentor)
Sponsored by:	trivago N.V.
Differential Revision:	https://reviews.freebsd.org/D12602
2017-10-10 15:30:33 +00:00
Sunpoet Po-Chuan Hsieh
095c83b655 Mark CONFLICTS_INSTALL with xapian-bindings12 2017-10-10 11:16:53 +00:00
Sunpoet Po-Chuan Hsieh
6e6ea370b3 Mark CONFLICTS_INSTALL with xapian-bindings12 2017-10-10 11:16:48 +00:00
Matthew Seaman
a6d2654914 Update to 2.1.0
ChangeLog: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
2017-10-10 06:25:11 +00:00
Kurt Jaeger
0435e00795 databases/pecl-mongodb: update 1.2.9 -> 1.2.11
Relnotes:	https://pecl.php.net/package-changelog.php?package=mongodb
2017-10-09 18:25:24 +00:00
Antoine Brodin
4080cb3939 Deprecate ports broken for more than 6 months 2017-10-08 19:36:26 +00:00
Palle Girgensohn
64399ec5d9 PostgreSQL has renamed wal as xlog to avoid human errors.
This has caused some binaries to change names. Fix the port so they will be
installed again with their new names.

Noticed by:	VoidChicken@gmail.com
PR:		222864
2017-10-08 16:39:59 +00:00
Sunpoet Po-Chuan Hsieh
b14063e25f Change PLIST_FILES, PORTDATA=* and PORTDOCS=* to PLIST entries 2017-10-08 13:48:52 +00:00
Sunpoet Po-Chuan Hsieh
83c2cca0b5 Convert PORTDATA=* and PORTDOCS=* to PLIST entries 2017-10-08 13:48:47 +00:00
Sunpoet Po-Chuan Hsieh
16ce293ebc Update to 2.5.0
Changes:	https://github.com/camertron/arel-helpers/blob/master/History.txt
2017-10-08 08:02:03 +00:00
Thomas Zander
aba3071fc4 Update to upstream version 3.4.9
PR:		222806
Submitted by:	eric@camachat.org (maintainer)
2017-10-07 14:48:08 +00:00
Kurt Jaeger
702f6e0af6 databases/pgbouncer: Add patch for LibreSSL 2.5 support
PR:		219018
Submitted by:	Tom Hurst <tom@hur.st>
Approved by:	m.tsatsenko@gmail.com (maintainer)
2017-10-06 19:13:46 +00:00
Mikolaj Golub
3a8f057ac9 update to 1.3.7 2017-10-06 19:06:37 +00:00
Jan Beich
dc0a351ee5 databases/clickhouse: unbreak after r450560
PR:		222439
Obtained from:	upstream
Submitted by:	proler@gmail.com (maintainer)
2017-10-06 18:23:08 +00:00
Mahdi Mokhtari
40a0e27769 databases/mysql80-{server, client}: Update port to the latest release 8.0.2
Changes happened into format of --version which caused r450384

Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D12579
2017-10-06 15:44:18 +00:00
Palle Girgensohn
ca7d3a738a PostgreSQL 10 Released!
Some highlights:

Logical Replication - A publish/subscribe framework for distributing data
Declarative Table Partitioning - Convenience in dividing your data
Improved Query Parallelism - Quickly conquer your analysis
Quorum Commit for Synchronous Replication - Distribute data with confidence
SCRAM-SHA-256 authentication - Secure your data access

URL:	https://www.postgresql.org/about/news/1786/
2017-10-05 13:39:45 +00:00
Sunpoet Po-Chuan Hsieh
7d58fe1563 Update to 2.3.1
Changes:	https://github.com/mitsuhiko/flask-sqlalchemy/releases
2017-10-05 09:49:15 +00:00
Grzegorz Blach
bd264a1ac9 Update to 1.10.0 2017-10-04 08:37:41 +00:00
Pietro Cerutti
db5c98aca0 databases/speedtables: update to 1.13.8
https://github.com/flightaware/speedtables/releases/tag/v1.13.8
https://github.com/flightaware/speedtables/releases/tag/v1.13.7
2017-10-04 07:50:17 +00:00
Sunpoet Po-Chuan Hsieh
4223245292 Update to 0.20.2
Changes:	https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
2017-10-03 15:35:27 +00:00
Sunpoet Po-Chuan Hsieh
70924d85ad Update to 3.3.5
Changes:	https://github.com/redis/redis-rb/blob/3.3/CHANGELOG.md
2017-10-03 15:35:07 +00:00
Thomas Zander
69efb15604 Update to upstream version 3.4.7
PR:		222298
Submitted by:	eric@camachat.org (maintainer)
MFH:		2017Q4
2017-10-03 13:24:11 +00:00
Dan Langille
2a9b774a3b Upgrade to 2.6.0 2017-10-02 23:47:42 +00:00
Bernard Spil
2a1b719079 databases/mariadb101-server: Update to 10.1.28 2017-10-01 15:10:22 +00:00
Bernard Spil
ed39c77d61 databases/mariadb102-server: Update to 10.2.9 2017-10-01 12:58:11 +00:00
Jimmy Olgeni
9cebaff471 Update databases/elixir-ecto to version 2.2.6. 2017-10-01 07:25:51 +00:00
Tobias C. Berner
95b23db277 Update databases/kdb, databases/kexi, textproc/kreport and x11-toolkits/kproperty to 3.0.2
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D12500
2017-09-30 20:26:31 +00:00
Matthew Seaman
1ed4c2da3f Update to 7.0.2
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-09-30 17:46:41 +00:00
Kurt Jaeger
5a28c3da1a databases/cego: 2.35.10 -> 2.36.0
- Completed pointer cleanup in CegoQueryHelper::evalPredicate, added
  check061 to check pointer cleanup
- Fix in CegoTableManager::createBTree, pC object cursor has to be
  set to 0, otherwise in case of abortion a seg fault occurs
- Changed default value for btree cache enabling to false
- Improvement in CegoBufferPool::calcSegment for segid calculation.
  It has been recognized, that with the current calculation
  ( pageid % numsegment ) not all slots can be reached for
  special buffer pool configurations.
  The formula has been changed ( to ( pageid / numpages ) % numsegment )
- Adding missing export / import messages to CegoXPorter
- Changed btree cache enabling syntax. Instead of a dedicated switch
  command ( set btree cache on / off ), the cache option now is
  directly given with the create btree command ( e.g. create btree
  b1 on t1(a) cached )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-09-30 06:17:07 +00:00
Sunpoet Po-Chuan Hsieh
0511984e60 Update to 2.3.0
- Add LICENSE_FILE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Sort USE_PYTHON

Changes:	https://github.com/mitsuhiko/flask-sqlalchemy/releases
2017-09-29 16:59:58 +00:00
Sunpoet Po-Chuan Hsieh
e6ea951074 Update to 1.13.1
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-09-29 16:59:43 +00:00
Vanilla I. Shu
f35f4832c5 Update to 3.1.4.
PR:		222661
Submitted by:	maintainer
2017-09-29 08:17:38 +00:00
Guido Falsi
67f777acfe Make courier-autlib ports run the sysconftool on installation, as
suggested by upstream, like courier-imap port does.

The sample files are renamed to ".dist" because that is the name
the tool expects.

Also added a note to UPDATING to warn users about the sysconftool
expecting the comments not to be removed.

While here convert to localbase.

Suggested by:	Doug McIntyre <merlyn at iphouse.net>
2017-09-28 18:46:27 +00:00
Sunpoet Po-Chuan Hsieh
5f1b8776a4 Update to 4.2.10
Changes:	https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
2017-09-28 11:01:59 +00:00
Sunpoet Po-Chuan Hsieh
3182e61fd8 Update to 4.2.10
Changes:	https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
2017-09-28 11:01:51 +00:00
Sunpoet Po-Chuan Hsieh
10d803e275 Update to 0.24
Changes:	http://search.cpan.org/dist/DBIx-Sunny/Changes
2017-09-28 10:41:16 +00:00
Sunpoet Po-Chuan Hsieh
4232478cfd Update to 0.2.4
- Add LICENSE_FILE

Changes:	https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
2017-09-28 10:40:47 +00:00
Steve Wills
0f4991dc0f databases/timescaledb: Update to 0.5.0
PR:		222486
Submitted by:	kbowling (maintainer)
2017-09-27 14:37:14 +00:00
Sunpoet Po-Chuan Hsieh
e2579ee218 Update to 1.2.25
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.2.25
2017-09-27 13:23:42 +00:00
Sunpoet Po-Chuan Hsieh
a1aa3246cf Update to 1.2.25.0
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.2.25
		http://search.cpan.org/dist/Search-Xapian/Changes
2017-09-27 13:23:37 +00:00
Sunpoet Po-Chuan Hsieh
b9ffef1e43 Update to 1.2.25
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.2.25
2017-09-27 13:23:31 +00:00
Palle Girgensohn
f8095da4a6 reenable pointcloud, all of it this time...
It was removed in r450691 since depending ports where not
added to the tree.

PR:	221577
2017-09-26 19:32:57 +00:00
Palle Girgensohn
b90c8f8a63 Add lazperf to the ports tree
and reenable databases/pointcloud
PR:	221577
2017-09-26 19:13:49 +00:00
Mathieu Arnold
90cdfaed8c Remove non functionnal port.
Sponsored by:	Absolight
2017-09-26 18:30:08 +00:00
Adam Weinberger
d9442f1407 Unhook pointcloud
r450685 introduced pointcloud, but not its dependency archivers/lazperf.
Once lazperf is added, pointcloud can be hooked back up.
2017-09-26 18:26:11 +00:00
Jimmy Olgeni
c8b97e8a3b Update databases/elixir-timex_ecto to version 3.2.1. 2017-09-26 18:08:33 +00:00
Palle Girgensohn
a7aa667e23 Add pointcloud to the ports tree
A PostgreSQL extension for storing point cloud (LIDAR) data.
PR:	221577
2017-09-26 17:51:47 +00:00
Sunpoet Po-Chuan Hsieh
928f57749e Update to 2.0.6
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2017-09-25 15:12:37 +00:00
Sunpoet Po-Chuan Hsieh
3d572b191d Update to 2.0.6
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2017-09-25 15:12:32 +00:00
Sunpoet Po-Chuan Hsieh
3fddb71cc2 Update to 2.0.6
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2017-09-25 15:12:27 +00:00
Sunpoet Po-Chuan Hsieh
61dfaac7f1 Update to 1.3.24
Changes:	https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
2017-09-25 15:12:22 +00:00
Sunpoet Po-Chuan Hsieh
0da6a8159d Update to 1.3.24
Changes:	https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
2017-09-25 15:12:17 +00:00
Sunpoet Po-Chuan Hsieh
77a488ae46 Update to 3.7.0
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2017-09-25 15:12:06 +00:00
Pietro Cerutti
8341a0ab26 databases/lmdb: use fdatasync where supported
Submitted upstream in http://www.openldap.org/its/index.cgi?findid=8739

PR:		222514
Submitted by:	gahr
Approved by:	delphij (maintainer, via private email)
2017-09-25 09:37:33 +00:00
Jan Beich
cbf134c65a databases/clickhouse: mark BROKEN after r450560
In file included from dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:19:
In file included from contrib/libboost/boost_1_65_0/boost/rational.hpp:82:
contrib/libboost/boost_1_65_0/boost/integer/common_factor_rt.hpp:447:44: error: no member named 'min' in 'std::__1::numeric_limits<__uint128_t>'
    if(a == (std::numeric_limits<Integer>::min)())
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
contrib/libboost/boost_1_65_0/boost/rational.hpp:854:26: note: in instantiation of function template specialization 'boost::integer::gcd<unsigned __int128>' requested here
    IntType g = integer::gcd(num, den);
                         ^
contrib/libboost/boost_1_65_0/boost/rational.hpp:163:8: note: in instantiation of member function 'boost::rational<unsigned __int128>::normalize' requested here
       normalize();
       ^
contrib/libboost/boost_1_65_0/boost/rational.hpp:251:23: note: in instantiation of function template specialization 'boost::rational<unsigned __int128>::rational<unsigned __int128, unsigned __int128>' requested here
       return *this = rational<IntType>(static_cast<IntType>(n), static_cast<IntType>(d));
                      ^
contrib/libboost/boost_1_65_0/boost/rational.hpp:211:8: note: in instantiation of function template specialization 'boost::rational<unsigned __int128>::assign<int, int>' requested here
       assign(n, static_cast<T>(1));
       ^
dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:122:16: note: in instantiation of function template specialization 'boost::rational<unsigned __int128>::rational<int>' requested here
        return 1;
               ^
[...]

PR:		222439
Pointy hat to:	jbeich (bundled boost didn't help)
2017-09-25 00:57:35 +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
Jan Beich
a382198617 devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=

Changes:	http://site.icu-project.org/download/59
PR:		218788
Submitted by:	takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by:	antoine
2017-09-25 00:02:36 +00:00
Palle Girgensohn
0d475096ac Correct default data directory for postgresql 10
...and make sure not to bump portrevision more than necessary.

POINTED OUT BY: Peter Laursen
2017-09-24 18:58:59 +00:00
Sunpoet Po-Chuan Hsieh
a0e1f33396 Update LICENSE
Approved by:	portmgr (blanket)
2017-09-24 18:48:47 +00:00
Sergey A. Osokin
5890db1b32 Upgrade to 4.0.2.
ChangeLog:	https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
2017-09-23 20:26:44 +00:00
Antoine Brodin
59c93b3baf Partially revert r450351 and unbreak
Reported by:	pkg-fallout
With hat:	portmgr
2017-09-23 18:26:44 +00:00
Sunpoet Po-Chuan Hsieh
4719e476d1 Update to 1.13.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-09-23 14:38:15 +00:00
Niclas Zeising
a173d3e461 Fix build without NLS
PR:		222507
Reported by:	Helge Oldach
2017-09-22 15:11:15 +00:00
Romain Tartière
f62dc61527 Update to 5.1.0
With hat:	puppet
2017-09-22 12:29:08 +00:00
Romain Tartière
910870ad05 Update to 5.1.0
With hat:	puppet
2017-09-22 12:28:45 +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
Pietro Cerutti
202de6e249 databases/speedtables: update to 1.13.6
Changes: https://github.com/flightaware/speedtables/releases/tag/v1.13.6
2017-09-22 07:39:06 +00:00
Niclas Zeising
6943564acd Update to 1.7.0
Fix packaging with pyton support.
While here, remove the annoying sleeps at the end of the configure script.

PR:		221768
Submitted by:	Daniel Ylitalo <daniel AT blodan DOT se>
Committed at:	FreeBSD 201709 DevSummit
2017-09-21 15:04:49 +00:00
Palle Girgensohn
7457dd45d7 Upgrading to RC 1
PostgreSQL 10 RC 1 requires an upgrade from beta 4, or earlier either
using pg_dump / pg_restore or pg_upgrade.

Any bug fixes applied to 9.6 or earlier that also affected 10 are
included in RC 1, as well issues that were reported with Beta 4.

Changes Since Beta 4

PostgreSQL 10 RC 1 contains fixes for issues discovered by users when
testing Beta 4, including:

* Add psql variables showing server version and psql version.
* Several fixes for partitioning
* Several fixes for logical replication
* Several fixes for transition tables
* Fix for query that could end up in an uninterruptible state

Note that some known issues remain unfixed.  Before reporting a bug in
the release candidate, please check the Open Items page.

URL: https://wiki.postgresql.org/wiki/New_in_postgres_10
URL: https://www.postgresql.org/docs/devel/static/release-10.html
2017-09-21 13:43:01 +00:00