1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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)
This commit is contained in:
Torsten Zuehlsdorff 2016-07-25 14:25:53 +00:00
parent 10fd36a319
commit eff639381c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419041
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= faye
PORTVERSION= 1.1.2
PORTREVISION= 1
PORTVERSION= 1.2.2
CATEGORIES= www rubygems
MASTER_SITES= RG

View File

@ -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