Change logs for mongodb source package in Cosmic

  • mongodb (1:3.6.3-0ubuntu2.1) cosmic; urgency=medium
    
      * d/p/SERVER-36951-applyOps-createIndexes-without-uuid.patch: fix restoring
        of a database backup when applyOps has a createIndexes command without a
        UUID. (LP: #1821391)
      * Fix several FTBFS issues (LP: #1821361):
        - d/p/168c8d65556ab18b05e33b5f4006d1184c30f8f7.patch: copy patch from
          disco to disable new gcc 8.2 warnings
        - d/p/gcc8-parentheses.patch: Remove enclosing parentheses from the _F()
          macro to avoid a gcc8 -Wparentheses complaint
        - d/p/fix-boost-compile.patch: fix build with newer boost
    
     -- Andreas Hasenack <email address hidden>  Thu, 28 Mar 2019 11:26:03 -0300
  • mongodb (1:3.6.3-0ubuntu2) cosmic; urgency=medium
    
      * No-change rebuild for boost soname change.
    
     -- Matthias Klose <email address hidden>  Tue, 17 Jul 2018 13:01:21 +0000
  • mongodb (1:3.6.3-0ubuntu1) bionic; urgency=medium
    
      * New upstream release (LP: #1761807).
      * d/watch: update.
      * d/upstream/signing-key.asc: update.
      * Drop d/p/CVE-2016-6494.patch: no longer needed as fixed upstream by
        use of open(2) with S_IRUSR | S_IWUSR.
      * Drop d/p/asio-openssl-1.1-support.patch: this backport is no longer
        required as upstream successfully builds directly against OpenSSL
        1.1 now.
      * d/p/fix-ftbfs-with-gcc-7.patch: refresh to remove fuzz.
      * d/copyright: update.
      * d/control: build dependency changes:
        - Add new dependencies required for a successful build
          (libmongoc-dev, python-cheetah, python-pkg-resources,
          python-requests, python-typing).
        - Drop python (not required directly).
      * d/p/SERVER-34117-skip-dns-tests.patch: disable some tests that require
        network access.
      * d/p/strip-test-binaries.patch: strip test binaries to reduce build size to
        within Launchpad's limit.
    
     -- Robie Basak <email address hidden>  Wed, 11 Apr 2018 13:45:22 +0100