summaryrefslogtreecommitdiff
path: root/databases/mongo-tools
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2021-08-11mongo-tools: updated to 4.2.15adam2-7/+7
4.2.15: Unknown changes
2021-06-30mongo-tools: updated to 4.2.14adam2-7/+8
4.2.14: Unknown changes
2021-02-24mongo-tools: updated to 4.2.12adam3-14/+14
4.2.12: Unknown changes
2020-05-27*: reset MAINTAINER for fhajny on his requestwiz1-2/+2
2020-05-14Honor pkgsrc environment to not write to real HOMEjoerg1-2/+4
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-1/+2
2019-09-17mongo-tools: updated to 3.4.23adam8-66/+51
Match with mongodb3
2018-12-15*: update email for fhajnywiz1-2/+2
2018-09-22Use correct versioned Go dependency.bsiegert1-2/+2
2018-07-08Do not use "naked" go invocations.bsiegert1-3/+3
Use ${GO} instead.
2018-06-12Revbump all Go packages after lang/go update.bsiegert1-1/+2
2017-07-30Switch github HOMEPAGEs to https.wiz1-2/+2
2017-05-03Update databases/mongo-tools to 3.4.4fhajny6-26/+56
3.4.2 - PreProcessing is failling with "got invalid document size" - mongo-replay crashes during playback - nil pointer derereference when error occurs 3.4.1 - Stats collection has large playback performance impact - Add option to set capture buffer size to avoid packet loss - Playback file contains full reply payload - mongoreplay: out of bounds error in "shortenreply" during record - Add test for restoring a collection with a default collation - nil pointer dereference in mongoreplay when error on new playback file creation 3.2.10 - Don't create intents for system.profile.metadata.json files - tools do not respect readPreference=secondary when connecting to a mongos - Mongodump SSL and GSSAPI authentication - No numeric version in -version output - Backport to v3.2 - Issue only one ApplyOps cmd per oplog entry 3.2.9 - Make -version spit out a bit more information. 3.2.8 - Mongostat with discover can find the same node twice in a sharded cluster - mongostat -discover does not alias localhost to the target hostname - mongoimport returns exit code 0 even when error prevents records from being inserted - Wrong error message while using mongoimport - add a "-assertExists" option to mongoexport - Use v3.2.7 for qa tests - mongoimport types jstest fails on functions
2017-04-13Revbump all Go packages after the Go 1.8.1 update.bsiegert1-2/+2
2016-12-04Revbump Go packages after 1.7.4 update.bsiegert1-2/+2
2016-10-29Revbump packages depending on Go after the Go 1.7.3 update.bsiegert1-2/+2
2016-09-10Revbump all Go packages after the Go 1.7.1 update.bsiegert1-2/+2
2016-08-20Revbump packages using Go for Go 1.7 release.bsiegert1-1/+2
2016-03-13Update databases/mongo-tools to 3.2.4.fhajny2-8/+7
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"
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2016-02-23Revbump packages that build-depend on Go after 1.6 update.bsiegert1-2/+2
They all build, I checked :)
2016-01-18Revbump all Go packages after the go-1.5.3 security update (hint: staticfhajny1-1/+2
linking).
2015-11-04Remove duplicate SHA512 digests that crept in.agc1-2/+1
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-21Import mongo-tools 3.0.7 as databases/mongo-tools.fhajny8-0/+127
MongoDB command line tools, no longer included with the official MongoDB distribution tarball (since 3.0).