www/gitlab-ce: added newly required ports for version 16.1

rubygem-net-http 0.1.1 is required due to:
https://gitlab.com/gitlab-org/gitlab/-/issues/413528
2023Q3
Matthias Fechner 2023-06-22 18:23:47 +03:00
parent 213c192278
commit 9d4482b912
8 changed files with 57 additions and 0 deletions

View File

@ -1138,6 +1138,7 @@
SUBDIR += rubygem-omniauth-saml
SUBDIR += rubygem-omniauth-saml1
SUBDIR += rubygem-omniauth-shibboleth
SUBDIR += rubygem-omniauth-shibboleth-redux
SUBDIR += rubygem-omniauth1
SUBDIR += rubygem-openssl
SUBDIR += rubygem-openssl-ccm

View File

@ -0,0 +1,18 @@
PORTNAME= omniauth-shibboleth-redux
PORTVERSION= 2.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OmniAuth strategy for Shibboleth
WWW= https://www.rubydoc.info/gems/omniauth-shibboleth-redux/2.0.0
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth>=2.0:security/rubygem-omniauth
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1687445435
SHA256 (rubygem/omniauth-shibboleth-redux-2.0.0.gem) = e9b353fd103405fcc8549e8510b9cad857acf0b286d764fac5dba8a93ab8ffe1
SIZE (rubygem/omniauth-shibboleth-redux-2.0.0.gem) = 11776

View File

@ -0,0 +1 @@
OmniAuth Shibboleth strategies for OmniAuth 2.x

View File

@ -2069,6 +2069,7 @@
SUBDIR += rubygem-nanoc-deploying
SUBDIR += rubygem-nested_form
SUBDIR += rubygem-net-http
SUBDIR += rubygem-net-http011
SUBDIR += rubygem-net-http-digest_auth
SUBDIR += rubygem-net-http-persistent
SUBDIR += rubygem-net-http-persistent2

View File

@ -0,0 +1,23 @@
PORTNAME= net-http
PORTVERSION= 0.1.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= HTTP client api for Ruby
WWW= https://github.com/ruby/net-http
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-net-protocol>=0:net/rubygem-net-protocol \
rubygem-uri>=0:net/rubygem-uri
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^0\.1\.1
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1687447176
SHA256 (rubygem/net-http-0.1.1.gem) = 75a4e109b6f9af32fad0e98a6180c47aceb415927ca3bd70c8fc3e7dbbabbe86
SIZE (rubygem/net-http-0.1.1.gem) = 36352

View File

@ -0,0 +1,7 @@
Net::HTTP provides a rich library which can be used to build HTTP user-agents.
For more details about HTTP see RFC2616.
Net::HTTP is designed to work closely with URI. URI::HTTP#host, URI::HTTP#port
and URI::HTTP#request_uri are designed to work with Net::HTTP.
If you are only performing a few GET requests you should try OpenURI.