X-Original-To: alpine-aports@lists.alpinelinux.org Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [212.27.42.4]) by lists.alpinelinux.org (Postfix) with ESMTP id 9A0375C433B for ; Wed, 5 Oct 2016 09:50:34 +0000 (GMT) Received: from localhost.localdomain (unknown [82.236.42.167]) (Authenticated sender: mvertes) by smtp4-g21.free.fr (Postfix) with ESMTPSA id B713B19F5A1; Wed, 5 Oct 2016 11:50:30 +0200 (CEST) From: Marc Vertes To: alpine-aports@lists.alpinelinux.org Cc: Marc Vertes Subject: [alpine-aports] [PATCH] testing/mongodb: update to 3.2.10 Date: Wed, 5 Oct 2016 09:50:03 +0000 Message-Id: <20161005095003.16464-1-mvertes@free.fr> X-Mailer: git-send-email 2.10.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Support for YAML, SASL and SSL is now enabled. Note this version requires wiredtiger-2.8.1. Also the problem listed in #6187 does not occur anymore with this version. --- testing/mongodb/APKBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/testing/mongodb/APKBUILD b/testing/mongodb/APKBUILD index c5504ac..c4de4df 100644 --- a/testing/mongodb/APKBUILD +++ b/testing/mongodb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Filipp Andronov # Contributor: Marc Vertes pkgname=mongodb -pkgver=3.2.7 +pkgver=3.2.10 pkgrel=0 pkgdesc='A high-performance, open source, schema-free document-oriented database' url='http://www.mongodb.org' @@ -9,7 +9,7 @@ arch='x86_64' license='AGPL3' pkgusers="mongodb" depends= -depends_dev="scons openssl-dev pcre-dev snappy-dev boost-dev asio-dev libpcap-dev wiredtiger-dev" +depends_dev="scons openssl-dev pcre-dev snappy-dev boost-dev asio-dev libpcap-dev wiredtiger-dev cyrus-sasl-dev yaml-cpp-dev" makedepends="$depends_dev" install="$pkgname.pre-install" source="http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz @@ -51,6 +51,9 @@ _buildopts=" --use-system-wiredtiger \ --use-system-snappy \ --use-system-zlib \ + --use-system-yaml \ + --use-sasl-client \ + --ssl \ " prepare() { -- 2.10.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---