diff options
author | taca <taca@pkgsrc.org> | 2013-09-15 17:59:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-09-15 17:59:44 +0000 |
commit | e35cffafb94c1db406ad3d50a49bfb159fa0d49f (patch) | |
tree | 6a953471c18ac65cd0f0d88765252292ba435726 /www | |
parent | 2f7b6978ced00cfbb2a0e90482fd84dd3d48495d (diff) | |
download | pkgsrc-e35cffafb94c1db406ad3d50a49bfb159fa0d49f.tar.gz |
Update thin to 1.5.1.
== 1.5.1 Straight Razor
* Fix issue when running as another user/group without a PID file.
* Allow overriding Connection & Server response headers.
* Update vlad example [Mathieu Lemoine]
* Keep connections in a Hash to speedup deletion [slivu]
* Force kill using already known pid. Prevents "thin stop" from leaving
a process that removed its pid file, but is still running (e.g. hung
on some at_exit callback) [Michal Kwiatkowski]
Diffstat (limited to 'www')
-rw-r--r-- | www/thin/Makefile | 4 | ||||
-rw-r--r-- | www/thin/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/thin/Makefile b/www/thin/Makefile index 7ae6db335ad..7a8dca0f480 100644 --- a/www/thin/Makefile +++ b/www/thin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2012/12/17 15:56:42 taca Exp $ +# $NetBSD: Makefile,v 1.13 2013/09/15 17:59:44 taca Exp $ -DISTNAME= thin-1.5.0 +DISTNAME= thin-1.5.1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/thin/distinfo b/www/thin/distinfo index 8cbbb4c8501..a5c01c68677 100644 --- a/www/thin/distinfo +++ b/www/thin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/12/17 15:56:43 taca Exp $ +$NetBSD: distinfo,v 1.9 2013/09/15 17:59:44 taca Exp $ -SHA1 (thin-1.5.0.gem) = bb2abef75c2b098524c00e5159b5effe0979b5ed -RMD160 (thin-1.5.0.gem) = a1657fac6debfc6c39e48b65ebc25a6ebaf4a0c6 -Size (thin-1.5.0.gem) = 55296 bytes +SHA1 (thin-1.5.1.gem) = 4280f5a3db7c4d6470c15f6acec9a0dded057ab8 +RMD160 (thin-1.5.1.gem) = 78da79122cabed5ff1f489e6016723fd3bc1048d +Size (thin-1.5.1.gem) = 55296 bytes |