Date: Tue, 14 Nov 2017 19:01:01 +0000 (UTC) From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454191 - head/databases/couchdb Message-ID: <201711141901.vAEJ11b8098605@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dch Date: Tue Nov 14 19:01:01 2017 New Revision: 454191 URL: https://svnweb.freebsd.org/changeset/ports/454191 Log: databases/couchdb: update to 1.7.1 incl critical security fixes - 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 Modified: head/databases/couchdb/Makefile head/databases/couchdb/distinfo Modified: head/databases/couchdb/Makefile ============================================================================== --- head/databases/couchdb/Makefile Tue Nov 14 18:44:05 2017 (r454190) +++ head/databases/couchdb/Makefile Tue Nov 14 19:01:01 2017 (r454191) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= couchdb -DISTVERSION= 1.7.0 -PORTREVISION= 1 +DISTVERSION= 1.7.1 PORTEPOCH= 2 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} Modified: head/databases/couchdb/distinfo ============================================================================== --- head/databases/couchdb/distinfo Tue Nov 14 18:44:05 2017 (r454190) +++ head/databases/couchdb/distinfo Tue Nov 14 19:01:01 2017 (r454191) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509799562 -SHA256 (apache-couchdb-1.7.0.tar.gz) = 9b492e7e5389477107100ef83c41cc32185e2fe9cc88c19c550ed4b2192890dd -SIZE (apache-couchdb-1.7.0.tar.gz) = 9963874 +TIMESTAMP = 1510617171 +SHA256 (apache-couchdb-1.7.1.tar.gz) = 91200aa6fbc6fa5e2f3d78ef40e39d8c1ec7c83ea1c2cd730d270658735b2cad +SIZE (apache-couchdb-1.7.1.tar.gz) = 9963069
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711141901.vAEJ11b8098605>