christianriesen-otp 1.4.3-5 source package in Ubuntu

Changelog

christianriesen-otp (1.4.3-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
    Changes-By: lintian-brush
    Fixes: lintian: upstream-metadata-file-is-missing
    See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
    Fixes: lintian: upstream-metadata-missing-bug-tracking
    See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
  * Update standards version to 4.6.1, no changes needed.
    Changes-By: lintian-brush
    Fixes: lintian: out-of-date-standards-version
    See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
  * Add missing build dependency on pkg-php-tools for addon phpcomposer.
    Changes-By: lintian-brush
    Fixes: lintian: missing-build-dependency-for-dh-addon
    See-also: https://lintian.debian.org/tags/missing-build-dependency-for-dh-addon.html
  * Set upstream metadata fields: Repository.
    Changes-By: lintian-brush
    Fixes: lintian: upstream-metadata-missing-repository
    See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
  * Update standards version to 4.6.2, no changes needed.
    Changes-By: lintian-brush
    Fixes: lintian: out-of-date-standards-version
    See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html

  [ Joe Nahmias ]
  * avoid explicit --with in dh(1) invocation as it's duplicative with Build-Dep
  * update args when running phpunit
    drop --verbose and --debug: unsupported in v10+
    skip coverage and cache generation
    Thanks to Athos Ribeiro <email address hidden>
    (Closes: #1039744, #1070503)

 -- Joseph Nahmias <email address hidden>  Wed, 14 Aug 2024 21:11:33 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
christianriesen-otp_1.4.3-5.dsc 2.2 KiB 61b613951da4c0cd923139a1ba0f9499399e8741642cabe7abb4532bb446bfce
christianriesen-otp_1.4.3.orig.tar.gz 9.5 KiB 5eb4e8d53a139bc540750d6f833a72c9b780ddf77aaedacf1ae82c18df4c1f7c
christianriesen-otp_1.4.3-5.debian.tar.xz 5.1 KiB f0b5f466f28c04a45b481bde73623a926b166c3955961881541598049394efb2

Available diffs

No changes file available.

Binary packages built by this source

php-christianriesen-otp: PHP library to check HOTP and TOTP one time passwords

 Implements hotp according to RFC4226 and totp according to RFC6238 (only
 sha1 algorithm). Once you have a secret, you can use it directly in this
 class to create the passwords themselves (mainly for debugging use) or use
 the check functions to safely check the validity of the keys. The checkTotp
 function also includes a helper to battle timedrift.
 .
 Also includes a static GoogleAuthenticator function class to generate a
 correct url for the QR code, so you can easy scan it with your device.
 Google Authenticator is available as application for iPhone and Android.
 This removes the burden to create such an app from the developers of
 websites by using this set of classes.