ruby-hmac 0.4.0-6 source package in Ubuntu

Changelog

ruby-hmac (0.4.0-6) unstable; urgency=medium

  * Team upload.

  [ Antonio Terceiro ]
  * Remove myself from Uploaders:

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on debhelper.
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Update watch file format version to 4.
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Bump debhelper from deprecated 9 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Drop fields with obsolete URLs.

  [ Andreas Tille ]
  * Set team as Maintainer (not Uploader)
  * Drop Daigo Moriwaki from Uploaders (Thank you Daigo for your work
    on this package)
    Closes: #863775
  * Add Homepage
  * Secure URI in d/control+d/watch
  * Standards-Version: 4.7.0 (routine-update)
  * Drop deprecated {XS,XB}-Ruby-Versions fields (routine-update)
  * Drop dependency ruby-interpreter

 -- Andreas Tille <email address hidden>  Tue, 18 Feb 2025 14:23:43 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe ruby
Questing release universe ruby
Plucky release universe ruby

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-hmac_0.4.0-6.dsc 2.0 KiB 4c849a966fcbcd40b7c50a2da3188b886bd90bd54f3ffbf4f9e4ca2496aa02f2
ruby-hmac_0.4.0.orig.tar.gz 4.3 KiB b5e980bd02a388c7eed087d2c53b5beb669f6f40c64152ba2a240b4f0a62874d
ruby-hmac_0.4.0-6.debian.tar.xz 4.4 KiB f3db4355d2df266e433166757f55879040d929a9bb80433e90e34bc3a72413e8

Available diffs

No changes file available.

Binary packages built by this source

ruby-hmac: Ruby interface for HMAC algorithm

 This module provides common interface to HMAC functionality. HMAC is a
 kind of "Message Authentication Code" (MAC) algorithm whose standard is
 documented in RFC2104. Namely, a MAC provides a way to check the integrity
 of information transmitted over or stored in an unreliable medium, based
 on a secret key.