diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2017-12-17 21:42:29 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2017-12-17 21:42:29 +0000 |
commit | 9873a75b71ac64986a7d15cf8ae100b08bce44ef (patch) | |
tree | 60a3ca5d59997c490c0a0a4615b5af74e9aa732e | |
parent | c2c046549741200a50c4ca1d3b44083ddc159f1d (diff) | |
download | freebsd-ports-9873a75b71ac64986a7d15cf8ae100b08bce44ef.zip |
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.
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-openssl20/Makefile | 20 | ||||
-rw-r--r-- | security/rubygem-openssl20/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-openssl20/pkg-descr | 4 |
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/ |