Commit graph

17579 commits

Author SHA1 Message Date
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
Sunpoet Po-Chuan Hsieh
cef7b9e58c Add LICENSE
- Add missing *_DEPENDS
- Add NO_ARCH
- Sort PLIST
- Bump PORTREVISION for dependency change
- Take maintainership
2018-03-01 13:35:09 +00:00
Sunpoet Po-Chuan Hsieh
e12a4b0712 Add missing *_DEPENDS
- Strip shared library
- Add CPAN as primary WWW
- Bump PORTREVISION for dependency and package change
- Take maintainership
2018-03-01 13:35:05 +00:00
Sunpoet Po-Chuan Hsieh
09982779f8 Update to 1.0.1
- Add LICENSE
- Use CMAKE_OFF
- Bump PORTREVISION for package change
- Take maintainership

Changes:	https://github.com/tarantool/tarantool-c/commits/master
2018-03-01 13:35:00 +00:00
Sunpoet Po-Chuan Hsieh
2075c77ea2 Update to 1.9.0
- Add LICENSE_FILE
- Use CMAKE_BOOL and CMAKE_ON
- Clean up Makefile
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/tarantool/tarantool/releases
		https://github.com/tarantool/tarantool/commits/1.9
2018-03-01 13:34:54 +00:00
Kurt Jaeger
a19dcac247 databases/cego: update 2.39.1 -> 2.39.2
databases/cegobridge: update 1.3.0 -> 1.4.0

cego:
- Fix in CegoTableManager::updateTuple, while setting up expression
  list, field list array must be setup BEFORE block ist set, since
  field list is needed by block setup ( in case of subqueries for
  prepare )

cegobridge:
- Adaptions for cego-2.39

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-03-01 12:29:31 +00:00
Kurt Jaeger
4ddc75fd13 databases/cego: update 2.38.20 -> 2.39.1
- Introduced table locking statements to set an explicit lock on a
  table ( e.g. for update synchronisation ). This feature replaces
  the "set update sync on/off" command
- Trigger implementation basically completed
- Fix in CegoQueryHelper::encodeFVL, for blob/clob values lists,
  the corresponding index variables ( blobidx/clobidx ) have not been
  increaed while encoding lob data. This might lead to invalid results
  and seg faults in case of multiple lobs values in one insert/update
  operation.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-02-28 18:53:10 +00:00
Sunpoet Po-Chuan Hsieh
9234151406 Add LICENSE
- Add NO_ARCH
2018-02-28 15:12:33 +00:00
Sunpoet Po-Chuan Hsieh
876a19dfa1 Add LICENSE
- Add NO_ARCH
2018-02-28 15:12:28 +00:00
Sunpoet Po-Chuan Hsieh
9079331137 Remove expired databases/rubygem-flipper-active_record010 2018-02-28 12:48:54 +00:00
Dmitry Marakasov
9045036c00 - Add LICENSE
- Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
2018-02-26 18:47:08 +00:00
Dmitry Marakasov
bdde09d95f - Fix shebangs
Approved by:	portmgr blanket
2018-02-26 18:46:44 +00:00
Luca Pizzamiglio
31d1cf70b4 databases/clickhouse
PR:		225418
Submitted by:	proler@gmail.com (maintainer)
2018-02-26 11:10:46 +00:00
Guido Falsi
f0023b01b6 Update sqliteodbc to 0.9996 2018-02-26 10:11:01 +00:00
Sunpoet Po-Chuan Hsieh
db8ed76618 Fix rocksdb-lite for osquery
- Bump PORTREVISION for package change

Requested by:	lx
Reference:	https://github.com/facebook/osquery/issues/4059
2018-02-25 05:31:39 +00:00
Kurt Jaeger
1dea0a5453 databases/cego: fix distinfo
Reported by:	pkg-fallout
2018-02-25 04:49:54 +00:00
Yuri Victorovich
a31a69692d Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.

Approved by:	tcberner (mentor, implicit)
2018-02-25 00:40:37 +00:00
Kurt Jaeger
44c4e1e059 databases/cego: 2.38.19 -> 2.38.20
- For heavy update operations on tables with btrees using embedding
  transactions, duplicate btree errors may occur. This is caused
  by not checking corresponding tuple states. To solve this problem,
  the following fixes have been done :
  o Fix in CegoTableManager::checkBTreeIntegrity : The tuple state for
    found entries has to be checked if state = COMMITTED
  o Fix in CegoBTreeNode:checkForAffected ( was checkForDeleted before ) :
    The tuple state has already checked for state
    INSERTED if tid != dataTid

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-02-24 19:09:17 +00:00
Sunpoet Po-Chuan Hsieh
cd225cf8a7 Remove outdated post-configure:
- Regenerate patch file with makepatch:
2018-02-24 14:02:05 +00:00
Sunpoet Po-Chuan Hsieh
3e936750f9 Remove outdated post-configure: 2018-02-24 14:02:00 +00:00
Bernard Spil
bb718511d1 databases/mariadb100-server: Fix build with OQGRAPH disabled
- The cmake knob works OK
2018-02-24 13:12:17 +00:00
Rene Ladan
fbd43637e1 Reset vg@'s ports after he resigned.
With hat:	portmgr-secretary
2018-02-23 21:09:47 +00:00
Yuri Victorovich
4682b39296 databases/phpliteadmin: portmaster@BSDforge.com takes maintainership
PR:		226148
Submitted by:	Chris Hutchinson <portmaster@BSDforge.com>
Approved by:	tcberner (mentor, implicit)
2018-02-23 19:48:04 +00:00
Sunpoet Po-Chuan Hsieh
94b7ee64f8 Update to 1.2.4
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html
2018-02-23 19:24:17 +00:00
Sunpoet Po-Chuan Hsieh
d25c04cbbf Update to 1.1.17
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2018-02-23 19:24:12 +00:00
Sunpoet Po-Chuan Hsieh
ff9ed7f222 Update to 5.10.3
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/5.10.fb/HISTORY.md
2018-02-22 19:50:12 +00:00
Kurt Jaeger
d3bafa7df0 databases/tile38: give maintainer to a.andersson.thn@gmail.com
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com>
2018-02-22 16:44:08 +00:00
Dmitry Marakasov
bc4b221c89 - Add NO_ARCH
Approved by:	portmgr blanket
2018-02-22 14:06:51 +00:00
Tobias Kortkamp
42e93c3579 Reset MAINTAINER
https://lists.freebsd.org/pipermail/freebsd-ports/2018-February/112646.html

Submitted by:	olevole@olevole.ru (maintainer)
2018-02-22 12:53:13 +00:00
Torsten Zuehlsdorff
756eee6f9c databases/postgresql-plproxy: Update from 2.7 to 2.8
Changelog: https://plproxy.github.io/changelog.html
2018-02-22 12:19:27 +00:00
Wen Heping
c6f2d668e7 - Update to 3.8.1
PR:		226097
Submitted by:	jonc@chen.org.nz(maintainer)
2018-02-22 08:16:39 +00:00
Matthew Seaman
fa6b538abb Security update to 4.7.8
Advisory: https://www.phpmyadmin.net/security/PMASA-2018-1/
ChangeLog: https://www.phpmyadmin.net/files/4.7.8/

MFH:		2018Q1
Security:	261ca31c-179f-11e8-b8b9-6805ca0b3d42
2018-02-22 07:19:39 +00:00