From owner-svn-ports-all@freebsd.org Wed Oct 19 14:15:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DBBCC181C5; Wed, 19 Oct 2016 14:15:46 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E26F6CCA; Wed, 19 Oct 2016 14:15:45 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JEFjpw075662; Wed, 19 Oct 2016 14:15:45 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JEFiTX075660; Wed, 19 Oct 2016 14:15:44 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610191415.u9JEFiTX075660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Oct 2016 14:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424251 - head/security/rubygem-doorkeeper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 14:15:46 -0000 Author: tz Date: Wed Oct 19 14:15:44 2016 New Revision: 424251 URL: https://svnweb.freebsd.org/changeset/ports/424251 Log: security/rubygem-doorkeeper: Update from 3.1.0 to 4.2.0 v4.1.0 - Allow customising the Doorkeeper::ApplicationController base controller v4.0.0 - Fix AssetNotPrecompiled error with Sprockets 4 - Revert "Fix validation error messages" - Specify Null option to timestamps - Add support for public client in password grant flow - Make configuration and specs ORM independent - Add created_at timestamp to token generation options - Drop Application#scopes generator and warning, introduced for upgrading doorkeeper from v2 to v3. - Fix Rails 5 warning messages - Test against Rails 5 RC1 - Revoke refresh token on access token use. To make use of the new config - add previous_refresh_token column to oauth_access_tokens: - rails generate doorkeeper:previous_refresh_token - Toughen parameters filter with exact match - Applications admin bugfix - Fix Ruby Warnings - Drop attr_accessible from models - Force all timezones to use UTC to prevent comparison issues. - Remove config.i18n.fallbacks from engine - Fix optional belongs_to for Rails 5 - Drops support for Rails 4.1 and earlier - Drops support for Ruby 2.0 - Bug fix: use the remaining time that a token is still valid when building the redirect URI for the implicit grant flow - Validation error messages fixes - Adds foreign key constraints in generated migrations between tokens and grants, and applications - Support Rails 5 Approved by: swills (mentor) Modified: head/security/rubygem-doorkeeper/Makefile head/security/rubygem-doorkeeper/distinfo Modified: head/security/rubygem-doorkeeper/Makefile ============================================================================== --- head/security/rubygem-doorkeeper/Makefile Wed Oct 19 14:14:33 2016 (r424250) +++ head/security/rubygem-doorkeeper/Makefile Wed Oct 19 14:15:44 2016 (r424251) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= doorkeeper -PORTVERSION= 3.1.0 +PORTVERSION= 4.2.0 CATEGORIES= security rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Doorkeeper is an OAuth 2 provid LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-railties4>=4.0:www/rubygem-railties4 +RUN_DEPENDS= rubygem-railties4>=4.2:www/rubygem-railties4 NO_ARCH= yes USE_RUBY= yes Modified: head/security/rubygem-doorkeeper/distinfo ============================================================================== --- head/security/rubygem-doorkeeper/distinfo Wed Oct 19 14:14:33 2016 (r424250) +++ head/security/rubygem-doorkeeper/distinfo Wed Oct 19 14:15:44 2016 (r424251) @@ -1,2 +1,3 @@ -SHA256 (rubygem/doorkeeper-3.1.0.gem) = 6f464bbced0d9946bd3569f9fac3d73ed94f4151fd38e52eeef08244f0ada8ec -SIZE (rubygem/doorkeeper-3.1.0.gem) = 98304 +TIMESTAMP = 1476095736 +SHA256 (rubygem/doorkeeper-4.2.0.gem) = 7b4c9e6532863b7771256ef9ece4201620a4af7411e6fe579c419d0990c84843 +SIZE (rubygem/doorkeeper-4.2.0.gem) = 101376