summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2017-12-17 21:42:29 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2017-12-17 21:42:29 +0000
commit9873a75b71ac64986a7d15cf8ae100b08bce44ef (patch)
tree60a3ca5d59997c490c0a0a4615b5af74e9aa732e /security
parentgraphics/py-plotly: update to 2.2.3 (diff)
Copy security/rubygem-openssl to create new port,
security/rubygem-openssl20 net-im/mastodon fails to run with newer versions of rubygem-openssl: https://github.com/ruby/openssl/issues/180 for details.
Notes
Notes: svn path=/head/; revision=456565
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-openssl20/Makefile20
-rw-r--r--security/rubygem-openssl20/distinfo3
-rw-r--r--security/rubygem-openssl20/pkg-descr4
4 files changed, 28 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 79450d2cc328..6defb1566b72 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1085,6 +1085,7 @@
SUBDIR += rubygem-omniauth-saml
SUBDIR += rubygem-omniauth-shibboleth
SUBDIR += rubygem-openssl
+ SUBDIR += rubygem-openssl20
SUBDIR += rubygem-openssl-ccm
SUBDIR += rubygem-openvas-omp
SUBDIR += rubygem-origami
diff --git a/security/rubygem-openssl20/Makefile b/security/rubygem-openssl20/Makefile
new file mode 100644
index 000000000000..f39a08325813
--- /dev/null
+++ b/security/rubygem-openssl20/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= openssl
+PORTVERSION= 2.0.6
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 20
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby gem that wraps around the OpenSSL library
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
+LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt
+
+USE_RUBY= yes
+USES= gem ssl
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-openssl20/distinfo b/security/rubygem-openssl20/distinfo
new file mode 100644
index 000000000000..4728fb5bc51e
--- /dev/null
+++ b/security/rubygem-openssl20/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1513546425
+SHA256 (rubygem/openssl-2.0.6.gem) = e4d35c69c8240885ffff08bb0341025812c2235b4f017173a3caa1834faabd3c
+SIZE (rubygem/openssl-2.0.6.gem) = 169472
diff --git a/security/rubygem-openssl20/pkg-descr b/security/rubygem-openssl20/pkg-descr
new file mode 100644
index 000000000000..dc411ac8c5e2
--- /dev/null
+++ b/security/rubygem-openssl20/pkg-descr
@@ -0,0 +1,4 @@
+OpenSSL provides SSL, TLS and general purpose cryptography. This gem wraps the
+OpenSSL library.
+
+WWW: https://ruby.github.io/openssl/