Commit Graph

5 Commits

Author SHA1 Message Date
Mathieu Arnold
78d1aff1fc Convert to UCL & cleanup pkg-message (categories d) 2019-08-13 16:01:59 +00:00
Dave Cottlehuber
7acd3513b2 databases/couchdb2: update to 2.3.1
- explicitly depend on OTP>=21.3 to skip BEAM coredumps observed in the wild
- drop OTP<20 option per above
- tweak rc.d script to ensure coredumps can be retrieved if needed

Approved by:	 jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D19621
2019-03-30 19:10:50 +00:00
Dave Cottlehuber
4230e122c4 databases/couchdb2: detach stdout from daemon invocation
When CouchDB is started whithout a parent tty, for example, via ssh,
the daemon invocation retains a connection to stdout, thus blocking
disconnection of the ssh command.

The Erlang VM provides a `-detach` flag for avoiding this situation.
Add additional notes on debugging to the config file to aid users.

PR:		234100
Reported by:	Reshad Patuck <reshadpatuck1@gmail.com>
Reviewed by:	Reshad Patuck <reshadpatuck1@gmail.com>
Approved by:	jrm (mentor)
2018-12-21 20:51:19 +00:00
Dave Cottlehuber
1afd93f33c databases/couchdb2: update 2.2.0 -> 2.3.0
Approved by:	jrm (mentor)
MFH:		2018Q4
Security:	CVE-2018-17188
Differential Revision:	https://reviews.freebsd.org/D18409
2018-12-10 11:01:34 +00:00
Dave Cottlehuber
1225768912 databases/couchdb2: new port via PR#218844
Summary: JSON document database with HTTP API & scalable multi-master sync

A number of people provided signficant assistance while developing this
port. Thank-you for your perseverance and assistance.

PR:		 218844
Submitted by:	dch
Reviewed by:	Reshad Patuck, Richard Gallamore, Tobias Herre, mat, ler, pi
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D16819
2018-09-21 15:21:00 +00:00