diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-03-13 21:05:34 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-03-13 21:05:34 +0000 |
commit | 63b43d149ce53e9e3c4dff5e5ec237e7c4c59805 (patch) | |
tree | b5c680e662e8ce34421ad261581bf953d1a6ccdb /databases/mongo-tools | |
parent | e18843e85bc3d9ab71989a3160e4e579555b36b8 (diff) | |
download | pkgsrc-63b43d149ce53e9e3c4dff5e5ec237e7c4c59805.tar.gz |
Update databases/mongo-tools to 3.2.4.
3.2.4
- mongorestore --noIndexRestore inhibits empty collection creation
3.2.3
- mongoexport chokes on data with quotes
3.2.1
- Add bypassDocumentValidation option to mongorestore and mongoimport
- Missing "from" text in mongorestore status message
3.2.0
- Add bypassDocumentValidation option to mongorestore and mongoimport
- Missing "from" text in mongorestore status message
3.0.8
- bsondump does not keep attribut order
- mongodump issue with temporary map/reduce collections
- Error restoring database "insertion error: EOF"
Diffstat (limited to 'databases/mongo-tools')
-rw-r--r-- | databases/mongo-tools/Makefile | 5 | ||||
-rw-r--r-- | databases/mongo-tools/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/mongo-tools/Makefile b/databases/mongo-tools/Makefile index e3790d09f99..3a0b83a5457 100644 --- a/databases/mongo-tools/Makefile +++ b/databases/mongo-tools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:11 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/03/13 21:05:34 fhajny Exp $ -DISTNAME= mongo-tools-3.0.7 -PKGREVISION= 3 +DISTNAME= mongo-tools-3.2.4 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/} diff --git a/databases/mongo-tools/distinfo b/databases/mongo-tools/distinfo index 94965f7f510..252cc102ad2 100644 --- a/databases/mongo-tools/distinfo +++ b/databases/mongo-tools/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 17:41:15 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/03/13 21:05:34 fhajny Exp $ -SHA1 (mongo-tools-3.0.7.tar.gz) = 26d1838286826d0e6022f8f51e2be541887d91ac -RMD160 (mongo-tools-3.0.7.tar.gz) = b7ca05ae1f66bf8d1152eada1c673f99f5f5cdc3 -SHA512 (mongo-tools-3.0.7.tar.gz) = ff410f25a42e76f55716e6e478564aaeefd3999cf0e9db718969877709974d099c479690e81d6f639c27b0a4d9b59d193c43f1c31dc027b594f1fef33129cb5a -Size (mongo-tools-3.0.7.tar.gz) = 2183495 bytes +SHA1 (mongo-tools-3.2.4.tar.gz) = 75b9646509ac8a2a045d5a9f42735e333f5ecf70 +RMD160 (mongo-tools-3.2.4.tar.gz) = 26bdb86c83723937879beb3822a8b42191f274ee +SHA512 (mongo-tools-3.2.4.tar.gz) = d34ad87bb2a53c9df0124c26a4c200236aa889c7a5bd09a3b535acd4b18c5757018e78813fa04b48b359004eb9097853b49fd359617e71f66e41ef71da01c222 +Size (mongo-tools-3.2.4.tar.gz) = 2229852 bytes SHA1 (patch-vendor_src_github.com_howeyc_gopass_bsd.go) = 13efab29de38877ef9948439edc23d57ca41e48d SHA1 (patch-vendor_src_github.com_spacemonkeygo_openssl_build.go) = fa1dd7b8e6d4811298e52d11fa5c198db0cb0f50 SHA1 (patch-vendor_src_gopkg.in_mgo.v2_internal_sasl_sasl.go) = b860646c4125001d2c025005bc2d63cf12d10a68 |