diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:40:48 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 13:01:38 +0000 |
commit | e00940d613a36e00cc05dc3ca1ff3b9a8cc90b37 (patch) | |
tree | 0144aff4ba57c8e36ad520cf85dc81e6eaf11165 | |
parent | 316416b19584c82c15c3ce550bf8e38e2639ce9f (diff) | |
download | ports-e00940d613a36e00cc05dc3ca1ff3b9a8cc90b37.tar.gz ports-e00940d613a36e00cc05dc3ca1ff3b9a8cc90b37.zip |
security/rubygem-openssl: Update to 3.1.0
- Take maintainership
Changes: https://github.com/ruby/openssl/releases
-rw-r--r-- | security/rubygem-openssl/Makefile | 6 | ||||
-rw-r--r-- | security/rubygem-openssl/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/rubygem-openssl/Makefile b/security/rubygem-openssl/Makefile index 31f8c673587d..44f9e9848e2b 100644 --- a/security/rubygem-openssl/Makefile +++ b/security/rubygem-openssl/Makefile @@ -1,10 +1,10 @@ PORTNAME= openssl -PORTVERSION= 3.0.1 +PORTVERSION= 3.1.0 CATEGORIES= security rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org -COMMENT= Ruby gem that wraps around the OpenSSL library +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Wrap the OpenSSL library WWW= https://github.com/ruby/openssl LICENSE= BSD2CLAUSE RUBY diff --git a/security/rubygem-openssl/distinfo b/security/rubygem-openssl/distinfo index 6f5bab36df3a..d1443b8c0b54 100644 --- a/security/rubygem-openssl/distinfo +++ b/security/rubygem-openssl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662820142 -SHA256 (rubygem/openssl-3.0.1.gem) = 23df2fe64807ba14c7d8da647361533a236736d09d62f360c783532554874e58 -SIZE (rubygem/openssl-3.0.1.gem) = 197120 +TIMESTAMP = 1674590554 +SHA256 (rubygem/openssl-3.1.0.gem) = e3a01279e918a7a5cf741db69b124864878b1a9783b1f2d34854bc1d444ac430 +SIZE (rubygem/openssl-3.1.0.gem) = 199168 |