From owner-dev-commits-ports-all@freebsd.org Sun Jul 18 22:08:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E5F86724F6; Sun, 18 Jul 2021 22:08:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GSfHk4CJsz3JPx; Sun, 18 Jul 2021 22:08:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B61B305B; Sun, 18 Jul 2021 22:08:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16IM8Gac074888; Sun, 18 Jul 2021 22:08:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16IM8GgL074887; Sun, 18 Jul 2021 22:08:16 GMT (envelope-from git) Date: Sun, 18 Jul 2021 22:08:16 GMT Message-Id: <202107182208.16IM8GgL074887@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 70bb9ebd0f58 - main - security/rubygem-openssl: Update to 2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 70bb9ebd0f582609d266145b931e92bd38a099cd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2021 22:08:19 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=70bb9ebd0f582609d266145b931e92bd38a099cd commit 70bb9ebd0f582609d266145b931e92bd38a099cd Author: Po-Chuan Hsieh AuthorDate: 2021-07-18 21:46:00 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-18 22:07:17 +0000 security/rubygem-openssl: Update to 2.2.0 - Update WWW Changes: https://github.com/ruby/openssl/blob/master/History.md --- security/rubygem-openssl/Makefile | 2 +- security/rubygem-openssl/distinfo | 6 +++--- security/rubygem-openssl/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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,5 +1,5 @@ PORTNAME= openssl -PORTVERSION= 2.1.2 +PORTVERSION= 2.2.0 CATEGORIES= security rubygems MASTER_SITES= RG 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