aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-09-21 18:04:51 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-09-21 18:04:51 +0000
commitcb4ea4d7f18a26f34d46981f972879332c67f2c4 (patch)
tree1978ad043396613dd50af0c446161295f1610339
parent9a0dd3f3c994bbc7fb08bc405af2a0f9022fb86e (diff)
downloadports-cb4ea4d7f18a26f34d46981f972879332c67f2c4.tar.gz
ports-cb4ea4d7f18a26f34d46981f972879332c67f2c4.zip
security/rubygem-hrr_rb_ssh-ed25519: new port
hrr_rb_ssh extension that supports ED25519 public key algorithm. WWW: https://github.com/hirura/hrr_rb_ssh-ed25519
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-hrr_rb_ssh-ed25519/Makefile19
-rw-r--r--security/rubygem-hrr_rb_ssh-ed25519/distinfo3
-rw-r--r--security/rubygem-hrr_rb_ssh-ed25519/pkg-descr3
4 files changed, 26 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 83a126c69363..0944fb9343fc 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1088,6 +1088,7 @@
SUBDIR += rubygem-hkdf
SUBDIR += rubygem-hkdf0
SUBDIR += rubygem-hrr_rb_ssh
+ SUBDIR += rubygem-hrr_rb_ssh-ed25519
SUBDIR += rubygem-lockbox
SUBDIR += rubygem-metasploit-aggregator
SUBDIR += rubygem-metasploit-concern
diff --git a/security/rubygem-hrr_rb_ssh-ed25519/Makefile b/security/rubygem-hrr_rb_ssh-ed25519/Makefile
new file mode 100644
index 000000000000..478e1dc11f0b
--- /dev/null
+++ b/security/rubygem-hrr_rb_ssh-ed25519/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= hrr_rb_ssh-ed25519
+DISTVERSION= 0.4.2
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= hrr_rb_ssh extension that supports ED25519
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-ed25519>=1.2:security/rubygem-ed25519 \
+ rubygem-hrr_rb_ssh>=0.4:security/rubygem-hrr_rb_ssh
+
+NO_ARCH= yes
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-hrr_rb_ssh-ed25519/distinfo b/security/rubygem-hrr_rb_ssh-ed25519/distinfo
new file mode 100644
index 000000000000..e22e1bc83be7
--- /dev/null
+++ b/security/rubygem-hrr_rb_ssh-ed25519/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1632170164
+SHA256 (rubygem/hrr_rb_ssh-ed25519-0.4.2.gem) = e81e2c7f4b90a80524073deebac9e8bb14c7c6ab13ffe12477c3d42a99dcdad5
+SIZE (rubygem/hrr_rb_ssh-ed25519-0.4.2.gem) = 13824
diff --git a/security/rubygem-hrr_rb_ssh-ed25519/pkg-descr b/security/rubygem-hrr_rb_ssh-ed25519/pkg-descr
new file mode 100644
index 000000000000..58939d4cbf6d
--- /dev/null
+++ b/security/rubygem-hrr_rb_ssh-ed25519/pkg-descr
@@ -0,0 +1,3 @@
+hrr_rb_ssh extension that supports ED25519 public key algorithm.
+
+WWW: https://github.com/hirura/hrr_rb_ssh-ed25519