Bug 268343 - security/gostsum: add port
Summary: security/gostsum: add port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-13 01:21 UTC by Ivan Rozhuk
Modified: 2022-12-17 02:45 UTC (History)
3 users (show)

See Also:


Attachments
patch (2.11 KB, patch)
2022-12-13 01:21 UTC, Ivan Rozhuk
no flags Details | Diff
patch (2.07 KB, patch)
2022-12-14 04:06 UTC, Ivan Rozhuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2022-12-13 01:21:48 UTC
Created attachment 238744 [details]
patch

Implementation of GOST R 34.11-94, GOST R 34.11-2012 (STRIBOG-256/512),
SHA, SHA2 hash functions and hash based algorithms: HMAC, PBKDF, SSHA.
Comment 1 Ivan Rozhuk 2022-12-14 04:06:57 UTC
Created attachment 238774 [details]
patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-12-16 01:47:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=47cc96f7fe91bd63dbe6e46026161454d9e59f34

commit 47cc96f7fe91bd63dbe6e46026161454d9e59f34
Author:     Rozhuk Ivan <rozhuk.im@gmail.com>
AuthorDate: 2022-12-13 01:12:57 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2022-12-16 01:44:49 +0000

    security/gostsum: New port:Implementation of GOST R 34.11-94, GOST R 34.11-2012 hash functions

    PR:             268343

 security/Makefile                |  1 +
 security/gostsum/Makefile (new)  | 28 ++++++++++++++++++++++++++++
 security/gostsum/distinfo (new)  |  3 +++
 security/gostsum/pkg-descr (new) |  2 ++
 4 files changed, 34 insertions(+)
Comment 3 Koichiro Iwao freebsd_committer freebsd_triage 2022-12-16 01:55:23 UTC
Committed, thanks!