crypto-equality-clojure 1.0.0-2 source package in Ubuntu

Changelog

crypto-equality-clojure (1.0.0-2) unstable; urgency=medium

  * Team upload.
  * Rebuild using leiningen. (Closes: #977838)
  * d/control: use dh-compat and update to dh13.
  * d/control: Standards-Version update tot 4.5.1. Add Rules-Requires-Root.
  * d/control: move to the Clojure Team and update VCS fields.
  * d/watch: update to v4 and migrate to git mode.
  * d/*.lintian-overrides: override false positive repeated-path-segment tag.
  * d/tests: add autopkgtests.

 -- Louis-Philippe VĂ©ronneau <email address hidden>  Mon, 21 Dec 2020 14:09:53 -0500

Upload details

Uploaded by:
Debian Clojure Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Clojure Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
crypto-equality-clojure_1.0.0-2.dsc 2.2 KiB 21d7da3b804967ceb10ce9ac8458c5e12df64e2dab6fe813fa2d65ba8ec06de8
crypto-equality-clojure_1.0.0.orig.tar.xz 1.7 KiB 3e9b4509ee6de679b9419b6f646558955d7a12650329c5004c913fb8653ebc33
crypto-equality-clojure_1.0.0-2.debian.tar.xz 6.5 KiB fa4df9fac5b5cd0a63abb39febb112d0c5c06cd572041e1441288b5c3d11d048

Available diffs

No changes file available.

Binary packages built by this source

libcrypto-equality-clojure: Clojure library protecting against timing attacks

 crypto-equality is a very small Clojure library for protecting against timing
 attacks when comparing strings or sequences of bytes. It is primarily indented
 for comparing user-supplied values against secrets held by the application,
 such as tokens or keys.