Commit graph

17610 commits

Author SHA1 Message Date
Bernard Spil
f0229aab54 Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
2018-03-11 18:36:16 +00:00
Sunpoet Po-Chuan Hsieh
4d04e8fe9c Remove databases/php-memcached
PR:		226474
Submitted by:	sunpoet (myself)
Approved by:	<townwear@gmail.com> (maintainer)
2018-03-10 23:01:48 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Kurt Jaeger
f8010281e0 databases/cego: update 2.39.5 -> 2.39.7
- Fix in CegoTableManager::deleteDataTable, pBlock has to be checked
  for null value, otherwise crash recovery might crash. ( bug came
  with 2.39.0 to check for pBlock->getTriggerValueList )
- Some clob related fixes in CegoQueryHelper::decodeNativeFVL /
  decodeFVL relevant for recovery handling
- Fix in CegoRecoveryManager::recoverCurrentTransactionLog for the
  INSERT case. For the blob/clob handling, the lobREf values have not
  been set up correctly. This might lead to problems for table recovery
  with more than one lob row ( e.g. table t1 ( a blob , b clob )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-03-10 11:45:01 +00:00
Yuri Victorovich
ba8711af62 databases/influxdb: Update to 1.5.0
Port changes:
* Changed to DISTVERSION
* Updated and added to dependencies
* Updated post-patch

PR:		226471
Submitted by:	cheffo@freebsd-bg.org (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-10 07:54:04 +00:00
Mark Linimon
5f1ce9ee4f Add more information to stub error messages.
Remove BROKEN lines where IGNORE has already been set.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-03-09 22:46:22 +00:00
Florian Smeets
d9592b194d Update to 5.6.39-83.1
PR:		226067
Submitted by:	Thomas Babut
2018-03-09 22:15:52 +00:00
Antoine Brodin
567068ae2b Fix LICENSE_FILE
Reported by:	pkg-fallout
2018-03-09 20:45:11 +00:00
Jimmy Olgeni
61829f309b Update databases/elixir-ecto to version 2.2.9. 2018-03-09 16:01:35 +00:00
Jan Beich
f2dc6771be devel/google{test,mock}: update to 1.8.0.712
Changes:	5490beb...9bda90b
2018-03-09 12:07:37 +00:00
Mathieu Arnold
a1993564e0 Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
2018-03-08 19:48:41 +00:00
Steve Wills
ec76d0ea6a databases/timescaledb: Update to 0.9.0
PR:		226380
Submitted by:	mahlon@martini.nu (with slight changes)
Approved by:	kbowling (maintainer)
2018-03-08 03:01:58 +00:00
Mark Felder
293d43f1fa SQLAlchemy integration with the marshmallow (de)serialization library.
WWW: https://marshmallow-sqlalchemy.readthedocs.io/
2018-03-07 21:36:03 +00:00
Sunpoet Po-Chuan Hsieh
aae6ec0644 Update to 1.2.5
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html
2018-03-07 16:48:04 +00:00
Sunpoet Po-Chuan Hsieh
eca30e3ca1 Update to 1.1.18
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2018-03-07 16:47:59 +00:00
Yuri Victorovich
54e279cd72 Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them.
Ports:
benchmarks/hey benchmarks/vegeta databases/influxdb devel/arduino-builder devel/arduinoOTA
devel/awless devel/git-codereview devel/git-town devel/gitlab-runner devel/grv
devel/hub devel/jfrog-cli editors/micro finance/fixc misc/exercism
net-mgmt/intel-snap net-mgmt/kapacitor net-mgmt/telegraf net/goreplay net/syncthing
net/syncthing-cli net/syncthing-discosrv net/syncthing-inotify print/cups-connector security/sops
security/vault sysutils/amazon-ssm-agent sysutils/circonus-agent sysutils/consul sysutils/consul_exporter
sysutils/envconsul sysutils/serf textproc/consul-template textproc/spiff www/gobuffalo
www/grafana2 www/grafana3 www/mattermost-server www/minio www/minio-client
www/uchiwa

Approved by:	tcberner (mentor, implicit)
Approved by:	portmgr (port compliance, infrastructure)
2018-03-07 08:06:24 +00:00
Rene Ladan
3e9505715f Use the Django meta-port for my Django port to avoid conflicts between them.
Bump PORTREVISIONs
2018-03-06 22:45:36 +00:00
Kurt Jaeger
c85048adba databases/cego: update 2.39.4 -> 2.39.5
- Bug fix in CegoAction::reallocateStringBuf, in the memcpy call,
  just the previous stringBufLen has to be copied ( _stringBufLen -
  MAXSTRINGLEN ). This bug might lead to seg fault in case of large
  parser input ( e.g. clob strings )
- In CegoQuery for insert and insert-by-select case, allocated blob
  and clob data ( by CegoQueryHelper::prepareFieldValue ) is cleaned
  now if any exception occurs

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-03-06 18:26:49 +00:00
Palle Girgensohn
54a61d98ae Add new port datagbases/pgmetrics
This port easily collect and report PostgreSQL metrics for scripting,
automation and troubleshooting.
2018-03-06 11:50:12 +00:00
Matthew Seaman
947798a65f Update to 4.7.9
Release Notes: https://www.phpmyadmin.net/files/4.7.9/
2018-03-06 07:32:34 +00:00
Yuri Victorovich
1a3a6ff1dc databases/tile38: Update to 1.11.0
Port changes:
* Changed to DISTVERSION
* Use MAKE_ENV to unbreak it
* Added SSP_UNSAFE because otherwise it doesn't like -fstack-protector

PR:		226378
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-06 05:57:47 +00:00
Timur I. Bakeyev
f622c99e83 There is no real need to wrap STRIP_CMD WITH_DEBUG, that is handled by bsd.ports.mk. 2018-03-05 23:54:39 +00:00
Kurt Jaeger
be6fb2b13f databases/cego: update 2.39.3 -> 2.39.4
- Small bug fix in CegoDistManager, which came up with version
  2.39.0. In method deleteLocalDataTable, the variable delCount was
  declared two times, which lead to a result of 0 tuples deleted in
  any case

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-03-05 20:34:13 +00:00
Yuri Victorovich
11948d717d databases/py-peewee: Update to 3.1.2
Maintainer's timeout expired: matthias@petermann-it.de

Port changes:
* Changed to DISTVERSION
* Removed option DOCS (not needed)
* Added USES=localbase sqlite
* Added USE_PYTHON=cython concurrent
* Added stripping
* Removed MYSQL_VARS

PR:		219175
Approved by:	tcberner (mentor, implicit)
2018-03-05 08:06:58 +00:00
Antoine Brodin
8192a3b90a Mark BROKEN: fails to build
In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
./php_pdo_cassandra_int.hpp:89:33: error: implicit instantiation of undefined template 'boost::shared_ptr<apache::thrift::transport::TSocketPool>'
        boost::shared_ptr<TSocketPool> socket;
                                       ^
/usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
namespace boost { template <class T> class shared_ptr; };
                                           ^
In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
./php_pdo_cassandra_int.hpp:90:38: error: implicit instantiation of undefined template 'boost::shared_ptr<apache::thrift::transport::TFramedTransport>'
        boost::shared_ptr<TFramedTransport> transport;
                                            ^
/usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
namespace boost { template <class T> class shared_ptr; };
                                           ^
In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
./php_pdo_cassandra_int.hpp:91:31: error: implicit instantiation of undefined template 'boost::shared_ptr<apache::thrift::protocol::TProtocol>'
        boost::shared_ptr<TProtocol> protocol;
                                     ^
/usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
namespace boost { template <class T> class shared_ptr; };
                                           ^
In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
./php_pdo_cassandra_int.hpp:92:37: error: implicit instantiation of undefined template 'boost::shared_ptr<org::apache::cassandra::CassandraClient>'
        boost::shared_ptr<CassandraClient> client;
                                           ^
/usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
namespace boost { template <class T> class shared_ptr; };
                                           ^
In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
./php_pdo_cassandra_int.hpp:109:31: error: implicit instantiation of undefined template 'boost::shared_ptr<org::apache::cassandra::CqlResult>'
        boost::shared_ptr<CqlResult> result;
                                     ^
/usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
namespace boost { template <class T> class shared_ptr; };
                                           ^

Reported by:	pkg-fallout
2018-03-05 07:02:30 +00:00
Timur I. Bakeyev
189ca10d26 Update ldb13 to the latest 1.3.2 version. 2018-03-05 00:02:58 +00:00
Sunpoet Po-Chuan Hsieh
592d429034 Update to 0.13.0
Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
2018-03-04 16:10:52 +00:00
Sunpoet Po-Chuan Hsieh
65a231cd55 Update to 0.6.1
Changes:	https://github.com/tarantool/tarantool-python/releases
2018-03-04 16:10:42 +00:00
Yuri Victorovich
a88b800aa9 New port: databases/usql: Universal command-line interface for SQL databases
https://github.com/xo/usql

Approved by:	tcberner (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D14503
2018-03-04 09:40:46 +00:00
Sunpoet Po-Chuan Hsieh
29e6caa58c Update to 1.10.0
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2018-03-03 16:30:33 +00:00
Sunpoet Po-Chuan Hsieh
ca1a9f2de9 Update to 1.9.0
- Update WWW

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2018-03-03 16:30:29 +00:00
Sunpoet Po-Chuan Hsieh
f0999ecc9e Update WWW 2018-03-03 16:30:23 +00:00
Sunpoet Po-Chuan Hsieh
a464597a16 Add PORTSCOUT
Newer versions only support PHP 7.
2018-03-03 16:30:14 +00:00
Kurt Jaeger
94ab853af5 databases/cego: update 2.39.2 -> 2.39.3
- Small improvement in CegoDbThreadPool. For a better db thread
  load value calculation, the request queue is no longer locked while
  waiting for incoming requests. Instead the QUEUEDELAY parameter has been
  increased to a default value of 200 msec to reduce db thread cpu
  load while idle. Now the db thread has a good chance to report
  idle time to the db thread pool.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-03-03 09:10:06 +00:00
Brooks Davis
16a06ea402 Work around the lack of definition of union semun per POSIX.
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.

PR:		224300, 224443 (exp-run)
Approved by:	portmgr (antoine)
Exp-run:	antoine
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D14137
2018-03-02 22:34:53 +00:00
Sunpoet Po-Chuan Hsieh
575b06da3f Update to 1.57
- Convert to options target helper

Changes:	http://search.cpan.org/dist/DBD-ODBC/Changes
		https://github.com/perl5-dbi/DBD-ODBC/blob/master/Changes
2018-03-02 18:51:48 +00:00
Sunpoet Po-Chuan Hsieh
ed01039b4b Update real PORTVERSION and bump PORTEPOCH
Suggested by:	mat
2018-03-02 18:51:38 +00:00
Sunpoet Po-Chuan Hsieh
585f0638d9 Update to 5.10.4
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/5.10.fb/HISTORY.md
2018-03-02 18:51:28 +00:00
Grzegorz Blach
d8138ce181 Update to 2.0.0 2018-03-02 18:22:09 +00:00
Adriaan de Groot
7e4b709a49 Disable Qt5 sqldrivers-ibase on not-(i386|amd64)
This is basically r463394, repeated for Qt5

Approved by:	tcberner (mentor, implicit)
2018-03-02 13:27:13 +00:00
Adriaan de Groot
60c54b6248 Disable Qt4 sql-ibase plugin on not-(i386|amd64)
ibase is Firebird, which only builds on i386 and amd64. This patch
squashes the ibase plugin for Qt4.

PR:		216943
Submitted by:	linimon
Reported by:	linimon
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14326
2018-03-02 13:07:57 +00:00
Pietro Cerutti
02131ee57c databases/cassandra-cpp-driver: update to 2.8.1
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.1/CHANGELOG.md
2018-03-02 11:41:48 +00:00
Steve Wills
aecb036913 databases/memcached: update to 1.5.6 2018-03-01 22:52:04 +00:00
Yuri Victorovich
3541239e48 databases/cockroach: Update to 1.1.5
Port changes:
* Changed to DISTVERSION
* Adjusted do-build

PR:		226270
Submitted by:	James Nugent <freebsd@jen20.com>
Approved by:	tcberner (mentor, implicit)
2018-03-01 20:38:58 +00:00
Sunpoet Po-Chuan Hsieh
68a56cb328 Update to 1.56
Changes:	http://search.cpan.org/dist/DBD-SQLite/Changes
2018-03-01 15:19:55 +00:00
Palle Girgensohn
70184a53b3 2018-03-01 Security Update Release
The PostgreSQL Global Development Group has released an update to all supported
versions of the PostgreSQL database system, including 10.3, 9.6.8, 9.5.12,
9.4.17, and 9.3.22.

The purpose of this release is to address CVE-2018-1058, which describes how a
user can create like-named objects in different schemas that can change the
behavior of other users' queries and cause unexpected or malicious behavior,
also known as a "trojan-horse" attack. Most of this release centers around added
documentation that describes the issue and how to take steps to mitigate the
impact on PostgreSQL databases.

We strongly encourage all of our users to please visit
https://wiki.postgresql.org/wiki/A_Guide_to_CVE-2018-1058:_Protect_Your_Search_Path
for a detailed explanation of CVE-2018-1058 and how to protect your PostgreSQL
installations.

After evaluating the documentation for CVE-2018-1058, a database administrator
may need to take follow up steps on their PostgreSQL installations to ensure
they are protected from exploitation.

Security:	CVE-2018-1058
2018-03-01 15:10:17 +00:00
Sunpoet Po-Chuan Hsieh
be2afbaf10 Add LICENSE
- Fix version requirement of RUN_DEPENDS
- Fix grammar
- Fix WWW
- Take maintainership
2018-03-01 13:35:41 +00:00
Sunpoet Po-Chuan Hsieh
cc6eeb9b9f Update to 0.5.5
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Change WWW to PyPI
- Take maintainership

Changes:	https://github.com/tarantool/tarantool-python/releases
2018-03-01 13:35:31 +00:00
Sunpoet Po-Chuan Hsieh
d52312f19d Add php7-tarantool 0.3.0 (copied from php5-tarantool)
PECL PHP driver for Tarantool

WWW: https://github.com/tarantool/tarantool-php
2018-03-01 13:35:25 +00:00
Sunpoet Po-Chuan Hsieh
9e6680de86 Update to 0.1.0
- Add LICENSE
- Take maintainership

Changes:	https://github.com/tarantool/tarantool-php/releases
		https://github.com/tarantool/tarantool-php/commits/master
2018-03-01 13:35:20 +00:00