Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id EFE9263EBCD for ; Wed, 24 Apr 2013 12:22:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C554714A1E9; Wed, 24 Apr 2013 12:22:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 722EC14A1F4 for ; Wed, 24 Apr 2013 12:22:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id R3UYudvIvsoK for ; Wed, 24 Apr 2013 12:22:38 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B81F914A1E9 for ; Wed, 24 Apr 2013 12:22:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 98D26175DD; Wed, 24 Apr 2013 12:22:38 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 24 Apr 2013 12:22:38 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/databases/couchdb To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20130424122238.98D26175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jperkin Date: Wed Apr 24 12:22:38 UTC 2013 Modified Files: pkgsrc/databases/couchdb: Makefile PLIST distinfo pkgsrc/databases/couchdb/patches: patch-aa patch-ab Log Message: Update databases/couchdb to 1.3.0. Changes since 1.2.1: Version 1.3.0 ------------- HTTP Interface: * No longer rewrites the X-CouchDB-Requested-Path during recursive calls to the rewriter. * Limit recursion depth in the URL rewriter. Defaults to a maximum of 100 invocations but is configurable. * Fix _session for IE7. * Added Server-Sent Events protocol to db changes API. See http://www.w3.org/TR/eventsource/ for details. * Make password hashing synchronous when using the /_config/admins API. * Include user name in show/list ETags. * Experimental support for Cross-Origin Resource Sharing (CORS). See http://www.w3.org/TR/cors/ for details. Replicator: * The replicator will use a new server-wide UUID in checkpoint IDs to improve the chances of an efficient resume. Storage System: * Fixed unnecessary conflict when deleting and creating a document in the same batch. View Server: * Additional response headers may be varied prior to send(). * GetRow() is now side-effect free. Futon: * Disabled the link to the Futon test suite. These tests were causing problems when run from a browser, and are now available via the CLI instead. * Added view request duration to Futon. * Disable buttons for actions that the user doesn't have permissions to. Security: * Passwords are now hashed using the PBKDF2 algorithm with a configurable work factor. Test Suite: * Moved the JS test suite to the CLI. * Improved tracebacks printed by the JS CLI tests. * Improved the reliability of a number of tests. UUID Algorithms: * Added the utc_id algorithm. URL Rewriter & Vhosts: * Database name is encoded during rewriting (allowing embedded /'s, etc). * Reset rewrite counter on new request, avoiding unnecessary request failures due to bogus rewrite limit reports. Build System: * C/C++ compiler detection has been improved. * Autoconf v2.63 is now required if building from Git checkout directly. See DEVELOPERS file for more details. * Fixed issue in couchdb script where stopped status returns before process exits. Version 1.2.2 ------------- HTTP Interface: * Reset rewrite counter on new request, avoiding unnecessary request failures due to bogus rewrite limit reports. Build System: * Fixed issue in couchdb script where stopped status returns before process exits. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/couchdb/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/couchdb/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/couchdb/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/couchdb/patches/patch-aa cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/couchdb/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.