ubuntu/+source/mongodb:ubuntu/cosmic

Last commit made on 2020-07-16
Get this branch:
git clone -b ubuntu/cosmic https://git.launchpad.net/ubuntu/+source/mongodb
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/cosmic
Repository:
lp:ubuntu/+source/mongodb

Recent commits

aca9310... by Robie Basak

update-maintainer

ed9cd94... by Robie Basak

Changelog for 1:3.6.3-0ubuntu1

1efbb83... by Robie Basak

Strip test binaries

If we don't strip test binaries, the build needs too much space and
builds on Launchpad fail.

2c4e1cd... by Robie Basak

Skip DNS tests

Do not attempt to test things which require external network access, as
this isn't available in some build environments and leads to
non-deterministic builds.

62fb8c8... by Robie Basak

Adjust build dependencies

python is no longer required.

A bunch of new build dependencies are required.

1ea54e6... by Robie Basak

Sort existing build dependencies

This should have no functional changes. By sorting these, we can more
clearly understand adjustments to them later.

54c310b... by Robie Basak

d/copyright updates

These are based on a diff of the upstream changes. Some new "vendored"
code was introduced, which I've covered in updates here.

ae88999... by Robie Basak

Refresh fix-ftbfs-with-gcc-7.patch for fuzz

92bf09b... by Robie Basak

Drop patch asio-openssl-1.1-support.patch

This backport is no longer required.

c77041e... by Robie Basak

Drop CVE-2016-6494.patch

This patch no longer applies. The underlying issue was already fixed
upstream though: by using open(2) with S_IRUSR | S_IWUSR, there is no
longer any need to temporarily change the umask.