freebsd-ports/security/rubygem-ssh_data/Makefile
Matthias Fechner 4b03fae5fb security/rubygem-ssh_data: update to 1.3.0
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.
2022-03-20 08:18:06 +01:00

19 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>