mongo-tools 3.4.14-2 source package in Ubuntu

Changelog

mongo-tools (3.4.14-2) unstable; urgency=medium

  * OpenSSL 1.1 support (Closes: #859222)
    - Backport and adjust spacemonkeygo's OpenSSL 1.1 support on top of
      MongoDB's forked code.
    - B-D on libssl-dev

 -- Apollon Oikonomopoulos <email address hidden>  Thu, 29 Mar 2018 12:52:25 +0300

Upload details

Uploaded by:
Debian MongoDB Maintainers
Uploaded to:
Sid
Original maintainer:
Debian MongoDB Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mongo-tools_3.4.14-2.dsc 2.4 KiB c3a7c329073eaaecaf5a3a3c4692e2c7493a1a902515b215ecba136b1eca66f6
mongo-tools_3.4.14.orig.tar.gz 3.4 MiB 8e626517819d2cc7dc5ba489fbe2639df3765b30ec29c3b8eeec4ae1c745babd
mongo-tools_3.4.14-2.debian.tar.xz 20.4 KiB 8f1fd4d44812b3a6e4f479eab3d802c208d88a47b85fc302cf121c0977495fc3

Available diffs

No changes file available.

Binary packages built by this source

mongo-tools: collection of tools for administering MongoDB servers

 mongodb-tools is a collection of tools for administering MongoDB instances.
 The package includes the following tools:
 .
  * bsondump: display BSON files in a human-readable format
  * mongoimport: convert data from JSON, TSV or CSV and insert them into a
    collection
  * mongoexport: write an existing collection to CSV or JSON format
  * mongodump/mongorestore: dump MongoDB backups to disk in .BSON format, or
    restore them to a live database
  * mongostat: monitor live MongoDB servers, replica sets, or sharded clusters
  * mongofiles: read, write, delete, or update files in GridFS
  * mongooplog: replay oplog entries between MongoDB servers
  * mongotop: monitor read/write activity on a mongo server

mongo-tools-dbgsym: debug symbols for mongo-tools