diff --git a/security/rubygem-openssl/Makefile b/security/rubygem-openssl/Makefile index dceeba533aef..bb17118eef03 100644 --- a/security/rubygem-openssl/Makefile +++ b/security/rubygem-openssl/Makefile @@ -1,17 +1,17 @@ PORTNAME= openssl -PORTVERSION= 2.1.2 +PORTVERSION= 2.2.0 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 USES= gem ssl USE_RUBY= yes .include diff --git a/security/rubygem-openssl/distinfo b/security/rubygem-openssl/distinfo index 4a33e87795ef..284c86a3b0c9 100644 --- a/security/rubygem-openssl/distinfo +++ b/security/rubygem-openssl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1540041646 -SHA256 (rubygem/openssl-2.1.2.gem) = f8d9a29b1b515e91c603fc31e01da2041839178c08ae28d1b317dbdbb5305deb -SIZE (rubygem/openssl-2.1.2.gem) = 175104 +TIMESTAMP = 1626542096 +SHA256 (rubygem/openssl-2.2.0.gem) = 1cdcbd35c7977647d7583def720aed15111cd29b326b737aa0c72b38bff58b0f +SIZE (rubygem/openssl-2.2.0.gem) = 190464 diff --git a/security/rubygem-openssl/pkg-descr b/security/rubygem-openssl/pkg-descr index dc411ac8c5e2..54974dcc3e89 100644 --- a/security/rubygem-openssl/pkg-descr +++ b/security/rubygem-openssl/pkg-descr @@ -1,4 +1,4 @@ OpenSSL provides SSL, TLS and general purpose cryptography. This gem wraps the OpenSSL library. -WWW: https://ruby.github.io/openssl/ +WWW: https://github.com/ruby/openssl