From owner-svn-ports-all@freebsd.org Thu Aug 10 15:29:50 2017 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 4CA0DDD5B27; Thu, 10 Aug 2017 15:29:50 +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 1969264E5B; Thu, 10 Aug 2017 15:29:50 +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 v7AFTnat054851; Thu, 10 Aug 2017 15:29:49 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7AFTnBS054849; Thu, 10 Aug 2017 15:29:49 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708101529.v7AFTnBS054849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 10 Aug 2017 15:29:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447686 - in branches/2017Q3/devel: . rubygem-hashie-forbidden_attributes X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2017Q3/devel: . rubygem-hashie-forbidden_attributes X-SVN-Commit-Revision: 447686 X-SVN-Commit-Repository: ports 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: Thu, 10 Aug 2017 15:29:50 -0000 Author: tz Date: Thu Aug 10 15:29:49 2017 New Revision: 447686 URL: https://svnweb.freebsd.org/changeset/ports/447686 Log: MFH: r445882 Add rubygem-hashie-forbidden_attributes 0.1.1 If you're using Rails 4 strong parameters, you will get a ForbiddenAttributesProtection exceptions when mass-assigning attributes. This gem allows mass assignment. It prevents Mash from responding to :permitted? and therefore triggering this behavior in ForbiddenAttributesProtection. WWW: https://github.com/Maxim-Filimonov/hashie-forbidden_attributes Approved by: ports-secteam (feld) Added: branches/2017Q3/devel/rubygem-hashie-forbidden_attributes/ - copied from r445882, head/devel/rubygem-hashie-forbidden_attributes/ Modified: branches/2017Q3/devel/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/devel/Makefile ============================================================================== --- branches/2017Q3/devel/Makefile Thu Aug 10 15:25:09 2017 (r447685) +++ branches/2017Q3/devel/Makefile Thu Aug 10 15:29:49 2017 (r447686) @@ -5384,6 +5384,7 @@ SUBDIR += rubygem-hashdiff SUBDIR += rubygem-hashery SUBDIR += rubygem-hashie + SUBDIR += rubygem-hashie-forbidden_attributes SUBDIR += rubygem-hashie2 SUBDIR += rubygem-health_check SUBDIR += rubygem-health_check22