thin 1.8.1-2ubuntu1 source package in Ubuntu

Changelog

thin (1.8.1-2ubuntu1) noble; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - Fix autopkgtest failure on armhf (LP: 1939086).
      + d/ruby-tests.rake: Unset http_proxy env variable.
  * Dropped patch now included in Debian:
    - d/p/increase-wait-time-for-server-stop.patch: Increase timeout
      when waiting for server to stop.

thin (1.8.1-2) unstable; urgency=medium

  * Team upload.
  * d/ruby-tests.rake: fix how IPv6 only builders are identified
    (Closes: #1007000).

thin (1.8.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * d/ruby-tests.rake: do not run tests failing on IPv6 builders
    (Closes: #1007000).
  * d/control: add b-d on iproute2.

thin (1.8.0-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Remove MIA uploader Ryan Niebur <email address hidden>. Closes: #856371

  [ Lucas Kanashiro ]
  * Add patch to increase timeout for tests to pass in armhf
  * Declare compliance with Debian Policy 4.6.1

 -- Mate Kukri <email address hidden>  Tue, 28 Nov 2023 10:44:51 +0000

Upload details

Uploaded by:
Mate Kukri
Sponsored by:
Simon Quigley
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
thin_1.8.1.orig.tar.gz 177.1 KiB 5af2b568f42de1f75746e6bb838ce3e743227087d5d0c6afb5186d456ffe18c5
thin_1.8.1-2ubuntu1.debian.tar.xz 8.9 KiB 4fdf825857f8e1e2e8cb6e8bc8e046d682c91d7291d0216acc12a5dd9bc6dded
thin_1.8.1-2ubuntu1.dsc 2.1 KiB bddec32daca07a6d6343fd3079ea734adbb6161e61b07e35a9b27c781a4debbc

Available diffs

View changes file

Binary packages built by this source

thin: fast and very simple Ruby web server

 Thin is a Ruby web server that glues together 3 of the best Ruby
 libraries in web history:
   * the Mongrel parser, the root of Mongrel's speed and security
   * Event Machine, a network I/O library with extremely high
     scalability, performance and stability
   * Rack, a minimal interface between webservers and Ruby frameworks
 .
 Which makes it, with all humility, the most secure, stable, fast and
 extensible Ruby web server bundled in an easy to use package for your own
 pleasure.

thin-dbgsym: debug symbols for thin