ruby-password 0.5.3-4 source package in Ubuntu

Changelog

ruby-password (0.5.3-4) unstable; urgency=low


  * Team upload
  * debian/control:
    + use canonical URI in Vcs-* fields
    + build for ruby1.9.1 and ruby2.0
    + replace ruby1.8 by ruby | ruby-interpreter in Depends field
    + add versioned build-dependencies on gem2deb and ruby-termios to ensure
      Ruby 2.0 support
    + drop transitional packages
    + bump Standards-Version to 3.9.4 (no changes needed)
  * debian/copyright: use DEP5 copyright-format/1.0 official URL for Format
    field
  * debian/patches:
    + add newer-ruby.patch to port the library to newer Ruby versions
    + add password_crack.patch to rename the C extension to password_crack.so

 -- Cédric Boutillier <email address hidden>  Thu, 26 Sep 2013 15:25:20 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe ruby

Downloads

File Size SHA-256 Checksum
ruby-password_0.5.3-4.dsc 2.2 KiB 3840a09e3c5c9ca5caae46eda091bc18e3472c137a4748dfeb4145f5588a355c
ruby-password_0.5.3.orig.tar.gz 22.5 KiB 2563d30868f90ed958919b235668639678d4cdc259eeaad528a267ca456f224f
ruby-password_0.5.3-4.debian.tar.gz 4.7 KiB 67b42c1aee43cd8c41a4e07d83c4f2aa784279f679614f0bf5a2ecdbe0c3d9a7

Available diffs

No changes file available.

Binary packages built by this source

ruby-password: Ruby library for handling passwords

 This package is a suite of password handling methods. Specifically, it
 handles manual entry of passwords from the keyboard in both buffered and
 unbuffered modes, password strength checking, random password generation,
 phonemic password generation, and encryption of passwords.
 .
 The common CrackLib library is used to perform password strength checking.