notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
rubygem-omniauth-auth0-gitlab Authentication broker supporting different identity providers
3.1.1_1 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.1.1Version of this port present on the latest quarterly branch.
Maintainer: mfechner@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-11-22 13:52:17
Last Update: 2025-10-19 07:17:58
Commit Hash: 5c25978
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/auth0/omniauth-auth0
Description:
Auth0 is an authentication broker that supports social identity providers as well as enterprise identity providers such as Active Directory, LDAP, Google Apps, Salesforce. OmniAuth is a library that standardizes multi-provider authentication for web applications. It was created to be powerful, flexible, and do as little as possible. omniauth-auth0 is the omniauth strategy for Auth0.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-omniauth-auth0-gitlab-3.1.1_1/catalog.mk
  2. /usr/local/share/licenses/rubygem-omniauth-auth0-gitlab-3.1.1_1/LICENSE
  3. /usr/local/share/licenses/rubygem-omniauth-auth0-gitlab-3.1.1_1/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • rubygem-omniauth-auth0-gitlab>0:net/rubygem-omniauth-auth0-gitlab
To install the port:
cd /usr/ports/net/rubygem-omniauth-auth0-gitlab/ && make install clean
To add the package, run one of these commands:
  • pkg install net/rubygem-omniauth-auth0-gitlab
  • pkg install rubygem-omniauth-auth0-gitlab
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-omniauth-auth0-gitlab
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1701862890 SHA256 (rubygem/omniauth-auth0-3.1.1.gem) = 3d9e83377b37394db077cf27082d29ccff93158f072d92fc59f1e88798c6c2b2 SIZE (rubygem/omniauth-auth0-3.1.1.gem) = 34304

Packages (timestamps in pop-ups are UTC):
rubygem-omniauth-auth0-gitlab
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.1.13.1.1-3.1.13.1.1_1n/an/an/a
FreeBSD:13:quarterly3.1.13.1.1-3.1.13.1.1n/an/an/a
FreeBSD:14:latest3.1.13.1.1_1-3.1.13.1.1_1---
FreeBSD:14:quarterly3.1.13.1.1-3.1.13.1.1---
FreeBSD:15:latest3.1.13.1.1_1n/a3.1.1n/an/a--
FreeBSD:15:quarterly3.1.13.1.1n/a-n/an/a--
FreeBSD:16:latest-3.1.1_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby33 : lang/ruby33
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-omniauth-gl>=2.0<3 : security/rubygem-omniauth-gl
  2. rubygem-omniauth-oauth2-gitlab>=1.4<2 : net/rubygem-omniauth-oauth2-gitlab
  3. ruby33 : lang/ruby33
  4. gem : devel/ruby-gems
Patch dependencies:
  1. ruby33 : lang/ruby33
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby33 : lang/ruby33
This port is required by:
for Build
  1. www/gitlab
for Run
  1. www/gitlab

Configuration Options:
No options to configure
Options name:
net_rubygem-omniauth-auth0-gitlab
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1.1_1
19 Oct 2025 07:17:58
commit hash: 5c2597808c0577ebfe009a65b4ddf591510ee1fccommit hash: 5c2597808c0577ebfe009a65b4ddf591510ee1fccommit hash: 5c2597808c0577ebfe009a65b4ddf591510ee1fccommit hash: 5c2597808c0577ebfe009a65b4ddf591510ee1fc files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab: fix regression from 5028178941fc081cd43354ea03ceda365a12f73d

this fixes a depedency conflict with rubygem-logger which was added into
package security/rubygem-omniauth which conflicts with rubygem-logger-gitlab
3.1.1
22 Nov 2024 13:15:15
commit hash: edc8d0390e04766c7102c04cdba727b8c0fd22d6commit hash: edc8d0390e04766c7102c04cdba727b8c0fd22d6commit hash: edc8d0390e04766c7102c04cdba727b8c0fd22d6commit hash: edc8d0390e04766c7102c04cdba727b8c0fd22d6 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
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.

Number of commits found: 2