aboutsummaryrefslogtreecommitdiffstats
path: root/databases/couchdb
Commit message (Collapse)AuthorAgeFilesLines
* databases/couchdb: update to 1.7.1 incl critical security fixesdch2017-11-152-5/+4
| | | | | | | | | | | | | | - 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
* devel/icu: update to 60.1jbeich2017-11-091-0/+1
| | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine
* databases/couchdb: 1.7.0 incl critical security fixesdch2017-11-087-174/+33
| | | | | | | | | | 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
* devel/icu: update to 59.1jbeich2017-09-251-1/+1
| | | | | | | | | - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine
* Fix some Erlang ports for version 20.0.olgeni2017-06-232-5/+5
|
* Use more restrictive permissions for CouchDB's data and configurationolgeni2016-12-162-7/+7
| | | | | | | files. PR: 214334 Submitted by: Dave Cottlehuber
* devel/icu: update to 58.1jbeich2016-11-201-1/+1
| | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt)
* - Update devel/icu to 57.1.tijl2016-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)
* Prepare databases/couchdb for Erlang 19.olgeni2016-07-192-5/+5
| | | | | PR: 211012 Submitted by: Dave Cottlehuber
* Bump PORTREVISION for the icu revert.mat2016-07-071-1/+1
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-061-1/+1
|
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-2/+2
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* - Switch to options helpersamdmi32015-09-101-2/+2
| | | | | | - Add some NO_ARCHes Approved by: portmgr blanket
* Compatibility fix for R18.olgeni2015-06-263-483/+519
| | | | | - pkg-plist cleanup - Remove DOCS from OPTIONS_DEFINE
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Update icu to 55.1bapt2015-04-241-1/+1
|
* Add CPE information to databases/couchdb.olgeni2015-03-281-1/+2
| | | | | PR: 198963 Submitted by: shun.fbsd.pr@dropcut.net
* Use @sample keyword to set owner for local.ini.sample.olgeni2015-03-151-3/+1
| | | | Submitted by: bapt
* Set @owner to couchdb for local.ini.sample.olgeni2015-03-152-1/+3
| | | | | | | CouchDB's administration interface should be able to modify this file. PR: 198597 Submitted by: Yuri
* Allow passing ERL_ZFLAGS to CouchDB via couchdb_erl_flags in rc.conf.olgeni2015-02-242-2/+11
| | | | | | | | ERL_ZFLAGS is used to configure the Erlang VM itself (see also erl(1), "EMULATOR FLAGS") PR: 197847 Submitted by: Dave Cottlehuber
* Add missing @dir entries.olgeni2015-01-042-0/+3
|
* Cleanup plistbapt2014-10-201-94/+3
|
* Upgrade to version 1.6.1.olgeni2014-09-032-3/+3
|
* Upgrade to version 1.6.0, which supports Erlang 17.olgeni2014-07-223-82/+87
| | | | | | | - Add LICENSE. - Take over maintainership. Approved by: maintainer
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-101-1/+1
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
* Chase boost and icu bumpbapt2014-02-071-1/+1
| | | | While here convert some LIB_DEPENDS
* - Update to 1.5.0antoine2014-01-133-146/+377
| | | | | | | - Stage support PR: ports/184463 Submitted by: Adam Strohl (maintainer)
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-121-3/+3
| | | | LIB_DEPENDS in databases
* - Update to 1.4.0tabthorpe2013-11-033-88/+108
| | | | | PR: ports/182564 Submitted by: Adam Strohl <adams-ports@ateamsystems.com> (maintainer)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* - Update to 1.3.1miwi2013-07-153-297/+387
| | | | | PR: 180393 Submitted by: maintainer
* - Update to 7.31.0sunpoet2013-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* Update to 1.2.2, fixing security issues.crees2013-05-302-6/+10
| | | | | | | PR: ports/178331 Submitted by: wollman Security: CVE-2012-5649 Security: CVE-2012-5650
* Reset maintainer for till@php.netcrees2013-05-291-1/+1
| | | | | Thanks for all your help in the past, but unfortunately we haven't heard from you in a very long time.
* Chase icu, graphite2 and libexttextcat bumpbapt2012-12-191-6/+2
|
* Chase rename of lang/spidermonkey to lang/spidermonkey17.tj2012-09-031-1/+2
| | | | Approved by: eadler (mentor)
* Patch ports depending on lang/erlang-lite to use lang/erlang instead.olgeni2012-08-151-11/+2
| | | | | | | | | The current lang/erlang option defaults match those specified in lang/erlang-lite, thus making it redundant. Also, mixing ports depending on lang/erlang and lang/erlang-lite is impossible without manual patching. Hence, lang/erlang-lite is going to be removed.
* Document upgrade procedure for couchdb to avoid loss of local.ini file.crees2012-07-031-1/+1
| | | | | | Correct date in Makefile's reference to UPDATING entry. PR: ports/168923
* - Update to 1.2.0crees2012-07-038-71/+159
| | | | | | | | | | | | | | | - OPTIONSngify - Error out on build if older version installed with config file present; this must be backed up or it will be lost on deinstall. - Shift default DB storage location from /var/lib/couchdb to /var/db/couchdb to make it consistent with other DB storage engine ports which use /var/db as their base (eg; mySQL). PR: ports/168923 Submitted by: Adam Strohl <adams-ports@ateamsystems.com> Approved by: maintainer timeout (till@php.net, >14 days)
* - remove invalid post-deinstall targetjgh2012-03-281-3/+0
| | | | | | | PR: ports/166059 Submitted by: jgh Approved by: maintainer timeout ( 15 days ) Feature safe: yes
* The problem previously reported on freebsd-ports@ hasn't been fixed,dougb2012-01-262-3/+10
| | | | | | | | | | | and a user contacted me privately asking for a fix. This fix was proposed on the list and tested by the user who contacted me privately. The problem is that _flags can't be modified in start_precmd, and shouldn't have been abused this way in the first place. The previous version resulted in couchdb staying in the foreground. This patch could be refined further, but it solves the immediate problem.
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Update rc.d scriptmiwi2011-11-142-29/+29
| | | | | | Submitted by: dougb Approved by: maintainer via irc Feature safe: yes
* - Remove extra USERS/GROUPS, which were accidentally added in previous commit[1]ashish2011-08-252-6/+16
| | | | | | | | - Fix rc.d script[1] - Add option to depend on lang/erlang instead of lang/erlang-lite Submitted by: till@php.net[1] Approved by: till@php.net (maintainer)
* - Update to 1.1.0ashish2011-08-185-51/+125
| | | | | | | | - Use USERS/GROUPS for user/group creation - Move post-install/post-deinstall tasks to pkg-install/pkg-deinstall PR: ports/150682 Approved by: till@php.net (maintainer)
* - update ICU to 4.8bapt2011-07-111-1/+1
| | | | | | - chase library bump - add an entry in UPDATING for instructions - remove old conflict lines
* - Use USERS and GROUPScrees2011-06-282-35/+2
| | | | | | PR: ports/157547 Submitted by: Chris Rees (utisoft@gmail.com) Approved by: tabthorpe (co-mentor)
* Remove painful examples of foo="", with particular prejudice againstdougb2011-05-151-1/+0
| | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Chase devel/icu upgradebapt2010-12-151-1/+1
| | | | Add an updating note
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Bump PORTREVISION in Erlang dependent ports, which need to be rebuiltolgeni2010-09-281-0/+1
| | | | due to the new beam format.
* [1]: Update to 1.0.0wxs2010-08-184-41/+76
| | | | | | | | | | | | | [2]: Fix bug in RC script [3]: Add pre-fetch message about possibly needing to rebuild the views PR: [1]: ports/148803 [2]: ports/149028 [3]: ports/149030 Submitted by: [1]: Tomas Sedovic <tomas@sedovic.cz> [2]: Till Klampaeckel <till@php.net> (maintainer) [3]: Till Klampaeckel <till@php.net> (maintainer) Approved by: [1]: Till Klampaeckel <till@php.net> (maintainer)
* Chase the ftp/curl shlib version bump.roam2010-04-031-1/+2
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Update to 0.10.1gahr2010-02-224-176/+229
| | | | | | | | | - Fix RC script PR: 143287 Submitted by: gahr Approved by: till@php.net (maintainer), partly timeout Feature safe: yes
* Fix rc.d startup script syntax error.vanilla2009-10-211-1/+1
| | | | | | PR: ports/139658 Submitted by: ivan voras <ivoras.at.gmail.com> Approved by: maintainer
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Add an RC script.wxs2009-06-174-0/+125
| | | | | | | | - Cleanup messasges displayed by the port. - Add a couchdb user and group. PR: ports/135256, ports/135259 Submitted by: Till Klampaeckel <till@php.net> (maintainer)
* Fix build with custom LOCALBASEitetcu2009-06-101-1/+3
| | | | | | Submitted by: Sahil Tandon Reported by: QATty Approved by: portmgr (itetcu@)
* - Update to 0.9.0 (bump PORTEPOCH as it was 0.9.0a).wxs2009-04-213-131/+211
| | | | | | | | - Pass maintainership to submitter. PR: ports/131611 Submitted by: Till Klampaeckel <till@php.net> Approved by: Jan Lehnardt <jan@apache.org> (maintainer)
* - Update to 0.9.0awxs2008-11-173-130/+94
| | | | | | | | | | - Pass maintainership to submitter - Respect NOPORTDOCS - Switch to erlang-lite [1] PR: ports/126716 Submitted by: Jan Lehnardt <jan@apache.org>, till@php.net [1] Approved by: maintainer timeout
* - Mark BROKEN on !i386: incompatible types in assignmentpav2008-07-231-1/+7
|
* Couchdb is a document database server, accessible via a RESTful JSON API. It ↵lippe2008-06-244-0/+213
has an ad-hoc and schema-free with a flat address space. CouchDB is distributed, featuring robust, incremental replication with bi-directional conflict detection and management. It features a table oriented reporting engine that uses Javascript as a query language. WWW: http://couchdb.org/ PR: ports/118103 Submitted by: Ditesh Shashikant Gathani <ditesh@gathani.org> Approved by: gabor (mentor, implicit)