From owner-svn-ports-all@freebsd.org Mon Jul 25 14:25:54 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 67753BA4C26; Mon, 25 Jul 2016 14:25:54 +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 2026911D6; Mon, 25 Jul 2016 14:25:54 +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 u6PEPr4H042769; Mon, 25 Jul 2016 14:25:53 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6PEPreu042767; Mon, 25 Jul 2016 14:25:53 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201607251425.u6PEPreu042767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 25 Jul 2016 14:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419041 - head/www/rubygem-faye 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.22 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: Mon, 25 Jul 2016 14:25:54 -0000 Author: tz Date: Mon Jul 25 14:25:53 2016 New Revision: 419041 URL: https://svnweb.freebsd.org/changeset/ports/419041 Log: www/rubygem-faye: Upgrade from 1.1.2 to 1.2.2 1.2.2 - 2016-07-18 - Mitigate the HTTPoxy vulnerability: https://httpoxy.org/ 1.2.1 - 2016-06-29 - Fix a missing variable error in NodeAdapter 1.2.0 - 2016-06-26 - Add client.subscribe().withChannel() to yield the message channel for wildcard subscriptions - Restructure the JavaScript codebase around Node modules (require/exports) rather than globals - Update the Promise shim to reflect the standard API, including catch() and all() - Support connecting to servers that use SNI in the Ruby client - Make the JavaScript client work inside React Native and Web Workers - Remove JSON2; you should import a JSON shim yourself if necessary - Handle errors that occur when a message is partially delivered via EventSource - Reject requests with invalid (non-array or -object) top-level JSON values - Make local client requests asynchronous to avoid re-entrant request handling errors - Remove Connection: Close from HTTP responses to allow use of keep-alive - Use XMLHttpRequest in preference to the ActiveX API in IE10 - Fix bug where flushing large message batches puts promises in an invalid state Approved by: pi (mentor) Modified: head/www/rubygem-faye/Makefile head/www/rubygem-faye/distinfo Modified: head/www/rubygem-faye/Makefile ============================================================================== --- head/www/rubygem-faye/Makefile Mon Jul 25 14:02:46 2016 (r419040) +++ head/www/rubygem-faye/Makefile Mon Jul 25 14:25:53 2016 (r419041) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= faye -PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-faye/distinfo ============================================================================== --- head/www/rubygem-faye/distinfo Mon Jul 25 14:02:46 2016 (r419040) +++ head/www/rubygem-faye/distinfo Mon Jul 25 14:25:53 2016 (r419041) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463680031 -SHA256 (rubygem/faye-1.1.2.gem) = 613d558d4911965510f22672f774229419695c74929ecd5863fa373fbf91b37c -SIZE (rubygem/faye-1.1.2.gem) = 78336 +TIMESTAMP = 1469433026 +SHA256 (rubygem/faye-1.2.2.gem) = 786d3d73f1c6335f58d83e177f13634a09b66e7d4fa1e6b38812c61c44b15bda +SIZE (rubygem/faye-1.2.2.gem) = 122880