| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=455167
|
|
|
|
|
|
|
|
|
|
|
|
| |
on armv7.
This is part one of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=455165
|
|
|
|
|
|
|
|
|
| |
on armv7 as-is.)
Reported by: danfe
Notes:
svn path=/head/; revision=455129
|
|
|
|
|
|
|
|
| |
PR: 222447
Submitted by: yasu@utahime.org
Notes:
svn path=/head/; revision=455107
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Updated dependencies
Changes: https://github.com/influxdata/influxdb/blob/master/CHANGELOG.md
PR: 223827
Submitted by: <cheffo@fre^.org> (maintainer)
Notes:
svn path=/head/; revision=455081
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/okbob/pspg/releases/tag/0.7.4
PR: 223923
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Notes:
svn path=/head/; revision=454997
|
|
|
|
|
|
|
|
|
|
| |
missing
Approved by: tcberner (mentor), mat
Differential Revision: https://reviews.freebsd.org/D13203
Notes:
svn path=/head/; revision=454970
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/okbob/pspg/releases/tag/0.7.3
PR: 223883
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Notes:
svn path=/head/; revision=454912
|
|
|
|
|
|
|
|
| |
PR: 223868
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Notes:
svn path=/head/; revision=454888
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=454880
|
|
|
|
|
|
|
|
|
|
| |
Ignore with PHP 72
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13236
Notes:
svn path=/head/; revision=454850
|
|
|
|
|
|
|
| |
Release notes: https://github.com/ray2501/tcl-lmdb/releases/tag/0.3.6
Notes:
svn path=/head/; revision=454816
|
|
|
|
|
|
|
|
| |
- Add PORTSCOUT
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=454784
|
|
|
|
|
|
|
|
|
| |
- Add libmemcached version check
Changes: https://pecl.php.net/package-changelog.php?package=memcached
Notes:
svn path=/head/; revision=454783
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=454751
|
|
|
|
|
|
|
| |
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.0/CHANGELOG.md
Notes:
svn path=/head/; revision=454748
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=454739
|
|
|
|
|
|
|
| |
Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=454718
|
|
|
|
|
|
|
|
|
|
| |
PR: 223694
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13170
Notes:
svn path=/head/; revision=454699
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=454698
|
|
|
|
|
|
|
|
|
| |
to unbreak www/gitlab. GitLab broke through there updates in 453680 and 453681.
Reported by: remko, Matthias Fechner <idefix@fechner.net>
Notes:
svn path=/head/; revision=454691
|
|
|
|
|
|
|
|
|
| |
PR: 221358
Submitted by: David Wahlund <david@dafnet.se>
Approved by: ports@thelanman.net (maintainer timeout, >3 months)
Notes:
svn path=/head/; revision=454687
|
|
|
|
| |
Notes:
svn path=/head/; revision=454652
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md
Notes:
svn path=/head/; revision=454621
|
|
|
|
| |
Notes:
svn path=/head/; revision=454619
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=454616
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=454610
|
|
|
|
| |
Notes:
svn path=/head/; revision=454560
|
|
|
|
| |
Notes:
svn path=/head/; revision=454556
|
|
|
|
| |
Notes:
svn path=/head/; revision=454532
|
|
|
|
| |
Notes:
svn path=/head/; revision=454526
|
|
|
|
| |
Notes:
svn path=/head/; revision=454525
|
|
|
|
| |
Notes:
svn path=/head/; revision=454524
|
|
|
|
| |
Notes:
svn path=/head/; revision=454523
|
|
|
|
|
|
|
|
|
| |
- Update IGNORE_WITH_PHP
- Reformat pkg-descr
- Update WWW
Notes:
svn path=/head/; revision=454522
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md
Notes:
svn path=/head/; revision=454515
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=454483
|
|
|
|
|
|
|
|
| |
PR: 222570
Approved by: lbartoletti@tuxfamily.org (maintainer)
Notes:
svn path=/head/; revision=454466
|
|
|
|
|
|
|
|
|
|
|
| |
- mariadb_config produces incorrect output [1]
1: https://jira.mariadb.org/browse/MDEV-14439
Reported by: Alexandre
Notes:
svn path=/head/; revision=454463
|
|
|
|
|
|
|
|
|
| |
PR: 223737
Reported by: Miroslav Lachman <000 fbsd quip.cz>
Security: c41bedfd-b3f9-11e7-ac58-b499baebfeaf
Notes:
svn path=/head/; revision=454460
|
|
|
|
| |
Notes:
svn path=/head/; revision=454423
|
|
|
|
| |
Notes:
svn path=/head/; revision=454417
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=454415
|
|
|
|
|
|
|
|
| |
PR: 223723
Submitted by: Lacey Powers <lacey.leanne@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=454387
|
|
|
|
|
|
|
| |
Upstream changes: https://github.com/chtd/psycopg2cffi#november-2017
Notes:
svn path=/head/; revision=454385
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=454370
|
|
|
|
|
|
|
|
| |
PR: 223711
Submitted by: rob.kruus@gmail.com(maintainer)
Notes:
svn path=/head/; revision=454367
|
|
|
|
|
|
|
|
| |
Add a new option ANONSTATS to enable anonymous statistics collection,
off by default.
Notes:
svn path=/head/; revision=454364
|
|
|
|
|
|
|
| |
Pointy hat: tz
Notes:
svn path=/head/; revision=454363
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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>
Notes:
svn path=/head/; revision=454359
|