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/Makefile

Number of commits found: 23

Friday, 8 Sep 2023
10:34 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: switch rubygem ports to use rails 7.0

Required for gitlab-ce 16.3
commit hash: 9a62ad0a91dc8d10e6da0148e05760a70295cca0 commit hash: 9a62ad0a91dc8d10e6da0148e05760a70295cca0 commit hash: 9a62ad0a91dc8d10e6da0148e05760a70295cca0 commit hash: 9a62ad0a91dc8d10e6da0148e05760a70295cca0 9a62ad0
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
Saturday, 14 Jan 2023
23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae 18c6e18
Wednesday, 12 Oct 2022
17:48 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: fix build errors cause by dep upgrade

Several dep upgrade of rubgems port broke the gitlab-ce port.
The problem are reported by e.g.
https://beefy16.nyi.freebsd.org/data/131amd64-default/d20a3cf7e848/logs/gitlab-ce-15.3.4_1.log

and also by users.
PR:		266963
commit hash: f41faa20a8c8ce8fa7570df000533542fa27dbec commit hash: f41faa20a8c8ce8fa7570df000533542fa27dbec commit hash: f41faa20a8c8ce8fa7570df000533542fa27dbec commit hash: f41faa20a8c8ce8fa7570df000533542fa27dbec f41faa2
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 3 Mar 2021
09:37 mfechner search for other commits by this committer
Fixed dependency definition.
This is already fixed upstream but not released yet.
The patch can maybe removed again with a newer version.
This is required for gitlab-ce 13.9 upgrade.
Original commitRevision:567045 
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 
Saturday, 4 Aug 2018
00:23 mfechner search for other commits by this committer
Change dependency to unbreak www/gitlab-ce port which was broken by commit
476092.

Approved by:	mentors (implicit)
Original commitRevision:476328 
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: 23