Port details |
- gostsum Implementation of GOST R 34.11-94, GOST R 34.11-2012 hash functions
- 20221213_1 security
=2 20221213_1Version of this port present on the latest quarterly branch. - Maintainer: rozhuk.im@gmail.com
 - Port Added: 2022-12-16 01:48:07
- Last Update: 2023-02-05 14:50:10
- Commit Hash: 154cb0f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/AnatolyGeorgievski/gostsum/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gostsum>0:security/gostsum
- To install the port:
- cd /usr/ports/security/gostsum/ && make install clean
- To add the package, run one of these commands:
- pkg install security/gostsum
- pkg install gostsum
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gostsum
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1670990367
SHA256 (AnatolyGeorgievski-gostsum-20221213-b1a7a8e33ade59d43147a2f2531fe87c26de4093_GH0.tar.gz) = bd542fd6f030573a5e6c36975f0dd6fb901fdae529f5aaf063e0fbb3d48d89b5
SIZE (AnatolyGeorgievski-gostsum-20221213-b1a7a8e33ade59d43147a2f2531fe87c26de4093_GH0.tar.gz) = 90968
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_gostsum
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20221213_1 05 Feb 2023 14:50:10
    |
Nuno Teixeira (eduardo)  Author: Robert Clausecker |
security/gostsum: Fix build on armv7
The build is fixed by adding some missing bits of assembly code.
Add some more assembly code for arm64 for good measure.
While we are at it, fix a warning due to a missing include file.
PR: 269267
Approved by: portmgr blanket
MFH: 2023Q1 (build fixes) |
20221213 16 Dec 2022 01:44:49
    |
Koichiro Iwao (meta)  Author: Rozhuk Ivan |
security/gostsum: New port:Implementation of GOST R 34.11-94, GOST R 34.11-2012
hash functions
PR: 268343 |