libauthen-oath-perl 1.0.0-2 source package in Ubuntu

Changelog

libauthen-oath-perl (1.0.0-2) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Fix typo in URL in debian/control. (Closes: #775809)
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.
  * Explicitly build-depend on libmodule-build-perl.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Mon, 01 Jun 2015 22:09:59 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libauthen-oath-perl_1.0.0-2.dsc 2.3 KiB bdcdbd14f5abb3c1f3c2a9cad873c84089270718fffb00e420a85fee0807f41a
libauthen-oath-perl_1.0.0.orig.tar.gz 5.0 KiB 360e660d1cc9f396ae679c2d239226ce4f8e57e7cdcc54b420bbf373c20e3d0a
libauthen-oath-perl_1.0.0-2.debian.tar.xz 2.5 KiB 80719ae739c405bbfd68e1115298e676868a3b9ec37c07170a2ef1bd86481c86

Available diffs

No changes file available.

Binary packages built by this source

libauthen-oath-perl: Perl module for OATH One Time Passwords

 Authen::OATH is an implementation of the HOTP and TOTP One Time Password
 algorithms as defined by OATH (http://www.openauthentication.org).
 .
 All necessary parameters are set by default, though these can be overridden.
 Both totp() and htop() have passed all of the test vectors defined in the RFC
 documents for TOTP and HOTP.
 .
 totp() and hotp() both default to returning 6 digits and using SHA. As such,
 both can be called by passing only the secret key and a valid OTP will be
 returned.