summaryrefslogtreecommitdiff
path: root/security/ruby-gssapi
AgeCommit message (Collapse)AuthorFilesLines
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-14security/ruby-gssapi: update to 1.3.1taca2-7/+7
1.3.1 (2020-11-24) * ISSUE-12: Create mem pointer for context before gss_delete_sec_context
2020-01-19security/ruby-gssapi: add version 1.3.0 packagetaca4-0/+52
Add ruby-gssapi version 1.3.0 package. Ruby GSSAPI Library This is a wrapper around the system GSSAPI library (MIT only at this time). It exposes the low-level GSSAPI methods like gss_init_sec_context and gss_wrap and also provides an easier to use wrapper on top of this for common usage scenarios.