Publishing details

Changelog

mongodb (1:2.6.10-0ubuntu1~ubuntu20.04.1~ppa1) focal; urgency=medium

  * No-change backport to focal

mongodb (1:2.6.10-0ubuntu1) wily; urgency=medium

  * New upstream release
  * Fix FTBFS: (LP: #1483400)
    - Add 00git_boost_1.56.patch: Fix "std::swap" failure with current boost.
    - Add disable-warnings.patch: Don't fail to build on "unused-variable" and
      "maybe-uninitialized" warnings (new from g++ 5).

mongodb (1:2.6.3-0ubuntu8) wily; urgency=medium

  * No-change rebuild against libpcrecpp0v5

mongodb (1:2.6.3-0ubuntu7) vivid; urgency=medium

  * debian/rules: Call dh_systemd_enable for mongodb-server.mongodb.service.

mongodb (1:2.6.3-0ubuntu6) vivid; urgency=medium

  * debian/rules: Fix typo to actually enable dh-systemd.

mongodb (1:2.6.3-0ubuntu5) utopic; urgency=medium

  * d/p/fix-signed-checks.patch: Fixup comparisons between signed and
    unsigned int, cause of FTBFS on previous upload.

mongodb (1:2.6.3-0ubuntu4) utopic; urgency=medium

  * d/control: Drop dependency between mongodb->mongodb-dev which was
    dropped in 1:2.6.3-0ubuntu1.

mongodb (1:2.6.3-0ubuntu3) utopic; urgency=medium

  * d/test/mongo-client: Use a core basic test to resolve autopkgtest
    failure.

mongodb (1:2.6.3-0ubuntu2) utopic; urgency=medium

  * d/test/mongo-client: Update test case for new location of basic
    scripting test.
  * d/p/0001-Add-option-to-disable-javascript.patch: Add matchertests.cpp to
    exclusions list if scripting is disabled, fixing FTBFS on arm64.

mongodb (1:2.6.3-0ubuntu1) utopic; urgency=medium

  * New upstream stable release:
    - Dropped patches, included upstream:
      + 0003-All-platforms-but-Windows-find-hash-in-std-tr1.patch
      + 0008-Use-system-libstemmer.patch
      + 0011-Use-a-signed-char-to-store-BSONType-enumerations.patch
      + 0001-SERVER-12064-Atomic-operations-for-gcc-non-Intel-arc.patch
      + 0002-SERVER-12065-Support-ARM-and-AArch64-builds.patch
    - d/p/*: Refreshed/rebased remaining patches.
    - Use system provided libyaml-cpp:
      + d/control: Add libyaml-cpp-dev to BD's.
      + d/rules: Enable --with-system-yaml option.
      + d/p/fix-yaml-detection.patch: Fix detection of libyaml-cpp library.
    - d/mongodb-server.mongodb.upstart: Sync changes from upstream.
    - d/control,mongodb-dev.*: Drop mongodb-dev package; it has no reverse
      dependencies and upstream no longer install header files.
    - d/NEWS: Point users to upstream upgrade documentation for upgrades
      from 2.4 to 2.6.
  * Merge from Debian unstable.
  * d/control: BD on libv8-3.14-dev to ensure that transitioning to new v8
    versions is a explicit action due to changes in behaviour in >= 3.25
    (LP: #1295723).
  * d/mongodb-server.prerm: Dropped debug echo call from maintainer script
    (LP: #1294455).

mongodb (1:2.4.10-2) unstable; urgency=low

  * Enable systemd service (closes: #745674).
  * Support NUMA configurations (closes: #714955).

  [ Thomas Goirand <email address hidden> ]
  * Build with -Wno-unused-function, fixing FTBFS with gcc-4.9
    (closes: #746887).

  [ Svante Signell <email address hidden> ]
  * Add support for GNU/Hurd (closes: #747586).

mongodb (1:2.4.10-1ubuntu1) utopic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Add support for arm64:
      + d/control: Add arm64 to list of target architectures.
      + d/p/0001-Add-option-to-disable-javascript.patch,
        d/p/0001-SERVER-12064-Atomic-operations-for-gcc-non-Intel-arc.patch,
        d/p/0002-SERVER-12065-Support-ARM-and-AArch64-builds.patch:
        Patches to support arm64.
      + d/p/0005-ARM-support-for-ASM-operations-in-MongoDB.patch: Dropped in
        preference to above patches.
      + d/rules: Disable scripting on arm64.
    - d/p/0004-Support-ppc64el-builds.patch: Rebase on arm64 patches.
  * d/mongodb-server.postinst: Call adduser with explicit --home.

mongodb (1:2.4.10-1) unstable; urgency=low

  * New upstream release.
  * Sync with Ubuntu.

  [ James Page <email address hidden> ]
  * Enable ppc64el build (LP: #1288633):
    - d/control: Add ppc64el to target architectures.
    - d/control: Use google-perftools on ppc64el.
    - d/p/0004-Support-ppc64el-builds.patch: Detect ppc64 as 64 bit platform.
  * d/mongodb-server.mongodb.upstart: Bump nofile limit to 64000 (LP: #1283007).
  * d/control: Use google-perftools on armhf.

  [ Adam Conrad <email address hidden> ]
  * d/p/0099-Pagesize-hacks.patch: Apply some hacks for non-4k pages.

mongodb (1:2.4.9-1ubuntu3) utopic; urgency=high

  * No change rebuild against boost1.55.

mongodb (1:2.4.9-1ubuntu2) trusty; urgency=medium

  * d/p/0099-Pagesize-hacks.patch: Apply some hacks for non-4k pages.

mongodb (1:2.4.9-1ubuntu1) trusty; urgency=medium

  * Enable ppc64el build (LP: #1288633):
    - d/control: Add ppc64el to target architectures.
    - d/control: Use google-perftools on ppc64el.
    - d/p/0004-Support-ppc64el-builds.patch: Detect ppc64 as 64 bit platform.
  * Enable javascript-less arm64 build (LP: #1288634):
    - d/control: Add arm64 to target architectures, ignore libv8-dev for arm64.
    - d/p/0002-SERVER-12065-Support-ARM-and-AArch64-builds.patch: Add support
      for arm64.
    - d/p/0001-Add-option-to-disable-javascript.patch: Add option to disable
      javascript engine.
    - d/rules: Disable scripting and drop mongo binary for arm64.
  * General non-x86 enablement:
    - d/p/0005-ARM-support-for-ASM-operations-in-MongoDB.patch: dropped in
      preference to upstream accepted patch from Robie Basak:
    - d/p/0001-SERVER-12064-Atomic-operations-for-gcc-non-Intel-arc.patch: Use
      gcc provided atomic operations for non-Intel archs.
  * d/mongodb-server.mongodb.upstart: Bump nofile limit to 64000 (LP: #1283007).
  * d/control: Use google-perftools on armhf.

mongodb (1:2.4.9-1) unstable; urgency=medium

  * New upstream release.

mongodb (1:2.4.8-2) unstable; urgency=low

  * Sync with Ubuntu (closes: #730203).

  [ James Page <email address hidden> ]
  * d/control: Enable armhf across all binary packages.
  * d/control,tests: Add DEP-8 tests.
  * d/p/0011-Use-a-signed-char-to-store-BSONType-enumerations.patch: Fixup
    build failure on ARM due to missing signed'ness of char cast.

  [ Rogério Brito <email address hidden> ]
  * debian/control: Add more details to the long descriptions.

mongodb (1:2.4.8-1) unstable; urgency=low

  * New upstream release.
  * Add armhf architecture to the supported build systems.
  * Build with SSL enabled.
  * Update Standards-Version to 3.9.5 .

  [ Viktar Vauchkevich <email address hidden> ]
  * Add systemd support (closes: #717321).

  [ James Page <email address hidden> ]
  * d/copyright: Add details of MongoDB AGPL+OpenSSL license exception
    to support continued use of MongoDB with SSL support enabled
    (LP: #1175028).
  * d/mongodb.conf: Add example SSL configuration options.
  * d/mongodb-server.mongodb.upstart: Add upstart configuration.

mongodb (1:2.4.6-1) unstable; urgency=low

  * New upstream release.
  * Change package priority to optional.
  * Update Standards-Version to 3.9.4 .
  * Fix typedefs FTBFS with 0009-ignore-unused-local-typedefs.patch
    (closes: #701324), thanks to James Page <email address hidden>
  * Fix integer comparision FTBFS with 0010-fix-integer-signs.patch
    (closes: #724100).
  * Rework packaging with short debhelper format instead of cdbs.
  * Compile with system V8 library.
  * Move packaging to Debian servers.
  * New maintainer (closes: #725854).

mongodb (1:2.4.5-1) unstable; urgency=critical

  * new upstream release
    https://jira.mongodb.org/browse/SERVER/fixforversion/12519
  * CVE-2013-4650 - fix allows remote authenticated users to obtain
    internal system privileges (Closes: #715007).
  * CVE-2013-2132 and CVE-2013-4142 - Remotely triggered segmentation
    fault in Javascript engine (Closes: #717173).
  * Force use of TIME_UTC_ boost macro (Closes: #710639).
  * Use gcc and g++ 4.7 to avoid #701324 which is still pending.
  * Remove build directory (Closes: #715015).
  * Currently uses embedded V8 as the one in Debian is too old.

mongodb (1:2.4.3-1) unstable; urgency=low

  [ Jeff Epler ]
  * [2a15682] kfreebsd does not have tcmalloc
  * [b66002a] enable building packages on kfreebsd

  [ Rogério Brito ]
  * [44bbe5b] debian/control: Make mongodb arch all, instead of
    arch-specific.
  * [50e5786] debian/patches: Add preparation for kFreeBSD.
  * [164ec3b] debian/patches: Regenerate the patches from patch queue.
    Thanks to Pino Toscano and Jeff Epler (Closes: #703061)
  * [b960dca] debian/control: Remove libpcre3 from build-depends.
  * [8e53a7e] debian/copyright: Wrap long lines.
  * [f33d197] debian/control: Make the mongodb metapackage arch-dependent.
  * [1771ce7] debian/control: Set priority of packages to extra.
  * [198f7bb] debian/control: Mark libgoogle-perftools-dev as
    linux-amd64 linux-i386.
  * [02826cb] debian/patches: Take some patches for ARM from Ubuntu.
  * [bfa912d] debian/patches: Remove patch that substituted install with
    installs.

  [ Antonin Kral ]
  * [a618d03] new upstream release
    https://jira.mongodb.org/browse/SERVER/fixforversion/12426

mongodb (1:2.4.2-1) unstable; urgency=low

  * new upstream release
    https://jira.mongodb.org/browse/SERVER/fixforversion/12405

mongodb (1:2.4.1-3) unstable; urgency=low

  [ Rogério Brito ]
  * [ab6f6c3] debian/control: Retouch the package descriptions.
  * [d44e3d4] d/{control,copyright}: Normalize fields with wrap-and-sort.
  * [8287fd7] d/control: Add more build-deps to avoid use of embedded
              libraries.
  * [17fcb2c] d/control: Add more build-deps for compliant packages.
  * [e239a9f] debian/rules: Use as many system libraries as possible.
  * [3326d9e] Add a small note to README.Debian to document differences
              from upstream.
  * [df784a3] debian/README.source: Be more descriptive on the workflow.
  * [d85c075] debian/patches: Add patch to use the system libstemmer library.
  * [3f4c7e7] gitignore: Ignore quilt's state directory.
  * [12d4a68] Add README.Debian file to mongodb-server. (Closes: #705054)
  * [99320d3] debian/control: Augment descriptions of packages.
  * [5d10dbf] Add bsondump to the clients package. (Closes: #679018)
  * [434c5da] Add newer/more clients to the mongodb-clients package.
  * [68bd0b9] Remove unused lintian overrides. (Closes: #705060)

  [ Antonin Kral ]
  * [04a8783] SERVER-5307 New man pages generated from docs by samk@10gen
  * [2237007] lintian override for grotty bug

mongodb (1:2.4.1-2) unstable; urgency=low

  * set version of mongodb-server in mongodb metapackage
    (Closes:#703580)
  * [d041ec8] fixes parsing of parallel option, (Closes:#702797)
  * [348ff81] update watch file, thanks Bart, (Closes:#688781)

mongodb (1:2.4.1-1) unstable; urgency=low

  * New upstream release 2.4.1
    https://jira.mongodb.org/browse/SERVER/fixforversion/12402

mongodb (1:2.2.2-1) unstable; urgency=low

  * New upstream release 2.2.2
    https://jira.mongodb.org/browse/SERVER/fixforversion/11886

mongodb (1:2.2.0-1) unstable; urgency=low

  * New upstream release 2.2.0
    http://jira.mongodb.org/browse/SERVER/fixforversion/11496
    http://blog.mongodb.org/post/30451575525/mongodb-2-2-released

mongodb (1:2.0.7-1) unstable; urgency=low

  * New upstream release 2.0.7
    https://jira.mongodb.org/browse/SERVER/fixforversion/11201

mongodb (1:2.0.6-1) unstable; urgency=low

  * New upstream release 2.0.6
    https://jira.mongodb.org/browse/SERVER/fixforversion/11165

mongodb (1:2.0.5-2) unstable; urgency=low

  * Removed mongodb-server as dependency of mongodb-dev (Closes:#672634)

mongodb (1:2.0.5-1) unstable; urgency=low

  * New upstream release 2.0.5
    https://jira.mongodb.org/browse/SERVER/fixforversion/11137

mongodb (1:2.0.4-1) unstable; urgency=low

  * New upstream release 2.0.4
    https://jira.mongodb.org/browse/SERVER/fixforversion/11107

mongodb (1:2.0.3-2) unstable; urgency=low

  * Enable journaling by default (Closes:#664080)

mongodb (1:2.0.3-1) unstable; urgency=low

  * New upstream release 2.0.3
    https://jira.mongodb.org/browse/SERVER/fixforversion/11001
  * added debian/copat
  * added Replaces clause from Ubuntu patch

mongodb (1:2.0.2-5) unstable; urgency=low

  * Allow parallel build, patch courtesy of Andre Ferraz
    <email address hidden> (Closes:#646759)

mongodb (1:2.0.2-4) unstable; urgency=low

  * Move socket from /tmp to /var/run/mongodb (Closes: #658177)

mongodb (1:2.0.2-3) unstable; urgency=low

  * Describe jsonArray option for mongoimport in manpage (Closes: 656444)

mongodb (1:2.0.2-2) unstable; urgency=low

  * added logrotate for mongodb-server (Closes: #656065)

mongodb (1:2.0.2-1) unstable; urgency=low

  * New upstream release 2.0.2
    https://jira.mongodb.org/browse/SERVER/fixforversion/10991

mongodb (1:2.0.0-2) unstable; urgency=low

  * need to reupload package to get it build on i386 which failed because of
    cdbs error

mongodb (1:2.0.0-1) unstable; urgency=low

  * New upstream release 2.0.0 (Closes: #641646)
    http://blog.mongodb.org/post/10126837729/mongodb-2-0-released
  * proper Spider Monkey is embedded (Closes: #637370, #572870, #631054)
  * currently linking against system libpcre3

mongodb (1:1.8.3-1) unstable; urgency=low

  * New upstream release 1.8.3
    https://jira.mongodb.org/browse/SERVER/fixforversion/10390

mongodb (1:1.8.2-2) unstable; urgency=low

  * [2e1c3ff] (Closes: #625401) ignore unused-but-set-{variable,parameter}
  * [0e9611d] (Closes: #572870, #631054) switch to v8 as javascript engine
  * [bbf5935] (Closes: #634484) use dbpath and logpath from config file
    not forcing in init.d
  * [bf8d466] update description
  * [cbe2d99] Imported Upstream version 1.8.3

mongodb (1:1.8.2-1) unstable; urgency=low

  * New upstream release 1.8.2
    https://jira.mongodb.org/browse/SERVER/fixforversion/10263

mongodb (1:1.8.1-2) unstable; urgency=low

  * Depend on libboost 1.46

mongodb (1:1.8.1-1) unstable; urgency=low

  * Upstream 1.8.1
    http://jira.mongodb.org/browse/SERVER/fixforversion/10260

mongodb (1:1.8.0-2) unstable; urgency=low

  * return empty TERM if not set (Closes: #620910)

mongodb (1:1.8.0-1) unstable; urgency=low

  * Upstream 1.8.0
    http://blog.mongodb.org/post/3903149313/mongodb-1-8-released

mongodb (1:1.6.5-3) unstable; urgency=low

  [ Jérémy Lal ]
  * Switch to cdbs, cleanup.
  * Use debian/gbp.conf to filter out debian/* files from upstream tarball.

  [ Antonin Kral ]
  * [ab13e0b] added Vcs-* to debian/control
  * [eb35fc8] added Jeremy as co-maintainer

mongodb (1:1.6.5-2) unstable; urgency=low

  * Clean up Boost packages in Build-Depends
  * Add libboost-dev to mongodb-dev Depends line

mongodb (1:1.6.5-1) unstable; urgency=low

  * Upstream 1.6.5
    http://jira.mongodb.org/browse/SERVER/fixforversion/10207

mongodb (1:1.6.3-1) unstable; urgency=low

  * [0ad0c09] Imported Upstream version 1.6.3
    http://jira.mongodb.org/browse/SERVER/fixforversion/10190
  * replica_sets slavedelay, rollback
  * sharding optimization for larger than ram data sets

mongodb (1:1.6.2-1) unstable; urgency=low

  * [90ef97f] Imported Upstream version 1.6.2
    http://jira.mongodb.org/browse/SERVER/fixforversion/10187

mongodb (1:1.6.1-1) unstable; urgency=low

  * [3b9581e] Imported Upstream version 1.6.1
    http://jira.mongodb.org/browse/SERVER/fixforversion/10183
  * [5866afb] updated watch file fot 1.6.x version

mongodb (1:1.6.0-1) unstable; urgency=low

  * [7645618] Imported Upstream version 1.6.0
    http://jira.mongodb.org/browse/SERVER/fixforversion/10182
  * [7ae74af] install libs to /usr/lib not /usr/lib64
  * [45c6766] use prefix and smokedbprefix

mongodb (1:1.4.4-3) unstable; urgency=low

  * [1576744] added libreadline-dev to build-deps (Closes: #589163)

mongodb (1:1.4.4-2) unstable; urgency=low

  * [3bd69dc] install libs to /usr/lib not /usr/lib64 (Closes: #588557)

mongodb (1:1.4.4-1) unstable; urgency=low

  * [5c6a221] Imported Upstream version 1.4.4
  * upstream change log is at
    http://jira.mongodb.org/browse/SERVER/fixforversion/10166
  * [68c73c3] removed not needed files from upstream
  * [c1546df] debian policy to 3.9.0

mongodb (1:1.4.3-2) unstable; urgency=low

  * [64bca3c] Updated copyright information as requested by Richard
    Kreuter

mongodb (1:1.4.3-1) unstable; urgency=low

  * New upstream version 1.4.3
  * Change log 1.4.3
    http://jira.mongodb.org/browse/SERVER/fixforversion/10156
  * added log to dirs to fix piuparts error

mongodb (1:1.4.2-3) unstable; urgency=low

  * Clean up debian/copyright
  * Fix various typos
  * Generally make lintian happy
  * Change section of mongodb-dev from database to libdevel (now matches
    archive override file)
  * Properly express copyrights
  * Fix typo in manpage
  * Remove unused lintian override.
  * Install usr/lib64 instead of usr/lib in mongodb-dev
  * updated watch file to actually work and report available
    stable releases

mongodb (1:1.4.2-2) unstable; urgency=low

  * Split single binary package into mongodb-server, mongodb-dev, and
    mongodb-clients.

mongodb (1:1.4.2-1) unstable; urgency=low

  * [4770a09] New upstream version 1.4.2
  * changelog for 1.4.1
    http://jira.mongodb.org/browse/SERVER/fixforversion/10144
  * changelog for 1.4.2
    http://jira.mongodb.org/browse/SERVER/fixforversion/10155

mongodb (1:1.4.0-2) unstable; urgency=low

  * added Roberto C. Sanchez as co-maintainer

mongodb (1:1.4.0-1) unstable; urgency=low

  * [0ca01a9] Imported Upstream version 1.4.0
  * [76c18ea] removed not needed files for debian
  * [c1578d9] merged changes from debianization from 1.2.4
  * full upstream changelog
    http://jira.mongodb.org/secure/IssueNavigator.jspa?requestId=10080
  * upstream release notes
    http://www.mongodb.org/display/DOCS/1.4+Release+Notes

mongodb (1:1.2.4-1) unstable; urgency=low

  * [c3803a1] Imported Upstream version 1.2.4
  * [ab4e0c8] removal of unnecessary files for Debian from upstream
    source
  * changelog for upstream at
    http://jira.mongodb.org/browse/SERVER/fixforversion/10130

mongodb (1:1.2.2-4) unstable; urgency=low

  * ensure removal of upstart script as upload of repacked source is failing

mongodb (1:1.2.2-3) unstable; urgency=low

  * [aced2f4] removed unnecessary dependency (Closes: #572873)
  * [ce78acd] Added call for tests to ensure correct build
    (Closes: #570106)

mongodb (1:1.2.2-2) unstable; urgency=low

  * [49232f8] removed upstart, it is buggy + not supported in Debian
    (Closes: #572812)

mongodb (1:1.2.2-1) unstable; urgency=low

  * this commit introduces stable version of MongoDB to Debian, hopefully to
    be included in upcoming stable (Closes: #570148)
  * [2fede57] Upstream release 1.2.2, based on commit
    fc3d3acafc253da085f7d0cdcd91059cc9bcd8e3
  * [d21668d] versionString changed from "1.2.3-"  to "1.2.2"
  * [5a8e160] removed debian/files
  * [26f3ec2] removed empty preinst
  * [5d12fec] removed unnecessary jars
  * [978f619] removed unused lib
  * [7157b84] Changed maintainer of the package
  * [0a939b5] mongo should build only on i386 and amd64
  * [f3e7db5] generate list of manpages
  * [bcd0d12] database section is probably more appropriate
  * [7bec42f] clarification of licensing terms
  * [c74fd7d] bumped standards version
  * [357da67] merged the rest of debian changes from 1.3

mongodb (1.3.1-3) unstable; urgency=low

  * [ff792f5] Reordered Build-Depends to enable automated with buildd
    (Closes: #570072)
  * [4d5a2c1] Added support of nostrip and debug DEB_BUILD_OPTIONS
    (Closes: #570077)
  * [cbc4e8b] Describe why is mongodb available for some architectures
    only (Closes: #570076)

mongodb (1.3.1-2) unstable; urgency=low

  * [efabc21] change order of build deps of xul-runner to fix sbuild
    (Closes: #569417)
  * [55e3c9b] added support for mongod config file
  * [88a7135] added README.Debian with note about bind_ip set to
    localhost

mongodb (1.3.1-1) unstable; urgency=low

  * Initial release (Closes: #523937)
  * [5cd4d87] rebuild original sources to remove debian/files
  * [4a84263] Removed empty preinst
  * [9698ffb] Changed maintainer of the package
  * [4486a47] mongo should build only on i386 and amd64
  * [5842c04] no need for creating home-dir for mongo user
  * [f47e39e] Added missing manpages
  * [987cd73] generate list of manpages
  * [e3336d8] used more specific build-depeneds, thanks to Richard
    Kreuter <richard@10gen.com>
  * [ba8697c] removed unnecessary jars dir with its content
  * [91fe1cf] cover licensing terms of used components
  * [d59c02f] init.d cleanup
  * [78d712b] cover licensing terms of utils/md5.[ch]
  * [a696359] removed lib/ from upstream

 -- Evgeny Kuznetsov <email address hidden>  Sat, 26 Dec 2020 21:00:12 +0300

Available diffs

Builds

Package files