git: 87c662fded2e - 2023Q2 - www/gitlab-ce: added newly required ports for version 15.10
Date: Thu, 13 Apr 2023 11:05:20 UTC
The branch 2023Q2 has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=87c662fded2ea1b63ffec49c5a0e5e721e6f3fdc commit 87c662fded2ea1b63ffec49c5a0e5e721e6f3fdc Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2023-04-10 08:06:30 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2023-04-13 10:43:04 +0000 www/gitlab-ce: added newly required ports for version 15.10 (cherry picked from commit 3ab74c0449d1291f05f21d9e3fad2020ee47a019) --- net/Makefile | 1 + net/rubygem-net-protocol01/Makefile | 21 +++++++++++++++++++++ net/rubygem-net-protocol01/distinfo | 3 +++ net/rubygem-net-protocol01/pkg-descr | 1 + security/Makefile | 2 ++ security/rubygem-duo_api/Makefile | 12 ++++++++++++ security/rubygem-duo_api/distinfo | 3 +++ security/rubygem-duo_api/pkg-descr | 2 ++ 8 files changed, 45 insertions(+) diff --git a/net/Makefile b/net/Makefile index 6864b7ad6df2..eccf38ad9767 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1322,6 +1322,7 @@ SUBDIR += rubygem-net-ntp SUBDIR += rubygem-net-ping SUBDIR += rubygem-net-protocol + SUBDIR += rubygem-net-protocol01 SUBDIR += rubygem-netrc SUBDIR += rubygem-network_interface SUBDIR += rubygem-nkf diff --git a/net/rubygem-net-protocol01/Makefile b/net/rubygem-net-protocol01/Makefile new file mode 100644 index 000000000000..0e7b0b9c4909 --- /dev/null +++ b/net/rubygem-net-protocol01/Makefile @@ -0,0 +1,21 @@ +PORTNAME= net-protocol +PORTVERSION= 0.1.3 +CATEGORIES= net rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 01 + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Abstruct interface for net-* client +WWW= https://github.com/ruby/net-protocol + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-timeout>=0:devel/rubygem-timeout + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/net/rubygem-net-protocol01/distinfo b/net/rubygem-net-protocol01/distinfo new file mode 100644 index 000000000000..f3751e732576 --- /dev/null +++ b/net/rubygem-net-protocol01/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1680517425 +SHA256 (rubygem/net-protocol-0.1.3.gem) = ad43e2be965ede676683c047b2c3d76762aa49a764779d98312a10da04622c14 +SIZE (rubygem/net-protocol-0.1.3.gem) = 10240 diff --git a/net/rubygem-net-protocol01/pkg-descr b/net/rubygem-net-protocol01/pkg-descr new file mode 100644 index 000000000000..c91662b68b5a --- /dev/null +++ b/net/rubygem-net-protocol01/pkg-descr @@ -0,0 +1 @@ +Net::Protocol provides the abstruct interface for net-* client. diff --git a/security/Makefile b/security/Makefile index 034e957031c0..c85ef6e5e50c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1069,6 +1069,8 @@ SUBDIR += rubygem-doorkeeper-rails5 SUBDIR += rubygem-doorkeeper-rails50 SUBDIR += rubygem-doorkeeper-rails61 + SUBDIR += rubygem-doorkeeper562 + SUBDIR += rubygem-duo_api SUBDIR += rubygem-ed25519 SUBDIR += rubygem-ed2551912 SUBDIR += rubygem-encryptor diff --git a/security/rubygem-duo_api/Makefile b/security/rubygem-duo_api/Makefile new file mode 100644 index 000000000000..28014e64633c --- /dev/null +++ b/security/rubygem-duo_api/Makefile @@ -0,0 +1,12 @@ +PORTNAME= duo_api +PORTVERSION= 1.3.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Ruby implementation of the Duo API +WWW= https://github.com/duosecurity/duo_api_ruby + +USES= gem + +.include <bsd.port.mk> diff --git a/security/rubygem-duo_api/distinfo b/security/rubygem-duo_api/distinfo new file mode 100644 index 000000000000..158ead823b41 --- /dev/null +++ b/security/rubygem-duo_api/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1680517213 +SHA256 (rubygem/duo_api-1.3.0.gem) = 87c9830e190fad32fdb086b023f555a3cf5cd4d6708a992f7a32efb2ce206176 +SIZE (rubygem/duo_api-1.3.0.gem) = 10240 diff --git a/security/rubygem-duo_api/pkg-descr b/security/rubygem-duo_api/pkg-descr new file mode 100644 index 000000000000..8eed791ecaf4 --- /dev/null +++ b/security/rubygem-duo_api/pkg-descr @@ -0,0 +1,2 @@ +Duo_api_ruby uses the Ruby openssl extension for TLS operations. +All currently supported Ruby versions (2.7 and higher) support TLS 1.2 and 1.3.