mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
4b03fae5fb
Changelog: https://github.com/github/ssh_data/releases/tag/1.3.0 Support for SSHSIG verification. Support for signature verification using SKED25519 and SKECDSA256. Fix DSA key generation for Ruby-OpenSSL 3.0 where the default Q-bits size changed.
20 lines
333 B
Makefile
20 lines
333 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= ssh_data
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Library for parsing SSH certificates
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|