Update to 2.0.6.
Changes: 2.0.3 - SERVER-4547: Disable full restore of sharded cluster - SERVER-3817:Increment opcounters for bulk insert - SERVER-4699: mongos can segfault after primary failover 2.0.4 - SERVER-5142: double check after lock that ShardChunkManager in trySetVersion needs to be rebuilt - SERVER-5135: Journal compression ratio reporting is incorrect - SERVER-5177: fetching of docs in initial sync can assert 2.0.5 - SERVER-5754: Initial sync assertion error with 2.0.5-rc0 - SERVER-5110: ReplicaSetMonitor::check not thread safe wrt _master - SERVER-5569: objid6.js failing on dur_passthrough 2.0.6 - SERVER-4758: OplogReader has no socket timeout - SERVER-4750: Secondary syncs to another secondary that has slaveDelay > 0 - SERVER-5353: _id query on capped collection warning can be printed incorrectly
This commit is contained in:
parent
4d017620ef
commit
5bed7e2d56
3 changed files with 10 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.8 2012/02/24 12:40:55 bartoszkuzma Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2012/06/11 08:21:47 bartoszkuzma Exp $
|
||||
|
||||
DISTNAME= mongodb-src-r2.0.2
|
||||
DISTNAME= mongodb-src-r2.0.6
|
||||
PKGNAME= ${DISTNAME:S/src-r//}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://downloads.mongodb.org/src
|
||||
MASTER_SITES= http://downloads.mongodb.org/src/
|
||||
|
||||
MAINTAINER= bartosz.kuzma@gmail.com
|
||||
HOMEPAGE= http://mongodb.org/
|
||||
|
@ -76,6 +76,7 @@ post-install:
|
|||
.include "../../devel/boost-libs/buildlink3.mk"
|
||||
.include "../../devel/boost-python/buildlink3.mk"
|
||||
.include "../../devel/pcre/buildlink3.mk"
|
||||
.include "../../devel/snappy/buildlink3.mk"
|
||||
.include "../../lang/spidermonkey/buildlink3.mk"
|
||||
.include "../../net/libpcap/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2012/02/24 12:40:55 bartoszkuzma Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2012/06/11 08:21:47 bartoszkuzma Exp $
|
||||
bin/bsondump
|
||||
bin/mongo
|
||||
bin/mongod
|
||||
|
@ -210,6 +210,7 @@ include/mongo/util/processinfo.h
|
|||
include/mongo/util/ramlog.h
|
||||
include/mongo/util/signal_handlers.h
|
||||
include/mongo/util/queue.h
|
||||
include/mongo/util/scopeguard.h
|
||||
include/mongo/util/stringutils.h
|
||||
include/mongo/util/time_support.h
|
||||
include/mongo/util/timer.h
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.5 2012/02/28 19:57:46 bartoszkuzma Exp $
|
||||
$NetBSD: distinfo,v 1.6 2012/06/11 08:21:47 bartoszkuzma Exp $
|
||||
|
||||
SHA1 (mongodb-src-r2.0.2.tar.gz) = f1d260a6845f761a1abfa27053bf7c1efdae353f
|
||||
RMD160 (mongodb-src-r2.0.2.tar.gz) = 29a7052638236bffec5dff1d53bd5b870b8df3ef
|
||||
Size (mongodb-src-r2.0.2.tar.gz) = 2956087 bytes
|
||||
SHA1 (mongodb-src-r2.0.6.tar.gz) = bad1da30f8aeaa5d1ca7994e8f9def07725da7e5
|
||||
RMD160 (mongodb-src-r2.0.6.tar.gz) = b9224e56096c4b1755a4e407060de449f5022d77
|
||||
Size (mongodb-src-r2.0.6.tar.gz) = 2973489 bytes
|
||||
SHA1 (patch-SConstruct) = 726fe4ac15790929c3646b45d04b2dbbf5bad49c
|
||||
SHA1 (patch-db__nonce.cpp) = ca5f6a10d8364d41f08720dcc1c4704e9930f7a1
|
||||
SHA1 (patch-shell__dbshell.cpp) = 81f6e3291caa9afdaf487589576b8ad21f67873c
|
||||
|
|
Loading…
Reference in a new issue