ruby-faye-websocket 0.11.0-1 source package in Ubuntu

Changelog

ruby-faye-websocket (0.11.0-1) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit,
    Repository, Repository-Browse.
  * Update standards version to 4.4.1, no changes needed.

  [ Cédric Boutillier ]
  * [ci skip] Update team name
  * [ci skip] Add .gitattributes to keep unwanted files out
    of the source package

  [ Utkarsh Gupta ]
  * New upstream version 0.11.0
    - Implement SSL certificate verification.
      (Fixes: CVE-2020-15133) (Closes: #967061)
  * Fix package wrt cme
  * Drop unnecessary dependency on ruby interpreter
  * Use @d.o address

 -- Utkarsh Gupta <email address hidden>  Sat, 02 Jan 2021 18:05:54 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-faye-websocket_0.11.0-1.dsc 2.1 KiB cb528412f7fdca70b6d438920fbe32070d200a1fe96a13158fc19feac3ab557c
ruby-faye-websocket_0.11.0.orig.tar.gz 21.9 KiB eb1bddb8eea6ecaeeb7ace2431a5a1cf69423948322e7da1cb1e784bc3902e0e
ruby-faye-websocket_0.11.0-1.debian.tar.xz 2.6 KiB 138ecd6bf219acef22c48e83c5b178568e1408647e021475c9969a12c17c5f21

Available diffs

No changes file available.

Binary packages built by this source

ruby-faye-websocket: Standards-compliant WebSocket client and server

 This is a general-purpose WebSocket implementation extracted from the Faye
 project. It provides classes for easily building WebSocket servers and clients
 in Ruby. It does not provide a server itself, but rather makes it easy to
 handle WebSocket connections within an existing Rack application. It does not
 provide any abstraction other than the standard WebSocket API.
 .
 It also provides an abstraction for handling EventSource connections, which
 are one-way connections that allow the server to push data to the client. They
 are based on streaming HTTP responses and can be easier to access via proxies
 than WebSockets.