Open
Conversation
Add the ability in the Makefile to pass from the environment values for CFLAGS, CPPFLAGS and LDFLAGS in order to have a proper hardened build. Refer to https://wiki.debian.org/Hardening for details.
/run is a new cross-distribution location for the storage of transient state files, i.e. files containing run-time information that may or may not need to be written early in the boot process and which does not require preserving across reboots. A result of that change is that udev no longer uses /dev/ to store its runtime state file, i.e. the /dev/.udev/ directory, /dev/.udevdb and /dev/.udev.tdb are gone and udev uses /run/udev/ now. Bug-Debian: https://bugs.debian.org/644308
ecashin
reviewed
Jan 29, 2021
Contributor
ecashin
left a comment
There was a problem hiding this comment.
These changes look great, thanks! Would you mind please adding a change to the change log documenting the motivation and history of the changes?
Contributor
|
Thanks, Christoph, for letting me know you still have this pull request in mind. I've updated NEWS for some recent changes and plan to release a new version once we get the requested info for this pull request and it gets merged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These are the last three patches that have existed in the Debian
packaging for many years but never made it upstream. In case I had
already forwarded them, I've already completely forgotten about that.
If you think they deserve to be upstreamed, feel free to pick them or
just a subset. In case of rejections, let me know. I'll mark them
accordingly here, then.