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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/rubygem-doorkeeper-openid_connect/distinfo

Number of commits found: 15

Thursday, 6 Jul 2023
11:32 Matthias Fechner (mfechner) search for other commits by this committer
security/rubygem-doorkeeper-openid_connect: update to 1.8.7

Required for gitlab-ce 16.1
Changelog:
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md#v187-2023-05-18
commit hash: a554e1ffab559c98da72992020d6a268047d4a5f commit hash: a554e1ffab559c98da72992020d6a268047d4a5f commit hash: a554e1ffab559c98da72992020d6a268047d4a5f commit hash: a554e1ffab559c98da72992020d6a268047d4a5f a554e1f
Sunday, 28 May 2023
17:03 Matthias Fechner (mfechner) search for other commits by this committer
security/rubygem-doorkeeper-openid_connect: update to 1.8.6

Required for gitlab-ce 16.0.0

Changelog:
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md
commit hash: 325a41f19d65320b37d983f4f77598154fb7233c commit hash: 325a41f19d65320b37d983f4f77598154fb7233c commit hash: 325a41f19d65320b37d983f4f77598154fb7233c commit hash: 325a41f19d65320b37d983f4f77598154fb7233c 325a41f
Sunday, 14 May 2023
17:25 Matthias Fechner (mfechner) search for other commits by this committer
security/rubygem-doorkeeper-openid_connect: update to 1.8.5

Required for gitlab-ce 15.11
Changelog:
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md#v185-2023-02-02
commit hash: bd850f16c4b2eb9e3752798f4b6c013a3e6a08c8 commit hash: bd850f16c4b2eb9e3752798f4b6c013a3e6a08c8 commit hash: bd850f16c4b2eb9e3752798f4b6c013a3e6a08c8 commit hash: bd850f16c4b2eb9e3752798f4b6c013a3e6a08c8 bd850f1
Sunday, 26 Mar 2023
15:07 Matthias Fechner (mfechner) search for other commits by this committer
security/rubygem-doorkeeper-openid_connect: update to 1.8.5

v1.8.5 (2023-02-02)

    [#186] Simplify gem configuration reusing Doorkeeper configuration option
DSL (thanks to @nbulaj).
    [#182] Drop support for Ruby 2.6 and Rails 5 (thanks to @sato11).
    [#188] Fix dookeeper-jwt compatibility (thanks to @zavan).

v1.8.4 (2023-02-01)

    [#177] Replace json-jwt with ruby-jwt to align with doorkeeper-jwt (thanks
to @kristof-mattei).
    [#185] Don't call active_record_options for Doorkeeper >= 5.6.3 (thanks to
@zavan).
    [#183] Stop render consent screen when user is not logged-in (thanks to
@nov).

Changelog:
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md

Fixes also a problem with www/gitlab-ce:
rake aborted!
NoMethodError: undefined method `active_record_options' for
#<Doorkeeper::Config:0x000000081fb0f0c8 @orm=:active_record,
@default_generator_method=:hex,
@authenticate_resource_owner=#<Proc:0x000000081fb0ed80
/usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb:13>,
@resource_owner_from_credentials=#<Proc:0x000000081fb0ec68
/usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb:25>,
@refresh_token_enabled=true, @enforce_configured_scopes=true,
@force_ssl_in_redirect_uri=false, @forbid_redirect_uri=#<Proc:0x000000081fb0ea10
/usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb:67>,
@enable_application_owner=true,
@default_scopes=#<Doorkeeper::OAuth::Scopes:0x000000081fb17e30 @scopes=["api"]>,
@optional_scopes=#<Doorkeeper::OAuth::Scopes:0x000000081fb177f0
@scopes=["read_api", "read_user", "read_repository", "write_repository", "sudo",
"openid", "profile", "email"]>, @access_token_methods=[:from_access_token_param,
:from_bearer_authorization, :from_bearer_param],
@token_secret_strategy=Gitlab::DoorkeeperSecretStoring::Token::Pbkdf2Sha512,
@token_secret_fallback_strategy=Doorkeeper::SecretStoring::Plain,
@application_secret_strategy=Gitlab::DoorkeeperSecretStoring::Secret::Pbkdf2Sha512,
@application_secret_fallback_strategy=Doorkeeper::SecretStoring::Plain,
@grant_flows=["authorization_code", "password", "client_credentials"],
@skip_authorization=#<Proc:0x000000081fb1ce58
/usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb:109>,
@base_controller="::Gitlab::BaseDoorkeeperController",
@skip_client_authentication_for_password_grant=true,
@application_model=Doorkeeper::Application(id: integer, name: string, uid:
string, secret: string, redirect_uri: text, scopes: string, created_at:
datetime, updated_at: datetime, owner_id: integer, owner_type: string, trusted:
boolean, confidential: boolean, expire_access_tokens: boolean),
@access_grant_model=Doorkeeper::AccessGrant(id: integer, resource_owner_id:
integer, application_id: integer, token: string, expires_in: integer,
redirect_uri: text, created_at: datetime, revoked_at: datetime, scopes: string,
code_challenge: text, code_challenge_method: text),
@access_token_model=Doorkeeper::AccessToken(id: integer, resource_owner_id:
integer, application_id: integer, token: string, refresh_token: string,
expires_in: integer, revoked_at: datetime, created_at: datetime, scopes:
string)>

          if
Doorkeeper.configuration.active_record_options[:establish_connection]
                                     ^^^^^^^^^^^^^^^^^^^^^^
/usr/local/www/gitlab-ce/config/environment.rb:7:in `<top (required)>'
Tasks: TOP => db:migrate => db:load_config => environment
(See full trace by running task with --trace)
commit hash: 8755d7109c4d743b808cdbdc70617e0041a9e051 commit hash: 8755d7109c4d743b808cdbdc70617e0041a9e051 commit hash: 8755d7109c4d743b808cdbdc70617e0041a9e051 commit hash: 8755d7109c4d743b808cdbdc70617e0041a9e051 8755d71
15:07 Matthias Fechner (mfechner) search for other commits by this committer
Revert "security/rubygem-doorkeeper-openid_connect: update to 1.8.5"

This reverts commit 53b370b8e23b0802be794d5202cb0c783d1035bb.
commit hash: 631929dc50a1da331b9fa452550e981661adee0f commit hash: 631929dc50a1da331b9fa452550e981661adee0f commit hash: 631929dc50a1da331b9fa452550e981661adee0f commit hash: 631929dc50a1da331b9fa452550e981661adee0f 631929d
Monday, 30 Jan 2023
21:25 Matthias Fechner (mfechner) search for other commits by this committer
security/rubygem-doorkeeper-openid_connect: update to 1.8.3

Required for gitlab-ce 15.7 update
Changelog:
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md
commit hash: 69a62ce4ea40131d2e46f155be89acf498e6ce16 commit hash: 69a62ce4ea40131d2e46f155be89acf498e6ce16 commit hash: 69a62ce4ea40131d2e46f155be89acf498e6ce16 commit hash: 69a62ce4ea40131d2e46f155be89acf498e6ce16 69a62ce
Friday, 1 Jan 2021
09:36 mfechner search for other commits by this committer
Update to 1.7.5.
Changelog:
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md
Original commitRevision:559815 
Saturday, 26 Sep 2020
07:29 mfechner search for other commits by this committer
Update to 1.7.4 which is required for gitlab-ce 13.4.
Original commitRevision:550118 
Tuesday, 25 Feb 2020
15:50 mfechner search for other commits by this committer
Update to 1.6.3 which is required for gitlab-ce 12.8 update.
Original commitRevision:527089 
Sunday, 20 Jan 2019
11:25 mfechner search for other commits by this committer
Upgrade security/rubygem-doorkeeper-openid_connect to 1.5.3.
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md

Reported by:	PORTSCOUT
Approved by:	mentors (implicit)
Original commitRevision:490781 
Thursday, 26 Jul 2018
13:48 mfechner search for other commits by this committer
Update to 1.5.0 which is required for gitlab 11.1.1.
Take maintainer.

Approved by:	mentors (implicit)
Original commitRevision:475373 
Friday, 1 Jun 2018
22:48 sunpoet search for other commits by this committer
Update to 1.4.0

Changes:	https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md
Original commitRevision:471316 
Tuesday, 6 Mar 2018
20:32 sunpoet search for other commits by this committer
Update to 1.3.0

Changes:	https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md
Original commitRevision:463761 
Tuesday, 28 Nov 2017
16:35 tz search for other commits by this committer
security/rubygem-doorkeeper-openid_connect: Update from 1.1.2 to 1.2.0

Changelog:
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/v1.2.0/CHANGELOG.md

Submitted by: Matthias Fechner <idefix@fechner.net>
Original commitRevision:455061 
Monday, 12 Jun 2017
10:30 tz search for other commits by this committer
New port: security/rubygem-doorkeeper-openid_connect

Implements an OpenID Connect authentication provider for Rails applications on
top of the Doorkeeper OAuth 2.0 framework.

OpenID Connect is a single-sign-on and identity layer with a growing list of
server and client implementations. If you're looking for a client in Ruby check
out omniauth-openid-connect.

WWW: https://github.com/doorkeeper-gem/doorkeeper-openid_connect
Original commitRevision:443432 

Number of commits found: 15