git: 3ab74c0449d1 - main - www/gitlab-ce: added newly required ports for version 15.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Apr 2023 14:48:43 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ab74c0449d1291f05f21d9e3fad2020ee47a019 commit 3ab74c0449d1291f05f21d9e3fad2020ee47a019 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2023-04-10 08:06:30 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2023-04-12 14:31:52 +0000 www/gitlab-ce: added newly required ports for version 15.10 --- net/Makefile | 1 + net/rubygem-net-protocol01/Makefile | 21 +++++++++++++++++++++ net/rubygem-net-protocol01/distinfo | 3 +++ net/rubygem-net-protocol01/pkg-descr | 1 + security/Makefile | 1 + security/rubygem-duo_api/Makefile | 12 ++++++++++++ security/rubygem-duo_api/distinfo | 3 +++ security/rubygem-duo_api/pkg-descr | 2 ++ 8 files changed, 44 insertions(+) diff --git a/net/Makefile b/net/Makefile index 3ad2fdb7ba12..072b2fdfe933 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1325,6 +1325,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 bc94b6cdcf1e..efe5824eb34c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1073,6 +1073,7 @@ 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.