Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
keep-lib-prefix.patch | Do not strip the `lib' filename prefix | jmslagle | no | 2016-10-25 | ||
multiarch-dirs.patch | Install shared libraries under /usr/lib/$triplet | Faidon Liambotis <paravoid@debian.org> | no | 2017-02-25 | ||
fix-option_set-count.patch | Fix option_set.count() for untyped enum classes Kernighan's bit-counting algorithm works for unsigned integers only. As of C++11, an enum class without a specific type qualifier is backed by a signed integer, which leads to option_set.count() entering an endless loop. Fix this by always casting _value to the respective unsigned type. diff --git a/util/inc/leatherman/util/option_set.hpp b/util/inc/leatherman/util/option_set.hpp index 60470ab..9f78ca1 100644 |
Apollon Oikonomopoulos <apoikos@debian.org> | invalid | debian | 2018-08-22 | |
fix_boost_174.patch | Use packaged libboost-nowide =================================================================== |
Anton Gladky <gladk@debian.org> | no | debian | 2020-12-13 | |
update-code-to-compile-with-new-compilers.patch | (PA-3604) update code to compile with new compilers | mihaibuzgau <mihai.buzgau@puppet.com> | not-needed | debian upstream | https://github.com/puppetlabs/leatherman/commit/162559cddbb1796ba22a6355dfd9d126c4c216eb.patch | 2021-05-25 |