Path to this page:
./
www/ruby-websocket-extensions,
Generic extension manager for WebSocket connections
Branch: pkgsrc-2020Q1,
Version: 0.1.3,
Package name: ruby26-websocket-extensions-0.1.3,
Maintainer: tsutsuiA minimal framework that supports the implementation of WebSocket
extensions in a way that's decoupled from the main protocol.
This library aims to allow a WebSocket extension to be written and
used with any protocol library, by defining abstract representations
of frames and messages that allow modules to co-operate.
websocket-extensions provides a container for registering extension
plugins, and provides all the functions required to negotiate which
extensions to use during a session via the Sec-WebSocket-Extensions
header.
Required to run:[
lang/ruby26-base]
Master sites:
SHA1: e3ec3cdccf56d8649c47e92820e05d7e7b635c23
RMD160: 7602470c4d6aa86b740515765431b668fc783afa
Filesize: 11 KB
Version history: (Expand)
- (2020-04-20) Package has been reborn
- (2020-04-19) Package added to pkgsrc.se, version ruby26-websocket-extensions-0.1.3 (created)
CVS history: (Expand)
2020-06-17 15:39:26 by Benny Siegert | Files touched by this commit (2) | |
Log message:
Pullup ticket #6240 - requested by taca
www/ruby-websocket-extensions: security fix
Revisions pulled up:
- www/ruby-websocket-extensions/Makefile 1.4
- www/ruby-websocket-extensions/distinfo 1.3
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Jun 14 15:57:43 UTC 2020
Modified Files:
pkgsrc/www/ruby-websocket-extensions: Makefile distinfo
Log message:
devel/ruby-websocket-extensions: update to 0.1.5
Update ruby-websocket-extensions to 0.1.5.
pkgsrc change:
* Add "USE_LANGUAGES= # none".
* Change LICENSE to apache-2.0.
### 0.1.5 / 2020-06-02
- Remove a ReDoS vulnerability in the header parser (CVE-2020-7663)
### 0.1.4 / 2019-06-10
- Fix a deprecation warning for using the `=~` operator on `true`
- Change license from MIT to Apache 2.0
|