argon2 0~20190702+dfsg-4 source package in Ubuntu

Changelog

argon2 (0~20190702+dfsg-4) unstable; urgency=medium

  * New maintainer and add myself as uploader (Closes: #1032462).
    - Update d/control.
  * Switch to DH compat format and raise level
    - Replace Build-Depends debhelper (>= 9) by debhelper-compat (= 13)
      in d/control.
    - Remove file d/compat.
  * d/rules: Disable dh_auto_install as dh_install picks files from where they
    have been built to anyway. Also prevents dh_missing from erroring out what
    happens with debhelper level 13.
  * Introduce autopkgtest per d/tests/*.
    - A secret is hashed via the command line tool and via a python script
      using the library. The results are compared to a pre-defined hash.
  * d/patches/*
    - Provide all patches with DEP-3 compliant headers.
    - Append .patch to all patch file names.
  * Drop the out-dated maintainer provided manual page, upstream's manual page
    has been introduced quite a while ago.
  * d/u/metadata: Add further information about the upstream project.
  * d/watch: Update to version 4.
  * d/libargon2-1.symbols: Add Build-Depends-Package field.
  * d/rules: Enable all hardening options available for ELF binaries.
  * d/copyright: Add missing email addresses, add missing debian/* authors.
  * d/control
    - Update Vcs-Browser and Vcs-Git.
    - Introduce Rules-Requires-Root with value 'no'.
    - Bump Standards-Version to 4.6.2.
  * Introduce d/p/relative-paths.patch to make sure libargon2.pc is generated
    with the correct content.
  * Drop unused file d/libargon2.pc.
  * Make use of the optimized source code available for the x86_64 architecture
    when (cross-)building for this architecture.
  * d/rules: Drop not needed exports and includes, checked by diffoscope.
  * d/s/linitian-overrides: Override lintian's
    override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS, it is not
    applicable due to Debhelper compat level 13.
  * Introduce d/salsa-ci.yml.

 -- Sven Geuer <email address hidden>  Mon, 30 Oct 2023 10:09:28 +0100

Upload details

Uploaded by:
Debian Security Tools
Uploaded to:
Sid
Original maintainer:
Debian Security Tools
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
argon2_0~20190702+dfsg-4.dsc 2.2 KiB 7a5d5d761d69404d6602321671b77a5cb7a1b81b6ed64592116a432868e2b624
argon2_0~20190702+dfsg.orig.tar.xz 708.4 KiB 815f1017b5b0033204778c2e32443257274bc5d9dd16d355c4f7db8189e23dcc
argon2_0~20190702+dfsg-4.debian.tar.xz 9.0 KiB f9d4922b02e64cbb4bc10b0ad0ff283b2711702de593087205e273254af1998e

No changes file available.

Binary packages built by this source

argon2: memory-hard hashing function - utility

 Argon2 is a password-hashing function that can be used to hash passwords
 for credential storage, key derivation, or other applications.
 .
 There are two main versions of Argon2: Argon2i and Argon2d.
 Argon2i is the safest against side-channel attacks, while Argon2d provides
 the highest resistance against GPU cracking attacks.
 .
 Argon2i and Argon2d are parametrized by:
  * A time cost, which defines the amount of computation realized and
    therefore the execution time, given in number of iterations
  * A memory cost, which defines the memory usage, given in kibibytes
  * A parallelism degree, which defines the number of parallel threads
 .
 This package contains the argon2 tool for hashing data on the command-line.

argon2-dbgsym: debug symbols for argon2
libargon2-1: memory-hard hashing function - runtime library

 Argon2 is a password-hashing function that can be used to hash passwords
 for credential storage, key derivation, or other applications.
 .
 There are two main versions of Argon2: Argon2i and Argon2d.
 Argon2i is the safest against side-channel attacks, while Argon2d provides
 the highest resistance against GPU cracking attacks.
 .
 Argon2i and Argon2d are parametrized by:
  * A time cost, which defines the amount of computation realized and
    therefore the execution time, given in number of iterations
  * A memory cost, which defines the memory usage, given in kibibytes
  * A parallelism degree, which defines the number of parallel threads
 .
 This package includes the dynamic library against which programs are linked.

libargon2-1-dbgsym: debug symbols for libargon2-1
libargon2-dev: memory-hard hashing function - development files

 Argon2 is a password-hashing function that can be used to hash passwords
 for credential storage, key derivation, or other applications.
 .
 There are two main versions of Argon2: Argon2i and Argon2d.
 Argon2i is the safest against side-channel attacks, while Argon2d provides
 the highest resistance against GPU cracking attacks.
 .
 Argon2i and Argon2d are parametrized by:
  * A time cost, which defines the amount of computation realized and
    therefore the execution time, given in number of iterations
  * A memory cost, which defines the memory usage, given in kibibytes
  * A parallelism degree, which defines the number of parallel threads
 .
 This package contains headers and libraries for developing program based
 on argon2.