ruby-hmac 0.4.0-1 source package in Ubuntu
Changelog
ruby-hmac (0.4.0-1) unstable; urgency=low * Switched to gem2deb-packaging and newer version of the upstream * debian/control: - Added my name to the Uploaders field - Bumped Standards-Version to 3.9.2 libhmac-ruby (0.3.2-1) unstable; urgency=low [ Lucas Nussbaum ] * Use new Homepage dpkg header. [ Gunnar Wolf ] * Changed section to Ruby as per ftp-masters' request [ Paul van Tilburg ] * New upstream release. * debian/watch: Updated, original host is not up anymore, using RubyForge. * debian/control: - Added myself to Uploaders. - Bumped standards version to 3.8.4. - Added ${misc:Depends} to the depends of libhmac-ruby and libhmac-ruby1.8. * debian/source/format: Switched to the 3.0 (quilt) source format. libhmac-ruby (0.3-2) unstable; urgency=low [ Antonio Terceiro ] * debian/control: Changing the versioned Conflicts: against libopenid-ruby from (<= 1.1.4-2) to (<< 1.1.4-2) * debian/control: adding myself in Uploaders: * debian/README.Debian-source: describing how to obtain a suitable tarball from upstream's. * debian/copyright: adding copyright information for setup.rb. [ Daigo Moriwaki ] * debian/rules: debian/README.Debian-source goes with the documentations. libhmac-ruby (0.3-1) unstable; urgency=low * Initial release. (Closes: #426889) -- Ubuntu Archive Auto-Sync <email address hidden> Sun, 22 May 2011 15:59:48 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync on 2011-05-22
- Uploaded to:
- Oneiric
- Original maintainer:
- daigo
- Architectures:
- all
- Section:
- ruby
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-hmac_0.4.0.orig.tar.gz | 4.3 KiB | b5e980bd02a388c7eed087d2c53b5beb669f6f40c64152ba2a240b4f0a62874d |
ruby-hmac_0.4.0-1.debian.tar.gz | 3.2 KiB | 8eb3c48d6275fb31cc6e5b72b015b5e5c2a943bab44180ea39982a7a701bbaa3 |
ruby-hmac_0.4.0-1.dsc | 1.4 KiB | f853223feb71cb5e5124b2f6b5ab935622dfddb2b143ef6baa9b318c5ba1d9c1 |
Binary packages built by this source
- libhmac-ruby: Transitional package for ruby-hmac
This is a transitional package to ease upgrades to the ruby-hmac
package. It can safely be removed.
- libhmac-ruby1.8: No summary available for libhmac-ruby1.8 in ubuntu oneiric.
No description available for libhmac-ruby1.8 in ubuntu oneiric.
- 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.