From owner-svn-ports-all@freebsd.org Sat Feb 17 19:12:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA410F0574E; Sat, 17 Feb 2018 19:12:49 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C7BE8F7BD; Sat, 17 Feb 2018 19:12:49 +0000 (UTC) (envelope-from adamw@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 671D220D8D; Sat, 17 Feb 2018 19:12:49 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1HJCntG003896; Sat, 17 Feb 2018 19:12:49 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1HJCnqS003894; Sat, 17 Feb 2018 19:12:49 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201802171912.w1HJCnqS003894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 17 Feb 2018 19:12:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462188 - head/www/p5-Mojolicious X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/www/p5-Mojolicious X-SVN-Commit-Revision: 462188 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.25 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: Sat, 17 Feb 2018 19:12:49 -0000 Author: adamw Date: Sat Feb 17 19:12:48 2018 New Revision: 462188 URL: https://svnweb.freebsd.org/changeset/ports/462188 Log: Update Mojolicious to 7.66 - This release contains fixes for security issues, everybody should upgrade! - Removed origin attribute of Mojo::Cookie::Response. - Removed deprecated data and remaining methods from Mojo::IOLoop::Delay. - Added host_only attribute to Mojo::Cookie::Response. - Improved all method in Mojo::Promise to resolve with no results if no promises have been passed. - Fixed a bug in Mojo::UserAgent::CookieJar where old cookies could be leaked. (exp-innit, sri) MFH: 2018Q1 (along with every update since the branch point) Security: https://github.com/kraih/mojo/issues/1185 Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Sat Feb 17 19:09:56 2018 (r462187) +++ head/www/p5-Mojolicious/Makefile Sat Feb 17 19:12:48 2018 (r462188) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.65 +PORTVERSION= 7.66 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Sat Feb 17 19:09:56 2018 (r462187) +++ head/www/p5-Mojolicious/distinfo Sat Feb 17 19:12:48 2018 (r462188) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518396001 -SHA256 (Mojolicious-7.65.tar.gz) = a4db887b4527b7dfe87a5c0c3852fd42c871111f5fc6ad78afc96f1582f61bd7 -SIZE (Mojolicious-7.65.tar.gz) = 710826 +TIMESTAMP = 1518894612 +SHA256 (Mojolicious-7.66.tar.gz) = c36b73cf756b9093e2a33f68b260d8e68e153612c0233cc0a934ed44f2995f23 +SIZE (Mojolicious-7.66.tar.gz) = 710982