summaryrefslogtreecommitdiff
path: root/security/erlang-p1_oauth2
AgeCommit message (Collapse)AuthorFilesLines
2022-10-14erlang-p1_oauth2: Update to 0.6.11triaxx2-7/+6
upstream changes: ----------------- Version 0.6.11 o Generate documentation when generating hex.pm package o Remove usage of deprecated crypto functions o Improve errors reporting Version 0.6.10 o Switch from using Travis to Github Actions as CI Version 0.6.9 o Dialyzer: Update Response record definition: fields may be undefined
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-01-15erlang-p1_oauth2: Update to 0.6.8triaxx2-7/+7
upstream-changes: ----------------- Version 0.6.8 * Update travis config Version 0.6.6 * Update copyright year
2018-05-17security/erlang-p1_oauth2: Update to 0.6.3.fhajny2-7/+7
- Remove last remainig crypto:rand_bytes() usage
2017-08-20Update security/erlang-p1_oauth2 to 0.6.2.fhajny2-7/+7
- Make tests works with erlang R20 - Fix Travis-CI compilation
2017-07-30Switch github HOMEPAGEs to https.wiz1-2/+2
2016-04-25Import p1_oauth2-0.6.1 as security/erlang-p1_oauth2.fhajny4-0/+37
This library is designed to simplify the implementation of the server side of OAuth2. It provides no support for developing clients.