Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Aug 2018 20:45:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230306] Update of security/rubygem-doorkeeper to 4.4.x prevents www/gitlab-ce 11.1.2_2 from starting
Message-ID:  <bug-230306-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230306

            Bug ID: 230306
           Summary: Update of security/rubygem-doorkeeper to 4.4.x
                    prevents www/gitlab-ce 11.1.2_2 from starting
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: paul@gromit.dlib.vt.edu
                CC: mfechner@FreeBSD.org, ruby@FreeBSD.org
                CC: mfechner@FreeBSD.org, ruby@FreeBSD.org

The recent update of the security/rubygem-doorkeeper port to 4.4.1 triggers=
 an
error when starting up the current www/gitlab-ce application.  The error
triggered is in the doorkeeper initialiser
(/usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb) in GitLab, at =
line
116:

=3D=3D=3D=3D=3D8<=3D=3D=3D=3D=3D
# Remove after we upgrade the doorkeeper gem from version 4.3.2
if Doorkeeper.gem_version > Gem::Version.new('4.3.2')
  raise "Doorkeeper was upgraded, please remove the monkey patch in
#{__FILE__}"
end
=3D=3D=3D=3D=3D>8=3D=3D=3D=3D=3D


(where __FILE__ is /usr/local/www/gitlab-ce/config/initializers/doorkeeper.=
rb)

The previous version of security/rubygem-doorkeeper was 4.3.2.  It was upda=
ted
to 4.4.1 on 31st July, 2018.

I guess the easiest fix would be to create a legacy
security/rubygem-doorkeeper43 port that holds the Gem at 4.3.2.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230306-7788>