diff options
author | taca <taca@pkgsrc.org> | 2011-06-19 08:08:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-19 08:08:33 +0000 |
commit | afe41b831ebab968fdfcd8c8bd52abaa5d8f01ed (patch) | |
tree | a78d997d0a204fed62956e236b4ff3b1c542c722 /www/thin | |
parent | 6efef5b185011df8b89b114283de0ee42c4addee (diff) | |
download | pkgsrc-afe41b831ebab968fdfcd8c8bd52abaa5d8f01ed.tar.gz |
Update thin pacakge to 1.2.11.
== 1.2.11 Bat-Shit Crazy
* Fix pure Ruby gem to not include binary.
== 1.2.10 I'm dumb (BAD RELEASE, DON'T USE)
* I really am (bad release fix)
== 1.2.9 Black Keys Extra Plus Wow (BAD RELEASE, DON'T USE)
* Improve fat binary loading.
== 1.2.8 Black Keys
* Allow the connection to remain open for 1xx statuses [timshadel]
Both the 100 and 101 status codes require that the connection to the
server remain open. The 100 status code is used to tell the client that
the server is still receiving its request, and will continue to read
request input on the connection. The 101 status code is used to upgrade
the existing connection to another protocol, and specifically is NOT
used to upgrade a separate connection. Therefore, the connection must
remain open after this response in order to facilitate that.
* Accept IE7 badly encoded URL (eg.: %uEEEE)
* Fix gemspec to work w/ Bundler [smparkes]
* Add SSL support [tmm1]
* Catch Errno::EPERM in Process.running? [Tony Kemp]
On some systems (e.g. OpenBSD) you receive an EPERM exception if
you try to Process.getpgid on a process you do not own (even if you
are root). But it does mean that the process exists, so return true.
* Fix Rails version check that select which Rack adapter to use. Was using CGI adapter in Rails 3.
* Ignore SIGHUP when no restart block is given
* Add SSL options to thin command line tool [goldmann]
--ssl Enables SSL
--ssl-key-file PATH Path to private key
--ssl-cert-file PATH Path to certificate
--ssl-verify Enables SSL certificate verification
* Expose peer SSL certificate in env (rack.peer_cert) [fd]
* Adjusting unix socket permissions to be more open [mbj]
Diffstat (limited to 'www/thin')
-rw-r--r-- | www/thin/Makefile | 5 | ||||
-rw-r--r-- | www/thin/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/thin/Makefile b/www/thin/Makefile index 2d970521525..296e38ddbdd 100644 --- a/www/thin/Makefile +++ b/www/thin/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2011/02/21 16:01:23 taca Exp $ +# $NetBSD: Makefile,v 1.9 2011/06/19 08:08:33 taca Exp $ -DISTNAME= thin-1.2.7 -PKGREVISION= 2 +DISTNAME= thin-1.2.11 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/thin/distinfo b/www/thin/distinfo index 830108d6714..528495a8b89 100644 --- a/www/thin/distinfo +++ b/www/thin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/03/08 13:38:24 fhajny Exp $ +$NetBSD: distinfo,v 1.5 2011/06/19 08:08:33 taca Exp $ -SHA1 (thin-1.2.7.gem) = 92a10ca560e79b9841aecd08526daf14357b81a0 -RMD160 (thin-1.2.7.gem) = 15bfc027509abff23b7529e479fb1b26aeed668f -Size (thin-1.2.7.gem) = 140288 bytes +SHA1 (thin-1.2.11.gem) = defa97b88678f1358380346734acefd346a78bd9 +RMD160 (thin-1.2.11.gem) = 74537595e90721bb8e013f75e0c65c12f8c156cf +Size (thin-1.2.11.gem) = 142848 bytes |