mongodb 1:3.4.14-3ubuntu1 source package in Ubuntu
Changelog
mongodb (1:3.4.14-3ubuntu1) bionic; urgency=low * Merge from Debian unstable. Remaining changes: - Rework Breaks+Replaces for the bionic version, this can be dropped once bionic is out. mongodb (1:3.4.14-3) unstable; urgency=medium * d/control: correct mongodb-server-core Breaks/Replaces (Closes: #893893) mongodb (1:3.4.14-2) unstable; urgency=medium * Fix altivec-related FTBFS on ppc64el mongodb (1:3.4.14-1) unstable; urgency=medium * New upstream stable release (Closes: #882643) * Drop/Refresh patches + Drop patches for architectures no longer built - 0001-Create-kfreebsd-like-linux-in-most-respects.patch - 0002-kfreebsd-has-dev-urandom.patch - 0012-support-gnu.patch - use-mmapv1-on-i386 + Drop obsolete/merged patches - fix-boost-1.62-build.patch - fix-gcc-6-ftbfs.patch - use-std::regex.patch - fix-build-with-openssl-1.1.patch - fix-mozjs-38-segfaults.patch - arm64-48bit-va-compat.patch - scons-3.0-compat.patch + Refresh fix-ftbfs-with-gcc-7.patch * Ship the mongod and mongos binaries in mongodb-server-core. This allows the use of special-purpose Mongo instances without the need for a system-wide setup (Closes: #893621). Thanks to Robie Basak! * Upload to unstable, merging all experimental development history * Switch Vcs-* URLs to salsa.d.o * Bump Standards-Version to 4.1.3; no changes needed * Bump dh compat to 11 + Use dh_missing instead of dh_install --list-missing + Use dh_installsystemd instead of dh_systemd_enable * d/rules: do not pass --parallel to dh, this is now done by default * d/watch: switch URL to https:// * d/mongodb.conf: rename oplog to diaglog (Closes: #892955) -- Gianfranco Costamagna <email address hidden> Tue, 10 Apr 2018 14:10:51 CEST
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Bionic
- Original maintainer:
- Debian MongoDB Maintainers
- Architectures:
- amd64 arm64 ppc64el s390x all
- Section:
- database
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
mongodb_3.4.14.orig.tar.gz | 39.4 MiB | 5ceacc3b1f5bfe2272fc2965459e217f15dbb8d0b18edfd5b142928f8dc9bb50 |
mongodb_3.4.14.orig.tar.gz.asc | 1.2 KiB | b4843508f9818553bb163580b3336c8dfe9c0d33933026fbc270b2e2ed5f7ca7 |
mongodb_3.4.14-3ubuntu1.debian.tar.xz | 43.5 KiB | 991be9eee21286003ce6b3f80907900d366407ceeba9efe3ea502361383d92cf |
mongodb_3.4.14-3ubuntu1.dsc | 2.9 KiB | 3cd8b6f328b423ab5a5e7e9f4252c5471ac918b4a896ebdf0cb8dfaba6d7effd |
Available diffs
Binary packages built by this source
- mongodb: object/document-oriented database (metapackage)
MongoDB is a high-performance, open source, schema-free
document-oriented data store that's easy to deploy, manage
and use. It's network accessible, written in C++ and offers
the following features:
.
* Collection oriented storage - easy storage of object-style data
* Full index support, including on inner objects
* Query profiling
* Replication and fail-over support
* Efficient storage of binary data including large objects (e.g. videos)
* Auto-sharding for cloud-level scalability
.
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
.
This is a convenience metapackage that depends on all the mongodb parts:
the server, the clients and the development files (headers and library).
- mongodb-clients: object/document-oriented database (client apps)
MongoDB is a high-performance, open source, schema-free
document-oriented data store that's easy to deploy, manage
and use. It's network accessible, written in C++ and offers
the following features:
.
* Collection oriented storage - easy storage of object-style data
* Full index support, including on inner objects
* Query profiling
* Replication and fail-over support
* Efficient storage of binary data including large objects (e.g. videos)
* Auto-sharding for cloud-level scalability
.
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
.
This package contains the standard administrative shell (mongo) and other
utilities for administration or analysis of performance of the server.
- mongodb-clients-dbgsym: debug symbols for mongodb-clients
- mongodb-server: object/document-oriented database (managed server package)
MongoDB is a high-performance, open source, schema-free
document-oriented data store that's easy to deploy, manage
and use. It's network accessible, written in C++ and offers
the following features:
.
* Collection oriented storage - easy storage of object-style data
* Full index support, including on inner objects
* Query profiling
* Replication and fail-over support
* Efficient storage of binary data including large objects (e.g. videos)
* Auto-sharding for cloud-level scalability
.
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
.
This package installs MongoDB as a system service.
- mongodb-server-core: object/document-oriented database (server binaries package)
MongoDB is a high-performance, open source, schema-free
document-oriented data store that's easy to deploy, manage
and use. It's network accessible, written in C++ and offers
the following features:
.
* Collection oriented storage - easy storage of object-style data
* Full index support, including on inner objects
* Query profiling
* Replication and fail-over support
* Efficient storage of binary data including large objects (e.g. videos)
* Auto-sharding for cloud-level scalability
.
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
.
This package contains the database server (mongod) and sharding
server/load-balancer (mongos) binaries.
- mongodb-server-core-dbgsym: debug symbols for mongodb-server-core