Skip to content
Snippets Groups Projects
  1. Dec 09, 2021
  2. Dec 08, 2021
  3. Dec 07, 2021
  4. Dec 06, 2021
    • Antoine Lambert's avatar
      debian: Add md5 sum fallback when sha* checksum is missing in metadata · 2d9e93a2
      Antoine Lambert authored
      In order to check successful download of a package file, the debian loader
      will compare sha256 or sha1 checksum of the file with the one located in
      debian dsc file.
      
      However for old debian-based distributions (some ubuntu old releases for
      instance) the only available checksum in the dsc file is a md5 sum.
      
      So add a fallback to use md5 sum to check successful download when sha*
      checksum is missing in the dsc file.
      
      Related to T2400
      v1.3.0
      2d9e93a2
    • Boris Baldassari's avatar
      loader: add new maven-jar loader · 89f5ccc7
      Boris Baldassari authored
      The maven loader loads jar and zip files as Maven artefacts into the software heritage archive.
      
      Note:
      Supersedes D6158 and addresses the review done in that diff.
      
      Related to T1724
      89f5ccc7
  5. Dec 03, 2021
Loading