Date: Sat, 22 Apr 2017 22:36:49 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439189 - in head/security: . rubygem-openssl Message-ID: <201704222236.v3MManBm025640@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Sat Apr 22 22:36:49 2017 New Revision: 439189 URL: https://svnweb.freebsd.org/changeset/ports/439189 Log: New port, security/rubygem-openssl: Gem that wraps around OpenSSL library While there is an OpenSSL gem packaged with Ruby, a separate gem has been created, so that when OpenSSL security issues arise, the separate gem can be released independently of Ruby. WWW: https://github.com/ruby/openssl/ Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10415 Added: head/security/rubygem-openssl/ head/security/rubygem-openssl/Makefile (contents, props changed) head/security/rubygem-openssl/distinfo (contents, props changed) head/security/rubygem-openssl/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Apr 22 19:46:22 2017 (r439188) +++ head/security/Makefile Sat Apr 22 22:36:49 2017 (r439189) @@ -1036,6 +1036,7 @@ SUBDIR += rubygem-omniauth-oauth2-generic SUBDIR += rubygem-omniauth-saml SUBDIR += rubygem-omniauth-shibboleth + SUBDIR += rubygem-openssl SUBDIR += rubygem-openssl-ccm SUBDIR += rubygem-openvas-omp SUBDIR += rubygem-origami Added: head/security/rubygem-openssl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openssl/Makefile Sat Apr 22 22:36:49 2017 (r439189) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= openssl +PORTVERSION= 2.0.3 +CATEGORIES= security rubygems +MASTER_SITES= RG + +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 + +.include <bsd.port.mk> Added: head/security/rubygem-openssl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openssl/distinfo Sat Apr 22 22:36:49 2017 (r439189) @@ -0,0 +1,3 @@ +TIMESTAMP = 1492469369 +SHA256 (rubygem/openssl-2.0.3.gem) = d6eb36bbe612c0ffa036da6fe4e664ea92d292df30f823ad5d571c936f5015d6 +SIZE (rubygem/openssl-2.0.3.gem) = 167424 Added: head/security/rubygem-openssl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openssl/pkg-descr Sat Apr 22 22:36:49 2017 (r439189) @@ -0,0 +1,4 @@ +OpenSSL provides SSL, TLS and general purpose cryptography. This gem wraps the +OpenSSL library. + +WWW: https://ruby.github.io/openssl/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704222236.v3MManBm025640>