Skip to content
Snippets Groups Projects
  1. May 16, 2022
  2. Apr 28, 2022
  3. Apr 21, 2022
    • Ryan Gonzalez's avatar
      Properly resolve full license information for Rust binaries · e5a81d3f
      Ryan Gonzalez authored
      There are two primary issues when applying the current mechanisms for
      tracking source file licensing information to Rust binaries:
      
      - They statically link in their crate dependencies, meaning that we
        need to manually include the licenses of those crates
      - The compilation unit paths only include the primary "entry point"
        into the crate, and they're a mix of absolute and relative paths
      
      In order to resolve this:
      
      - pkg/debhelper!18 will
        gather the license information for any source files referenced that
        are part of other packages. We can read this in here and use it to
        search the copyright information for the source files part of other
        crates.
      - Specifically when encountering Rust crates, combine all the licenses
        for source files within the same source directory as the "entry point"
        file, which should generally ensure that all the source files needed
        are handled.
      
      As the amount of information that needs to be held per package has
      increased drastically, a new PackageLicenseInfo class was introduced,
      encapsulating the primary copyright, external copyrights, external
      sources index, and the bin2sources data.
      
      https://phabricator.apertis.org/T8554
      
      This should also, specifically for Rust, resolve the spin-off issues:
      
      https://phabricator.apertis.org/T8776
      https://phabricator.apertis.org/T8777
      
      
      
      Signed-off-by: default avatarRyan Gonzalez <ryan.gonzalez@collabora.com>
      e5a81d3f
  4. Apr 20, 2022
    • Walter Lozano's avatar
      generate_bom: Do not scan recursively · c7012de3
      Walter Lozano authored
      
      During BOM file generation, a folder with a sub folder per package is
      scanned to process the copyright information. With this folder
      structure in mind, there is no need to make a recursive scan,
      so simplify the implementation to avoid misleading warnings.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      c7012de3
    • Walter Lozano's avatar
      genarate_bom: Improve generation with smart check for licenses · bc550126
      Walter Lozano authored
      
      The current process to generate the BOM file relies on determine the
      license of the source files reported by dwarf2sources. Unfortunately
      there are several trickiness with this.
      
      First, depending on the build system used and debian rules the values
      reported by dwarf2source might not match the source tree. Also the
      license scan tool tends to used wildcards which make the search of a
      file with the wrong path not to fail but to report the default license.
      
      In order to properly fix a more strict approach should be use, as a first
      step in that direction, improve the BOM generation by trying to guess
      the path_prefix to be appended to the source file as reported by
      dwarf2souces to match the source tree.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      bc550126
  5. Apr 19, 2022
  6. Mar 31, 2022
  7. Mar 30, 2022
  8. Mar 11, 2022
  9. Mar 08, 2022
  10. Feb 17, 2022
  11. Feb 15, 2022
  12. Feb 14, 2022
  13. Feb 10, 2022
  14. Feb 07, 2022
  15. Feb 03, 2022
  16. Feb 02, 2022
  17. Jan 28, 2022
  18. Jan 27, 2022
  19. Jan 17, 2022
  20. Jan 04, 2022
  21. Jan 03, 2022
  22. Dec 30, 2021
  23. Dec 24, 2021
  24. Dec 23, 2021
  25. Dec 21, 2021
  26. Dec 15, 2021
  27. Dec 10, 2021
  28. Dec 05, 2021
Loading