From owner-svn-ports-head@freebsd.org Sun May 31 21:48:26 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6D4AE2F2D61; Sun, 31 May 2020 21:48:26 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49ZsPQ2cSmz41BN; Sun, 31 May 2020 21:48:26 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 35C2B20929; Sun, 31 May 2020 21:48:26 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04VLmQhc009355; Sun, 31 May 2020 21:48:26 GMT (envelope-from dch@FreeBSD.org) Received: (from dch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04VLmOfC009345; Sun, 31 May 2020 21:48:24 GMT (envelope-from dch@FreeBSD.org) Message-Id: <202005312148.04VLmOfC009345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org using -f From: Dave Cottlehuber Date: Sun, 31 May 2020 21:48:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537447 - in head/databases: . couchdb3 couchdb3/files X-SVN-Group: ports-head X-SVN-Commit-Author: dch X-SVN-Commit-Paths: in head/databases: . couchdb3 couchdb3/files X-SVN-Commit-Revision: 537447 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2020 21:48:26 -0000 Author: dch Date: Sun May 31 21:48:24 2020 New Revision: 537447 URL: https://svnweb.freebsd.org/changeset/ports/537447 Log: databases/couchdb3: new port from databases/couchdb2 - upstream supports both 2.x and 3.x series - this will also support any platform that has a functioning SpiderMonkey 60 port as well as Erlang/OTP, such as armv8 & ppc64 Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D24616 Added: head/databases/couchdb3/ - copied from r537293, head/databases/couchdb2/ head/databases/couchdb3/files/couchdb3.in (contents, props changed) head/databases/couchdb3/files/patch-Makefile (contents, props changed) Deleted: head/databases/couchdb3/files/couchdb2.in Modified: head/databases/Makefile head/databases/couchdb3/Makefile head/databases/couchdb3/distinfo head/databases/couchdb3/files/patch-rel_reltool.config head/databases/couchdb3/files/pkg-message.in head/databases/couchdb3/pkg-plist Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun May 31 21:31:37 2020 (r537446) +++ head/databases/Makefile Sun May 31 21:48:24 2020 (r537447) @@ -41,6 +41,7 @@ SUBDIR += clickhouse SUBDIR += cockroach SUBDIR += couchdb2 + SUBDIR += couchdb3 SUBDIR += courier-authlib-mysql SUBDIR += courier-authlib-pgsql SUBDIR += courier-authlib-userdb Modified: head/databases/couchdb3/Makefile ============================================================================== --- head/databases/couchdb2/Makefile Sun May 31 18:30:36 2020 (r537293) +++ head/databases/couchdb3/Makefile Sun May 31 21:48:24 2020 (r537447) @@ -1,9 +1,7 @@ -# Created by: Dave Cottlehuber # $FreeBSD$ -PORTNAME= couchdb2 -DISTVERSION= 2.3.1 -PORTREVISION= 5 +PORTNAME= couchdb3 +DISTVERSION= 3.1.0 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} DISTNAME= apache-couchdb-${DISTVERSION} @@ -15,40 +13,43 @@ LICENSE= APACHE20 BSD3CLAUSE ISCL WTFPL OFL11 LICENSE_COMB= multi BUILD_DEPENDS= rebar:devel/rebar \ - erlang-runtime21>=21.3:lang/erlang-runtime21 + erlang-runtime22>=22.0:lang/erlang-runtime22 LIB_DEPENDS= libicudata.so:devel/icu \ - libmozjs185.so:lang/spidermonkey185 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ - erlang-runtime21>=21.3:lang/erlang-runtime21 + libmozjs-60.so:lang/spidermonkey60 +RUN_DEPENDS= erlang-runtime22>=22.0:lang/erlang-runtime22 -USES= cpe gmake libtool ncurses python:run shebangfix -USE_RC_SUBR= couchdb2 +USES= cpe gmake libtool ncurses +USE_RC_SUBR= ${PORTNAME} +CONFLICTS= couchdb[24]* + CPE_VENDOR= apache -SHEBANG_FILES= rel/overlay/bin/couchup USERS= couchdb GROUPS= couchdb SUB_FILES= pkg-message SUB_LIST= APPDIR=${APPDIR} \ - ERL_PATH=${LOCALBASE}/lib/erlang21/bin/erl \ + ERL_PATH=${LOCALBASE}/lib/erlang22/bin/erl \ PORTNAME=${PORTNAME} \ - RELDIR=${RELDIR} + RELDIR=${RELDIR} \ + WWWDIR=${WWWDIR} PLIST_SUB= VERSION=${DISTVERSION} HAS_CONFIGURE= yes -CONFIGURE_ARGS= --skip-deps --user ${USERS} --disable-docs --disable-fauxton +CONFIGURE_ARGS= --skip-deps --user ${USERS} --rebar ${LOCALBASE}/bin/rebar \ + --spidermonkey-version 60 ALL_TARGET= release -MAKE_ENV= PATH=${LOCALBASE}/lib/erlang21/bin:${PATH} +MAKE_ENV= PATH=${LOCALBASE}/lib/erlang22/bin:${PATH} OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes DBDIR?= /var/db/${PORTNAME} -LOGFILE?= /var/log/${PORTNAME}/couch.log +LOGDIR?= /var/log/${PORTNAME} +LOGFILE?= ${LOGDIR}/couch.log APPDIR= ${LOCALBASE}/libexec/${PORTNAME} RELDIR= ${APPDIR}/releases/${DISTVERSION} @@ -74,16 +75,15 @@ pre-install: ${INSTALL_MAN} ${WRKSRC}/share/docs/man/apachecouchdb.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 # prune build artefacts and surplus headers - @${FIND} -E ${WRKSRC} -type f \ - -regex '.*\.(a|buildinfo|c|cc|cmd|d|h|o|orig|1)' -delete + ${FIND} -E ${WRKSRC} -type f \ + -regex '.*\.(a|buildinfo|c|cc|cmd|d|o|orig|h|cpp)' -print -delete # remove runtime dirs and files that were moved to match hier(7) - @${RM} -r ${WRKSRC}/rel/couchdb/var \ + ${RM} -rv ${WRKSRC}/rel/couchdb/var \ ${WRKSRC}/rel/couchdb/etc/*.d \ ${WRKSRC}/rel/couchdb/etc/local.ini \ ${WRKSRC}/rel/couchdb/etc/vm.args \ ${WRKSRC}/rel/couchdb/releases/*/vm.args \ - ${WRKSRC}/rel/couchdb/lib/couch-*/priv/couchjs \ - ${WRKSRC}/share/server + ${WRKSRC}/rel/couchdb/lib/couch-*/priv/couch*js @${CP} ${WRKSRC}/src/docs/images/favicon.ico ${WRKSRC}/share/www/ (cd ${WRKSRC}/rel/couchdb && ${COPYTREE_SHARE} . ${STAGEDIR}${APPDIR}) @@ -92,8 +92,8 @@ post-install: \( -name couchjs -o -name *.so \) \ -exec ${STRIP_CMD} {} + @${MKDIR} \ - ${STAGEDIR}/var/db/${PORTNAME} \ - ${STAGEDIR}/var/log/${PORTNAME} + ${STAGEDIR}${DBDIR} \ + ${STAGEDIR}${LOGDIR} # fauxton UI is a required component (cd ${WRKSRC}/share/www && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) Modified: head/databases/couchdb3/distinfo ============================================================================== --- head/databases/couchdb2/distinfo Sun May 31 18:30:36 2020 (r537293) +++ head/databases/couchdb3/distinfo Sun May 31 21:48:24 2020 (r537447) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551956133 -SHA256 (apache-couchdb-2.3.1.tar.gz) = 43eb8cec41eb52871bf22d35f3e2c2ce5b806ebdbce3594cf6b0438f2534227d -SIZE (apache-couchdb-2.3.1.tar.gz) = 13473795 +TIMESTAMP = 1588800925 +SHA256 (apache-couchdb-3.1.0.tar.gz) = 4867c796a1ff6f0794b7bd3863089ea6397bd5c47544f9b97db8cdacff90f8ed +SIZE (apache-couchdb-3.1.0.tar.gz) = 19719024 Added: head/databases/couchdb3/files/couchdb3.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/couchdb3/files/couchdb3.in Sun May 31 21:48:24 2020 (r537447) @@ -0,0 +1,96 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: couchdb3 +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# couchdb3_enable (bool): Set to NO by default. +# Set it to YES to enable couchdb. + +. /etc/rc.subr + +name=%%PORTNAME%% +rcvar=%%PORTNAME%%_enable + +start_cmd="${name}_start" +stop_cmd="${name}_stop" +status_cmd="${name}_status" + +load_rc_config $name + +: ${%%PORTNAME%%_enable:="NO"} +: ${%%PORTNAME%%_user="couchdb"} +: ${%%PORTNAME%%_erl_flags="-couch_ini %%APPDIR%%/etc/default.ini %%ETCDIR%%/local.ini"} +: ${%%PORTNAME%%_chdir="/var/db/%%PORTNAME%%"} + +command="%%ERL_PATH%%" +pidfile="/var/run/${name}.pid" +daemonpidfile="/var/run/${name}-daemon.pid" + +erl_sasl='-sasl releases_dir \"%%PORTNAME%%/releases\"' +erl_boot='-boot %%RELDIR%%/couchdb -boot_var RELTOOL_EXT_LIB %%APPDIR%%/lib' +erl_args='-args_file %%ETCDIR%%/vm.args' +erl_flags="${erl_sasl} ${erl_boot} ${erl_args} ${%%PORTNAME%%_erl_flags}" + +%%PORTNAME%%_start() +{ + # chdir manually as overriding _start() blocks rc.subr defaults + cd "${%%PORTNAME%%_chdir}" + /usr/sbin/daemon -p ${pidfile} \ + -P ${daemonpidfile} \ + -t ${name} \ + -u ${%%PORTNAME%%_user} \ + env ERL_FLAGS="${erl_flags}" \ + HOME=/var/run/couchdb \ + ERL_CRASH_DUMP=/var/run/couchdb/erl_crash.dump \ + %%PORTNAME%%_FAUXTON_DOCROOT=%%WWWDIR%% \ + %%PORTNAME%%_QUERY_SERVER_JAVASCRIPT="%%APPDIR%%/bin/couchjs %%APPDIR%%/share/server/main.js" \ + %%PORTNAME%%_QUERY_SERVER_COFFEESCRIPT="%%APPDIR%%/bin/couchjs %%APPDIR%%/share/server/main-coffee.js" \ + ${command} +} + +%%PORTNAME%%_stop() +{ + echo -n "Stopping ${name}: " + retval=0 + if ! status_quiet + then + echo "already stopped" + return 1 + else + %%PORTNAME%%_pids=$(/bin/pgrep -ifU ${%%PORTNAME%%_user} ${name}) + kill ${%%PORTNAME%%_pids} + wait_for_pids ${%%PORTNAME%%_pids} + retval=$? + echo "stopped" + fi + return $retval +} + +%%PORTNAME%%_status() +{ + /bin/pgrep -ifU ${%%PORTNAME%%_user} ${name} > /dev/null && status="$?" || status="$?" + if [ "${status}" = 0 ]; then + echo "${name} is running" + return 0 + elif [ "${status}" = 4 ]; then + echo "could not access PID file for ${name}" + return ${status} + else + echo "${name} is not running" + return ${status} + fi +} + +status_quiet() +{ + %%PORTNAME%%_status >/dev/null 2>&1 +} + +run_rc_command $1 + Added: head/databases/couchdb3/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/couchdb3/files/patch-Makefile Sun May 31 21:48:24 2020 (r537447) @@ -0,0 +1,20 @@ +--- Makefile.orig 2020-02-23 16:17:39 UTC ++++ Makefile +@@ -122,7 +122,7 @@ help: + .PHONY: couch + # target: couch - Build CouchDB core, use ERL_OPTS to provide custom compiler's options + couch: config.erl +- @COUCHDB_VERSION=$(COUCHDB_VERSION) COUCHDB_GIT_SHA=$(COUCHDB_GIT_SHA) $(REBAR) compile $(COMPILE_OPTS) ++ @COUCHDB_VERSION=$(COUCHDB_VERSION) COUCHDB_GIT_SHA=$(COUCHDB_GIT_SHA) $(REBAR) -v compile $(COMPILE_OPTS) + @cp src/couch/priv/couchjs bin/ + + +@@ -397,7 +397,7 @@ dist: all derived + release: all + @echo "Installing CouchDB into rel/couchdb/ ..." + @rm -rf rel/couchdb +- @$(REBAR) generate # make full erlang release ++ @$(REBAR) -v generate # make full erlang release + + ifeq ($(with_fauxton), 1) + @mkdir -p rel/couchdb/share/ Modified: head/databases/couchdb3/files/patch-rel_reltool.config ============================================================================== --- head/databases/couchdb2/files/patch-rel_reltool.config Sun May 31 18:30:36 2020 (r537293) +++ head/databases/couchdb3/files/patch-rel_reltool.config Sun May 31 21:48:24 2020 (r537447) @@ -6,5 +6,5 @@ {sys, [ + {excl_lib, otp_root}, %% require erts runtime from FreeBSD ports {lib_dirs, ["../src"]}, - {rel, "couchdb", "2.2.0", [ + {rel, "couchdb", "3.1.0", [ %% stdlib Modified: head/databases/couchdb3/files/pkg-message.in ============================================================================== --- head/databases/couchdb2/files/pkg-message.in Sun May 31 18:30:36 2020 (r537293) +++ head/databases/couchdb3/files/pkg-message.in Sun May 31 21:48:24 2020 (r537447) @@ -4,6 +4,23 @@ If this is the first time you are installing %%PORTNAME%%, you will need to add a default administrator, and initialise the database node. +If you are upgrading an existing %%PORTNAME%% installation < 2.0, you will +need to replicate your databases across with HTTP, and manually apply +any security objects and local.ini settings. + +If you are upgrading from 2.0 and newer, you can simply re-use the +existing database and views directory, amending your local.ini file +accordingly: + +[couchdb] +uuid = .... +database_dir = /var/db/couchdb/data +view_index_dir = /var/db/couchdb/views + +In both cases, make sure your javascript functions are compliant with +modern JS, as the SpiderMonkey 60 engine is more strict than its +predecessors used in older CouchDB versions. + For a single node setup, append an inital administrator username and password to the [admins] section of your local.ini, and a [log] section: Modified: head/databases/couchdb3/pkg-plist ============================================================================== --- head/databases/couchdb2/pkg-plist Sun May 31 18:30:36 2020 (r537293) +++ head/databases/couchdb3/pkg-plist Sun May 31 21:48:24 2020 (r537447) @@ -1,483 +1,546 @@ -@dir libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/couch_ejson_compare -@dir libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/couch_js -@dir libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/icu_driver -@dir(couchdb,couchdb,700) /var/db/couchdb2 -@dir(couchdb,couchdb,700) /var/log/couchdb2 +@dir libexec/couchdb3/lib/couch-%%VERSION%%/priv/couch_ejson_compare +@dir libexec/couchdb3/lib/couch-%%VERSION%%/priv/icu_driver +@dir(couchdb,couchdb,700) /var/db/couchdb3 +@dir(couchdb,couchdb,700) /var/log/couchdb3 @sample(couchdb,couchdb,640) %%ETCDIR%%/local.ini.sample @sample(couchdb,couchdb,640) %%ETCDIR%%/vm.args.sample -libexec/couchdb2/LICENSE +libexec/couchdb3/LICENSE @mode 0755 -libexec/couchdb2/bin/couchdb -libexec/couchdb2/bin/couchjs -libexec/couchdb2/bin/couchup -libexec/couchdb2/bin/remsh +libexec/couchdb3/bin/couchdb +libexec/couchdb3/bin/couchjs +libexec/couchdb3/bin/remsh @mode -libexec/couchdb2/etc/default.ini -libexec/couchdb2/lib/b64url-1.0.1/ebin/b64url.app -libexec/couchdb2/lib/b64url-1.0.1/ebin/b64url.beam -libexec/couchdb2/lib/b64url-1.0.1/priv/b64url.so -libexec/couchdb2/lib/bear-0.8.1-9-g008f48a/ebin/bear.app -libexec/couchdb2/lib/bear-0.8.1-9-g008f48a/ebin/bear.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd.app -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_app.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_auth.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_auth_cache.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_auth_request.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_cors.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_db.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_epi.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_external.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_handlers.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_httpd_handlers.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_misc.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_plugin.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_prefer_header.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_rewrite.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_show.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_sup.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_test_util.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_view.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_xframe_options.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/include/chttpd.hrl -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/include/chttpd_cors.hrl -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/config-2.1.4/ebin/config.app -libexec/couchdb2/lib/config-2.1.4/ebin/config.beam -libexec/couchdb2/lib/config-2.1.4/ebin/config_app.beam -libexec/couchdb2/lib/config-2.1.4/ebin/config_listener.beam -libexec/couchdb2/lib/config-2.1.4/ebin/config_listener_mon.beam -libexec/couchdb2/lib/config-2.1.4/ebin/config_notifier.beam -libexec/couchdb2/lib/config-2.1.4/ebin/config_sup.beam -libexec/couchdb2/lib/config-2.1.4/ebin/config_util.beam -libexec/couchdb2/lib/config-2.1.4/ebin/config_writer.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch.app -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_app.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_att.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_auth_cache.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_base32.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_bt_engine.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_bt_engine_compactor.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_bt_engine_header.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_bt_engine_stream.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_btree.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_changes.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_compaction_daemon.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_compress.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_db.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_db_engine.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_db_epi.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_db_header.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_db_plugin.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_db_updater.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_debug.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_doc.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_drv.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_ejson_compare.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_ejson_size.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_emsort.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_event_sup.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_external_manager.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_external_server.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_file.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_flags.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_flags_config.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_hash.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_hotp.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_auth.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_db.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_external.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_handlers.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_misc_handlers.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_multipart.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_rewrite.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_vhost.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_io_logger.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_key_tree.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_lru.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_multidb_changes.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_native_process.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_os_process.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_passwords.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_primary_sup.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_proc_manager.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_query_servers.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_rand.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_secondary_sup.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_server.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_stream.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_sup.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_task_status.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_totp.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_users_db.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_util.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_uuids.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_work_queue.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/test_request.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/test_util.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/include/couch_db.hrl -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/include/couch_eunit.hrl -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/include/couch_js_functions.hrl -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/couch_ejson_compare.so -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/couch_icu_driver.so +libexec/couchdb3/etc/default.ini +libexec/couchdb3/lib/b64url-%%VERSION%%/ebin/b64url.app +libexec/couchdb3/lib/b64url-%%VERSION%%/ebin/b64url.beam +libexec/couchdb3/lib/b64url-%%VERSION%%/priv/b64url.so +libexec/couchdb3/lib/bear-%%VERSION%%/ebin/bear.app +libexec/couchdb3/lib/bear-%%VERSION%%/ebin/bear.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd.app +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_app.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_auth.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_auth_cache.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_auth_request.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_cors.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_db.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_epi.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_external.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_handlers.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_httpd_handlers.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_misc.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_node.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_plugin.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_prefer_header.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_rewrite.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_show.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_stats.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_sup.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_test_util.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_view.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_xframe_options.beam +libexec/couchdb3/lib/chttpd-%%VERSION%%/include/chttpd.hrl +libexec/couchdb3/lib/chttpd-%%VERSION%%/include/chttpd_cors.hrl +libexec/couchdb3/lib/chttpd-%%VERSION%%/priv/stats_descriptions.cfg +libexec/couchdb3/lib/config-%%VERSION%%/ebin/config.app +libexec/couchdb3/lib/config-%%VERSION%%/ebin/config.beam +libexec/couchdb3/lib/config-%%VERSION%%/ebin/config_app.beam +libexec/couchdb3/lib/config-%%VERSION%%/ebin/config_listener.beam +libexec/couchdb3/lib/config-%%VERSION%%/ebin/config_listener_mon.beam +libexec/couchdb3/lib/config-%%VERSION%%/ebin/config_notifier.beam +libexec/couchdb3/lib/config-%%VERSION%%/ebin/config_sup.beam +libexec/couchdb3/lib/config-%%VERSION%%/ebin/config_util.beam +libexec/couchdb3/lib/config-%%VERSION%%/ebin/config_writer.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch.app +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_app.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_att.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_auth_cache.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_base32.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_bt_engine.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_bt_engine_compactor.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_bt_engine_header.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_bt_engine_stream.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_btree.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_changes.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_compress.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_db.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_db_engine.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_db_epi.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_db_header.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_db_plugin.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_db_split.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_db_updater.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_debug.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_doc.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_drv.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_ejson_compare.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_ejson_size.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_emsort.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_event_sup.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_file.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_flags.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_flags_config.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_hash.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_hotp.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_httpd.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_httpd_auth.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_httpd_db.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_httpd_external.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_httpd_handlers.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_httpd_misc_handlers.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_httpd_multipart.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_httpd_rewrite.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_httpd_vhost.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_io_logger.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_key_tree.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_lru.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_multidb_changes.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_native_process.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_os_process.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_partition.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_passwords.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_primary_sup.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_proc_manager.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_query_servers.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_rand.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_secondary_sup.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_server.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_stream.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_sup.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_task_status.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_totp.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_users_db.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_util.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_uuids.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/couch_work_queue.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/test_request.beam +libexec/couchdb3/lib/couch-%%VERSION%%/ebin/test_util.beam +libexec/couchdb3/lib/couch-%%VERSION%%/include/couch_db.hrl +libexec/couchdb3/lib/couch-%%VERSION%%/include/couch_eunit.hrl +libexec/couchdb3/lib/couch-%%VERSION%%/include/couch_eunit_proper.hrl +libexec/couchdb3/lib/couch-%%VERSION%%/include/couch_js_functions.hrl +libexec/couchdb3/lib/couch-%%VERSION%%/priv/couch_ejson_compare.so +libexec/couchdb3/lib/couch-%%VERSION%%/priv/couch_icu_driver.so +libexec/couchdb3/lib/couch-%%VERSION%%/priv/stats_descriptions.cfg @mode 0755 -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/couchspawnkillable -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/spawnkillable/couchspawnkillable.sh +libexec/couchdb3/lib/couch-%%VERSION%%/priv/couchspawnkillable +libexec/couchdb3/lib/couch-%%VERSION%%/priv/spawnkillable/couchspawnkillable.sh @mode -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi.app -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_app.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_codechange_monitor.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_codegen.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_data.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_data_gen.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_functions.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_functions_gen.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_module_keeper.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_plugin.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_sup.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_util.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event.app -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event_app.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event_listener.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event_listener_mfa.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event_os_listener.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event_server.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event_sup2.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index.app -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_app.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_compactor.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_epi.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_plugin.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_plugin_couch_db.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_server.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_sup.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_updater.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_util.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log.app -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_app.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_config.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_config_dyn.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_error_logger_h.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_formatter.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_monitor.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_server.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_sup.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_trunc_io.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_trunc_io_fmt.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_util.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_writer.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_writer_file.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_writer_stderr.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_writer_syslog.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/include/couch_log.hrl -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview.app -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_changes.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_cleanup.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_compactor.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_http.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_index.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_show.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_test_util.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_update_notifier.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_updater.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_util.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/include/couch_mrview.hrl -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/couch_peruser-%%VERSION%%-RC3/ebin/couch_peruser.app -libexec/couchdb2/lib/couch_peruser-%%VERSION%%-RC3/ebin/couch_peruser.beam -libexec/couchdb2/lib/couch_peruser-%%VERSION%%-RC3/ebin/couch_peruser_app.beam -libexec/couchdb2/lib/couch_peruser-%%VERSION%%-RC3/ebin/couch_peruser_sup.beam -libexec/couchdb2/lib/couch_plugins-%%VERSION%%-RC3/ebin/couch_plugins.app -libexec/couchdb2/lib/couch_plugins-%%VERSION%%-RC3/ebin/couch_plugins.beam -libexec/couchdb2/lib/couch_plugins-%%VERSION%%-RC3/ebin/couch_plugins_httpd.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator.app -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_api_wrap.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_app.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_auth.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_auth_noop.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_auth_session.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_changes_reader.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_clustering.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_connection.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_db_changes.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_doc_processor.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_doc_processor_worker.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_docs.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_fabric.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_fabric_rpc.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_filters.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_httpc.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_httpc_pool.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_httpd.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_httpd_util.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_ids.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_job_sup.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_manager.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_notifier.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_rate_limiter.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_rate_limiter_tables.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_scheduler.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_scheduler_job.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_scheduler_sup.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_stats.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_sup.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_utils.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_worker.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/json_stream_parse.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/include/couch_replicator_api_wrap.hrl -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/ebin/couch_stats.app -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/ebin/couch_stats.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/ebin/couch_stats_aggregator.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/ebin/couch_stats_app.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/ebin/couch_stats_httpd.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/ebin/couch_stats_process_tracker.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/ebin/couch_stats_sup.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/priv/sample_descriptions.cfg -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache.app -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_app.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_entry.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_entry_custom.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_entry_ddocid.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_entry_ddocid_rev.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_entry_validation_funs.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_lru.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_opener.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_sup.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_value.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/ets_lru-1.0.0/ebin/ets_lru.app -libexec/couchdb2/lib/ets_lru-1.0.0/ebin/ets_lru.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric.app -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_db_create.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_db_delete.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_db_doc_count.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_db_info.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_db_meta.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_db_update_listener.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_design_doc_count.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_dict.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_doc_attachments.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_doc_atts.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_doc_missing_revs.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_doc_open.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_doc_open_revs.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_doc_purge.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_doc_update.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_group_info.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_rpc.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_util.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_view.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_view_all_docs.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_view_changes.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_view_map.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_view_reduce.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/include/fabric.hrl -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom.app -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_ets.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_ewma.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_meter_timer_server.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_counter.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_duration.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_gauge.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_histogram.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_histogram_ets.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_history.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_meter.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_meter_reader.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_spiral.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_exdec.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_none.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_slide.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_slide_server.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_slide_sorted.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_slide_sup.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_slide_uniform.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_uniform.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sup.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_utils.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_vm_metrics.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/include/folsom.hrl -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes.app -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_app.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_epi.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_httpd.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_httpd_handlers.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_listener.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_plugin.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_server.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_sup.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_util.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/hyper-1.0/ebin/hyper.app -libexec/couchdb2/lib/hyper-1.0/ebin/hyper.beam -libexec/couchdb2/lib/hyper-1.0/ebin/hyper_array.beam -libexec/couchdb2/lib/hyper-1.0/ebin/hyper_binary.beam -libexec/couchdb2/lib/hyper-1.0/ebin/hyper_binary_rle.beam -libexec/couchdb2/lib/hyper-1.0/ebin/hyper_carray.beam -libexec/couchdb2/lib/hyper-1.0/ebin/hyper_const.beam -libexec/couchdb2/lib/hyper-1.0/ebin/hyper_gb.beam -libexec/couchdb2/lib/hyper-1.0/ebin/hyper_register.beam -libexec/couchdb2/lib/hyper-1.0/priv/.keep -libexec/couchdb2/lib/hyper-1.0/priv/hyper_carray.so -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse.app -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse.beam -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse_app.beam -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse_http_client.beam -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse_lb.beam -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse_lib.beam -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse_socks5.beam -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse_sup.beam -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse_test.beam -libexec/couchdb2/lib/ibrowse-4.0.1/include/ibrowse.hrl -libexec/couchdb2/lib/ioq-1.0.1/ebin/ioq.app -libexec/couchdb2/lib/ioq-1.0.1/ebin/ioq.beam -libexec/couchdb2/lib/ioq-1.0.1/ebin/ioq_app.beam -libexec/couchdb2/lib/ioq-1.0.1/ebin/ioq_sup.beam -libexec/couchdb2/lib/jiffy-0.14.11/ebin/jiffy.app -libexec/couchdb2/lib/jiffy-0.14.11/ebin/jiffy.beam -libexec/couchdb2/lib/jiffy-0.14.11/ebin/jiffy_utf8.beam -libexec/couchdb2/lib/jiffy-0.14.11/priv/jiffy.so -libexec/couchdb2/lib/khash-1.0.1/ebin/khash.app -libexec/couchdb2/lib/khash-1.0.1/ebin/khash.beam -libexec/couchdb2/lib/khash-1.0.1/priv/khash.so -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango.app -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_app.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_crud.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_cursor.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_cursor_special.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_cursor_text.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_cursor_view.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_doc.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_epi.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_error.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_execution_stats.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_fields.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_httpd.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_httpd_handlers.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_idx.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_idx_special.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_idx_text.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_idx_view.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_json.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_json_bookmark.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_native_proc.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_opts.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_selector.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_selector_text.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_sort.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_sup.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_util.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3.app -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_app.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_cluster.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_epi.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_httpd.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_httpd_handlers.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_nodes.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_plugin_couch_db.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_rep.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_rpc.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_seeds.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_shards.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_sup.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_sync.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_sync_event.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_sync_event_listener.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_sync_nodes.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_sync_security.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_util.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/include/mem3.hrl -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochifmt.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochifmt_records.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochifmt_std.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiglobal.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochihex.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochijson.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochijson2.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochilists.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochilogfile2.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochinum.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochitemp.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiutf8.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb.app -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_acceptor.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_base64url.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_charref.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_clock.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_cookies.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_cover.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_echo.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_headers.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_html.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_http.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_io.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_mime.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_multipart.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_request.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_response.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_session.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_socket.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_socket_server.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_util.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_websocket.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/reloader.beam -libexec/couchdb2/lib/mochiweb-2.19.0/include/internal.hrl -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi.app -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_app.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_buffer.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_monitor.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_server.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_server_mon.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_server_sup.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_sup.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_utils.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/include/rexi.hrl -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/setup-1/ebin/setup.app -libexec/couchdb2/lib/setup-1/ebin/setup.beam -libexec/couchdb2/lib/setup-1/ebin/setup_app.beam -libexec/couchdb2/lib/setup-1/ebin/setup_epi.beam -libexec/couchdb2/lib/setup-1/ebin/setup_httpd.beam -libexec/couchdb2/lib/setup-1/ebin/setup_httpd_handlers.beam -libexec/couchdb2/lib/setup-1/ebin/setup_sup.beam -libexec/couchdb2/lib/snappy-1.0.5/ebin/snappy.app -libexec/couchdb2/lib/snappy-1.0.5/ebin/snappy.beam -libexec/couchdb2/lib/snappy-1.0.5/priv/snappy_nif.so +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/clouseau_rpc.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus.app +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_app.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_bookmark.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_config.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_epi.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_fabric.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_fabric_cleanup.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_fabric_group1.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_fabric_group2.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_fabric_info.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_fabric_search.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_httpd.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_httpd_handlers.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_index.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_index_manager.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_index_updater.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_plugin_couch_db.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_rpc.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_sup.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/ebin/dreyfus_util.beam +libexec/couchdb3/lib/dreyfus-%%VERSION%%/include/dreyfus.hrl +libexec/couchdb3/lib/dreyfus-%%VERSION%%/priv/stats_descriptions.cfg +libexec/couchdb3/lib/fabric-%%VERSION%%/ebin/fabric_db_partition_info.beam +libexec/couchdb3/lib/fabric-%%VERSION%%/ebin/fabric_ring.beam +libexec/couchdb3/lib/fabric-%%VERSION%%/ebin/fabric_streams.beam +libexec/couchdb3/lib/jwtf-%%VERSION%%/ebin/jwtf.app +libexec/couchdb3/lib/jwtf-%%VERSION%%/ebin/jwtf.beam +libexec/couchdb3/lib/jwtf-%%VERSION%%/ebin/jwtf_app.beam +libexec/couchdb3/lib/jwtf-%%VERSION%%/ebin/jwtf_keystore.beam +libexec/couchdb3/lib/jwtf-%%VERSION%%/ebin/jwtf_sup.beam +libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken.app +libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken.beam +libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_app.beam +libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_event_handler.beam +libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_server.beam +libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_sup.beam +libexec/couchdb3/lib/mem3-%%VERSION%%/ebin/mem3_hash.beam +libexec/couchdb3/lib/mem3-%%VERSION%%/ebin/mem3_reshard.beam +libexec/couchdb3/lib/mem3-%%VERSION%%/ebin/mem3_reshard_api.beam +libexec/couchdb3/lib/mem3-%%VERSION%%/ebin/mem3_reshard_dbdoc.beam +libexec/couchdb3/lib/mem3-%%VERSION%%/ebin/mem3_reshard_httpd.beam +libexec/couchdb3/lib/mem3-%%VERSION%%/ebin/mem3_reshard_index.beam +libexec/couchdb3/lib/mem3-%%VERSION%%/ebin/mem3_reshard_job.beam +libexec/couchdb3/lib/mem3-%%VERSION%%/ebin/mem3_reshard_job_sup.beam +libexec/couchdb3/lib/mem3-%%VERSION%%/ebin/mem3_reshard_store.beam +libexec/couchdb3/lib/mem3-%%VERSION%%/ebin/mem3_reshard_sup.beam +libexec/couchdb3/lib/mem3-%%VERSION%%/ebin/mem3_reshard_validate.beam +libexec/couchdb3/lib/smoosh-%%VERSION%%/ebin/smoosh.app +libexec/couchdb3/lib/smoosh-%%VERSION%%/ebin/smoosh.beam +libexec/couchdb3/lib/smoosh-%%VERSION%%/ebin/smoosh_app.beam +libexec/couchdb3/lib/smoosh-%%VERSION%%/ebin/smoosh_channel.beam +libexec/couchdb3/lib/smoosh-%%VERSION%%/ebin/smoosh_priority_queue.beam +libexec/couchdb3/lib/smoosh-%%VERSION%%/ebin/smoosh_server.beam +libexec/couchdb3/lib/smoosh-%%VERSION%%/ebin/smoosh_sup.beam +libexec/couchdb3/lib/smoosh-%%VERSION%%/ebin/smoosh_utils.beam +libexec/couchdb3/lib/couch_epi-%%VERSION%%/ebin/couch_epi.app +libexec/couchdb3/lib/couch_epi-%%VERSION%%/ebin/couch_epi.beam +libexec/couchdb3/lib/couch_epi-%%VERSION%%/ebin/couch_epi_app.beam +libexec/couchdb3/lib/couch_epi-%%VERSION%%/ebin/couch_epi_codechange_monitor.beam +libexec/couchdb3/lib/couch_epi-%%VERSION%%/ebin/couch_epi_codegen.beam +libexec/couchdb3/lib/couch_epi-%%VERSION%%/ebin/couch_epi_data.beam +libexec/couchdb3/lib/couch_epi-%%VERSION%%/ebin/couch_epi_data_gen.beam +libexec/couchdb3/lib/couch_epi-%%VERSION%%/ebin/couch_epi_functions.beam +libexec/couchdb3/lib/couch_epi-%%VERSION%%/ebin/couch_epi_functions_gen.beam +libexec/couchdb3/lib/couch_epi-%%VERSION%%/ebin/couch_epi_module_keeper.beam +libexec/couchdb3/lib/couch_epi-%%VERSION%%/ebin/couch_epi_plugin.beam +libexec/couchdb3/lib/couch_epi-%%VERSION%%/ebin/couch_epi_sup.beam +libexec/couchdb3/lib/couch_epi-%%VERSION%%/ebin/couch_epi_util.beam +libexec/couchdb3/lib/couch_event-%%VERSION%%/ebin/couch_event.app +libexec/couchdb3/lib/couch_event-%%VERSION%%/ebin/couch_event.beam +libexec/couchdb3/lib/couch_event-%%VERSION%%/ebin/couch_event_app.beam +libexec/couchdb3/lib/couch_event-%%VERSION%%/ebin/couch_event_listener.beam +libexec/couchdb3/lib/couch_event-%%VERSION%%/ebin/couch_event_listener_mfa.beam +libexec/couchdb3/lib/couch_event-%%VERSION%%/ebin/couch_event_os_listener.beam +libexec/couchdb3/lib/couch_event-%%VERSION%%/ebin/couch_event_server.beam +libexec/couchdb3/lib/couch_event-%%VERSION%%/ebin/couch_event_sup2.beam +libexec/couchdb3/lib/couch_index-%%VERSION%%/ebin/couch_index.app +libexec/couchdb3/lib/couch_index-%%VERSION%%/ebin/couch_index.beam +libexec/couchdb3/lib/couch_index-%%VERSION%%/ebin/couch_index_app.beam +libexec/couchdb3/lib/couch_index-%%VERSION%%/ebin/couch_index_compactor.beam +libexec/couchdb3/lib/couch_index-%%VERSION%%/ebin/couch_index_epi.beam +libexec/couchdb3/lib/couch_index-%%VERSION%%/ebin/couch_index_plugin.beam +libexec/couchdb3/lib/couch_index-%%VERSION%%/ebin/couch_index_plugin_couch_db.beam +libexec/couchdb3/lib/couch_index-%%VERSION%%/ebin/couch_index_server.beam +libexec/couchdb3/lib/couch_index-%%VERSION%%/ebin/couch_index_sup.beam +libexec/couchdb3/lib/couch_index-%%VERSION%%/ebin/couch_index_updater.beam +libexec/couchdb3/lib/couch_index-%%VERSION%%/ebin/couch_index_util.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log.app +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_app.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_config.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_config_dyn.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_error_logger_h.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_formatter.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_monitor.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_server.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_sup.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_trunc_io.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_trunc_io_fmt.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_util.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_writer.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_writer_file.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_writer_journald.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_writer_stderr.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/ebin/couch_log_writer_syslog.beam +libexec/couchdb3/lib/couch_log-%%VERSION%%/include/couch_log.hrl +libexec/couchdb3/lib/couch_log-%%VERSION%%/priv/stats_descriptions.cfg +libexec/couchdb3/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview.app +libexec/couchdb3/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview.beam +libexec/couchdb3/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_cleanup.beam +libexec/couchdb3/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_compactor.beam +libexec/couchdb3/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_http.beam +libexec/couchdb3/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_index.beam +libexec/couchdb3/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_show.beam +libexec/couchdb3/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_test_util.beam +libexec/couchdb3/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_update_notifier.beam +libexec/couchdb3/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_updater.beam +libexec/couchdb3/lib/couch_mrview-%%VERSION%%/ebin/couch_mrview_util.beam +libexec/couchdb3/lib/couch_mrview-%%VERSION%%/include/couch_mrview.hrl +libexec/couchdb3/lib/couch_mrview-%%VERSION%%/priv/stats_descriptions.cfg +libexec/couchdb3/lib/couch_peruser-%%VERSION%%/ebin/couch_peruser.app +libexec/couchdb3/lib/couch_peruser-%%VERSION%%/ebin/couch_peruser.beam +libexec/couchdb3/lib/couch_peruser-%%VERSION%%/ebin/couch_peruser_app.beam +libexec/couchdb3/lib/couch_peruser-%%VERSION%%/ebin/couch_peruser_sup.beam +libexec/couchdb3/lib/couch_plugins-%%VERSION%%/ebin/couch_plugins.app +libexec/couchdb3/lib/couch_plugins-%%VERSION%%/ebin/couch_plugins.beam +libexec/couchdb3/lib/couch_plugins-%%VERSION%%/ebin/couch_plugins_httpd.beam +libexec/couchdb3/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator.app +libexec/couchdb3/lib/couch_replicator-%%VERSION%%/ebin/couch_replicator.beam *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***