Date: Sat, 17 Feb 2018 19:12:49 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462188 - head/www/p5-Mojolicious Message-ID: <201802171912.w1HJCnqS003894@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802171912.w1HJCnqS003894>