Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
1001_set_soname.patch | fix some issues Fix the following issues: - adding missing soname to installed shared libraries |
Giulio Paci <giuliopaci@gmail.com> | invalid | |||
1002_openssl_1.1_compat.patch | Fix build with OpenSSL 1.1 Largely based on https://jira.mongodb.org/browse/SERVER-26781 | Apollon Oikonomopoulos <apoikos@debian.org> | invalid | 2016-11-09 | ||
1003_C++11_compat.patch | Use C++11's std::regex instead of boost::regex | Apollon Oikonomopoulos <apoikos@debian.org> | invalid | 2016-11-09 | ||
1004_fix_ftbfs_with_gcc6.1.patch | Fix FTBFS (test failure) with GCC 6.1 Hex float constants are part of C++17 (and only GNU extensions in C++11) and GCC 6.1 errors out when src/mongo/base/parse_number_test.cpp is compiled using -std=c++11. |
Apollon Oikonomopoulos <apoikos@debian.org> | invalid | 2016-11-11 | ||
1005_fix_ftbfs_with_python3.patch | Fix FTBS with python3 | Christophe Trophime <christophe.trophime@lncmi.cnrs.fr> | no | debian | 2020-03-04 | |
2001_use_system_libraries_if_possible.patch | use system libraries if possible This patch tries to allow the usage of system libraries whenever possible. Unfortunately it is not easy to perform relevant checks in a proper way, so, while functional, this patch is not suitable to be sent upstream as it is likely to create troubles on non-Debian systems. |
Giulio Paci <giuliopaci@gmail.com> | no | |||
2002_add-latomic-for-mips32.patch | no | |||||
boost-1.67-compat.patch | Fix build against Boost 1.67 In Boost 1.67, boost::next and boost::prior were moved from utility.hpp to next_prior.hpp. Fix this by including next_prior.hpp for Boost 1.67 and onwards. |
Apollon Oikonomopoulos <apoikos@debian.org> | invalid | debian | 2018-12-06 |