git: a892bde8307d - main - www/gitlab-ce: new ports required for version 15.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Nov 2022 09:38:55 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=a892bde8307d021f944c5568a14d01c1c727993d commit a892bde8307d021f944c5568a14d01c1c727993d Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2022-11-20 16:20:24 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2022-11-22 09:38:21 +0000 www/gitlab-ce: new ports required for version 15.5 --- devel/Makefile | 1 + devel/rubygem-grape-swagger-entity/Makefile | 21 +++++++++++++++++++++ devel/rubygem-grape-swagger-entity/distinfo | 3 +++ devel/rubygem-grape-swagger-entity/pkg-descr | 1 + net/Makefile | 1 + net/rubygem-ipaddr122/Makefile | 20 ++++++++++++++++++++ net/rubygem-ipaddr122/distinfo | 3 +++ net/rubygem-ipaddr122/pkg-descr | 2 ++ security/Makefile | 2 ++ security/rubygem-cvss-suite/Makefile | 19 +++++++++++++++++++ security/rubygem-cvss-suite/distinfo | 3 +++ security/rubygem-cvss-suite/pkg-descr | 4 ++++ security/rubygem-openssl221/Makefile | 25 +++++++++++++++++++++++++ security/rubygem-openssl221/distinfo | 3 +++ security/rubygem-openssl221/pkg-descr | 2 ++ 15 files changed, 110 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 76657e5968a6..335e7f13c96c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6598,6 +6598,7 @@ SUBDIR += rubygem-grape-path-helpers SUBDIR += rubygem-grape-route-helpers SUBDIR += rubygem-grape-swagger + SUBDIR += rubygem-grape-swagger-entity SUBDIR += rubygem-grape15 SUBDIR += rubygem-grape_logging SUBDIR += rubygem-graphiql-rails diff --git a/devel/rubygem-grape-swagger-entity/Makefile b/devel/rubygem-grape-swagger-entity/Makefile new file mode 100644 index 000000000000..13f6e4f0a6fb --- /dev/null +++ b/devel/rubygem-grape-swagger-entity/Makefile @@ -0,0 +1,21 @@ +PORTNAME= grape-swagger-entity +PORTVERSION= 0.5.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Grape-entity object parsing +WWW= https://github.com/ruby-grape/grape-swagger-entity + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-grape-entity>=0.6.0:devel/rubygem-grape-entity \ + rubygem-grape-swagger>=1.2.0:devel/rubygem-grape-swagger + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-grape-swagger-entity/distinfo b/devel/rubygem-grape-swagger-entity/distinfo new file mode 100644 index 000000000000..bc1cab1b2b00 --- /dev/null +++ b/devel/rubygem-grape-swagger-entity/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1668958333 +SHA256 (rubygem/grape-swagger-entity-0.5.1.gem) = f51e372d00ac96cf90d948f87b3f4eb287ab053976ca57ad503d442ad8605523 +SIZE (rubygem/grape-swagger-entity-0.5.1.gem) = 11776 diff --git a/devel/rubygem-grape-swagger-entity/pkg-descr b/devel/rubygem-grape-swagger-entity/pkg-descr new file mode 100644 index 000000000000..0a01b17458e5 --- /dev/null +++ b/devel/rubygem-grape-swagger-entity/pkg-descr @@ -0,0 +1 @@ +Grape swagger adapter to support grape-entity object parsing. diff --git a/net/Makefile b/net/Makefile index fe3553e3f36e..30101bad33b8 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1307,6 +1307,7 @@ SUBDIR += rubygem-http_parser.rb SUBDIR += rubygem-httpauth SUBDIR += rubygem-ipaddr + SUBDIR += rubygem-ipaddr122 SUBDIR += rubygem-ipaddress SUBDIR += rubygem-iproto SUBDIR += rubygem-kas-grpc diff --git a/net/rubygem-ipaddr122/Makefile b/net/rubygem-ipaddr122/Makefile new file mode 100644 index 000000000000..f7d2a188cac4 --- /dev/null +++ b/net/rubygem-ipaddr122/Makefile @@ -0,0 +1,20 @@ +PORTNAME= ipaddr +PORTVERSION= 1.2.2 +CATEGORIES= net rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 122 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Set of methods to manipulate an IP address +WWW= https://github.com/ruby/ipaddr + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/net/rubygem-ipaddr122/distinfo b/net/rubygem-ipaddr122/distinfo new file mode 100644 index 000000000000..2af6bc647649 --- /dev/null +++ b/net/rubygem-ipaddr122/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1668837352 +SHA256 (rubygem/ipaddr-1.2.2.gem) = 27916ee6367d549850d3675bc020f1f1ddafbbe1cfc58635f17dfa56c42f9f79 +SIZE (rubygem/ipaddr-1.2.2.gem) = 12288 diff --git a/net/rubygem-ipaddr122/pkg-descr b/net/rubygem-ipaddr122/pkg-descr new file mode 100644 index 000000000000..9f433d54f086 --- /dev/null +++ b/net/rubygem-ipaddr122/pkg-descr @@ -0,0 +1,2 @@ +IPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 +are supported. diff --git a/security/Makefile b/security/Makefile index bc5f1aa1a506..4c3fb85adf4e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1039,6 +1039,7 @@ SUBDIR += rubygem-bcrypt-ruby SUBDIR += rubygem-bcrypt_pbkdf SUBDIR += rubygem-cose + SUBDIR += rubygem-cvss-suite SUBDIR += rubygem-declarative_policy SUBDIR += rubygem-devise-two-factor SUBDIR += rubygem-devise-two-factor-rails5 @@ -1109,6 +1110,7 @@ SUBDIR += rubygem-openssl-cmac SUBDIR += rubygem-openssl-signature_algorithm SUBDIR += rubygem-openssl2 + SUBDIR += rubygem-openssl221 SUBDIR += rubygem-openvas-omp SUBDIR += rubygem-origami SUBDIR += rubygem-pbkdf2-ruby diff --git a/security/rubygem-cvss-suite/Makefile b/security/rubygem-cvss-suite/Makefile new file mode 100644 index 000000000000..0c5b0a773c13 --- /dev/null +++ b/security/rubygem-cvss-suite/Makefile @@ -0,0 +1,19 @@ +PORTNAME= cvss-suite +PORTVERSION= 3.0.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Ruby binding to process CVSS entries +WWW= https://github.com/0llirocks/cvss-suite + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= bash:shells/bash + +USES= gem shebangfix +USE_RUBY= yes +SHEBANG_FILES= bin/setup + +.include <bsd.port.mk> diff --git a/security/rubygem-cvss-suite/distinfo b/security/rubygem-cvss-suite/distinfo new file mode 100644 index 000000000000..8d085745d5ae --- /dev/null +++ b/security/rubygem-cvss-suite/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1668842438 +SHA256 (rubygem/cvss-suite-3.0.1.gem) = b5ca9e9e94032a42fd0dc28c1e305378b62c949e35ed7111fc4a1d76f68ad3f9 +SIZE (rubygem/cvss-suite-3.0.1.gem) = 20480 diff --git a/security/rubygem-cvss-suite/pkg-descr b/security/rubygem-cvss-suite/pkg-descr new file mode 100644 index 000000000000..c331564cfabc --- /dev/null +++ b/security/rubygem-cvss-suite/pkg-descr @@ -0,0 +1,4 @@ +This Ruby gem helps you to process the vector of the Common Vulnerability Scoring System +(https://www.first.org/cvss/specification-document). Besides calculating the Base, Temporal +and Environmental Score, you are able to extract the selected option. + diff --git a/security/rubygem-openssl221/Makefile b/security/rubygem-openssl221/Makefile new file mode 100644 index 000000000000..d028e5c4f83d --- /dev/null +++ b/security/rubygem-openssl221/Makefile @@ -0,0 +1,25 @@ +PORTNAME= openssl +PORTVERSION= 2.2.1 +CATEGORIES= security rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 221 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Wrap the OpenSSL library +WWW= https://github.com/ruby/openssl + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-ipaddr122>=0:net/rubygem-ipaddr122 + +USES= cpe gem ssl +USE_RUBY= yes + +CPE_VENDOR= ruby-lang + +PORTSCOUT= limit:^2\.2\.1 + +.include <bsd.port.mk> diff --git a/security/rubygem-openssl221/distinfo b/security/rubygem-openssl221/distinfo new file mode 100644 index 000000000000..f8038d5d99cf --- /dev/null +++ b/security/rubygem-openssl221/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1668837169 +SHA256 (rubygem/openssl-2.2.1.gem) = f6afbf4b66f3fcd3c08dc1da1ddd2245b76c19d0ea2dd7e2c8b55794ca1a7d72 +SIZE (rubygem/openssl-2.2.1.gem) = 192000 diff --git a/security/rubygem-openssl221/pkg-descr b/security/rubygem-openssl221/pkg-descr new file mode 100644 index 000000000000..671d7bfbe996 --- /dev/null +++ b/security/rubygem-openssl221/pkg-descr @@ -0,0 +1,2 @@ +OpenSSL provides SSL, TLS and general purpose cryptography. This gem wraps the +OpenSSL library.