summaryrefslogtreecommitdiff
path: root/security/ruby-rotp/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2022-12-04security/ruby-rotp: update to 6.2.1taca1-4/+4
6.2.1 (2022-11-11) * Removed old rdoc folder that was triggering a security warning due to an old version of JQuery being included in the HTML docs. This has no impact on the Ruby library.
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-07security: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-09security/ruby-rotp: add version 6.2.0 packagetaca1-0/+6
Add ruby-rotp package version 6.2.0 required by Redmine 4.2. The Ruby One Time Password Library A ruby library for generating and validating one time passwords (HOTP & TOTP) according to RFC 4226 and RFC 6238. ROTP is compatible with Google Authenticator available for Android and iPhone and any other TOTP based implementations. Many websites use this for multi-factor authentication, such as GMail, Facebook, Amazon EC2, WordPress, and Salesforce. You can find a more complete list here: https://en.wikipedia.org/wiki/Google_Authenticator#Usage.