aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-sslshake
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2020-12-20 08:26:58 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2020-12-20 08:26:58 +0000
commit4504a44b35a7470f33de073ad40740e00bcbf712 (patch)
tree463f8783e98626c9ca2a582df0c2fbf2011461ec /security/rubygem-sslshake
parentf60498621a3b9f526417739d20305748169937b9 (diff)
downloadports-4504a44b35a7470f33de073ad40740e00bcbf712.tar.gz
ports-4504a44b35a7470f33de073ad40740e00bcbf712.zip
New ports required for rubygem-chef upgrade.
It is expected that this port fails to build till the complete rubygem-chef upgrade is committed which can take some time depending on some approvals.
Notes
Notes: svn path=/head/; revision=558720
Diffstat (limited to 'security/rubygem-sslshake')
-rw-r--r--security/rubygem-sslshake/Makefile20
-rw-r--r--security/rubygem-sslshake/distinfo3
-rw-r--r--security/rubygem-sslshake/pkg-descr9
3 files changed, 32 insertions, 0 deletions
diff --git a/security/rubygem-sslshake/Makefile b/security/rubygem-sslshake/Makefile
new file mode 100644
index 000000000000..75ede381149f
--- /dev/null
+++ b/security/rubygem-sslshake/Makefile
@@ -0,0 +1,20 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= sslshake
+PORTVERSION= 1.3.1
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Simulate SSL and TLD handshake
+
+LICENSE= MPL20
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-sslshake/distinfo b/security/rubygem-sslshake/distinfo
new file mode 100644
index 000000000000..c7a364c356ca
--- /dev/null
+++ b/security/rubygem-sslshake/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608387297
+SHA256 (rubygem/sslshake-1.3.1.gem) = 1069c97ed93441e1e1c167fb59f0eb952f64156784d9b321f60528d4f5747164
+SIZE (rubygem/sslshake-1.3.1.gem) = 13312
diff --git a/security/rubygem-sslshake/pkg-descr b/security/rubygem-sslshake/pkg-descr
new file mode 100644
index 000000000000..677eec58f6a7
--- /dev/null
+++ b/security/rubygem-sslshake/pkg-descr
@@ -0,0 +1,9 @@
+This is a library to simulate SSL and TLS handshake from
+SSLv2, SSLv3, to TLS 1.0-1.2. It does not rely on OpenSSL
+and is not designed as a replacement either. It targets full
+support for even older handshakes, which are not available in
+current releases of OpenSSL anymore. It also aims to be executable
+on all systems with a sufficiently modern version of Ruby without
+any additional requirements or pre-compiled binaries.
+
+WWW: https://github.com/arlimus/sslshake