ruby-eventmachine 1.3~pre20220315-df4ab006-3build6 source package in Ubuntu

Changelog

ruby-eventmachine (1.3~pre20220315-df4ab006-3build6) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:56:19 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe ruby
Noble release universe ruby

Downloads

File Size SHA-256 Checksum
ruby-eventmachine_1.3~pre20220315-df4ab006.orig.tar.xz 206.5 KiB d95685fd936395130246adea99554fa2a432197daf09d828acd39a725aa38a6f
ruby-eventmachine_1.3~pre20220315-df4ab006-3build6.debian.tar.xz 7.6 KiB cf9ea832b47e1acbc5b156973f8333ac686b9bf1a041dfd0911710d111efc7f1
ruby-eventmachine_1.3~pre20220315-df4ab006-3build6.dsc 2.4 KiB 546de137b852d2af94dcc0db4b1a73535d8ac6e7aaab8995af3114447ca4cd62

View changes file

Binary packages built by this source

ruby-eventmachine: Ruby/EventMachine library

 EventMachine implements a fast, single-threaded engine for arbitrary network
 communications. It's extremely easy to use in Ruby. EventMachine wraps all
 interactions with IP sockets, allowing programs to concentrate on the
 implementation of network protocols. It can be used to create both network
 servers and clients. To create a server or client, a Ruby program only needs
 to specify the IP address and port, and provide a Module that implements the
 communications protocol. Implementations of several standard network protocols
 are provided with the package, primarily to serve as examples. The real goal
 of EventMachine is to enable programs to easily interface with other programs
 using TCP/IP, especially if custom protocols are required.

ruby-eventmachine-dbgsym: debug symbols for ruby-eventmachine