libauthen-oath-perl 2.0.0-1 source package in Ubuntu

Changelog

libauthen-oath-perl (2.0.0-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * New upstream release.
  * Add debian/upstream/metadata.
  * New Upstream-Contact in debian/copyright.
  * Update years of packaging copyright.
  * Update (build) dependencies.
  * Drop digest_sha.patch, merged upstream.
  * Declare compliance with Debian Policy 3.9.8.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Wed, 20 Jul 2016 19:40:12 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libauthen-oath-perl_2.0.0-1.dsc 2.3 KiB cb4423f76a8c1653adaadf1fb7a96d896c8d1bbc19a28e2ca8c4b1a3af4a424c
libauthen-oath-perl_2.0.0.orig.tar.gz 12.8 KiB fe9c34fa137be90bb5a14949553381148d5b915487efb4fe4b5435d3a44287e9
libauthen-oath-perl_2.0.0-1.debian.tar.xz 2.1 KiB ba8238ac772b7d1b87f15dbdd452f15b7b5f2c79dc383aad114411122806bfe0

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.