Age | Commit message (Collapse) | Author |
|
|
|
Skip cross-fs tests if /proc is not a mountpoint. This handles cases
when /proc exists but is not mounted which is quite normal
e.g. on Gentoo/FreeBSD.
|
|
|
|
|
|
Check for cross-device directory when starting to process the directory
rather than for each subdirectory to be processed. This will avoid
double stat() call in the future. It also means that cross-device
exceptions are raised a little later, when recurring into the directory
rather than before doing that. However, the starting directory is now
also tested.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Top-level Manifest compression is now forbidden by the specification for
security reasons. Therefore, modify the algorithm in the default profile
to prevent that.
A compressed top-level Manifest can still be created explicitly
via the API, or using a custom profile.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ensure that when iterating over Manifests, the more specific paths
will come before the less specific. It is important for updates since
changes to deeper Manifests will affect their checksums in higher
Manifests.
|
|
|
|
|