Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-use-length-limited-forms-of-string-manipulation-func.patch | use length-limited forms of string manipulation functions to avoid buffer overflows | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | no | 2016-07-15 | ||
0002-ensure-that-LDFLAGS-are-passed-to-the-linker.patch | ensure that LDFLAGS are passed to the linker | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | no | 2016-07-15 | ||
0003-Switch-chiark-URLs-to-https.patch | Switch chiark URLs to https. (cherry picked from commit bbb76979729840402b1eef4b4639910933e2a7e6) |
Simon Tatham <anakin@pobox.com> | no | 2017-05-07 | ||
0004-Use-externally-set-variables-if-available.patch | Use externally-set variables if available Some build systems (like debian) set CFLAGS, CC, etc during the build. We don't want Makefile to override them. |
Daniel Kahn Gillmor <dkg@fifthhorseman.net> | no | 2018-02-13 | ||
0005-include-CPPFLAGS-during-build.patch | include CPPFLAGS during build | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | no | 2018-02-13 | ||
0006-Fix-simple-cross-building.patch | Fix simple cross-building tweak fails to cross build from source, because it uses the build architecture compiler as linker. The upstream Makefile stores the compiler in two variables CC and LINK and dh_auto_build only supplies the former. We could add an override_dh_auto_build to fix that, but it seems much more natural to default LINK to $(CC). |
Helmut Grohne <helmut@subdivi.de> | no | 2018-10-18 |