| Port details |
- rubygem-oauth2-gitlab Ruby wrapper for the OAuth 2.0 protocol
- 2.0.24 net
=0 2.0.20Version of this port present on the latest quarterly branch. - Maintainer: mfechner@FreeBSD.org
 - Port Added: 2024-11-22 13:52:17
- Last Update: 2026-07-17 12:53:10
- Commit Hash: 22dfab0
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/oauth-xx/oauth2
- Description:
- OAuth2 is a Ruby wrapper for the OAuth 2.0 specification. This is a work in
progress, being built first to solve the pragmatic process of connecting to
existing OAuth 2.0 endpoints (a.k.a. Facebook) with the goal of building it up
to meet the entire specification over time.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- rubygem-oauth2-gitlab>0:net/rubygem-oauth2-gitlab
- To install the port:
- cd /usr/ports/net/rubygem-oauth2-gitlab/ && make install clean
- To add the package, run one of these commands:
- pkg install net/rubygem-oauth2-gitlab
- pkg install rubygem-oauth2-gitlab
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-oauth2-gitlab
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1784182733
SHA256 (rubygem/oauth2-2.0.24.gem) = 3d4864983ab9fb7d3c836bca9635ef7b347631918fa890fcd9793d40ec82c186
SIZE (rubygem/oauth2-2.0.24.gem) = 78336
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby34 : lang/ruby34
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-anonymous_loader>=0.1.1<1 : devel/rubygem-anonymous_loader
- rubygem-auth-sanitizer>=0.2.2<1 : security/rubygem-auth-sanitizer
- rubygem-faraday-gitlab>=0.17.3<4 : www/rubygem-faraday-gitlab
- rubygem-jwt>=1.0<4 : www/rubygem-jwt
- rubygem-logger-gitlab>=1.2<2 : devel/rubygem-logger-gitlab
- rubygem-multi_xml>=0.5<1 : textproc/rubygem-multi_xml
- rubygem-rack>=1.2,3<4,3 : www/rubygem-rack
- rubygem-snaky_hash-gitlab>=2.0.6<3 : devel/rubygem-snaky_hash-gitlab
- rubygem-version_gem>=1.1.12<2 : devel/rubygem-version_gem
- ruby34 : lang/ruby34
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby34 : lang/ruby34
- gem : devel/ruby-gems
-
- This port is required by:
- for Build
-
- www/gitlab
- for Run
-
- mail/rubygem-gitlab-mail_room
- net/rubygem-omniauth-google-oauth2-gitlab
- net/rubygem-omniauth-oauth2-gitlab
- sysutils/rubygem-vagrant_cloud-gitlab
- www/gitlab
Configuration Options:
- No options to configure
- Options name:
- net_rubygem-oauth2-gitlab
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.0.24 17 Jul 2026 12:53:10
    |
Matthias Fechner (mfechner)  |
net/rubygem-oauth2-gitlab: update to 2.0.24
Required for gitlab 19.2.0
Changes: https://github.com/oauth-xx/oauth2/blob/main/CHANGELOG.md |
2.0.20 19 Jun 2026 09:49:04
    |
Matthias Fechner (mfechner)  |
net/rubygem-oauth2-gitlab: update to 2.0.20
Required for gitlab 19.1.0
Changes: https://github.com/oauth-xx/oauth2/blob/main/CHANGELOG.md |
2.0.18_1 17 Jan 2026 08:16:10
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix regression from 1a85e2e5e957e2a49ffb3c6563b7430d9902202b
Gitlab requires hashie < 5.1 |
2.0.18 13 Dec 2025 06:58:09
    |
Matthias Fechner (mfechner)  |
net/rubygem-oauth2-gitlab: update to 2.0.18
Changes: https://github.com/oauth-xx/oauth2/blob/main/CHANGELOG.md |
2.0.13 31 Aug 2025 05:53:36
    |
Matthias Fechner (mfechner)  |
net/rubygem-oauth2-gitlab: update to 2.0.13
Changes: https://github.com/oauth-xx/oauth2/blob/main/CHANGELOG.md |
2.0.12 11 Jul 2025 06:56:43
    |
Matthias Fechner (mfechner)  |
net/rubygem-oauth2-gitlab: update to 2.0.12
Changes: https://github.com/oauth-xx/oauth2/blob/main/CHANGELOG.md |
2.0.10_1 20 Jun 2025 03:55:32
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix rubygem-logger conflict |
2.0.10 19 May 2025 13:35:48
    |
Matthias Fechner (mfechner)  |
net/rubygem-oauth2-gitlab: update to 2.0.10
Changes: https://github.com/oauth-xx/oauth2/blob/main/CHANGELOG.md |
2.0.9 22 Nov 2024 13:15:15
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix regression from 335fc7c38d61142727cb9f01fd9e401c476e4ad8
Gitlab requires net-http 0.4.1:
Because faraday >= 2, < 2.5 could not be found in locally installed gems
and faraday >= 2.5, < 2.12.1 could not be found in locally installed gems,
faraday >= 2, < 2.12.1 cannot be used.
And because faraday >= 2.12.1 depends on faraday-net_http >= 2.0, < 3.5,
faraday >= 2 requires faraday-net_http >= 2.0, < 3.5.
Because faraday-net_http >= 3.4.0 depends on net-http >= 0.5.0
and faraday-net_http >= 2.0, < 3.4.0 could not be found in locally installed
gems,
faraday-net_http >= 2.0 requires net-http >= 0.5.0.
Thus, faraday >= 2 requires net-http >= 0.5.0.
So, because Gemfile depends on faraday ~> 2
and Gemfile depends on net-http = 0.4.1,
version solving has failed.
While fixing the problem, moved gitlab used packages to own package names with a
PKGNAMESUFFIX of `-gitlab`.
This should make the gitlab package much more stable if updates in the ports are
done. |