]> code.ossystems Code Review - openembedded-core.git/commit
diffoscope: upgrade 150 -> 151
authorJoshua Watt <JPEWhacker@gmail.com>
Thu, 16 Jul 2020 14:10:52 +0000 (09:10 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 18 Jul 2020 10:06:28 +0000 (11:06 +0100)
commitafbf68ddd20463ec7e584b481af6344482180ce0
treeb960b58d8ef82de2154ef282b25aec1148de3201
parent632b83372d74da749ec9c07621a17c5193db9f2b
diffoscope: upgrade 150 -> 151

* Improvements and bug fixes:

  - Pass the absolute path when extracting members from SquashFS images as we
    run the command with our working directory set to the temporary
    directory. (Closes: #964365, reproducible-builds/diffoscope#189)
  - Increase the minimum length of the output from strings(1) to 8 characters
    to avoid unnecessary diff noise. (Re. reproducible-builds/diffoscope#148)

* Logging improvements:

  - Fix the compare_files message when the file does not have a literal name.
  - Reduce potential log noise by truncating the has_some_content messages.

* Codebase changes:

  - Clarify use of a "null" diff in order to remember an exit code.
  - Don't alias a variable when don't end up it; use "_" instead.
  - Use a  "NullChanges" file to represent missing data in the Debian package
    comparator.
  - Update some miscellaneous terms.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/diffoscope/diffoscope_151.bb [moved from meta/recipes-support/diffoscope/diffoscope_150.bb with 83% similarity]