| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Sponsored by: Absolight
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- Update IGNORE_WITH_PHP
- Reformat pkg-descr
- Update WWW
|
| |
|
|
|
| |
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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>
|
| |
|
|
|
| |
PR: 222570
Approved by: lbartoletti@tuxfamily.org (maintainer)
|
| |
|
|
|
|
|
|
| |
- mariadb_config produces incorrect output [1]
1: https://jira.mariadb.org/browse/MDEV-14439
Reported by: Alexandre
|
| |
|
|
|
|
| |
PR: 223737
Reported by: Miroslav Lachman <000 fbsd quip.cz>
Security: c41bedfd-b3f9-11e7-ac58-b499baebfeaf
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
| |
PR: 223723
Submitted by: Lacey Powers <lacey.leanne@gmail.com> (maintainer)
|
| |
|
|
| |
Upstream changes: https://github.com/chtd/psycopg2cffi#november-2017
|
| |
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
| |
PR: 223711
Submitted by: rob.kruus@gmail.com(maintainer)
|
| |
|
|
|
| |
Add a new option ANONSTATS to enable anonymous statistics collection,
off by default.
|
| |
|
|
| |
Pointy hat: tz
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
<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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Changes: https://github.com/brianmario/mysql2/releases
|
| |
|
|
| |
Changes: https://github.com/rails-api/active_model_serializers/blob/0-10-stable/CHANGELOG.md
|
| |
|
|
| |
With hat: puppet
|
| |
|
|
| |
With hat: puppet
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
| |
PR: 223656
Submitted by: lbartoletti@tuxfamily.org (maintainer)
|
| |
|
|
| |
Changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md
|
| |
|
|
| |
Changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md
|
| |
|
|
| |
Changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md
|
| |
|
|
|
| |
Changes: https://github.com/rogerbinns/apsw/releases
https://rogerbinns.github.io/apsw/changes.html
|
| |
|
|
| |
2017-11-09 databases/cassandra2: Broken for more than 6 months
|
| |
|
|
| |
2017-11-09 databases/glom: Broken for more than 6 months
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
| |
PR: 223545
With hat: portmgr
|
| |
|
|
|
| |
PR: 223545
With hat: portmgr
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
| | |
|
| |
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Changes: https://github.com/jnunemaker/flipper/blob/master/Changelog.md
|