unicorn 4.7.0-1 source package in Ubuntu

Changelog

unicorn (4.7.0-1) unstable; urgency=low


  * New upstream version.
  * Change debian/copyright to reflect upstream's license change.
  * Update patches:
    - Drop backported upstream commit 24b9f66d to improve handling of
      client-triggerable socket errors.
    - Backport upstream commit a1aa5c97 which fixes SO_REUSEPORT tests for old
      Linux and non-Linux.

 -- Hleb Valoshka <email address hidden>  Thu, 07 Nov 2013 12:23:57 +0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
linux-any kfreebsd-any
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe ruby

Downloads

File Size SHA-256 Checksum
unicorn_4.7.0-1.dsc 2.0 KiB b21ca2afa046cd781f102c15d3e3d6bf43a0f31b8e31ce2fc18b76b27452d5a8
unicorn_4.7.0.orig.tar.gz 263.6 KiB 86e2892a38730d18c25d6c94082cb2856c6cc29f8290eeabd2729ff7ac8da129
unicorn_4.7.0-1.debian.tar.gz 8.7 KiB e11035f1ff98ad1afbb59cf9928e9c0f12869a155ad69613ff1247099b72a8d7

Available diffs

No changes file available.

Binary packages built by this source

unicorn: Rack HTTP server for fast clients

 Unicorn is an HTTP server for Rack applications designed to only serve fast
 clients on low-latency, high-bandwidth connections and take advantage of
 features in Unix and Unix-like kernels. Slow clients should only be served by
 placing a reverse proxy capable of fully buffering both request and response
 in between Unicorn and slow clients.